.microchart-dialog {
  height: 340px;
  font-size: 12px;
  padding-top: 6px;
}
.microchart-dialog .microchart-content {
  height: 298px;
}
.microchart-dialog .left-col {
  position: absolute;
  width: 260px;
  padding-right: 30px;
}
.microchart-dialog .left-col .header-objects {
  font-weight: bold;
  font-size: 12px;
  height: 26px;
}
.microchart-dialog .right-col {
  position: relative;
  left: 290px;
  width: 248px;
  top: 4px;
}
.microchart-dialog .right-col .graphic {
  background: url(../images/Microcharts_sample_image.svg?875c80) no-repeat;
  width: 248px;
  height: 146px;
}
.microchart-dialog .right-col .graphic.trendBar {
  background-position: -600px -30px;
}
.microchart-dialog .right-col .graphic.sparkline {
  background-position: -300px -30px;
}
.microchart-dialog .right-col .graphic.bullet {
  background-position: -900px -30px;
}
.microchart-dialog .right-col .requirement {
  text-align: center;
  padding-top: 10px;
}
.microchart-dialog .ant-row {
  margin: 0 0 20px 0;
  height: 26px;
}
.microchart-dialog .ant-row.objects {
  margin-bottom: 10px;
}
.microchart-dialog .ant-col {
  display: inline-block;
}
.microchart-dialog .ant-form-item-label {
  width: 95px;
  text-align: left;
}
.microchart-dialog .ant-form-item-label > label {
  font-size: 12px;
}
.microchart-dialog .ant-form-item-control {
  line-height: 26px;
}
.microchart-dialog .ant-form-item-control .ant-input {
  width: 320px;
  height: 26px;
  padding: 4px 9px;
  background-color: #FFF;
  border: 1px solid rgba(68, 70, 73, 0.2);
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
}
.microchart-dialog .ant-form-item-control .ant-input:hover {
  border-color: rgba(68, 70, 73, 0.2);
}
.microchart-dialog .ant-form-item-control .ant-input:focus,
.microchart-dialog .ant-form-item-control .ant-input:focus-within {
  border-color: #3B92ED;
}
.microchart-dialog .ant-form-item-control .ant-input.ant-input:hover,
.microchart-dialog .ant-form-item-control .ant-input.ant-input:focus {
  box-shadow: none;
}
.microchart-dialog .ant-form-item-control .ant-select {
  width: 165px;
  overflow: visible;
  position: relative;
  clear: both;
  outline: none;
  border: 1px solid rgba(68, 70, 73, 0.2);
  border-radius: 2px;
  background-color: #FFF;
}
.microchart-dialog .ant-form-item-control .ant-select.ant-select-focused:not(.ant-select-disabled) .ant-select-selector {
  box-shadow: none;
}
.microchart-dialog .ant-form-item-control .ant-select .ant-select-selector {
  width: 129px;
  border: none;
  background-color: inherit;
  box-shadow: none;
  height: 26px;
  font-size: 12px;
}
.microchart-dialog .ant-form-item-control .ant-select .ant-select-selection-item {
  padding-right: 5px;
}
.microchart-dialog .ant-form-item-control .ant-select:focus-within,
.microchart-dialog .ant-form-item-control .ant-select:focus {
  border-color: #3B92ED;
}
.microchart-dialog .ant-form-item-control .ant-select .icon {
  padding-right: 5px;
  padding-top: 2px;
}
.microchart-footer {
  float: right;
  padding-top: 16px;
  height: 26px;
}
.microchart-footer .ant-btn {
  margin-left: 11px;
  background-color: #FFF;
  color: #444649;
  min-width: 64px;
  height: 24px;
  padding: 0 8px;
  text-align: center;
  cursor: auto;
  border: 1px solid rgba(68, 70, 73, 0.2);
  border-radius: 2px;
  box-shadow: unset;
  text-shadow: unset;
  font-size: 12px;
}
.microchart-footer .ant-btn:focus-within,
.microchart-footer .ant-btn:focus {
  border-color: #3B92ED;
}
.microchart-footer .ant-btn:focus-within.cancel,
.microchart-footer .ant-btn:focus.cancel {
  background-color: #E4E5E5;
}
.microchart-footer .ant-btn-primary {
  border: 0;
  background-color: #3B92ED;
  color: #FFF;
}
.microchart-footer .ant-btn-disabled {
  border: 0;
  background-color: #DADADA;
  color: rgba(68, 70, 73, 0.45);
  pointer-events: none;
}
.microchart-dialog .icon,
.ant-select-dropdown .icon {
  position: relative;
  padding-left: 20px;
  padding-right: 5px;
}
.microchart-dialog .icon::before,
.ant-select-dropdown .icon::before {
  content: '';
  display: inline-block;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  transform: translate(0, -50%);
}
.microchart-dialog .select-dropdown-value,
.ant-select-dropdown .select-dropdown-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.microchart-select-container-menu {
  top: 29px;
  background-color: #FFF;
  border: 1px solid rgba(68, 70, 73, 0.2);
  border-radius: 2px;
  box-shadow: 0 1px 7px 0 rgba(68, 70, 73, 0.2);
}
.microchart-select-container-menu .ant-select-dropdown {
  margin: 0;
}
.microchart-select-container-menu:focus-within,
.microchart-select-container-menu:focus {
  border-color: #3B92ED;
}
.microchart-select-container-menu .microchart-select-option {
  color: #444649;
  padding: 0 9px;
  align-items: center;
  background-color: #FFF;
  font-size: 12px;
}
.microchart-select-container-menu .microchart-select-option.microchart-select-option:hover,
.microchart-select-container-menu .microchart-select-option.ant-select-item-option-active {
  background-color: #DADADA;
}
.microchart-select-container-menu .microchart-select-option.ant-select-item-option-selected {
  color: #FFF;
  background-color: #3B92ED;
}

#rt-vizGallery {
  font-family: Helvetica;
  color: #444649;
  font-size: 12px;
  cursor: default;
}
#rt-vizGallery .title-bar {
  font-weight: bold;
  line-height: 18px;
  padding: 8px 16px;
  background: #EDEDED;
  cursor: move;
  position: relative;
  z-index: 1;
}
#rt-vizGallery .title-bar .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#rt-vizGallery .title-bar .close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 8px;
  right: 16px;
  cursor: pointer;
  background: url(../images/new_viz_gallery.svg?300f92) no-repeat -250px -30px;
}
#rt-vizGallery > div {
  display: flex;
}
#rt-vizGallery > div .category-panel {
  background-color: rgba(85, 93, 108, 0.04);
}
#rt-vizGallery > div .category-panel > div {
  padding: 2px 20px 2px 12px;
  font-weight: bold;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
#rt-vizGallery > div .category-panel > div::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  padding-right: 10px;
  height: 18px;
  width: 18px;
  background: transparent url(../images/new_viz_gallery.svg?300f92) 0 0 no-repeat;
}
#rt-vizGallery > div .category-panel > div.Grid::before {
  background-position: -10px -30px;
}
#rt-vizGallery > div .category-panel > div.Grid.active::before {
  background-position: -10px -60px;
}
#rt-vizGallery > div .category-panel > div.Bar::before {
  background-position: -40px -30px;
}
#rt-vizGallery > div .category-panel > div.Bar.active::before {
  background-position: -40px -60px;
}
#rt-vizGallery > div .category-panel > div.Pie::before {
  background-position: -70px -30px;
}
#rt-vizGallery > div .category-panel > div.Pie.active::before {
  background-position: -70px -60px;
}
#rt-vizGallery > div .category-panel > div.Line::before {
  background-position: -100px -30px;
}
#rt-vizGallery > div .category-panel > div.Line.active::before {
  background-position: -100px -60px;
}
#rt-vizGallery > div .category-panel > div.Map::before {
  background-position: -130px -30px;
}
#rt-vizGallery > div .category-panel > div.Map.active::before {
  background-position: -130px -60px;
}
#rt-vizGallery > div .category-panel > div.More::before {
  background-position: -160px -30px;
}
#rt-vizGallery > div .category-panel > div.More.active::before {
  background-position: -160px -60px;
}
#rt-vizGallery > div .category-panel > div.Custom::before {
  background-position: -190px -30px;
}
#rt-vizGallery > div .category-panel > div.Custom.active::before {
  background-position: -190px -60px;
}
#rt-vizGallery > div .category-panel > div.KPI::before {
  background-position: -10px -90px;
}
#rt-vizGallery > div .category-panel > div.KPI.active::before {
  background-position: -10px -120px;
}
#rt-vizGallery > div .category-panel > div.Insight::before {
  background-position: -40px -90px;
}
#rt-vizGallery > div .category-panel > div.Insight.active::before {
  background-position: -40px -120px;
}
#rt-vizGallery > div .category-panel > div.active {
  color: #3B92ED;
  background-color: rgba(59, 146, 237, 0.08);
}
#rt-vizGallery > div .category-panel > div:first-child {
  margin-top: 16px;
}
#rt-vizGallery > div .category-panel > div:last-child {
  margin-bottom: 16px;
}
#rt-vizGallery > div .mstrmojo-VIGallery {
  background-color: #FFF;
  padding-left: 20px;
  padding-bottom: 10px;
  width: 328px;
}
#rt-vizGallery > div .mstrmojo-VIGallery .description {
  padding: 16px 30px 20px 0;
  line-height: 16px;
}
#rt-vizGallery > div .mstrmojo-VIGallery .description .name {
  font-size: 14px;
  font-weight: bold;
}
#rt-vizGallery > div .mstrmojo-VIGallery .description .summary {
  margin-top: 8px;
}
#rt-vizGallery > div .mstrmojo-VIGallery .description .summary span {
  cursor: pointer;
  color: #0052cc;
}
#rt-vizGallery > div .mstrmojo-VIGallery .description .summary span:hover {
  text-decoration: underline;
}
#rt-vizGallery > div .mstrmojo-VIGallery .description .requirements {
  color: rgba(68, 70, 73, 0.7);
  margin-top: 10px;
}
#rt-vizGallery > div .mstrmojo-VIGallery .description .requirements .icon {
  position: relative;
  padding-left: 20px;
}
#rt-vizGallery > div .mstrmojo-VIGallery .description .requirements .icon::before {
  content: '';
  display: inline-block;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  transform: translate(0, -50%);
}
#rt-vizGallery > div .mstrmojo-VIGallery .description .requirements .vi-tooltip-metricIcon::before {
  background: url(../images/new_viz_gallery.svg?300f92) -220px -61px no-repeat;
}
#rt-vizGallery > div .mstrmojo-VIGallery .description .requirements .vi-tooltip-attrIcon::before {
  background: url(../images/new_viz_gallery.svg?300f92) -220px -30px no-repeat;
}
#rt-vizGallery > div .mstrmojo-VIGallery .description .example {
  color: rgba(68, 70, 73, 0.7);
  margin-top: 6px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList::-webkit-scrollbar-thumb {
  background-color: rgba(125, 125, 125, 0.7);
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList::-webkit-scrollbar-thumb:hover {
  background-color: rgba(125, 125, 125, 0.9);
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  box-shadow: rgba(68, 70, 70, 0.1) 0 1px 3px 0;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item:nth-child(4n) {
  margin-right: 0;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.selected {
  border: 1px solid #3B92ED;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.active {
  background-color: rgba(59, 146, 237, 0.05);
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item > div > div {
  width: 46px;
  height: 46px;
  margin: -1px;
  background-repeat: no-repeat !important;
  background: transparent url(../images/viz_gallery_sprite.svg?d9c64c) 0 0 no-repeat;
  background-position: 0 -560px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item > div > div.unsafe::after {
  content: '';
  width: 18px;
  height: 18px;
  top: 38px;
  left: 38px;
  position: relative;
  display: block;
  background: url(../images/new_viz_gallery.svg?300f92) -280px -30px no-repeat;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item > div > div.cnc {
  margin: 10px 0 0 10px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-MapboxVisualizationStyle > div > div {
  background-position: 0 -20px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-VisGrid > div > div {
  background-position: 0 -80px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-VIHeatMapVisualizationStyle > div > div {
  background-position: 0 -140px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-VerticalBarChart > div > div {
  background-position: 0 -200px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-HorizontalBarChart > div > div {
  background-position: 0 -260px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-LineChart > div > div {
  background-position: 0 -320px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-StackedAreaChart > div > div {
  background-position: 0 -380px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-BubbleChart > div > div {
  background-position: 0 -440px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-PieChart > div > div {
  background-position: 0 -500px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-skip > div > div {
  background-position: 0 -560px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-ComboChart > div > div {
  background-position: 0 -620px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-GoogleMapVisualizationStyle > div > div {
  background-position: 0 -680px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-NetworkVisualizationStyle > div > div {
  background-position: 0 -740px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-ImageLayoutVisualizationStyle > div > div {
  background-position: 0 -800px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-ImportCustomViz > div > div {
  background-position: 0 -860px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-Histogram > div > div {
  background-position: 0 -920px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-Waterfall > div > div {
  background-position: 0 -980px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-BoxPlot > div > div {
  background-position: 0 -1040px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-KPICardVisualizationStyle > div > div {
  background-position: 0 -1100px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-VisMultiGrid > div > div {
  background-position: 0 -1160px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-skip > div > div {
  background-position: 0 -1220px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-skip > div > div {
  background-position: 0 -1280px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-RingChart > div > div {
  background-position: 0 -1340px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-VerticalClusteredBarChart > div > div {
  background-position: -66px -20px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-HorizontalClusteredBarChart > div > div {
  background-position: -66px -80px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-VerticalStackedBarChart > div > div {
  background-position: -66px -140px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-HorizontalStackedBarChart > div > div {
  background-position: -66px -200px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-SynchronizedAxisBarChart > div > div {
  background-position: -66px -260px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-DualAxisLineChart > div > div {
  background-position: -66px -320px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-AbsoluteAreaChart > div > div {
  background-position: -66px -380px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-VerticalPercentBarChart > div > div {
  background-position: -66px -440px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-HorizontalPercentBarChart > div > div {
  background-position: -66px -500px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-MatrixBarChart > div > div {
  background-position: -66px -560px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-VisMultiAgGrid > div > div {
  background-position: -66px -620px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ngm.ic-ClusteredBarChart > div > div {
  background-position: 6px 9px;
  background-image: url(../images/ngm_gallery_sprite.png?a4ae0d);
  margin: 2px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ngm.ic-BarChart > div > div {
  background-position: 6px -31px;
  background-image: url(../images/ngm_gallery_sprite.png?a4ae0d);
  margin: 2px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ngm.ic-AreaChart > div > div {
  background-position: 6px -71px;
  background-image: url(../images/ngm_gallery_sprite.png?a4ae0d);
  margin: 2px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ngm.ic-LineChart > div > div {
  background-position: 6px -111px;
  background-image: url(../images/ngm_gallery_sprite.png?a4ae0d);
  margin: 2px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ngm.ic-BubbleChart > div > div {
  background-position: 6px -151px;
  background-image: url(../images/ngm_gallery_sprite.png?a4ae0d);
  margin: 2px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ngm.ic-skip > div > div {
  background-position: 6px -191px;
  background-image: url(../images/ngm_gallery_sprite.png?a4ae0d);
  margin: 2px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ngm.ic-PieChart > div > div {
  background-position: 6px -231px;
  background-image: url(../images/ngm_gallery_sprite.png?a4ae0d);
  margin: 2px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ngm.ic-ComboChart > div > div {
  background-position: 6px -271px;
  background-image: url(../images/ngm_gallery_sprite.png?a4ae0d);
  margin: 2px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ngm.ic-skip > div > div {
  background-position: 6px -311px;
  background-image: url(../images/ngm_gallery_sprite.png?a4ae0d);
  margin: 2px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ngm.ic-GridChart > div > div {
  background-position: 6px -351px;
  background-image: url(../images/ngm_gallery_sprite.png?a4ae0d);
  margin: 2px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.custom > div > div {
  margin: 10px 0 0 10px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.custom > div > div.unsafe::after {
  top: 28px;
  left: 28px;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-ImportCustomViz {
  border: 1px dashed #C5C5C5;
}
.mstrmojo-VIGallery .mstrmojo-VIGalleryList .item.ic-ImportCustomViz > div > div {
  margin: -1px;
}

/*Danger, Error, Stopped*/
.txn-normal-icon,
.txn-editor-dialog .txn-editor-content .empty-content .mappedTable,
.txn-editor-dialog .txn-editor-footer .txn-submission-error-string .error-tooltip-icon,
.txn-editor-dialog .txn-editor-tabs .txn-tab-top-bar-layout .txn-clear-button .txn-clear-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.txn-icon-hover-animation {
  opacity: 0.8;
}
.txn-icon-hover-animation:hover {
  opacity: 1;
}
.txn-focus-highlight:focus {
  outline: none;
}
.txn-focus-highlight:focus-visible {
  border: none;
  box-shadow: 0 0 0 2px rgba(59, 146, 237, 0.7);
  outline: none;
}
.txn-loading-placeholder {
  height: 724px;
  width: 826px;
}
.txn-antd {
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  /* stylelint-disable no-duplicate-selectors */
  /* stylelint-disable */
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
  /**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
  /* Reset search input style */
}
.txn-antd .ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-flex;
}
.txn-antd .ant-input-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.txn-antd .ant-input-affix-wrapper::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.txn-antd .ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.txn-antd .ant-input-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .txn-antd .ant-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-input-affix-wrapper:focus,
.txn-antd .ant-input-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .txn-antd .ant-input-affix-wrapper:focus,
.ant-input-rtl .txn-antd .ant-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.txn-antd .ant-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.txn-antd .ant-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.txn-antd .ant-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.txn-antd .ant-input-affix-wrapper-borderless,
.txn-antd .ant-input-affix-wrapper-borderless:hover,
.txn-antd .ant-input-affix-wrapper-borderless:focus,
.txn-antd .ant-input-affix-wrapper-borderless-focused,
.txn-antd .ant-input-affix-wrapper-borderless-disabled,
.txn-antd .ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.txn-antd .ant-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.txn-antd .ant-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.txn-antd .ant-input-affix-wrapper-sm {
  padding: 0px 7px;
}
.txn-antd .ant-input-affix-wrapper-rtl {
  direction: rtl;
}
.txn-antd .ant-input-affix-wrapper:not(.txn-antd .ant-input-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-rtl .txn-antd .ant-input-affix-wrapper:not(.txn-antd .ant-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-search-with-button .txn-antd .ant-input-affix-wrapper:not(.txn-antd .ant-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.txn-antd .ant-input-affix-wrapper-focused,
.txn-antd .ant-input-affix-wrapper:focus {
  z-index: 1;
}
.txn-antd .ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: transparent;
}
.txn-antd .ant-input-affix-wrapper > input.ant-input {
  padding: 0;
  border: none;
  outline: none;
}
.txn-antd .ant-input-affix-wrapper > input.ant-input:focus {
  box-shadow: none !important;
}
.txn-antd .ant-input-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.txn-antd .ant-input-prefix,
.txn-antd .ant-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.txn-antd .ant-input-prefix > *:not(:last-child),
.txn-antd .ant-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.txn-antd .ant-input-show-count-suffix {
  color: rgba(0, 0, 0, 0.45);
}
.txn-antd .ant-input-show-count-has-suffix {
  margin-right: 2px;
}
.txn-antd .ant-input-prefix {
  margin-right: 4px;
}
.txn-antd .ant-input-suffix {
  margin-left: 4px;
}
.txn-antd .anticon.ant-input-clear-icon,
.txn-antd .ant-input-clear-icon {
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.txn-antd .anticon.ant-input-clear-icon:hover,
.txn-antd .ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.txn-antd .anticon.ant-input-clear-icon:active,
.txn-antd .ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85);
}
.txn-antd .anticon.ant-input-clear-icon-hidden,
.txn-antd .ant-input-clear-icon-hidden {
  visibility: hidden;
}
.txn-antd .anticon.ant-input-clear-icon-has-suffix,
.txn-antd .ant-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.txn-antd .ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
  border: 0 !important;
}
.txn-antd .ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.txn-antd .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.txn-antd .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.txn-antd .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.txn-antd .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.txn-antd .ant-input-status-error .ant-input-prefix {
  color: #ff4d4f;
}
.txn-antd .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.txn-antd .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #faad14;
}
.txn-antd .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.txn-antd .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.txn-antd .ant-input-status-warning .ant-input-prefix {
  color: #faad14;
}
.txn-antd .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.txn-antd .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.txn-antd .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.txn-antd .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.txn-antd .ant-input-affix-wrapper-status-error .ant-input-prefix {
  color: #ff4d4f;
}
.txn-antd .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.txn-antd .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #faad14;
}
.txn-antd .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.txn-antd .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.txn-antd .ant-input-affix-wrapper-status-warning .ant-input-prefix {
  color: #faad14;
}
.txn-antd .ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
.txn-antd .ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
.txn-antd .ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
.txn-antd .ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
  padding-right: 24px;
}
.txn-antd .ant-input-group-wrapper-status-error .ant-input-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.txn-antd .ant-input-group-wrapper-status-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.txn-antd .ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.txn-antd .ant-input::-moz-placeholder {
  opacity: 1;
}
.txn-antd .ant-input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.txn-antd .ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.txn-antd .ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .txn-antd .ant-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-input:focus,
.txn-antd .ant-input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .txn-antd .ant-input:focus,
.ant-input-rtl .txn-antd .ant-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.txn-antd .ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.txn-antd .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.txn-antd .ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.txn-antd .ant-input-borderless,
.txn-antd .ant-input-borderless:hover,
.txn-antd .ant-input-borderless:focus,
.txn-antd .ant-input-borderless-focused,
.txn-antd .ant-input-borderless-disabled,
.txn-antd .ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.txn-antd .ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.txn-antd .ant-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.txn-antd .ant-input-sm {
  padding: 0px 7px;
}
.txn-antd .ant-input-rtl {
  direction: rtl;
}
.txn-antd .ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.txn-antd .ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.txn-antd .ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.txn-antd .ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.txn-antd .ant-input-group-addon,
.txn-antd .ant-input-group-wrap,
.txn-antd .ant-input-group > .ant-input {
  display: table-cell;
}
.txn-antd .ant-input-group-addon:not(:first-child):not(:last-child),
.txn-antd .ant-input-group-wrap:not(:first-child):not(:last-child),
.txn-antd .ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.txn-antd .ant-input-group-addon,
.txn-antd .ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.txn-antd .ant-input-group-wrap > * {
  display: block !important;
}
.txn-antd .ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.txn-antd .ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.txn-antd .ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-search-with-button .txn-antd .ant-input-group .ant-input:hover {
  z-index: 0;
}
.txn-antd .ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.txn-antd .ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.txn-antd .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.txn-antd .ant-input-group-addon .ant-select-open .ant-select-selector,
.txn-antd .ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff;
}
.txn-antd .ant-input-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.txn-antd .ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.txn-antd .ant-input-group > .ant-input:first-child,
.txn-antd .ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.txn-antd .ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
.txn-antd .ant-input-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.txn-antd .ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.txn-antd .ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.txn-antd .ant-input-group-addon:first-child {
  border-right: 0;
}
.txn-antd .ant-input-group-addon:last-child {
  border-left: 0;
}
.txn-antd .ant-input-group > .ant-input:last-child,
.txn-antd .ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.txn-antd .ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
.txn-antd .ant-input-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.txn-antd .ant-input-group-lg .ant-input,
.txn-antd .ant-input-group-lg > .txn-antd .ant-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.txn-antd .ant-input-group-sm .ant-input,
.txn-antd .ant-input-group-sm > .txn-antd .ant-input-group-addon {
  padding: 0px 7px;
}
.txn-antd .ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.txn-antd .ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}
.txn-antd .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .txn-antd .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.txn-antd .ant-input-group .ant-input-affix-wrapper:not(:first-child),
.ant-input-search .txn-antd .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact {
  display: block;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact::before {
  display: table;
  content: '';
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact-addon:not(:first-child):not(:last-child),
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-input-affix-wrapper {
  display: inline-flex;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-picker-range {
  display: inline-flex;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact .ant-input {
  float: none;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select > .ant-select-selector,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select-auto-complete .ant-input,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-cascader-picker .ant-input,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select > .ant-select-selector:hover,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select > .ant-select-selector:focus,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > *:first-child,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > *:last-child,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 2px 0 0 2px;
}
.txn-antd .ant-input-group > .ant-input-rtl:first-child,
.txn-antd .ant-input-group-rtl .txn-antd .ant-input-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl .txn-antd .ant-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.ant-input-group-rtl .txn-antd .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.txn-antd .ant-input-group > .ant-input:last-child,
.ant-input-group-rtl.txn-antd .ant-input-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.txn-antd .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.txn-antd .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ant-input-group-rtl.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > *:first-child,
.ant-input-group-rtl.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group-rtl.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > *:last-child,
.ant-input-group-rtl.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group-rtl.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.txn-antd .ant-input-group.txn-antd .ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.txn-antd .ant-input-group.txn-antd .ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 0 2px 2px 0;
}
.txn-antd .ant-input-group > .ant-input-rtl:first-child {
  border-radius: 0 2px 2px 0;
}
.txn-antd .ant-input-group > .ant-input-rtl:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl .txn-antd .ant-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl .txn-antd .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.txn-antd .ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.txn-antd .ant-input-password-icon.anticon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.txn-antd .ant-input-password-icon.anticon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.txn-antd .ant-input[type='color'] {
  height: 32px;
}
.txn-antd .ant-input[type='color'].ant-input-lg {
  height: 40px;
}
.txn-antd .ant-input[type='color'].ant-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.txn-antd .ant-input-textarea-show-count > .ant-input {
  height: 100%;
}
.txn-antd .ant-input-textarea-show-count::after {
  float: right;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}
.txn-antd .ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
  margin-bottom: -22px;
}
.txn-antd .ant-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.txn-antd .ant-input-search .ant-input:hover,
.txn-antd .ant-input-search .ant-input:focus {
  border-color: #40a9ff;
}
.txn-antd .ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.txn-antd .ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #40a9ff;
}
.txn-antd .ant-input-search .ant-input-affix-wrapper {
  border-radius: 0;
}
.txn-antd .ant-input-search .ant-input-lg {
  line-height: 1.5713;
}
.txn-antd .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.txn-antd .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 2px 2px 0;
}
.txn-antd .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
  color: rgba(0, 0, 0, 0.45);
}
.txn-antd .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.txn-antd .ant-input-search-button {
  height: 32px;
}
.txn-antd .ant-input-search-button:hover,
.txn-antd .ant-input-search-button:focus {
  z-index: 1;
}
.txn-antd .ant-input-search-large .txn-antd .ant-input-search-button {
  height: 40px;
}
.txn-antd .ant-input-search-small .txn-antd .ant-input-search-button {
  height: 24px;
}
.txn-antd .ant-input-group-wrapper-rtl {
  direction: rtl;
}
.txn-antd .ant-input-group-rtl {
  direction: rtl;
}
.txn-antd .ant-input-affix-wrapper.txn-antd .ant-input-affix-wrapper-rtl > input.ant-input {
  border: none;
  outline: none;
}
.txn-antd .ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px;
}
.txn-antd .ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0;
}
.txn-antd .ant-input-textarea-rtl {
  direction: rtl;
}
.txn-antd .ant-input-textarea-rtl.txn-antd .ant-input-textarea-show-count::after {
  text-align: left;
}
.ant-input-affix-wrapper-rtl .txn-antd .ant-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.ant-input-affix-wrapper-rtl .txn-antd .ant-input-clear-icon {
  right: auto;
  left: 8px;
}
.txn-antd .ant-input-search-rtl {
  direction: rtl;
}
.txn-antd .ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.txn-antd .ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}
.txn-antd .ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
.txn-antd .ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
  border-right-color: #40a9ff;
}
.txn-antd .ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
  right: -1px;
  left: auto;
}
.txn-antd .ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
  border-radius: 2px 0 0 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .txn-antd .ant-input {
    height: 32px;
  }
  .txn-antd .ant-input-lg {
    height: 40px;
  }
  .txn-antd .ant-input-sm {
    height: 24px;
  }
  .txn-antd .ant-input-affix-wrapper > input.ant-input {
    height: auto;
  }
}
.txn-antd .ant-input-number-affix-wrapper {
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  position: relative;
  display: inline-flex;
  width: 90px;
  padding: 0;
  padding-inline-start: 11px;
}
.txn-antd .ant-input-number-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.txn-antd .ant-input-number-affix-wrapper::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.txn-antd .ant-input-number-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.txn-antd .ant-input-number-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .txn-antd .ant-input-number-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-input-number-affix-wrapper:focus,
.txn-antd .ant-input-number-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .txn-antd .ant-input-number-affix-wrapper:focus,
.ant-input-rtl .txn-antd .ant-input-number-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-input-number-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.txn-antd .ant-input-number-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.txn-antd .ant-input-number-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.txn-antd .ant-input-number-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.txn-antd .ant-input-number-affix-wrapper-borderless,
.txn-antd .ant-input-number-affix-wrapper-borderless:hover,
.txn-antd .ant-input-number-affix-wrapper-borderless:focus,
.txn-antd .ant-input-number-affix-wrapper-borderless-focused,
.txn-antd .ant-input-number-affix-wrapper-borderless-disabled,
.txn-antd .ant-input-number-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.txn-antd .ant-input-number-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.txn-antd .ant-input-number-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.txn-antd .ant-input-number-affix-wrapper-sm {
  padding: 0px 7px;
}
.txn-antd .ant-input-number-affix-wrapper-rtl {
  direction: rtl;
}
.txn-antd .ant-input-number-affix-wrapper:not(.txn-antd .ant-input-number-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-rtl .txn-antd .ant-input-number-affix-wrapper:not(.txn-antd .ant-input-number-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-input-number-affix-wrapper-focused,
.txn-antd .ant-input-number-affix-wrapper:focus {
  z-index: 1;
}
.txn-antd .ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
  background: transparent;
}
.txn-antd .ant-input-number-affix-wrapper > div.ant-input-number {
  width: 100%;
  border: none;
  outline: none;
}
.txn-antd .ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
  box-shadow: none !important;
}
.txn-antd .ant-input-number-affix-wrapper input.ant-input-number-input {
  padding: 0;
}
.txn-antd .ant-input-number-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.txn-antd .ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
  z-index: 2;
}
.txn-antd .ant-input-number-prefix,
.txn-antd .ant-input-number-suffix {
  display: flex;
  flex: none;
  align-items: center;
  pointer-events: none;
}
.txn-antd .ant-input-number-prefix {
  margin-inline-end: 4px;
}
.txn-antd .ant-input-number-suffix {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  margin-right: 11px;
  margin-left: 4px;
}
.txn-antd .ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
  width: 100%;
}
.txn-antd .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.txn-antd .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.txn-antd .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
.txn-antd .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.txn-antd .ant-input-number-status-error .ant-input-number-prefix {
  color: #ff4d4f;
}
.txn-antd .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.txn-antd .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
  background: #fff;
  border-color: #faad14;
}
.txn-antd .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
.txn-antd .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.txn-antd .ant-input-number-status-warning .ant-input-number-prefix {
  color: #faad14;
}
.txn-antd .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
.txn-antd .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.txn-antd .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
.txn-antd .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.txn-antd .ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
  color: #ff4d4f;
}
.txn-antd .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
.txn-antd .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #faad14;
}
.txn-antd .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
.txn-antd .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.txn-antd .ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
  color: #faad14;
}
.txn-antd .ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.txn-antd .ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.txn-antd .ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.txn-antd .ant-input-number::-moz-placeholder {
  opacity: 1;
}
.txn-antd .ant-input-number::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.txn-antd .ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.txn-antd .ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .txn-antd .ant-input-number:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-input-number:focus,
.txn-antd .ant-input-number-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .txn-antd .ant-input-number:focus,
.ant-input-rtl .txn-antd .ant-input-number-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.txn-antd .ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.txn-antd .ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.txn-antd .ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.txn-antd .ant-input-number-borderless,
.txn-antd .ant-input-number-borderless:hover,
.txn-antd .ant-input-number-borderless:focus,
.txn-antd .ant-input-number-borderless-focused,
.txn-antd .ant-input-number-borderless-disabled,
.txn-antd .ant-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.txn-antd .ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.txn-antd .ant-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.txn-antd .ant-input-number-sm {
  padding: 0px 7px;
}
.txn-antd .ant-input-number-rtl {
  direction: rtl;
}
.txn-antd .ant-input-number-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.txn-antd .ant-input-number-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.txn-antd .ant-input-number-group > [class*='col-'] {
  padding-right: 8px;
}
.txn-antd .ant-input-number-group > [class*='col-']:last-child {
  padding-right: 0;
}
.txn-antd .ant-input-number-group-addon,
.txn-antd .ant-input-number-group-wrap,
.txn-antd .ant-input-number-group > .ant-input-number {
  display: table-cell;
}
.txn-antd .ant-input-number-group-addon:not(:first-child):not(:last-child),
.txn-antd .ant-input-number-group-wrap:not(:first-child):not(:last-child),
.txn-antd .ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.txn-antd .ant-input-number-group-addon,
.txn-antd .ant-input-number-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.txn-antd .ant-input-number-group-wrap > * {
  display: block !important;
}
.txn-antd .ant-input-number-group .ant-input-number {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.txn-antd .ant-input-number-group .ant-input-number:focus {
  z-index: 1;
  border-right-width: 1px;
}
.txn-antd .ant-input-number-group .ant-input-number:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-search-with-button .txn-antd .ant-input-number-group .ant-input-number:hover {
  z-index: 0;
}
.txn-antd .ant-input-number-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.txn-antd .ant-input-number-group-addon .ant-select {
  margin: -5px -11px;
}
.txn-antd .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.txn-antd .ant-input-number-group-addon .ant-select-open .ant-select-selector,
.txn-antd .ant-input-number-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff;
}
.txn-antd .ant-input-number-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.txn-antd .ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.txn-antd .ant-input-number-group > .ant-input-number:first-child,
.txn-antd .ant-input-number-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.txn-antd .ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
.txn-antd .ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.txn-antd .ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.txn-antd .ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.txn-antd .ant-input-number-group-addon:first-child {
  border-right: 0;
}
.txn-antd .ant-input-number-group-addon:last-child {
  border-left: 0;
}
.txn-antd .ant-input-number-group > .ant-input-number:last-child,
.txn-antd .ant-input-number-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.txn-antd .ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
.txn-antd .ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.txn-antd .ant-input-number-group-lg .ant-input-number,
.txn-antd .ant-input-number-group-lg > .txn-antd .ant-input-number-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.txn-antd .ant-input-number-group-sm .ant-input-number,
.txn-antd .ant-input-number-group-sm > .txn-antd .ant-input-number-group-addon {
  padding: 0px 7px;
}
.txn-antd .ant-input-number-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.txn-antd .ant-input-number-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}
.txn-antd .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .txn-antd .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.txn-antd .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
.ant-input-search .txn-antd .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact {
  display: block;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact::before {
  display: table;
  content: '';
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-input-number-affix-wrapper {
  display: inline-flex;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-picker-range {
  display: inline-flex;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact .ant-input-number {
  float: none;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select > .ant-select-selector,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-cascader-picker .ant-input,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select-focused {
  z-index: 1;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > *:first-child,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > *:last-child,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 2px 0 0 2px;
}
.txn-antd .ant-input-number-group > .ant-input-number-rtl:first-child,
.txn-antd .ant-input-number-group-rtl .txn-antd .ant-input-number-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group-rtl .txn-antd .ant-input-number-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.ant-input-number-group-rtl .txn-antd .ant-input-number-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group-rtl.txn-antd .ant-input-number-group > .ant-input-number:last-child,
.ant-input-number-group-rtl.txn-antd .ant-input-number-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group-rtl.txn-antd .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group-rtl.txn-antd .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group-rtl.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ant-input-number-group-rtl.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > *:first-child,
.ant-input-number-group-rtl.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-number-group-rtl.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-number-group-rtl.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group-rtl.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > *:last-child,
.ant-input-number-group-rtl.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-number-group-rtl.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-number-group-rtl.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-number-group-rtl.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.txn-antd .ant-input-number-group.txn-antd .ant-input-number-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 0 2px 2px 0;
}
.txn-antd .ant-input-number-group > .ant-input-number-rtl:first-child {
  border-radius: 0 2px 2px 0;
}
.txn-antd .ant-input-number-group > .ant-input-number-rtl:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-number-group-rtl .txn-antd .ant-input-number-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
.ant-input-number-group-rtl .txn-antd .ant-input-number-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.txn-antd .ant-input-number-group-wrapper {
  display: inline-block;
  text-align: start;
  vertical-align: top;
}
.txn-antd .ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  border-left: 1px solid #d9d9d9;
  transition: all 0.1s linear;
}
.txn-antd .ant-input-number-handler:active {
  background: #f4f4f4;
}
.txn-antd .ant-input-number-handler:hover .txn-antd .ant-input-number-handler-up-inner,
.txn-antd .ant-input-number-handler:hover .txn-antd .ant-input-number-handler-down-inner {
  color: #40a9ff;
}
.txn-antd .ant-input-number-handler-up-inner,
.txn-antd .ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  user-select: none;
}
.txn-antd .ant-input-number-handler-up-inner > *,
.txn-antd .ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.txn-antd .ant-input-number-handler-up-inner svg,
.txn-antd .ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.txn-antd .ant-input-number-handler-up-inner::before,
.txn-antd .ant-input-number-handler-down-inner::before {
  display: none;
}
.txn-antd .ant-input-number-handler-up-inner .txn-antd .ant-input-number-handler-up-inner-icon,
.txn-antd .ant-input-number-handler-up-inner .txn-antd .ant-input-number-handler-down-inner-icon,
.txn-antd .ant-input-number-handler-down-inner .txn-antd .ant-input-number-handler-up-inner-icon,
.txn-antd .ant-input-number-handler-down-inner .txn-antd .ant-input-number-handler-down-inner-icon {
  display: block;
}
.txn-antd .ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.txn-antd .ant-input-number:hover + .ant-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}
.txn-antd .ant-input-number-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .txn-antd .ant-input-number-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.txn-antd .ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.txn-antd .ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.txn-antd .ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.txn-antd .ant-input-number-readonly .ant-input-number-handler-wrap {
  display: none;
}
.txn-antd .ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
  appearance: textfield !important;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.txn-antd .ant-input-number-input::-moz-placeholder {
  opacity: 1;
}
.txn-antd .ant-input-number-input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.txn-antd .ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.txn-antd .ant-input-number-input[type='number']::-webkit-inner-spin-button,
.txn-antd .ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  appearance: none;
}
.txn-antd .ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.txn-antd .ant-input-number-lg input {
  height: 38px;
}
.txn-antd .ant-input-number-sm {
  padding: 0;
}
.txn-antd .ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.txn-antd .ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.txn-antd .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.txn-antd .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
}
.ant-input-number-borderless .txn-antd .ant-input-number-handler-wrap {
  border-left-width: 0;
}
.txn-antd .ant-input-number-handler-wrap:hover .txn-antd .ant-input-number-handler {
  height: 40%;
}
.txn-antd .ant-input-number:hover .txn-antd .ant-input-number-handler-wrap,
.txn-antd .ant-input-number-focused .txn-antd .ant-input-number-handler-wrap {
  opacity: 1;
}
.txn-antd .ant-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer;
}
.txn-antd .ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.txn-antd .ant-input-number-handler-up:hover {
  height: 60% !important;
}
.txn-antd .ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}
.txn-antd .ant-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.txn-antd .ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-borderless .txn-antd .ant-input-number-handler-down {
  border-top-width: 0;
}
.txn-antd .ant-input-number-handler-up-disabled,
.txn-antd .ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.txn-antd .ant-input-number-handler-up-disabled:hover .txn-antd .ant-input-number-handler-up-inner,
.txn-antd .ant-input-number-handler-down-disabled:hover .txn-antd .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.txn-antd .ant-input-number-borderless {
  box-shadow: none;
}
.txn-antd .ant-input-number-out-of-range input {
  color: #ff4d4f;
}
.txn-antd .ant-input-number-rtl {
  direction: rtl;
}
.ant-input-number-rtl .txn-antd .ant-input-number-handler {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.ant-input-number-rtl .txn-antd .ant-input-number-handler-wrap {
  right: auto;
  left: 0;
}
.ant-input-number-rtl.ant-input-number-borderless .txn-antd .ant-input-number-handler-wrap {
  border-right-width: 0;
}
.ant-input-number-rtl .txn-antd .ant-input-number-handler-up {
  border-top-right-radius: 0;
}
.ant-input-number-rtl .txn-antd .ant-input-number-handler-down {
  border-bottom-right-radius: 0;
}
.ant-input-number-rtl .txn-antd .ant-input-number-input {
  direction: ltr;
  text-align: right;
}
.txn-antd .ant-select-single .ant-select-selector {
  display: flex;
}
.txn-antd .ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.txn-antd .ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.txn-antd .ant-select-single .ant-select-selector .ant-select-selection-item,
.txn-antd .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}
@supports (-moz-appearance: meterbar) {
  .txn-antd .ant-select-single .ant-select-selector .ant-select-selection-item,
  .txn-antd .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}
.txn-antd .ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  user-select: none;
}
.txn-antd .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.txn-antd .ant-select-single .ant-select-selector::after,
.txn-antd .ant-select-single .ant-select-selector .ant-select-selection-item::after,
.txn-antd .ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.txn-antd .ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}
.txn-antd .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.txn-antd .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}
.txn-antd .ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}
.txn-antd .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.txn-antd .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.txn-antd .ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}
.txn-antd .ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.txn-antd .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.txn-antd .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.txn-antd .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.txn-antd .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.txn-antd .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.txn-antd .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.txn-antd .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}
.txn-antd .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}
.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}
.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}
.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}
.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}
.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}
.txn-antd .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}
.txn-antd .ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.txn-antd .ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.txn-antd .ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ant-select-show-search.txn-antd .ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-disabled.txn-antd .ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.txn-antd .ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: '\a0';
}
.txn-antd .ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.txn-antd .ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}
.txn-antd .ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
  margin-inline-end: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.ant-select-disabled.txn-antd .ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.txn-antd .ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.txn-antd .ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.txn-antd .ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}
.txn-antd .ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.txn-antd .ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.txn-antd .ant-select-multiple .ant-select-selection-item-remove .txn-antd .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.txn-antd .ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.txn-antd .ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.txn-antd .ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  margin-inline-start: 0;
}
.txn-antd .ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 7px;
}
.txn-antd .ant-select-multiple .ant-select-selection-search-input,
.txn-antd .ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 24px;
  transition: all 0.3s;
}
.txn-antd .ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.txn-antd .ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.txn-antd .ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.txn-antd .ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}
.txn-antd .ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.txn-antd .ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}
.txn-antd .ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.txn-antd .ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.txn-antd .ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}
.txn-antd .ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.txn-antd .ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px;
}
.txn-antd .ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.txn-antd .ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.txn-antd .ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.txn-antd .ant-select-multiple.ant-select-sm .ant-select-selection-search {
  margin-inline-start: 3px;
}
.txn-antd .ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}
.txn-antd .ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
.txn-antd .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}
.txn-antd .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.txn-antd .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.txn-antd .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}
.txn-antd .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.txn-antd .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.txn-antd .ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.txn-antd .ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
.txn-antd .ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.txn-antd .ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px;
}
.txn-antd .ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.txn-antd .ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
.txn-antd .ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.txn-antd .ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px;
}
.txn-antd .ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-select-focused:not(.ant-select-disabled).txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-select-disabled.txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple.ant-select-disabled.txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector {
  background: #f5f5f5;
}
.ant-select-disabled.txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector input {
  cursor: not-allowed;
}
.txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.txn-antd .ant-select:not(.txn-antd .ant-select-customize-input) .txn-antd .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.txn-antd .ant-select:not(.txn-antd .ant-select-disabled):hover .txn-antd .ant-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .txn-antd .ant-select:not(.txn-antd .ant-select-disabled):hover .txn-antd .ant-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.txn-antd .ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .txn-antd .ant-select-selection-item *::-ms-backdrop,
  .txn-antd .ant-select-selection-item {
    flex: auto;
  }
}
.txn-antd .ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .txn-antd .ant-select-selection-placeholder *::-ms-backdrop,
  .txn-antd .ant-select-selection-placeholder {
    flex: auto;
  }
}
.txn-antd .ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.txn-antd .ant-select-arrow > * {
  line-height: 1;
}
.txn-antd .ant-select-arrow svg {
  display: inline-block;
}
.txn-antd .ant-select-arrow::before {
  display: none;
}
.txn-antd .ant-select-arrow .txn-antd .ant-select-arrow-icon {
  display: block;
}
.txn-antd .ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.txn-antd .ant-select-arrow .anticon > svg {
  vertical-align: top;
}
.txn-antd .ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-disabled .txn-antd .ant-select-arrow {
  cursor: not-allowed;
}
.txn-antd .ant-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.txn-antd .ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.txn-antd .ant-select-clear::before {
  display: block;
}
.txn-antd .ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select:hover .txn-antd .ant-select-clear {
  opacity: 1;
}
.txn-antd .ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.txn-antd .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.txn-antd .ant-select-dropdown-placement-bottomLeft,
.txn-antd .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.txn-antd .ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.txn-antd .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.txn-antd .ant-select-dropdown-placement-topLeft,
.txn-antd .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.txn-antd .ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.txn-antd .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.txn-antd .ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.txn-antd .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.txn-antd .ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.txn-antd .ant-select-dropdown-hidden {
  display: none;
}
.txn-antd .ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.txn-antd .ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.txn-antd .ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.txn-antd .ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.txn-antd .ant-select-item-option {
  display: flex;
}
.txn-antd .ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txn-antd .ant-select-item-option-state {
  flex: none;
}
.txn-antd .ant-select-item-option-active:not(.txn-antd .ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.txn-antd .ant-select-item-option-selected:not(.txn-antd .ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #e6f7ff;
}
.txn-antd .ant-select-item-option-selected:not(.txn-antd .ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1890ff;
}
.txn-antd .ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.txn-antd .ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #f5f5f5;
}
.txn-antd .ant-select-item-option-grouped {
  padding-left: 24px;
}
.txn-antd .ant-select-lg {
  font-size: 16px;
}
.txn-antd .ant-select-borderless .txn-antd .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.txn-antd .ant-select.txn-antd .ant-select-in-form-item {
  width: 100%;
}
.txn-antd .ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .txn-antd .ant-select-arrow {
  right: initial;
  left: 11px;
}
.ant-select-rtl .txn-antd .ant-select-clear {
  right: initial;
  left: 11px;
}
.txn-antd .ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .txn-antd .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ant-select-rtl.txn-antd .ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.txn-antd .ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ant-select-rtl.txn-antd .ant-select-multiple .ant-select-selection-item {
  text-align: right;
}
.ant-select-rtl.txn-antd .ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.txn-antd .ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.txn-antd .ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ant-select-rtl.txn-antd .ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.txn-antd .ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.txn-antd .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.txn-antd .ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}
.ant-select-rtl.txn-antd .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.txn-antd .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ant-select-rtl.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}
.ant-select-rtl.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.txn-antd .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}
.txn-editor-dialog {
  font-family: Helvetica;
  font-size: 12px;
}
.txn-editor-dialog .txn-editor-content {
  flex-grow: 1;
}
.txn-editor-dialog .txn-editor-content .empty-content {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.txn-editor-dialog .txn-editor-content .empty-content .img-empty {
  background: url(../images/iconsprite_authoring_txn.svg?4ddcfc) no-repeat 84px -24px;
  width: 315px;
  height: 160px;
}
.txn-editor-dialog .txn-editor-content .empty-content .mappedTable {
  background: url(../images/iconsprite_authoring_txn.svg?4ddcfc) no-repeat -528px -4px;
  display: inline-flex;
  margin: 0px 4px -3px 0px;
}
.txn-editor-dialog .hide-top-bar {
  display: none;
}
.txn-editor-dialog .ant-tabs-content {
  height: 100%;
}
.txn-editor-dialog .txn-editor-tab {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.txn-editor-dialog .txn-editor-footer {
  padding: 20px 0 10px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.txn-editor-dialog .txn-editor-footer .txn-submission-error-string {
  display: flex;
  align-items: center;
}
.txn-editor-dialog .txn-editor-footer .txn-submission-error-string .error-tooltip-icon {
  background: url(../images/iconsprite_authoring_txn.svg?4ddcfc) no-repeat -503px -4px;
  margin-right: 4px;
}
.txn-editor-dialog .txn-editor-footer .txn-btn {
  margin-left: 11px;
  min-width: 64px;
  height: 24px;
  padding: 0 8px;
  text-align: center;
  border: 1px solid rgba(68, 70, 73, 0.2);
}
.txn-editor-dialog .txn-editor-tabs {
  width: 826px;
  height: 660px;
}
.txn-editor-dialog .txn-editor-tabs .txn-tab-top-bar-layout {
  display: flex;
  justify-content: space-between;
}
.txn-editor-dialog .txn-editor-tabs .txn-tab-top-bar-layout .txn-clear-button {
  display: flex;
  align-items: center;
}
.txn-editor-dialog .txn-editor-tabs .txn-tab-top-bar-layout .txn-clear-button .txn-clear-icon {
  background: url(../images/iconsprite_authoring_txn.svg?4ddcfc) no-repeat -7px -3px;
  margin-left: 8px;
}
.txn-editor-dialog .txn-editor-tabs .ant-divider {
  margin: 12px 0;
  width: 14px;
}
.txn-editor-dialog .ant-btn,
.txn-editor-dialog .ant-btn-text,
.txn-editor-dialog .txn-tab-top-bar-layout,
.txn-editor-dialog .ant-tabs-tab {
  font-family: Helvetica;
  font-size: 12px;
}
.txn-editor-dialog .ag-theme-alpine,
.txn-editor-dialog .ag-theme-alpine .ag-row {
  font-size: 12px;
}
.dataset-select-with-icon .ant-select-selection-item {
  display: flex;
  align-items: center;
}
.dataset-select-with-icon .ant-select-selection-item > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.dataset-select-icon {
  min-width: 18px;
  min-height: 18px;
  margin-right: 6px;
}
.dataset-source-icon {
  background: url(../images/iconsprite_authoring_txn.svg?4ddcfc) no-repeat -380px -4px;
}
.dataset-attribute-icon {
  background: url(../images/iconsprite_authoring_txn.svg?4ddcfc) no-repeat -406px -4px;
}
.dataset-metric-icon {
  background: url(../images/iconsprite_authoring_txn.svg?4ddcfc) no-repeat -429px -4px;
}
.dataset-derived-metric-icon {
  background: url(../images/iconsprite_authoring_txn.svg?4ddcfc) no-repeat -554px -4px;
}
.txn-antd .ant-select-item-option-content,
.txn-antd .dataset-select-with-icon .ant-select-selection-item {
  display: flex;
  align-items: center;
}
.txn-antd .ant-select-item-option-content > span,
.txn-antd .dataset-select-with-icon .ant-select-selection-item > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.txn-antd .ant-select-open .dataset-select-icon {
  opacity: 0.5;
}
.txn-antd .ant-btn-primary {
  color: #FFF;
}
.txn-antd .ant-select-item .ant-select-item-option-content,
.txn-antd .txn-select-container .ant-select-selector {
  font-size: 12px;
}
.txn-antd .ant-btn-link {
  color: #1471D5;
}

/*Danger, Error, Stopped*/
.txn-normal-icon,
.txn-input-cfg-tooltip .error-tooltip-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.txn-icon-hover-animation {
  opacity: 0.8;
}
.txn-icon-hover-animation:hover {
  opacity: 1;
}
.txn-focus-highlight:focus {
  outline: none;
}
.txn-focus-highlight:focus-visible {
  border: none;
  box-shadow: 0 0 0 2px rgba(59, 146, 237, 0.7);
  outline: none;
}
.txn-loading-placeholder {
  height: 724px;
  width: 826px;
}
.txn-input-cfg-popup-layout {
  padding: 16px;
}
.txn-input-cfg-popup-layout .input-string-error,
.txn-input-cfg-popup-layout .min-max-error {
  border-color: #f8472f;
}
.txn-input-cfg-popup-layout .input-string-error:hover,
.txn-input-cfg-popup-layout .min-max-error:hover,
.txn-input-cfg-popup-layout .input-string-error:focus,
.txn-input-cfg-popup-layout .min-max-error:focus,
.txn-input-cfg-popup-layout .input-string-error.ant-input-number-focused,
.txn-input-cfg-popup-layout .min-max-error.ant-input-number-focused {
  border-color: #f8472f;
  box-shadow: 0 0 0 2px rgba(248, 71, 47, 0.2);
}
.txn-input-cfg-popup-layout .display-labels-checkbox {
  font-size: 12px;
}
.txn-input-cfg-popup-layout .ant-checkbox-wrapper.input-cfg-popup-checkbox {
  font-size: 12px;
  user-select: none;
  display: flex;
}
.txn-input-cfg-popup-layout .ant-checkbox-wrapper.input-cfg-popup-checkbox .ant-checkbox {
  transform: scale(0.8);
}
.txn-input-cfg-popup-layout .ant-input-number-handler-wrap {
  display: none;
}
.txn-input-cfg-tooltip .error-tooltip-layout {
  display: flex;
  align-items: center;
}
.txn-input-cfg-tooltip .error-tooltip-icon {
  background: url(../images/iconsprite_library-authoring_txn.svg?d213f4) no-repeat -503px -4px;
  margin-right: 4px;
}

.txn-input-cfg-textbox-popup .first-line-string {
  min-width: 96px;
}
.txn-input-cfg-textbox-popup .string-input-number {
  width: 70px;
}
.txn-input-cfg-textbox-popup .number-input-number {
  width: 90px;
}
.txn-input-cfg-textbox-popup .regex-input,
.txn-input-cfg-textbox-popup .validation-select {
  width: 194px;
}
.txn-input-cfg-textbox-popup .validation-string {
  padding: 8px 0;
  width: 96px;
}
.txn-input-cfg-textbox-popup .validation-helper-string-layout {
  display: flex;
  justify-content: end;
}
.txn-input-cfg-textbox-popup .validation-button {
  padding: 0;
}

/*Danger, Error, Stopped*/
.txn-normal-icon,
.txn-input-info-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.txn-icon-hover-animation {
  opacity: 0.8;
}
.txn-icon-hover-animation:hover {
  opacity: 1;
}
.txn-focus-highlight:focus {
  outline: none;
}
.txn-focus-highlight:focus-visible {
  border: none;
  box-shadow: 0 0 0 2px rgba(59, 146, 237, 0.7);
  outline: none;
}
.txn-loading-placeholder {
  height: 724px;
  width: 826px;
}
.txn-input-info-icon {
  background: url(../images/iconsprite_library-authoring_txn.svg?d213f4) no-repeat -204px -4px;
}
.txn-input-cfg-tooltip .ant-tooltip-inner {
  white-space: normal;
  color: #444649;
  min-height: 11px;
  font-size: 11px;
}

.txn-input-cfg-switch-popup {
  width: 100%;
}
.txn-input-cfg-switch-popup .style-section {
  display: flex;
  justify-content: space-between;
}
.txn-input-cfg-switch-popup .switch-type-select {
  width: 230px;
}
.txn-input-cfg-switch-popup .switch-title-layout {
  display: flex;
  justify-content: space-between;
}
.txn-input-cfg-switch-popup .txn-switch-input {
  padding: 5px 7px;
  font-size: 12px;
  width: 100%;
}
.txn-input-cfg-switch-popup .txn-switch-input .ant-input-number-input {
  height: inherit;
  padding: 0;
}
.txn-input-cfg-switch-popup .txn-switch-disable-layout {
  opacity: 0.4;
}
.txn-input-cfg-switch-popup .txn-switch-grid-layout {
  display: flex;
  align-items: center;
}
.txn-input-cfg-switch-popup .txn-switch-grid-first-column {
  flex: 1;
  padding-right: 5px;
}
.txn-input-cfg-switch-popup .txn-switch-grid-second-column {
  flex: 3;
}
.txn-input-cfg-switch-popup .txn-switch-grid-third-column {
  flex: 3;
  margin-left: 16px;
}

/*Danger, Error, Stopped*/
.txn-normal-icon,
.txn-input-cfg-dropdown-popup .manual-option-layout .manual-close-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.txn-icon-hover-animation,
.txn-input-cfg-dropdown-popup .manual-option-layout .manual-close-icon {
  opacity: 0.8;
}
.txn-icon-hover-animation:hover {
  opacity: 1;
}
.txn-focus-highlight:focus {
  outline: none;
}
.txn-focus-highlight:focus-visible {
  border: none;
  box-shadow: 0 0 0 2px rgba(59, 146, 237, 0.7);
  outline: none;
}
.txn-loading-placeholder {
  height: 724px;
  width: 826px;
}
.txn-input-cfg-dropdown-popup .dropdown-type-select {
  width: 194px;
}
.txn-input-cfg-dropdown-popup .ant-divider {
  margin: 0;
}
.txn-input-cfg-dropdown-popup .calculated-first-string {
  width: 96px;
}
.txn-input-cfg-dropdown-popup .calculated-input-number {
  width: 100px;
}
.txn-input-cfg-dropdown-popup .manual-add-button {
  padding: 0;
}
.txn-input-cfg-dropdown-popup .manual-string {
  width: 149px;
}
.txn-input-cfg-dropdown-popup .manual-disabled-string {
  color: rgba(68, 70, 73, 0.45);
}
.txn-input-cfg-dropdown-popup .manual-option-layout {
  display: flex;
  align-items: center;
}
.txn-input-cfg-dropdown-popup .manual-option-layout .manual-option-input {
  width: 128px;
  margin: 2px;
}
.txn-input-cfg-dropdown-popup .manual-option-layout .manual-option-input + .manual-option-input {
  margin-left: 12px;
}
.txn-input-cfg-dropdown-popup .manual-option-layout .manual-close-icon {
  margin-left: 5px;
  cursor: pointer;
  background: url(../images/iconsprite_library-authoring_txn.svg?d213f4) no-repeat -78px -4px;
}
.txn-input-cfg-dropdown-popup .manual-grid-options {
  max-height: 165px;
  width: 314px;
  overflow-x: auto;
}
.txn-input-cfg-dropdown-popup .dataset-first-string {
  width: 140px;
}
.txn-input-cfg-dropdown-popup .dataset-select {
  width: 150px;
}
.txn-input-cfg-dropdown-popup .dataset-select-error.ant-select:not(.ant-select-customize-input):hover .ant-select-selector,
.txn-input-cfg-dropdown-popup .dataset-select-error.ant-select:not(.ant-select-customize-input).ant-select-focused:not(.ant-select-disabled) .ant-select-selector {
  border-color: #f8472f;
}
.txn-input-cfg-dropdown-popup .dataset-select-error.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #f8472f;
}
.txn-input-cfg-dropdown-popup .ant-select-item-option-content,
.txn-input-cfg-dropdown-popup .dataset-select-with-icon .ant-select-selection-item {
  display: flex;
  align-items: center;
}
.txn-input-cfg-dropdown-popup .ant-select-item-option-content > span,
.txn-input-cfg-dropdown-popup .dataset-select-with-icon .ant-select-selection-item > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Danger, Error, Stopped*/
.txn-normal-icon,
.txn-settings-button {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.txn-icon-hover-animation,
.txn-settings-button.button-closed {
  opacity: 0.8;
}
.txn-icon-hover-animation:hover {
  opacity: 1;
}
.txn-focus-highlight:focus {
  outline: none;
}
.txn-focus-highlight:focus-visible {
  border: none;
  box-shadow: 0 0 0 2px rgba(59, 146, 237, 0.7);
  outline: none;
}
.txn-loading-placeholder {
  height: 724px;
  width: 826px;
}
.txn-settings-button {
  cursor: pointer;
}
.txn-settings-button.button-open {
  background: url(../images/iconsprite_library-authoring_txn.svg?d213f4) no-repeat -605px -3px;
}
.txn-settings-button.button-closed {
  background: url(../images/iconsprite_library-authoring_txn.svg?d213f4) no-repeat -580px -3px;
}
.txn-settings-button.button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.txn-settings-button.button-error {
  background: url(../images/iconsprite_library-authoring_txn.svg?d213f4) no-repeat -630px -3px;
}
.txn-popover-content.ant-popover {
  font-size: 12px;
  padding: 0;
}
.txn-popover-content.ant-popover .ant-popover-arrow {
  display: none;
}
.txn-popover-content.ant-popover .ant-popover-content {
  width: 330px;
}
.txn-popover-content.ant-popover .ant-popover-inner {
  border-radius: 2px;
}
.txn-popover-content.ant-popover .ant-popover-inner-content {
  padding: 0;
}
.txn-popover-content.ant-popover .txn-popover-title {
  font-size: 14px;
  line-height: 18px;
}

.python-txn-editor,
.txn-antd {
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  /* stylelint-disable no-duplicate-selectors */
  /* stylelint-disable */
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
}
.python-txn-editor .ant-space,
.txn-antd .ant-space {
  display: inline-flex;
}
.python-txn-editor .ant-space-vertical,
.txn-antd .ant-space-vertical {
  flex-direction: column;
}
.python-txn-editor .ant-space-align-center,
.txn-antd .ant-space-align-center {
  align-items: center;
}
.python-txn-editor .ant-space-align-start,
.txn-antd .ant-space-align-start {
  align-items: flex-start;
}
.python-txn-editor .ant-space-align-end,
.txn-antd .ant-space-align-end {
  align-items: flex-end;
}
.python-txn-editor .ant-space-align-baseline,
.txn-antd .ant-space-align-baseline {
  align-items: baseline;
}
.python-txn-editor .ant-space-item:empty,
.txn-antd .ant-space-item:empty {
  display: none;
}
.python-txn-editor .ant-space-rtl,
.txn-antd .ant-space-rtl {
  direction: rtl;
}
.python-txn-editor .ant-select *,
.txn-antd .ant-select * {
  box-sizing: border-box;
}

.txn-antd,
#antd {
  /* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  /* stylelint-disable no-duplicate-selectors */
  /* stylelint-disable */
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
}
.txn-antd [class^=ant-]::-ms-clear,
#antd [class^=ant-]::-ms-clear,
.txn-antd [class*= ant-]::-ms-clear,
#antd [class*= ant-]::-ms-clear,
.txn-antd [class^=ant-] input::-ms-clear,
#antd [class^=ant-] input::-ms-clear,
.txn-antd [class*= ant-] input::-ms-clear,
#antd [class*= ant-] input::-ms-clear,
.txn-antd [class^=ant-] input::-ms-reveal,
#antd [class^=ant-] input::-ms-reveal,
.txn-antd [class*= ant-] input::-ms-reveal,
#antd [class*= ant-] input::-ms-reveal {
  display: none;
}
.txn-antd html,
#antd html,
.txn-antd body,
#antd body {
  width: 100%;
  height: 100%;
}
.txn-antd input::-ms-clear,
#antd input::-ms-clear,
.txn-antd input::-ms-reveal,
#antd input::-ms-reveal {
  display: none;
}
.txn-antd *,
#antd *,
.txn-antd *::before,
#antd *::before,
.txn-antd *::after,
#antd *::after {
  box-sizing: border-box;
}
.txn-antd html,
#antd html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.txn-antd body,
#antd body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
.txn-antd [tabindex='-1']:focus,
#antd [tabindex='-1']:focus {
  outline: none !important;
}
.txn-antd hr,
#antd hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.txn-antd h1,
#antd h1,
.txn-antd h2,
#antd h2,
.txn-antd h3,
#antd h3,
.txn-antd h4,
#antd h4,
.txn-antd h5,
#antd h5,
.txn-antd h6,
#antd h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.txn-antd p,
#antd p {
  margin-top: 0;
  margin-bottom: 1em;
}
.txn-antd abbr[title],
#antd abbr[title],
.txn-antd abbr[data-original-title],
#antd abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
.txn-antd address,
#antd address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
.txn-antd input[type='text'],
#antd input[type='text'],
.txn-antd input[type='password'],
#antd input[type='password'],
.txn-antd input[type='number'],
#antd input[type='number'],
.txn-antd textarea,
#antd textarea {
  -webkit-appearance: none;
}
.txn-antd ol,
#antd ol,
.txn-antd ul,
#antd ul,
.txn-antd dl,
#antd dl {
  margin-top: 0;
  margin-bottom: 1em;
}
.txn-antd ol ol,
#antd ol ol,
.txn-antd ul ul,
#antd ul ul,
.txn-antd ol ul,
#antd ol ul,
.txn-antd ul ol,
#antd ul ol {
  margin-bottom: 0;
}
.txn-antd dt,
#antd dt {
  font-weight: 500;
}
.txn-antd dd,
#antd dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
.txn-antd blockquote,
#antd blockquote {
  margin: 0 0 1em;
}
.txn-antd dfn,
#antd dfn {
  font-style: italic;
}
.txn-antd b,
#antd b,
.txn-antd strong,
#antd strong {
  font-weight: bolder;
}
.txn-antd small,
#antd small {
  font-size: 80%;
}
.txn-antd sub,
#antd sub,
.txn-antd sup,
#antd sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.txn-antd sub,
#antd sub {
  bottom: -0.25em;
}
.txn-antd sup,
#antd sup {
  top: -0.5em;
}
.txn-antd a,
#antd a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
.txn-antd a:hover,
#antd a:hover {
  color: #40a9ff;
}
.txn-antd a:active,
#antd a:active {
  color: #096dd9;
}
.txn-antd a:active,
#antd a:active,
.txn-antd a:hover,
#antd a:hover {
  text-decoration: none;
  outline: 0;
}
.txn-antd a:focus,
#antd a:focus {
  text-decoration: none;
  outline: 0;
}
.txn-antd a[disabled],
#antd a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.txn-antd pre,
#antd pre,
.txn-antd code,
#antd code,
.txn-antd kbd,
#antd kbd,
.txn-antd samp,
#antd samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
.txn-antd pre,
#antd pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
.txn-antd figure,
#antd figure {
  margin: 0 0 1em;
}
.txn-antd img,
#antd img {
  vertical-align: middle;
  border-style: none;
}
.txn-antd a,
#antd a,
.txn-antd area,
#antd area,
.txn-antd button,
#antd button,
.txn-antd [role='button'],
#antd [role='button'],
.txn-antd input:not([type='range']),
#antd input:not([type='range']),
.txn-antd label,
#antd label,
.txn-antd select,
#antd select,
.txn-antd summary,
#antd summary,
.txn-antd textarea,
#antd textarea {
  touch-action: manipulation;
}
.txn-antd table,
#antd table {
  border-collapse: collapse;
}
.txn-antd caption,
#antd caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
.txn-antd input,
#antd input,
.txn-antd button,
#antd button,
.txn-antd select,
#antd select,
.txn-antd optgroup,
#antd optgroup,
.txn-antd textarea,
#antd textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.txn-antd button,
#antd button,
.txn-antd input,
#antd input {
  overflow: visible;
}
.txn-antd button,
#antd button,
.txn-antd select,
#antd select {
  text-transform: none;
}
.txn-antd button,
#antd button,
.txn-antd html [type="button"],
#antd html [type="button"],
.txn-antd [type="reset"],
#antd [type="reset"],
.txn-antd [type="submit"],
#antd [type="submit"] {
  -webkit-appearance: button;
}
.txn-antd button::-moz-focus-inner,
#antd button::-moz-focus-inner,
.txn-antd [type='button']::-moz-focus-inner,
#antd [type='button']::-moz-focus-inner,
.txn-antd [type='reset']::-moz-focus-inner,
#antd [type='reset']::-moz-focus-inner,
.txn-antd [type='submit']::-moz-focus-inner,
#antd [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.txn-antd input[type='radio'],
#antd input[type='radio'],
.txn-antd input[type='checkbox'],
#antd input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
.txn-antd input[type='date'],
#antd input[type='date'],
.txn-antd input[type='time'],
#antd input[type='time'],
.txn-antd input[type='datetime-local'],
#antd input[type='datetime-local'],
.txn-antd input[type='month'],
#antd input[type='month'] {
  -webkit-appearance: listbox;
}
.txn-antd textarea,
#antd textarea {
  overflow: auto;
  resize: vertical;
}
.txn-antd fieldset,
#antd fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.txn-antd legend,
#antd legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
.txn-antd progress,
#antd progress {
  vertical-align: baseline;
}
.txn-antd [type='number']::-webkit-inner-spin-button,
#antd [type='number']::-webkit-inner-spin-button,
.txn-antd [type='number']::-webkit-outer-spin-button,
#antd [type='number']::-webkit-outer-spin-button {
  height: auto;
}
.txn-antd [type='search'],
#antd [type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.txn-antd [type='search']::-webkit-search-cancel-button,
#antd [type='search']::-webkit-search-cancel-button,
.txn-antd [type='search']::-webkit-search-decoration,
#antd [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.txn-antd ::-webkit-file-upload-button,
#antd ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.txn-antd output,
#antd output {
  display: inline-block;
}
.txn-antd summary,
#antd summary {
  display: list-item;
}
.txn-antd template,
#antd template {
  display: none;
}
.txn-antd [hidden],
#antd [hidden] {
  display: none !important;
}
.txn-antd mark,
#antd mark {
  padding: 0.2em;
  background-color: #feffe6;
}
.txn-antd ::selection,
#antd ::selection {
  color: #fff;
  background: #1890ff;
}
.txn-antd .clearfix::before,
#antd .clearfix::before {
  display: table;
  content: '';
}
.txn-antd .clearfix::after,
#antd .clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.txn-antd .anticon,
#antd .anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.txn-antd .anticon > *,
#antd .anticon > * {
  line-height: 1;
}
.txn-antd .anticon svg,
#antd .anticon svg {
  display: inline-block;
}
.txn-antd .anticon::before,
#antd .anticon::before {
  display: none;
}
.txn-antd .anticon .txn-antd .anticon-icon,
.txn-antd .anticon #antd .anticon-icon,
#antd .anticon .txn-antd .anticon-icon,
#antd .anticon #antd .anticon-icon {
  display: block;
}
.txn-antd .anticon > .txn-antd .anticon,
.txn-antd .anticon > #antd .anticon,
#antd .anticon > .txn-antd .anticon,
#antd .anticon > #antd .anticon {
  line-height: 0;
  vertical-align: 0;
}
.txn-antd .anticon[tabindex],
#antd .anticon[tabindex] {
  cursor: pointer;
}
.txn-antd .anticon-spin::before,
#antd .anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.txn-antd .anticon-spin,
#antd .anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.txn-antd .ant-fade-enter,
#antd .ant-fade-enter,
.txn-antd .ant-fade-appear,
#antd .ant-fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-fade-leave,
#antd .ant-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-fade-enter.ant-fade-enter-active,
#antd .ant-fade-enter.ant-fade-enter-active,
.txn-antd .ant-fade-appear.ant-fade-appear-active,
#antd .ant-fade-appear.ant-fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.txn-antd .ant-fade-leave.ant-fade-leave-active,
#antd .ant-fade-leave.ant-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-fade-enter,
#antd .ant-fade-enter,
.txn-antd .ant-fade-appear,
#antd .ant-fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.txn-antd .ant-fade-leave,
#antd .ant-fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.txn-antd .ant-move-up-enter,
#antd .ant-move-up-enter,
.txn-antd .ant-move-up-appear,
#antd .ant-move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-move-up-leave,
#antd .ant-move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-move-up-enter.ant-move-up-enter-active,
#antd .ant-move-up-enter.ant-move-up-enter-active,
.txn-antd .ant-move-up-appear.ant-move-up-appear-active,
#antd .ant-move-up-appear.ant-move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.txn-antd .ant-move-up-leave.ant-move-up-leave-active,
#antd .ant-move-up-leave.ant-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-move-up-enter,
#antd .ant-move-up-enter,
.txn-antd .ant-move-up-appear,
#antd .ant-move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-move-up-leave,
#antd .ant-move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.txn-antd .ant-move-down-enter,
#antd .ant-move-down-enter,
.txn-antd .ant-move-down-appear,
#antd .ant-move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-move-down-leave,
#antd .ant-move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-move-down-enter.ant-move-down-enter-active,
#antd .ant-move-down-enter.ant-move-down-enter-active,
.txn-antd .ant-move-down-appear.ant-move-down-appear-active,
#antd .ant-move-down-appear.ant-move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.txn-antd .ant-move-down-leave.ant-move-down-leave-active,
#antd .ant-move-down-leave.ant-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-move-down-enter,
#antd .ant-move-down-enter,
.txn-antd .ant-move-down-appear,
#antd .ant-move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-move-down-leave,
#antd .ant-move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.txn-antd .ant-move-left-enter,
#antd .ant-move-left-enter,
.txn-antd .ant-move-left-appear,
#antd .ant-move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-move-left-leave,
#antd .ant-move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-move-left-enter.ant-move-left-enter-active,
#antd .ant-move-left-enter.ant-move-left-enter-active,
.txn-antd .ant-move-left-appear.ant-move-left-appear-active,
#antd .ant-move-left-appear.ant-move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.txn-antd .ant-move-left-leave.ant-move-left-leave-active,
#antd .ant-move-left-leave.ant-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-move-left-enter,
#antd .ant-move-left-enter,
.txn-antd .ant-move-left-appear,
#antd .ant-move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-move-left-leave,
#antd .ant-move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.txn-antd .ant-move-right-enter,
#antd .ant-move-right-enter,
.txn-antd .ant-move-right-appear,
#antd .ant-move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-move-right-leave,
#antd .ant-move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-move-right-enter.ant-move-right-enter-active,
#antd .ant-move-right-enter.ant-move-right-enter-active,
.txn-antd .ant-move-right-appear.ant-move-right-appear-active,
#antd .ant-move-right-appear.ant-move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.txn-antd .ant-move-right-leave.ant-move-right-leave-active,
#antd .ant-move-right-leave.ant-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-move-right-enter,
#antd .ant-move-right-enter,
.txn-antd .ant-move-right-appear,
#antd .ant-move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-move-right-leave,
#antd .ant-move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
.txn-antd [ant-click-animating='true'],
#antd [ant-click-animating='true'],
.txn-antd [ant-click-animating-without-extra-node='true'],
#antd [ant-click-animating-without-extra-node='true'] {
  position: relative;
}
.txn-antd html,
#antd html {
  --antd-wave-shadow-color: #1890ff;
  --scroll-bar: 0;
}
.txn-antd [ant-click-animating-without-extra-node='true']::after,
#antd [ant-click-animating-without-extra-node='true']::after,
.txn-antd .ant-click-animating-node,
#antd .ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.txn-antd .ant-slide-up-enter,
#antd .ant-slide-up-enter,
.txn-antd .ant-slide-up-appear,
#antd .ant-slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-slide-up-leave,
#antd .ant-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-slide-up-enter.ant-slide-up-enter-active,
#antd .ant-slide-up-enter.ant-slide-up-enter-active,
.txn-antd .ant-slide-up-appear.ant-slide-up-appear-active,
#antd .ant-slide-up-appear.ant-slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.txn-antd .ant-slide-up-leave.ant-slide-up-leave-active,
#antd .ant-slide-up-leave.ant-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-slide-up-enter,
#antd .ant-slide-up-enter,
.txn-antd .ant-slide-up-appear,
#antd .ant-slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.txn-antd .ant-slide-up-leave,
#antd .ant-slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.txn-antd .ant-slide-down-enter,
#antd .ant-slide-down-enter,
.txn-antd .ant-slide-down-appear,
#antd .ant-slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-slide-down-leave,
#antd .ant-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-slide-down-enter.ant-slide-down-enter-active,
#antd .ant-slide-down-enter.ant-slide-down-enter-active,
.txn-antd .ant-slide-down-appear.ant-slide-down-appear-active,
#antd .ant-slide-down-appear.ant-slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.txn-antd .ant-slide-down-leave.ant-slide-down-leave-active,
#antd .ant-slide-down-leave.ant-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-slide-down-enter,
#antd .ant-slide-down-enter,
.txn-antd .ant-slide-down-appear,
#antd .ant-slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.txn-antd .ant-slide-down-leave,
#antd .ant-slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.txn-antd .ant-slide-left-enter,
#antd .ant-slide-left-enter,
.txn-antd .ant-slide-left-appear,
#antd .ant-slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-slide-left-leave,
#antd .ant-slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-slide-left-enter.ant-slide-left-enter-active,
#antd .ant-slide-left-enter.ant-slide-left-enter-active,
.txn-antd .ant-slide-left-appear.ant-slide-left-appear-active,
#antd .ant-slide-left-appear.ant-slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.txn-antd .ant-slide-left-leave.ant-slide-left-leave-active,
#antd .ant-slide-left-leave.ant-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-slide-left-enter,
#antd .ant-slide-left-enter,
.txn-antd .ant-slide-left-appear,
#antd .ant-slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.txn-antd .ant-slide-left-leave,
#antd .ant-slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.txn-antd .ant-slide-right-enter,
#antd .ant-slide-right-enter,
.txn-antd .ant-slide-right-appear,
#antd .ant-slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-slide-right-leave,
#antd .ant-slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-slide-right-enter.ant-slide-right-enter-active,
#antd .ant-slide-right-enter.ant-slide-right-enter-active,
.txn-antd .ant-slide-right-appear.ant-slide-right-appear-active,
#antd .ant-slide-right-appear.ant-slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.txn-antd .ant-slide-right-leave.ant-slide-right-leave-active,
#antd .ant-slide-right-leave.ant-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-slide-right-enter,
#antd .ant-slide-right-enter,
.txn-antd .ant-slide-right-appear,
#antd .ant-slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.txn-antd .ant-slide-right-leave,
#antd .ant-slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.txn-antd .ant-zoom-enter,
#antd .ant-zoom-enter,
.txn-antd .ant-zoom-appear,
#antd .ant-zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-leave,
#antd .ant-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-enter.ant-zoom-enter-active,
#antd .ant-zoom-enter.ant-zoom-enter-active,
.txn-antd .ant-zoom-appear.ant-zoom-appear-active,
#antd .ant-zoom-appear.ant-zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.txn-antd .ant-zoom-leave.ant-zoom-leave-active,
#antd .ant-zoom-leave.ant-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-zoom-enter,
#antd .ant-zoom-enter,
.txn-antd .ant-zoom-appear,
#antd .ant-zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-zoom-enter-prepare,
#antd .ant-zoom-enter-prepare,
.txn-antd .ant-zoom-appear-prepare,
#antd .ant-zoom-appear-prepare {
  transform: none;
}
.txn-antd .ant-zoom-leave,
#antd .ant-zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.txn-antd .ant-zoom-big-enter,
#antd .ant-zoom-big-enter,
.txn-antd .ant-zoom-big-appear,
#antd .ant-zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-big-leave,
#antd .ant-zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-big-enter.ant-zoom-big-enter-active,
#antd .ant-zoom-big-enter.ant-zoom-big-enter-active,
.txn-antd .ant-zoom-big-appear.ant-zoom-big-appear-active,
#antd .ant-zoom-big-appear.ant-zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.txn-antd .ant-zoom-big-leave.ant-zoom-big-leave-active,
#antd .ant-zoom-big-leave.ant-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-zoom-big-enter,
#antd .ant-zoom-big-enter,
.txn-antd .ant-zoom-big-appear,
#antd .ant-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-zoom-big-enter-prepare,
#antd .ant-zoom-big-enter-prepare,
.txn-antd .ant-zoom-big-appear-prepare,
#antd .ant-zoom-big-appear-prepare {
  transform: none;
}
.txn-antd .ant-zoom-big-leave,
#antd .ant-zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.txn-antd .ant-zoom-big-fast-enter,
#antd .ant-zoom-big-fast-enter,
.txn-antd .ant-zoom-big-fast-appear,
#antd .ant-zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-big-fast-leave,
#antd .ant-zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
#antd .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.txn-antd .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active,
#antd .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.txn-antd .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active,
#antd .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-zoom-big-fast-enter,
#antd .ant-zoom-big-fast-enter,
.txn-antd .ant-zoom-big-fast-appear,
#antd .ant-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-zoom-big-fast-enter-prepare,
#antd .ant-zoom-big-fast-enter-prepare,
.txn-antd .ant-zoom-big-fast-appear-prepare,
#antd .ant-zoom-big-fast-appear-prepare {
  transform: none;
}
.txn-antd .ant-zoom-big-fast-leave,
#antd .ant-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.txn-antd .ant-zoom-up-enter,
#antd .ant-zoom-up-enter,
.txn-antd .ant-zoom-up-appear,
#antd .ant-zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-up-leave,
#antd .ant-zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-up-enter.ant-zoom-up-enter-active,
#antd .ant-zoom-up-enter.ant-zoom-up-enter-active,
.txn-antd .ant-zoom-up-appear.ant-zoom-up-appear-active,
#antd .ant-zoom-up-appear.ant-zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.txn-antd .ant-zoom-up-leave.ant-zoom-up-leave-active,
#antd .ant-zoom-up-leave.ant-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-zoom-up-enter,
#antd .ant-zoom-up-enter,
.txn-antd .ant-zoom-up-appear,
#antd .ant-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-zoom-up-enter-prepare,
#antd .ant-zoom-up-enter-prepare,
.txn-antd .ant-zoom-up-appear-prepare,
#antd .ant-zoom-up-appear-prepare {
  transform: none;
}
.txn-antd .ant-zoom-up-leave,
#antd .ant-zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.txn-antd .ant-zoom-down-enter,
#antd .ant-zoom-down-enter,
.txn-antd .ant-zoom-down-appear,
#antd .ant-zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-down-leave,
#antd .ant-zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-down-enter.ant-zoom-down-enter-active,
#antd .ant-zoom-down-enter.ant-zoom-down-enter-active,
.txn-antd .ant-zoom-down-appear.ant-zoom-down-appear-active,
#antd .ant-zoom-down-appear.ant-zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.txn-antd .ant-zoom-down-leave.ant-zoom-down-leave-active,
#antd .ant-zoom-down-leave.ant-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-zoom-down-enter,
#antd .ant-zoom-down-enter,
.txn-antd .ant-zoom-down-appear,
#antd .ant-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-zoom-down-enter-prepare,
#antd .ant-zoom-down-enter-prepare,
.txn-antd .ant-zoom-down-appear-prepare,
#antd .ant-zoom-down-appear-prepare {
  transform: none;
}
.txn-antd .ant-zoom-down-leave,
#antd .ant-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.txn-antd .ant-zoom-left-enter,
#antd .ant-zoom-left-enter,
.txn-antd .ant-zoom-left-appear,
#antd .ant-zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-left-leave,
#antd .ant-zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-left-enter.ant-zoom-left-enter-active,
#antd .ant-zoom-left-enter.ant-zoom-left-enter-active,
.txn-antd .ant-zoom-left-appear.ant-zoom-left-appear-active,
#antd .ant-zoom-left-appear.ant-zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.txn-antd .ant-zoom-left-leave.ant-zoom-left-leave-active,
#antd .ant-zoom-left-leave.ant-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-zoom-left-enter,
#antd .ant-zoom-left-enter,
.txn-antd .ant-zoom-left-appear,
#antd .ant-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-zoom-left-enter-prepare,
#antd .ant-zoom-left-enter-prepare,
.txn-antd .ant-zoom-left-appear-prepare,
#antd .ant-zoom-left-appear-prepare {
  transform: none;
}
.txn-antd .ant-zoom-left-leave,
#antd .ant-zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.txn-antd .ant-zoom-right-enter,
#antd .ant-zoom-right-enter,
.txn-antd .ant-zoom-right-appear,
#antd .ant-zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-right-leave,
#antd .ant-zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.txn-antd .ant-zoom-right-enter.ant-zoom-right-enter-active,
#antd .ant-zoom-right-enter.ant-zoom-right-enter-active,
.txn-antd .ant-zoom-right-appear.ant-zoom-right-appear-active,
#antd .ant-zoom-right-appear.ant-zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.txn-antd .ant-zoom-right-leave.ant-zoom-right-leave-active,
#antd .ant-zoom-right-leave.ant-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.txn-antd .ant-zoom-right-enter,
#antd .ant-zoom-right-enter,
.txn-antd .ant-zoom-right-appear,
#antd .ant-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.txn-antd .ant-zoom-right-enter-prepare,
#antd .ant-zoom-right-enter-prepare,
.txn-antd .ant-zoom-right-appear-prepare,
#antd .ant-zoom-right-appear-prepare {
  transform: none;
}
.txn-antd .ant-zoom-right-leave,
#antd .ant-zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.txn-antd .ant-motion-collapse-legacy,
#antd .ant-motion-collapse-legacy {
  overflow: hidden;
}
.txn-antd .ant-motion-collapse-legacy-active,
#antd .ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.txn-antd .ant-motion-collapse,
#antd .ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.txn-antd .pcl-ui-Menu,
#antd .pcl-ui-Menu {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(68, 70, 73, 0.1) 0px 1px 6px 3px;
  -moz-box-shadow: rgba(68, 70, 73, 0.1) 0px 1px 6px 3px;
  box-shadow: rgba(68, 70, 73, 0.1) 0px 1px 6px 3px;
  background-color: #F4F4F4 !important;
  border: 1px solid rgba(68, 70, 73, 0.2);
  color: #444649 !important;
  max-width: 250px;
  min-width: 140px;
  padding: 5px 0px;
  left: 0;
  top: 100%;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  position: fixed;
  visibility: hidden;
}
.txn-antd .pcl-ui-Menu.visible,
#antd .pcl-ui-Menu.visible {
  visibility: visible;
}
.txn-antd .pcl-ui-Menu ul,
#antd .pcl-ui-Menu ul {
  padding: 0;
  margin: 0;
}
.txn-antd .pcl-ui-Menu ul li,
#antd .pcl-ui-Menu ul li {
  list-style: none;
}
.txn-antd .pcl-ui-Menu .pcl-ui-Menu-item,
#antd .pcl-ui-Menu .pcl-ui-Menu-item {
  border: none;
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  line-height: 26px;
  margin: 0;
  padding: 0 24px 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 1px;
  cursor: default;
  position: relative;
  white-space: nowrap;
  -webkit-transition: background-color 400ms ease 0ms;
  -moz-transition: background-color 400ms ease 0ms;
  -ms-transition: background-color 400ms ease 0ms;
  -o-transition: background-color 400ms ease 0ms;
  transition: background-color 400ms ease 0ms;
  display: block;
  color: #444649;
}
.txn-antd .pcl-ui-Menu .pcl-ui-Menu-item.conditional-warning > DIV.warning,
#antd .pcl-ui-Menu .pcl-ui-Menu-item.conditional-warning > DIV.warning {
  background: transparent url(../images/dataset.svg?87a0ec) -1080px -30px no-repeat;
  border: none;
  height: 18px;
  width: 18px;
  top: 3px;
  left: auto;
  right: 10px;
  position: absolute;
}
.txn-antd .pcl-ui-Menu .pcl-ui-Menu-item.separator,
#antd .pcl-ui-Menu .pcl-ui-Menu-item.separator {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(68, 70, 73, 0.2) !important;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.txn-antd .pcl-ui-Menu .pcl-ui-Menu-item.disabled,
#antd .pcl-ui-Menu .pcl-ui-Menu-item.disabled {
  color: rgba(68, 70, 73, 0.45);
}
.txn-antd .pcl-ui-Menu .pcl-ui-Menu-item.disabled:hover,
#antd .pcl-ui-Menu .pcl-ui-Menu-item.disabled:hover {
  background: none;
  color: rgba(68, 70, 73, 0.45);
}
.txn-antd .pcl-ui-Menu .pcl-ui-Menu-item.icon::before,
#antd .pcl-ui-Menu .pcl-ui-Menu-item.icon::before {
  content: " ";
  width: 18px;
  height: 18px;
  margin-right: 4px;
  margin-left: -10px;
  display: inline-block;
  vertical-align: middle;
}
.txn-antd .pcl-ui-Menu .pcl-ui-Menu-item.icon.checked::before,
#antd .pcl-ui-Menu .pcl-ui-Menu-item.icon.checked::before {
  background: transparent url(../images/layer.svg?465d28) -210px -60px no-repeat;
}
.txn-antd .pcl-ui-Menu .pcl-ui-Menu-item:hover,
#antd .pcl-ui-Menu .pcl-ui-Menu-item:hover {
  background-color: rgba(68, 70, 73, 0.06);
  color: #444649;
}
.txn-antd .pcl-ui-Menu .candiLayerPicker .pcl-ui-Menu-item,
#antd .pcl-ui-Menu .candiLayerPicker .pcl-ui-Menu-item {
  padding: 0 24px;
}
.txn-antd .pcl-ui-Menu .candiLayerPicker .pcl-ui-Menu-item.selected,
#antd .pcl-ui-Menu .candiLayerPicker .pcl-ui-Menu-item.selected {
  background-color: #D8EBFF;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-flex;
}
.ant-input-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.ant-input-affix-wrapper::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input-affix-wrapper:focus,
.ant-input-rtl .ant-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-affix-wrapper-borderless,
.ant-input-affix-wrapper-borderless:hover,
.ant-input-affix-wrapper-borderless:focus,
.ant-input-affix-wrapper-borderless-focused,
.ant-input-affix-wrapper-borderless-disabled,
.ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-affix-wrapper-sm {
  padding: 0px 7px;
}
.ant-input-affix-wrapper-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
  z-index: 1;
}
.ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper:focus {
  z-index: 1;
}
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: transparent;
}
.ant-input-affix-wrapper > input.ant-input {
  padding: 0;
  border: none;
  outline: none;
}
.ant-input-affix-wrapper > input.ant-input:focus {
  box-shadow: none !important;
}
.ant-input-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-input-prefix,
.ant-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.ant-input-prefix > *:not(:last-child),
.ant-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-input-show-count-suffix {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-show-count-has-suffix {
  margin-right: 2px;
}
.ant-input-prefix {
  margin-right: 4px;
}
.ant-input-suffix {
  margin-left: 4px;
}
.anticon.ant-input-clear-icon,
.ant-input-clear-icon {
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.anticon.ant-input-clear-icon:hover,
.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.anticon.ant-input-clear-icon:active,
.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85);
}
.anticon.ant-input-clear-icon-hidden,
.ant-input-clear-icon-hidden {
  visibility: hidden;
}
.anticon.ant-input-clear-icon-has-suffix,
.ant-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
  border: 0 !important;
}
.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-status-error .ant-input-prefix {
  color: #ff4d4f;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-status-warning .ant-input-prefix {
  color: #faad14;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #ff4d4f;
}
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-affix-wrapper-status-error .ant-input-prefix {
  color: #ff4d4f;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
  background: #fff;
  border-color: #faad14;
}
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
  color: #faad14;
}
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
.ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
  padding-right: 24px;
}
.ant-input-group-wrapper-status-error .ant-input-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14;
}
.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.ant-input::-moz-placeholder {
  opacity: 1;
}
.ant-input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-input-rtl .ant-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input:focus,
.ant-input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-input-rtl .ant-input:focus,
.ant-input-rtl .ant-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-input-borderless,
.ant-input-borderless:hover,
.ant-input-borderless:focus,
.ant-input-borderless-focused,
.ant-input-borderless-disabled,
.ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-sm {
  padding: 0px 7px;
}
.ant-input-rtl {
  direction: rtl;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-search-with-button .ant-input-group .ant-input:hover {
  z-index: 0;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selector,
.ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff;
}
.ant-input-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
.ant-input-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
.ant-input-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  padding: 0px 7px;
}
.ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}
.ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-input-group .ant-input-affix-wrapper:not(:first-child),
.ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group.ant-input-group-compact {
  display: block;
}
.ant-input-group.ant-input-group-compact::before {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper {
  display: inline-flex;
}
.ant-input-group.ant-input-group-compact > .ant-picker-range {
  display: inline-flex;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 2px 0 0 2px;
}
.ant-input-group > .ant-input-rtl:first-child,
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}
.ant-input-group-rtl .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
.ant-input-group-rtl.ant-input-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 0 2px 2px 0;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-password-icon.anticon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-password-icon.anticon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-input[type='color'] {
  height: 32px;
}
.ant-input[type='color'].ant-input-lg {
  height: 40px;
}
.ant-input[type='color'].ant-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ant-input-textarea-show-count > .ant-input {
  height: 100%;
}
.ant-input-textarea-show-count::after {
  float: right;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}
.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
  margin-bottom: -22px;
}
.ant-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.ant-input-search .ant-input:hover,
.ant-input-search .ant-input:focus {
  border-color: #40a9ff;
}
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #40a9ff;
}
.ant-input-search .ant-input-affix-wrapper {
  border-radius: 0;
}
.ant-input-search .ant-input-lg {
  line-height: 1.5713;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 2px 2px 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ant-input-search-button {
  height: 32px;
}
.ant-input-search-button:hover,
.ant-input-search-button:focus {
  z-index: 1;
}
.ant-input-search-large .ant-input-search-button {
  height: 40px;
}
.ant-input-search-small .ant-input-search-button {
  height: 24px;
}
.ant-input-group-wrapper-rtl {
  direction: rtl;
}
.ant-input-group-rtl {
  direction: rtl;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
  border: none;
  outline: none;
}
.ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0;
}
.ant-input-textarea-rtl {
  direction: rtl;
}
.ant-input-textarea-rtl.ant-input-textarea-show-count::after {
  text-align: left;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon {
  right: auto;
  left: 8px;
}
.ant-input-search-rtl {
  direction: rtl;
}
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
  border-right-color: #40a9ff;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
  right: -1px;
  left: auto;
}
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
  border-radius: 2px 0 0 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-input {
    height: 32px;
  }
  .ant-input-lg {
    height: 40px;
  }
  .ant-input-sm {
    height: 24px;
  }
  .ant-input-affix-wrapper > input.ant-input {
    height: auto;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 2px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 2px;
}
.ant-btn > a:only-child {
  color: currentcolor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentcolor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}
.ant-btn:active > a:only-child {
  color: currentcolor;
}
.ant-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn[disabled],
.ant-btn[disabled]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn[disabled] > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn[disabled] > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > span {
  display: inline-block;
}
.ant-btn-primary {
  color: #fff;
  border-color: #1890ff;
  background: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  border-color: #40a9ff;
  background: #40a9ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active {
  color: #fff;
  border-color: #096dd9;
  background: #096dd9;
}
.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:hover,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: transparent;
}
.ant-btn-ghost > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-ghost:active > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}
.ant-btn-dashed:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentcolor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger[disabled],
.ant-btn-danger[disabled]:hover,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: #1890ff;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover {
  background: transparent;
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link[disabled],
.ant-btn-link[disabled]:hover,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text {
  color: rgba(0, 0, 0, 0.85);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-text:hover > a:only-child,
.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-text:hover > a:only-child::after,
.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-text:hover,
.ant-btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}
.ant-btn-text:active {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}
.ant-btn-text[disabled],
.ant-btn-text[disabled]:hover,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-text[disabled] > a:only-child,
.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  background: #fff;
}
.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:hover,
.ant-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
  background: #fff;
}
.ant-btn-dangerous:hover > a:only-child,
.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
  background: #fff;
}
.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:hover,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-dangerous.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:hover,
.ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:hover,
.ant-btn-dangerous.ant-btn-text:focus {
  color: #ff7875;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text:active {
  color: #d9363e;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:hover,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 2px;
  vertical-align: -3px;
}
.ant-btn-icon-only > * {
  font-size: 16px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-lg > * {
  font-size: 18px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 2px;
}
.ant-btn-icon-only.ant-btn-sm > * {
  font-size: 14px;
}
.ant-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}
a.ant-btn-icon-only {
  vertical-align: -1px;
}
a.ant-btn-icon-only > .anticon {
  display: inline;
}
.ant-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizespeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
  cursor: default;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn > .ant-btn-loading-icon {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 8px;
  animation: none;
}
.ant-btn > .ant-btn-loading-icon .anticon svg {
  animation: loadingCircle 1s infinite linear;
}
.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
}
.ant-btn-group {
  position: relative;
  display: inline-flex;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active {
  z-index: 2;
}
.ant-btn-group > .ant-btn[disabled],
.ant-btn-group > span > .ant-btn[disabled] {
  z-index: 0;
}
.ant-btn-group .ant-btn-icon-only {
  font-size: 14px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 2px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 2px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 2px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-rtl.ant-btn + .ant-btn-group,
.ant-btn-rtl.ant-btn-group span + .ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn + span,
.ant-btn-rtl.ant-btn-group > span + span,
.ant-btn-rtl.ant-btn-group + .ant-btn,
.ant-btn-rtl.ant-btn-group + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.ant-btn-group-rtl.ant-btn + .ant-btn-group,
.ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.ant-btn-group-rtl.ant-btn-group > span + span,
.ant-btn-group-rtl.ant-btn-group + .ant-btn,
.ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.ant-btn-group.ant-btn-group-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 2px 2px 0;
}
.ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 2px 0 0 2px;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 2px 2px 0;
}
.ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 2px 0 0 2px;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.ant-btn.ant-btn-background-ghost,
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:active,
.ant-btn.ant-btn-background-ghost:focus {
  background: transparent;
}
.ant-btn.ant-btn-background-ghost:hover,
.ant-btn.ant-btn-background-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn.ant-btn-background-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
}
.ant-btn.ant-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #d9d9d9;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  border-color: #1890ff;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active {
  color: #096dd9;
  border-color: #096dd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active {
  color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:hover,
.ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
a.ant-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-btn-rtl {
  direction: rtl;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #40a9ff;
}
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}
.ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-rtl.ant-btn > .anticon + span,
.ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}

.txn-antd,
#antd {
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  /* stylelint-disable no-duplicate-selectors */
  /* stylelint-disable */
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
}
.txn-antd .ant-popover,
#antd .ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.txn-antd .ant-popover-content,
#antd .ant-popover-content {
  position: relative;
}
.txn-antd .ant-popover::after,
#antd .ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.txn-antd .ant-popover-hidden,
#antd .ant-popover-hidden {
  display: none;
}
.txn-antd .ant-popover-placement-top,
#antd .ant-popover-placement-top,
.txn-antd .ant-popover-placement-topLeft,
#antd .ant-popover-placement-topLeft,
.txn-antd .ant-popover-placement-topRight,
#antd .ant-popover-placement-topRight {
  padding-bottom: 15.3137085px;
}
.txn-antd .ant-popover-placement-right,
#antd .ant-popover-placement-right,
.txn-antd .ant-popover-placement-rightTop,
#antd .ant-popover-placement-rightTop,
.txn-antd .ant-popover-placement-rightBottom,
#antd .ant-popover-placement-rightBottom {
  padding-left: 15.3137085px;
}
.txn-antd .ant-popover-placement-bottom,
#antd .ant-popover-placement-bottom,
.txn-antd .ant-popover-placement-bottomLeft,
#antd .ant-popover-placement-bottomLeft,
.txn-antd .ant-popover-placement-bottomRight,
#antd .ant-popover-placement-bottomRight {
  padding-top: 15.3137085px;
}
.txn-antd .ant-popover-placement-left,
#antd .ant-popover-placement-left,
.txn-antd .ant-popover-placement-leftTop,
#antd .ant-popover-placement-leftTop,
.txn-antd .ant-popover-placement-leftBottom,
#antd .ant-popover-placement-leftBottom {
  padding-right: 15.3137085px;
}
.txn-antd .ant-popover-inner,
#antd .ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .txn-antd .ant-popover,
  #antd .ant-popover {
    /* IE10+ */
  }
  .txn-antd .ant-popover-inner,
  #antd .ant-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.txn-antd .ant-popover-title,
#antd .ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.txn-antd .ant-popover-inner-content,
#antd .ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}
.txn-antd .ant-popover-message,
#antd .ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.txn-antd .ant-popover-message > .anticon,
#antd .ant-popover-message > .anticon {
  position: absolute;
  top: 8.0005px;
  color: #faad14;
  font-size: 14px;
}
.txn-antd .ant-popover-message-title,
#antd .ant-popover-message-title {
  padding-left: 22px;
}
.txn-antd .ant-popover-buttons,
#antd .ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.txn-antd .ant-popover-buttons button,
#antd .ant-popover-buttons button {
  margin-left: 8px;
}
.txn-antd .ant-popover-arrow,
#antd .ant-popover-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.txn-antd .ant-popover-arrow-content,
#antd .ant-popover-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  background-color: #fff;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.txn-antd .ant-popover-arrow-content::before,
#antd .ant-popover-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.txn-antd .ant-popover-placement-top .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-top #antd .ant-popover-arrow,
#antd .ant-popover-placement-top .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-top #antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-topLeft .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-topLeft #antd .ant-popover-arrow,
#antd .ant-popover-placement-topLeft .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-topLeft #antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-topRight .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-topRight #antd .ant-popover-arrow,
#antd .ant-popover-placement-topRight .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-topRight #antd .ant-popover-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.txn-antd .ant-popover-placement-top .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-top #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-top .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-top #antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-topLeft .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-topLeft #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-topLeft .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-topLeft #antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-topRight .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-topRight #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-topRight .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-topRight #antd .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}
.txn-antd .ant-popover-placement-top .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-top #antd .ant-popover-arrow,
#antd .ant-popover-placement-top .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-top #antd .ant-popover-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.txn-antd .ant-popover-placement-topLeft .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-topLeft #antd .ant-popover-arrow,
#antd .ant-popover-placement-topLeft .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-topLeft #antd .ant-popover-arrow {
  left: 16px;
}
.txn-antd .ant-popover-placement-topRight .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-topRight #antd .ant-popover-arrow,
#antd .ant-popover-placement-topRight .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-topRight #antd .ant-popover-arrow {
  right: 16px;
}
.txn-antd .ant-popover-placement-right .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-right #antd .ant-popover-arrow,
#antd .ant-popover-placement-right .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-right #antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-rightTop .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-rightTop #antd .ant-popover-arrow,
#antd .ant-popover-placement-rightTop .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-rightTop #antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-rightBottom .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-rightBottom #antd .ant-popover-arrow,
#antd .ant-popover-placement-rightBottom .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-rightBottom #antd .ant-popover-arrow {
  left: 0;
  transform: translateX(-100%);
}
.txn-antd .ant-popover-placement-right .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-right #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-right .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-right #antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-rightTop .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-rightTop #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-rightTop .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-rightTop #antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-rightBottom .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-rightBottom #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-rightBottom .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-rightBottom #antd .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}
.txn-antd .ant-popover-placement-right .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-right #antd .ant-popover-arrow,
#antd .ant-popover-placement-right .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-right #antd .ant-popover-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.txn-antd .ant-popover-placement-rightTop .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-rightTop #antd .ant-popover-arrow,
#antd .ant-popover-placement-rightTop .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-rightTop #antd .ant-popover-arrow {
  top: 12px;
}
.txn-antd .ant-popover-placement-rightBottom .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-rightBottom #antd .ant-popover-arrow,
#antd .ant-popover-placement-rightBottom .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-rightBottom #antd .ant-popover-arrow {
  bottom: 12px;
}
.txn-antd .ant-popover-placement-bottom .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-bottom #antd .ant-popover-arrow,
#antd .ant-popover-placement-bottom .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-bottom #antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-bottomLeft .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-bottomLeft #antd .ant-popover-arrow,
#antd .ant-popover-placement-bottomLeft .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-bottomLeft #antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-bottomRight .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-bottomRight #antd .ant-popover-arrow,
#antd .ant-popover-placement-bottomRight .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-bottomRight #antd .ant-popover-arrow {
  top: 0;
  transform: translateY(-100%);
}
.txn-antd .ant-popover-placement-bottom .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-bottom #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-bottom .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-bottom #antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-bottomLeft .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-bottomLeft #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-bottomLeft .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-bottomLeft #antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-bottomRight .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-bottomRight #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-bottomRight .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-bottomRight #antd .ant-popover-arrow-content {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  transform: translateY(11px) rotate(-135deg);
}
.txn-antd .ant-popover-placement-bottom .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-bottom #antd .ant-popover-arrow,
#antd .ant-popover-placement-bottom .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-bottom #antd .ant-popover-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.txn-antd .ant-popover-placement-bottomLeft .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-bottomLeft #antd .ant-popover-arrow,
#antd .ant-popover-placement-bottomLeft .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-bottomLeft #antd .ant-popover-arrow {
  left: 16px;
}
.txn-antd .ant-popover-placement-bottomRight .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-bottomRight #antd .ant-popover-arrow,
#antd .ant-popover-placement-bottomRight .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-bottomRight #antd .ant-popover-arrow {
  right: 16px;
}
.txn-antd .ant-popover-placement-left .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-left #antd .ant-popover-arrow,
#antd .ant-popover-placement-left .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-left #antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-leftTop .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-leftTop #antd .ant-popover-arrow,
#antd .ant-popover-placement-leftTop .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-leftTop #antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-leftBottom .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-leftBottom #antd .ant-popover-arrow,
#antd .ant-popover-placement-leftBottom .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-leftBottom #antd .ant-popover-arrow {
  right: 0;
  transform: translateX(100%);
}
.txn-antd .ant-popover-placement-left .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-left #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-left .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-left #antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-leftTop .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-leftTop #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-leftTop .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-leftTop #antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-leftBottom .txn-antd .ant-popover-arrow-content,
.txn-antd .ant-popover-placement-leftBottom #antd .ant-popover-arrow-content,
#antd .ant-popover-placement-leftBottom .txn-antd .ant-popover-arrow-content,
#antd .ant-popover-placement-leftBottom #antd .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(-45deg);
}
.txn-antd .ant-popover-placement-left .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-left #antd .ant-popover-arrow,
#antd .ant-popover-placement-left .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-left #antd .ant-popover-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.txn-antd .ant-popover-placement-leftTop .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-leftTop #antd .ant-popover-arrow,
#antd .ant-popover-placement-leftTop .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-leftTop #antd .ant-popover-arrow {
  top: 12px;
}
.txn-antd .ant-popover-placement-leftBottom .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-leftBottom #antd .ant-popover-arrow,
#antd .ant-popover-placement-leftBottom .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-leftBottom #antd .ant-popover-arrow {
  bottom: 12px;
}
.txn-antd .ant-popover-pink .ant-popover-inner,
#antd .ant-popover-pink .ant-popover-inner {
  background-color: #eb2f96;
}
.txn-antd .ant-popover-pink .ant-popover-arrow-content,
#antd .ant-popover-pink .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.txn-antd .ant-popover-magenta .ant-popover-inner,
#antd .ant-popover-magenta .ant-popover-inner {
  background-color: #eb2f96;
}
.txn-antd .ant-popover-magenta .ant-popover-arrow-content,
#antd .ant-popover-magenta .ant-popover-arrow-content {
  background-color: #eb2f96;
}
.txn-antd .ant-popover-red .ant-popover-inner,
#antd .ant-popover-red .ant-popover-inner {
  background-color: #f5222d;
}
.txn-antd .ant-popover-red .ant-popover-arrow-content,
#antd .ant-popover-red .ant-popover-arrow-content {
  background-color: #f5222d;
}
.txn-antd .ant-popover-volcano .ant-popover-inner,
#antd .ant-popover-volcano .ant-popover-inner {
  background-color: #fa541c;
}
.txn-antd .ant-popover-volcano .ant-popover-arrow-content,
#antd .ant-popover-volcano .ant-popover-arrow-content {
  background-color: #fa541c;
}
.txn-antd .ant-popover-orange .ant-popover-inner,
#antd .ant-popover-orange .ant-popover-inner {
  background-color: #fa8c16;
}
.txn-antd .ant-popover-orange .ant-popover-arrow-content,
#antd .ant-popover-orange .ant-popover-arrow-content {
  background-color: #fa8c16;
}
.txn-antd .ant-popover-yellow .ant-popover-inner,
#antd .ant-popover-yellow .ant-popover-inner {
  background-color: #fadb14;
}
.txn-antd .ant-popover-yellow .ant-popover-arrow-content,
#antd .ant-popover-yellow .ant-popover-arrow-content {
  background-color: #fadb14;
}
.txn-antd .ant-popover-gold .ant-popover-inner,
#antd .ant-popover-gold .ant-popover-inner {
  background-color: #faad14;
}
.txn-antd .ant-popover-gold .ant-popover-arrow-content,
#antd .ant-popover-gold .ant-popover-arrow-content {
  background-color: #faad14;
}
.txn-antd .ant-popover-cyan .ant-popover-inner,
#antd .ant-popover-cyan .ant-popover-inner {
  background-color: #13c2c2;
}
.txn-antd .ant-popover-cyan .ant-popover-arrow-content,
#antd .ant-popover-cyan .ant-popover-arrow-content {
  background-color: #13c2c2;
}
.txn-antd .ant-popover-lime .ant-popover-inner,
#antd .ant-popover-lime .ant-popover-inner {
  background-color: #a0d911;
}
.txn-antd .ant-popover-lime .ant-popover-arrow-content,
#antd .ant-popover-lime .ant-popover-arrow-content {
  background-color: #a0d911;
}
.txn-antd .ant-popover-green .ant-popover-inner,
#antd .ant-popover-green .ant-popover-inner {
  background-color: #52c41a;
}
.txn-antd .ant-popover-green .ant-popover-arrow-content,
#antd .ant-popover-green .ant-popover-arrow-content {
  background-color: #52c41a;
}
.txn-antd .ant-popover-blue .ant-popover-inner,
#antd .ant-popover-blue .ant-popover-inner {
  background-color: #1890ff;
}
.txn-antd .ant-popover-blue .ant-popover-arrow-content,
#antd .ant-popover-blue .ant-popover-arrow-content {
  background-color: #1890ff;
}
.txn-antd .ant-popover-geekblue .ant-popover-inner,
#antd .ant-popover-geekblue .ant-popover-inner {
  background-color: #2f54eb;
}
.txn-antd .ant-popover-geekblue .ant-popover-arrow-content,
#antd .ant-popover-geekblue .ant-popover-arrow-content {
  background-color: #2f54eb;
}
.txn-antd .ant-popover-purple .ant-popover-inner,
#antd .ant-popover-purple .ant-popover-inner {
  background-color: #722ed1;
}
.txn-antd .ant-popover-purple .ant-popover-arrow-content,
#antd .ant-popover-purple .ant-popover-arrow-content {
  background-color: #722ed1;
}
.txn-antd .ant-popover-rtl,
#antd .ant-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .txn-antd .ant-popover-message-title,
.ant-popover-rtl #antd .ant-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}
.ant-popover-rtl .txn-antd .ant-popover-buttons,
.ant-popover-rtl #antd .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .txn-antd .ant-popover-buttons button,
.ant-popover-rtl #antd .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}
.txn-antd .ant-popover-inner-content,
#antd .ant-popover-inner-content {
  padding: 10px;
}
.txn-antd .ant-popover-placement-left > .txn-antd .ant-popover-content > .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-left > .txn-antd .ant-popover-content > #antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-left > #antd .ant-popover-content > .txn-antd .ant-popover-arrow,
.txn-antd .ant-popover-placement-left > #antd .ant-popover-content > #antd .ant-popover-arrow,
#antd .ant-popover-placement-left > .txn-antd .ant-popover-content > .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-left > .txn-antd .ant-popover-content > #antd .ant-popover-arrow,
#antd .ant-popover-placement-left > #antd .ant-popover-content > .txn-antd .ant-popover-arrow,
#antd .ant-popover-placement-left > #antd .ant-popover-content > #antd .ant-popover-arrow {
  right: 8px;
}

.mstr-icons {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='612' height='576' viewBox='0 0 612 576' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M194 77H192C191.448 77 191 76.5523 191 76V74H184V77V87H194V77Z' fill='%23C2D3F2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M184 73C183.448 73 183 73.4477 183 74V87C183 87.5523 183.448 88 184 88H194C194.552 88 195 87.5523 195 87V76.5L191.5 73H184ZM189 74H184V87H194V77H192C191.448 77 191 76.5523 191 76V74H189Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M192.5 79C192.776 79 193 79.2239 193 79.5V80V81V82V83V84V85V85.5C193 85.7761 192.776 86 192.5 86H192H190H189H188H187H186H185.5C185.224 86 185 85.7761 185 85.5V85V84V83V82V81V80V79.5C185 79.2239 185.224 79 185.5 79H186H187H188H189H190H192H192.5ZM190 80H192V81H190V80ZM190 82H192V83H190V82ZM189 83V82H188V83H189ZM190 84H192V85H190V84ZM189 85V84H188V85H189ZM189 81V80H188V81H189ZM186 85H187V84H186V85ZM186 83H187V82H186V83ZM186 81H187V80H186V81Z' fill='%234774C6'/%3e%3cpath d='M427 93H417L423 98.4912L417 104.043H423.5' stroke='%230092FC' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M425 100L430 105' stroke='%23ED3D3B'/%3e%3cpath d='M430 100L425 105' stroke='%23ED3D3B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M373.896 204.03C373.896 204.365 373.863 204.692 373.8 205.008C373.701 205.003 373.601 205 373.5 205C370.989 205 368.872 206.682 368.212 208.981C365.777 208.647 363.9 206.557 363.9 204.03C363.9 201.27 366.138 199.032 368.898 199.032C370.475 199.032 371.881 199.762 372.797 200.903L368.86 204.84L366.924 202.423L366.263 202.953L368.791 206.108L373.277 201.62C373.671 202.335 373.896 203.156 373.896 204.03ZM368 210.5C368 210.273 368.014 210.05 368.04 209.831C366.977 209.678 366.008 209.232 365.218 208.578L363.378 213.634L365.483 212.846L366.52 214.778L368.004 210.702C368.001 210.635 368 210.567 368 210.5ZM378 210.5C378 212.985 375.985 215 373.5 215C371.015 215 369 212.985 369 210.5C369 208.015 371.015 206 373.5 206C375.985 206 378 208.015 378 210.5ZM373.245 208.045C373.355 207.939 373.595 208.032 373.625 208.196L373.628 208.23V209.162L373.751 209.163C374.377 209.174 375.163 209.291 376.052 210.237C376.875 211.114 376.983 212.737 376.998 213.152L377 213.25L376.895 213.112C376.655 212.808 376.036 212.087 375.333 211.78C374.589 211.456 374.156 211.402 373.815 211.393L373.619 211.391V212.319C373.619 212.495 373.365 212.624 373.245 212.506L372.973 212.248C372.708 212.001 372.34 211.662 372.009 211.357L372.009 211.357C371.686 211.06 371.398 210.794 371.272 210.675L371.243 210.647C370.937 210.352 370.918 210.231 371.199 209.948L371.243 209.904C371.351 209.799 371.733 209.446 372.142 209.069L372.142 209.068C372.584 208.661 373.055 208.226 373.245 208.045Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M355.896 204.03C355.896 204.365 355.863 204.692 355.8 205.008C355.701 205.003 355.601 205 355.5 205C352.989 205 350.872 206.682 350.212 208.981C347.777 208.647 345.9 206.557 345.9 204.03C345.9 201.27 348.138 199.032 350.898 199.032C352.475 199.032 353.881 199.762 354.797 200.903L350.86 204.84L348.924 202.423L348.263 202.953L350.791 206.108L355.277 201.62C355.671 202.335 355.896 203.156 355.896 204.03ZM350 210.5C350 210.273 350.014 210.05 350.04 209.831C348.977 209.678 348.008 209.232 347.218 208.578L345.378 213.634L347.483 212.846L348.52 214.778L350.004 210.702C350.001 210.635 350 210.567 350 210.5ZM360 210.5C360 212.985 357.985 215 355.5 215C353.015 215 351 212.985 351 210.5C351 208.015 353.015 206 355.5 206C357.985 206 360 208.015 360 210.5ZM356.915 212.621C357.11 212.816 357.427 212.816 357.622 212.621C357.817 212.426 357.817 212.109 357.622 211.914L356.208 210.5L357.622 209.086C357.817 208.89 357.817 208.574 357.622 208.379C357.427 208.183 357.11 208.183 356.915 208.379L355.5 209.793L354.086 208.379C353.891 208.183 353.574 208.183 353.379 208.379C353.184 208.574 353.184 208.89 353.379 209.086L354.793 210.5L353.379 211.914C353.184 212.109 353.184 212.426 353.379 212.621C353.574 212.816 353.891 212.816 354.086 212.621L355.5 211.207L356.915 212.621Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M337.896 204.03C337.896 204.365 337.863 204.692 337.8 205.008C337.701 205.003 337.601 205 337.5 205C334.989 205 332.872 206.682 332.212 208.981C329.777 208.647 327.9 206.557 327.9 204.03C327.9 201.27 330.138 199.032 332.898 199.032C334.475 199.032 335.881 199.762 336.797 200.903L332.86 204.84L330.924 202.423L330.263 202.953L332.791 206.108L337.277 201.62C337.671 202.335 337.896 203.156 337.896 204.03ZM332 210.5C332 210.273 332.014 210.05 332.04 209.831C330.977 209.678 330.008 209.232 329.218 208.578L327.378 213.634L329.483 212.846L330.52 214.778L332.004 210.702C332.001 210.635 332 210.567 332 210.5ZM342 210.5C342 212.985 339.985 215 337.5 215C335.015 215 333 212.985 333 210.5C333 208.015 335.015 206 337.5 206C339.985 206 342 208.015 342 210.5ZM334.5 210.5C334.5 210.224 334.724 210 335 210H340C340.276 210 340.5 210.224 340.5 210.5C340.5 210.776 340.276 211 340 211H335C334.724 211 334.5 210.776 334.5 210.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M319.896 204.03C319.896 204.365 319.863 204.692 319.8 205.008C319.701 205.003 319.601 205 319.5 205C316.989 205 314.872 206.682 314.212 208.981C311.777 208.647 309.9 206.557 309.9 204.03C309.9 201.27 312.138 199.032 314.898 199.032C316.475 199.032 317.881 199.762 318.797 200.903L314.86 204.84L312.924 202.423L312.263 202.953L314.791 206.108L319.277 201.62C319.671 202.335 319.896 203.156 319.896 204.03ZM314 210.5C314 210.273 314.014 210.05 314.04 209.831C312.977 209.678 312.008 209.232 311.218 208.578L309.378 213.634L311.483 212.846L312.52 214.778L314.004 210.702C314.001 210.635 314 210.567 314 210.5ZM324 210.5C324 212.985 321.985 215 319.5 215C317.015 215 315 212.985 315 210.5C315 208.015 317.015 206 319.5 206C321.985 206 324 208.015 324 210.5ZM321.9 212.3C321.734 212.521 321.421 212.566 321.2 212.4L319.2 210.9C319.074 210.805 319 210.657 319 210.5V208C319 207.724 319.224 207.5 319.5 207.5C319.776 207.5 320 207.724 320 208V210.25L321.8 211.6C322.021 211.766 322.066 212.079 321.9 212.3Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M301.896 204.03C301.896 206.79 299.658 209.028 296.898 209.028C294.138 209.028 291.9 206.79 291.9 204.03C291.9 201.27 294.138 199.032 296.898 199.032C298.475 199.032 299.881 199.762 300.797 200.903L296.86 204.84L294.924 202.423L294.263 202.953L296.791 206.108L301.277 201.62C301.671 202.335 301.896 203.156 301.896 204.03ZM297.447 209.86L299.237 214.778L300.263 212.845L302.379 213.634L300.531 208.557C299.679 209.271 298.615 209.741 297.447 209.86ZM296.309 209.863C295.14 209.751 294.074 209.287 293.218 208.578L291.378 213.634L293.483 212.846L294.52 214.778L296.309 209.863Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M283.896 204.03C283.896 204.365 283.863 204.692 283.8 205.008C283.701 205.003 283.601 205 283.5 205C280.989 205 278.872 206.682 278.212 208.981C275.777 208.647 273.9 206.557 273.9 204.03C273.9 201.27 276.138 199.032 278.898 199.032C280.475 199.032 281.881 199.762 282.797 200.903L278.86 204.84L276.924 202.423L276.263 202.953L278.791 206.108L283.277 201.62C283.671 202.335 283.896 203.156 283.896 204.03ZM278 210.5C278 210.273 278.014 210.05 278.04 209.831C276.977 209.678 276.008 209.232 275.218 208.578L273.378 213.634L275.483 212.846L276.52 214.778L278.004 210.702C278.001 210.635 278 210.567 278 210.5ZM288 210.5C288 212.985 285.985 215 283.5 215C281.015 215 279 212.985 279 210.5C279 208.015 281.015 206 283.5 206C285.985 206 288 208.015 288 210.5ZM283.245 208.045C283.355 207.939 283.595 208.032 283.625 208.196L283.628 208.23V209.162L283.751 209.163C284.377 209.174 285.163 209.291 286.052 210.237C286.875 211.114 286.983 212.737 286.998 213.152L287 213.25L286.895 213.112C286.655 212.808 286.036 212.087 285.333 211.78C284.589 211.456 284.156 211.402 283.815 211.393L283.619 211.391V212.319C283.619 212.495 283.365 212.624 283.245 212.506L282.973 212.248C282.708 212.001 282.34 211.662 282.009 211.357L282.009 211.357C281.686 211.06 281.398 210.794 281.272 210.675L281.243 210.647C280.937 210.352 280.918 210.231 281.199 209.948L281.243 209.904C281.351 209.799 281.733 209.446 282.142 209.069L282.142 209.068C282.584 208.661 283.055 208.226 283.245 208.045Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M265.896 204.03C265.896 204.365 265.863 204.692 265.8 205.008C265.701 205.003 265.601 205 265.5 205C262.989 205 260.872 206.682 260.212 208.981C257.777 208.647 255.9 206.557 255.9 204.03C255.9 201.27 258.138 199.032 260.898 199.032C262.475 199.032 263.881 199.762 264.797 200.903L260.86 204.84L258.924 202.423L258.263 202.953L260.791 206.108L265.277 201.62C265.671 202.335 265.896 203.156 265.896 204.03ZM260 210.5C260 210.273 260.014 210.05 260.04 209.831C258.977 209.678 258.008 209.232 257.218 208.578L255.378 213.634L257.483 212.846L258.52 214.778L260.004 210.702C260.001 210.635 260 210.567 260 210.5ZM270 210.5C270 212.985 267.985 215 265.5 215C263.015 215 261 212.985 261 210.5C261 208.015 263.015 206 265.5 206C267.985 206 270 208.015 270 210.5ZM262.5 210.5C262.5 210.224 262.724 210 263 210H268C268.276 210 268.5 210.224 268.5 210.5C268.5 210.776 268.276 211 268 211H263C262.724 211 262.5 210.776 262.5 210.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M247.8 205.008C247.863 204.692 247.896 204.365 247.896 204.03C247.896 203.156 247.671 202.335 247.277 201.62L242.791 206.108L240.263 202.953L240.924 202.423L242.86 204.84L246.797 200.903C245.881 199.762 244.475 199.032 242.898 199.032C240.138 199.032 237.9 201.27 237.9 204.03C237.9 206.557 239.777 208.647 242.212 208.981C242.872 206.682 244.989 205 247.5 205C247.601 205 247.701 205.003 247.8 205.008ZM242.04 209.831C242.014 210.05 242 210.273 242 210.5C242 210.567 242.001 210.635 242.004 210.702L240.52 214.778L239.483 212.846L237.378 213.634L239.218 208.578C240.008 209.232 240.977 209.678 242.04 209.831Z' fill='%239A9A9A'/%3e%3ccircle cx='247.5' cy='210.5' r='4.5' fill='%23F8472F'/%3e%3cline x1='245' y1='210.5' x2='250' y2='210.5' stroke='white' stroke-linecap='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M229.896 204.03C229.896 204.365 229.863 204.692 229.8 205.008C229.701 205.003 229.601 205 229.5 205C226.989 205 224.872 206.682 224.212 208.981C221.777 208.647 219.9 206.557 219.9 204.03C219.9 201.27 222.138 199.032 224.898 199.032C226.475 199.032 227.881 199.762 228.797 200.903L224.86 204.84L222.924 202.423L222.263 202.953L224.791 206.108L229.277 201.62C229.671 202.335 229.896 203.156 229.896 204.03ZM224 210.5C224 210.273 224.014 210.05 224.04 209.831C222.977 209.678 222.008 209.232 221.218 208.578L219.378 213.634L221.483 212.846L222.52 214.778L224.004 210.702C224.001 210.635 224 210.567 224 210.5ZM234 210.5C234 212.985 231.985 215 229.5 215C227.015 215 225 212.985 225 210.5C225 208.015 227.015 206 229.5 206C231.985 206 234 208.015 234 210.5ZM231.9 212.3C231.734 212.521 231.421 212.566 231.2 212.4L229.2 210.9C229.074 210.805 229 210.657 229 210.5V208C229 207.724 229.224 207.5 229.5 207.5C229.776 207.5 230 207.724 230 208V210.25L231.8 211.6C232.021 211.766 232.066 212.079 231.9 212.3Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M211.8 205.008C211.863 204.692 211.896 204.365 211.896 204.03C211.896 203.156 211.671 202.335 211.277 201.62L206.791 206.108L204.263 202.953L204.924 202.423L206.86 204.84L210.797 200.903C209.881 199.762 208.475 199.032 206.898 199.032C204.138 199.032 201.9 201.27 201.9 204.03C201.9 206.557 203.777 208.647 206.212 208.981C206.872 206.682 208.989 205 211.5 205C211.601 205 211.701 205.003 211.8 205.008ZM206.04 209.831C206.014 210.05 206 210.273 206 210.5C206 210.567 206.001 210.635 206.004 210.702L204.52 214.778L203.483 212.846L201.378 213.634L203.218 208.578C204.008 209.232 204.977 209.678 206.04 209.831Z' fill='%239A9A9A'/%3e%3ccircle cx='211.5' cy='210.5' r='4.5' fill='%234774C6'/%3e%3cpath d='M211.5 208V210.5L213.5 212' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M190.932 215H181V199H197V206.984L194.691 206.063L194.526 206.019L194.463 206.01C194.25 205.982 194.047 206.014 193.868 206.085L190.287 207.522L190.108 207.629L190.049 207.679C189.775 207.905 189.62 208.241 189.62 208.592V211.443L189.626 211.691L189.627 211.703C189.688 212.971 190.169 214.097 190.932 215Z' fill='%23B8232F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M186.599 205.496C186.599 205.144 186.887 204.856 187.207 204.856C187.527 204.856 187.783 205.144 187.783 205.496C187.783 205.848 187.527 206.168 187.175 206.168C186.855 206.168 186.599 205.88 186.599 205.496ZM190.119 207.448C189.927 207.448 189.671 207.576 189.447 207.8V210.648H188.487V207.704C188.487 207.352 188.455 207.032 188.359 206.744L189.223 206.488C189.319 206.648 189.351 206.84 189.351 207C189.431 206.952 189.495 206.904 189.559 206.856L189.559 206.856C189.623 206.808 189.687 206.76 189.767 206.712C189.959 206.616 190.215 206.552 190.439 206.552C190.846 206.552 191.192 206.766 191.327 207.105L190.327 207.506C190.278 207.464 190.211 207.448 190.119 207.448ZM189.631 211.8H189.607V211.192H189.383V211.8H189.191V211.992H189.415V213.112C189.415 213.272 189.447 213.368 189.543 213.432C189.575 213.432 189.607 213.44 189.639 213.448C189.671 213.456 189.703 213.464 189.735 213.464C189.811 213.464 189.847 213.444 189.891 213.42C189.902 213.413 189.914 213.407 189.927 213.4L189.895 213.272C189.874 213.283 189.863 213.29 189.856 213.294C189.852 213.297 189.849 213.299 189.846 213.301C189.838 213.304 189.829 213.304 189.799 213.304C189.639 213.304 189.607 213.24 189.607 213.048V211.992H189.647C189.641 211.928 189.635 211.864 189.631 211.8ZM188.904 211.768L188.68 211.8V213.4H188.904V211.768ZM184.359 212.984C184.359 212.984 184.327 213.048 184.263 213.112C184.167 213.176 184.103 213.208 183.975 213.208C183.847 213.208 183.751 213.144 183.687 213.016C183.655 212.92 183.623 212.792 183.623 212.6C183.623 212.376 183.655 212.248 183.719 212.12C183.783 212.024 183.879 211.96 183.975 211.96C184.135 211.96 184.263 212.024 184.327 212.12V212.984H184.359ZM184.359 211.192H184.583V212.92C184.583 213.176 184.583 213.336 184.615 213.432H184.391C184.391 213.432 184.359 213.368 184.359 213.272C184.263 213.4 184.135 213.464 183.975 213.464C183.623 213.464 183.399 213.144 183.399 212.632C183.399 212.312 183.495 212.056 183.687 211.896C183.783 211.832 183.879 211.8 183.975 211.8C184.135 211.8 184.263 211.864 184.359 211.992V211.736V211.192ZM188.071 211.8H188.455L188.359 211.992H188.039V213.048C188.039 213.24 188.071 213.304 188.231 213.304C188.261 213.304 188.27 213.304 188.278 213.301C188.281 213.299 188.284 213.297 188.288 213.294C188.295 213.29 188.306 213.283 188.327 213.272L188.359 213.4C188.346 213.407 188.334 213.413 188.323 213.42C188.279 213.444 188.243 213.464 188.167 213.464C188.135 213.464 188.103 213.456 188.071 213.448C188.039 213.44 188.007 213.432 187.975 213.432C187.879 213.368 187.847 213.272 187.847 213.112V211.992H187.655V211.8H187.847V211.192H188.071V211.8ZM187.655 210.648V206.52L186.695 206.68V210.648H187.655ZM187.431 212.184C187.431 212.12 187.431 212.056 187.399 211.992C187.335 211.864 187.207 211.768 187.015 211.736C186.855 211.736 186.727 211.832 186.567 211.992C186.567 211.864 186.503 211.736 186.503 211.736L186.279 211.8C186.279 211.8 186.343 211.928 186.343 212.152V213.4H186.567V212.216C186.695 212.088 186.855 211.992 186.983 211.992C187.047 211.992 187.111 212.024 187.143 212.056C187.207 212.088 187.207 212.152 187.207 212.312V213.4H187.431V212.184ZM185.159 212.44C185.159 212.12 185.287 211.928 185.479 211.928C185.575 211.928 185.703 211.992 185.735 212.056C185.782 212.149 185.795 212.226 185.811 212.323C185.816 212.359 185.823 212.397 185.831 212.44H185.159ZM185.063 211.96C185.191 211.8 185.351 211.736 185.511 211.736C185.671 211.736 185.799 211.8 185.895 211.96C186.023 212.088 186.055 212.248 186.055 212.632V212.664H185.159V212.696C185.159 212.856 185.159 212.952 185.223 213.048C185.287 213.176 185.415 213.24 185.575 213.24C185.703 213.24 185.831 213.176 185.927 213.08L186.023 213.24C185.895 213.368 185.735 213.432 185.543 213.432C185.159 213.432 184.903 213.112 184.903 212.568C184.903 212.312 184.935 212.12 185.063 211.96ZM182.855 213.4H183.079V211.16H182.855V213.4ZM184.391 207.736C184.807 207.736 184.935 207.672 185.063 207.448C185.159 207.32 185.191 207.16 185.159 206.904C185.159 206.392 184.903 206.072 184.487 206.072H183.847V207.736H184.391ZM185.575 205.432C185.287 205.272 185.031 205.176 184.167 205.176H182.855V210.68H183.879V208.664H184.423C184.967 208.664 185.191 208.6 185.415 208.472C185.959 208.184 186.279 207.608 186.279 206.872C186.311 206.232 186.055 205.72 185.575 205.432Z' fill='white'/%3e%3cpath d='M197.505 208.801V211.431C197.505 213.11 196.488 214.539 194.902 215.271L194.577 215.408L194.357 215.487C194.33 215.496 194.317 215.498 194.312 215.499C194.303 215.497 194.282 215.493 194.24 215.479C194.192 215.463 194.133 215.44 194.045 215.407H194.044C192.45 214.789 191.351 213.503 191.152 211.946L191.125 211.631L191.12 211.419V208.805L194.308 207.524L197.505 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M194.33 207.002L194.375 207.014L197.892 208.417C197.943 208.441 197.981 208.482 197.997 208.534L198.005 208.588V211.431C198.005 213.46 196.69 215.133 194.756 215.875L194.518 215.962C194.291 216.034 194.21 216.005 193.868 215.875C192.01 215.156 190.718 213.582 190.625 211.655L190.62 211.431V208.593C190.62 208.535 190.645 208.483 190.686 208.449L190.732 208.422L194.24 207.014C194.27 207.002 194.3 206.998 194.33 207.002ZM194.308 208.063L191.62 209.142V211.633C192.989 211.633 193.476 211.655 194.294 211.655C194.308 213.49 194.294 213.474 194.294 214.974C194.321 214.997 194.365 214.956 194.398 214.942C195.935 214.352 196.917 213.1 196.999 211.633L194.294 211.655L194.308 208.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M172.932 215H163V199H179V206.984L176.691 206.063L176.526 206.019L176.463 206.01C176.25 205.982 176.047 206.014 175.868 206.085L172.287 207.522L172.108 207.629L172.049 207.679C171.775 207.905 171.62 208.241 171.62 208.592V211.443L171.626 211.691L171.627 211.703C171.688 212.971 172.169 214.097 172.932 215Z' fill='%23367BBC'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M167.552 204.701V207.157H167.557V209.617V209.665C167.557 209.72 167.588 209.758 167.639 209.779C167.667 209.789 167.695 209.791 167.726 209.791H168.384H168.417C168.484 209.786 168.542 209.736 168.555 209.672C168.558 209.657 168.558 209.639 168.558 209.622V208.522V208.487C168.563 208.378 168.665 208.3 168.77 208.318C168.808 208.325 168.841 208.343 168.869 208.371C168.907 208.406 168.943 208.444 168.979 208.482C169.029 208.534 169.079 208.585 169.129 208.636C169.18 208.687 169.23 208.738 169.28 208.79L169.793 209.321C169.846 209.377 169.9 209.432 169.954 209.488C170.034 209.57 170.114 209.653 170.194 209.738C170.232 209.776 170.275 209.796 170.329 209.796H171.263C171.334 209.796 171.385 209.763 171.411 209.7C171.439 209.634 171.436 209.571 171.383 209.516C171.322 209.454 171.26 209.391 171.199 209.329C171.138 209.266 171.077 209.203 171.015 209.142C170.909 209.033 170.803 208.925 170.696 208.817C170.59 208.709 170.483 208.601 170.377 208.492C170.317 208.431 170.258 208.37 170.198 208.31L170.198 208.31L170.198 208.31L170.198 208.309L170.198 208.309C170.077 208.187 169.956 208.064 169.836 207.941C169.798 207.9 169.767 207.855 169.737 207.809C169.686 207.734 169.691 207.658 169.742 207.582C169.765 207.547 169.79 207.514 169.818 207.483C169.956 207.331 170.094 207.18 170.232 207.029L170.232 207.029L170.232 207.029L170.232 207.028L170.232 207.028C170.305 206.949 170.377 206.87 170.449 206.791C170.547 206.682 170.646 206.574 170.745 206.465C170.844 206.356 170.943 206.247 171.041 206.139C171.089 206.083 171.097 206.017 171.069 205.952C171.041 205.883 170.985 205.856 170.913 205.856H170.071C170.015 205.853 169.969 205.873 169.931 205.914C169.872 205.977 169.813 206.04 169.755 206.102L169.755 206.102C169.696 206.165 169.637 206.227 169.579 206.29C169.415 206.467 169.249 206.644 169.083 206.821L169.083 206.821C169.06 206.846 169.036 206.872 169.012 206.898C168.964 206.949 168.917 207 168.869 207.049C168.821 207.102 168.757 207.114 168.69 207.094C168.621 207.074 168.576 207.028 168.563 206.958C168.558 206.937 168.558 206.915 168.558 206.892V204.706V204.66C168.555 204.599 168.519 204.554 168.463 204.531C168.438 204.521 168.412 204.519 168.384 204.519H167.721H167.692C167.621 204.524 167.547 204.574 167.552 204.665V204.701ZM171.612 206.283V204.698C171.612 204.678 171.612 204.658 171.615 204.637C171.628 204.569 171.679 204.524 171.748 204.519H171.776H172.432C172.449 204.519 172.467 204.519 172.485 204.524C172.559 204.541 172.603 204.599 172.603 204.678V205.327V205.666C172.603 205.772 172.679 205.851 172.784 205.858H172.822H173.677C173.771 205.858 173.833 205.914 173.843 206.007C173.845 206.022 173.845 206.04 173.845 206.055V206.055V206.652V206.652C173.845 206.672 173.845 206.695 173.84 206.715C173.822 206.791 173.764 206.836 173.682 206.836H172.835H172.797C172.702 206.836 172.623 206.907 172.61 207.001C172.608 207.023 172.605 207.046 172.605 207.066V207.395L172.287 207.522L172.107 207.629L172.048 207.679C171.855 207.838 171.721 208.051 171.659 208.286C171.641 208.206 171.628 208.125 171.623 208.042C171.615 207.961 171.612 207.883 171.612 207.802V206.283ZM178.184 206.659V206.364V206.03C178.184 205.942 178.117 205.858 178.013 205.861C177.867 205.863 177.72 205.862 177.574 205.862C177.501 205.861 177.428 205.861 177.354 205.861H177.337C177.268 205.864 177.201 205.914 177.186 205.982C177.183 205.998 177.183 206.014 177.182 206.03C177.182 206.041 177.182 206.052 177.181 206.063C177.181 206.069 177.18 206.074 177.18 206.08C177.179 206.088 177.178 206.098 177.178 206.111C176.936 205.977 176.681 205.894 176.41 205.864C176.137 205.833 175.869 205.856 175.609 205.934C175.346 206.013 175.109 206.142 174.899 206.316C174.802 206.397 174.715 206.484 174.637 206.579L175.867 206.085C176.046 206.014 176.25 205.982 176.462 206.01L176.526 206.019L176.69 206.063L178.184 206.659ZM163.045 207.832C163.035 206.763 163.918 205.851 165.041 205.853C165.59 205.853 166.064 206.045 166.452 206.429C166.853 206.824 167.044 207.306 167.039 207.868C167.029 208.914 166.148 209.831 165.003 209.811C163.908 209.791 163.035 208.896 163.045 207.832ZM165.041 208.825C165.569 208.833 166.039 208.403 166.046 207.845C166.054 207.299 165.615 206.834 165.038 206.834C164.464 206.834 164.033 207.291 164.033 207.83C164.035 208.398 164.505 208.833 165.041 208.825Z' fill='white'/%3e%3cpath d='M179.505 208.801V211.431C179.505 213.11 178.488 214.539 176.902 215.271L176.577 215.408L176.357 215.487C176.33 215.496 176.317 215.498 176.312 215.499C176.303 215.497 176.282 215.493 176.24 215.479C176.192 215.463 176.133 215.44 176.045 215.407H176.044C174.45 214.789 173.351 213.503 173.152 211.946L173.125 211.631L173.12 211.419V208.805L176.308 207.524L179.505 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M176.33 207.002L176.375 207.014L179.892 208.417C179.943 208.441 179.981 208.482 179.997 208.534L180.005 208.588V211.431C180.005 213.46 178.69 215.133 176.756 215.875L176.518 215.962C176.291 216.034 176.21 216.005 175.868 215.875C174.01 215.156 172.718 213.582 172.625 211.655L172.62 211.431V208.593C172.62 208.535 172.645 208.483 172.686 208.449L172.732 208.422L176.24 207.014C176.27 207.002 176.3 206.998 176.33 207.002ZM176.308 208.063L173.62 209.142V211.633C174.989 211.633 175.476 211.655 176.294 211.655C176.308 213.49 176.294 213.474 176.294 214.974C176.321 214.997 176.365 214.956 176.398 214.942C177.935 214.352 178.917 213.1 178.999 211.633L176.294 211.655L176.308 208.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M158.709 201.756L157.328 202.113V206.302L157.868 206.085C158.047 206.014 158.25 205.982 158.463 206.01L158.526 206.019L158.691 206.063L158.737 206.081L158.719 201.772L158.709 201.756Z' fill='%237A3E65'/%3e%3cpath d='M149.341 210.734H149.347L152.991 211.794L153 211.8L153.016 211.812L153.01 214.988L153 215L149.341 213.222V210.734Z' fill='%237A3E65'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M153.62 210.844L153.006 210.991L150.838 210.466L149.341 210.735L153 211.8L153.625 211.631L153.62 211.443V210.844Z' fill='%23CFB2C1'/%3e%3cpath d='M156.66 203.266L156.625 203.225L153.041 202.184L153 202.2L152.963 202.181L147.322 203.809L147.291 203.847L147.338 203.872L148.629 204.059L148.672 204.044L152.994 203.009L155.163 203.534L156.66 203.266Z' fill='%23512843'/%3e%3cpath d='M148.672 211.888L147.291 212.222V212.216L147.234 203.906L147.291 203.847L148.672 204.044V211.888Z' fill='%23C17B9E'/%3e%3cpath d='M150.537 208.666L153 208.956L153.018 208.928L153.028 205.075L153 205.044L150.537 205.335V208.666Z' fill='%237A3E65'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M155.462 207.051L154.288 207.522L154.108 207.629L154.049 207.679C153.775 207.905 153.62 208.241 153.62 208.592V208.883L153 208.956V205.044L155.462 205.335V207.051Z' fill='%23C17B9E'/%3e%3cpath d='M156.659 203.266L153 202.2V199L156.659 200.778V203.266Z' fill='%23C17B9E'/%3e%3cpath d='M153 199L146.141 202.312V211.688L147.291 212.222V203.847L153 202.2V199Z' fill='%237A3E65'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M158.709 206.07V201.756L159.859 202.313V206.529L158.709 206.07ZM153.624 211.62L153 211.8V215L154.431 214.309C153.961 213.546 153.673 212.665 153.627 211.703L153.626 211.691L153.624 211.62Z' fill='%23C17B9E'/%3e%3cpath d='M161.505 208.801V211.431C161.505 213.11 160.488 214.539 158.902 215.271L158.577 215.408L158.357 215.487C158.33 215.496 158.317 215.498 158.312 215.499C158.303 215.497 158.282 215.493 158.24 215.479C158.192 215.463 158.133 215.44 158.045 215.407H158.044C156.45 214.789 155.351 213.503 155.152 211.946L155.125 211.631L155.12 211.419V208.805L158.308 207.524L161.505 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M158.33 207.002L158.375 207.014L161.892 208.417C161.943 208.441 161.981 208.482 161.997 208.534L162.005 208.588V211.431C162.005 213.46 160.69 215.133 158.756 215.875L158.518 215.962C158.291 216.034 158.21 216.005 157.868 215.875C156.01 215.156 154.718 213.582 154.625 211.655L154.62 211.431V208.593C154.62 208.535 154.645 208.483 154.686 208.449L154.732 208.422L158.24 207.014C158.27 207.002 158.3 206.998 158.33 207.002ZM158.308 208.063L155.62 209.142V211.633C156.989 211.633 157.476 211.655 158.294 211.655C158.308 213.49 158.294 213.474 158.294 214.974C158.321 214.997 158.365 214.956 158.398 214.942C159.935 214.352 160.917 213.1 160.999 211.633L158.294 211.655L158.308 208.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M136.201 213.897C135.811 213.965 135.41 214 135 214C131.134 214 128 210.866 128 207C128 203.134 131.134 200 135 200C138.725 200 141.771 202.91 141.988 206.58L140.691 206.063L140.526 206.019L140.463 206.01C140.25 205.982 140.047 206.014 139.868 206.085L136.287 207.522L136.108 207.629L136.049 207.679C136.021 207.702 135.994 207.726 135.969 207.751V204.916C135.969 204.833 135.902 204.766 135.819 204.766H133.322C133.239 204.766 133.172 204.833 133.172 204.916V206.264C133.172 206.347 133.239 206.414 133.322 206.414H134.328V209.459C134.328 209.542 134.395 209.609 134.478 209.609H135.62V211.443L135.626 211.691L135.627 211.703C135.665 212.496 135.868 213.235 136.201 213.897Z' fill='%231C1F2A'/%3e%3cpath d='M143.505 208.801V211.431C143.505 213.11 142.488 214.539 140.902 215.271L140.577 215.408L140.357 215.487C140.33 215.496 140.317 215.498 140.312 215.499C140.303 215.497 140.282 215.493 140.24 215.479C140.192 215.463 140.133 215.44 140.045 215.407H140.044C138.45 214.789 137.351 213.503 137.152 211.946L137.125 211.631L137.12 211.419V208.805L140.308 207.524L143.505 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M140.33 207.002L140.375 207.014L143.892 208.417C143.943 208.441 143.981 208.482 143.997 208.534L144.005 208.588V211.431C144.005 213.46 142.69 215.133 140.756 215.875L140.518 215.962C140.291 216.034 140.21 216.005 139.868 215.875C138.01 215.156 136.718 213.582 136.625 211.655L136.62 211.431V208.593C136.62 208.535 136.645 208.483 136.686 208.449L136.732 208.422L140.24 207.014C140.27 207.002 140.3 206.998 140.33 207.002ZM140.308 208.063L137.62 209.142V211.633C138.989 211.633 139.476 211.655 140.294 211.655C140.308 213.49 140.294 213.474 140.294 214.974C140.321 214.997 140.365 214.956 140.398 214.942C141.935 214.352 142.917 213.1 142.999 211.633L140.294 211.655L140.308 208.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M116.999 206.453C117.065 206.45 117.121 206.473 117.167 206.519C117.429 206.783 117.566 206.89 117.568 206.999C117.569 207.102 117.452 207.208 117.207 207.447C117.057 207.595 116.955 207.593 116.801 207.445C116.707 207.354 116.614 207.262 116.524 207.166C116.438 207.075 116.417 206.966 116.503 206.868C116.585 206.775 116.675 206.688 116.764 206.601C116.798 206.568 116.832 206.534 116.866 206.501C116.903 206.465 116.951 206.457 116.999 206.453ZM118.448 207.458C118.575 207.331 118.613 207.195 118.618 206.998C118.622 206.803 118.568 206.664 118.429 206.53C118.208 206.318 117.992 206.103 117.775 205.887C117.658 205.77 117.54 205.653 117.422 205.537C117.197 205.315 116.811 205.315 116.583 205.541C116.233 205.887 115.885 206.236 115.539 206.586C115.343 206.784 115.339 207.219 115.533 207.416C115.884 207.771 116.237 208.124 116.592 208.475C116.81 208.69 117.201 208.688 117.417 208.476C117.506 208.388 117.594 208.301 117.682 208.213C117.751 208.007 117.876 207.821 118.049 207.679L118.108 207.629L118.287 207.522L118.448 207.458ZM123.195 206.264L122.691 206.063L122.526 206.019L122.463 206.01C122.25 205.982 122.047 206.014 121.868 206.085L119.293 207.119C119.252 206.791 119.398 206.444 119.73 206.247C120.713 205.665 121.704 205.096 122.698 204.533C123.129 204.288 123.652 204.446 123.885 204.866C124.122 205.29 123.984 205.798 123.552 206.054C123.433 206.125 123.314 206.194 123.195 206.264ZM111.95 206.926C111.997 206.954 112.046 206.983 112.097 207.013C111.937 207.105 111.781 207.196 111.625 207.286C111.234 207.513 110.853 207.734 110.471 207.952C110.269 208.067 110.126 208.228 110.049 208.446C109.933 208.779 110.039 209.168 110.305 209.391C110.59 209.63 110.983 209.671 111.315 209.481C112.295 208.92 113.275 208.359 114.249 207.789C114.874 207.424 114.866 206.591 114.236 206.224C113.408 205.74 112.577 205.262 111.745 204.784C111.616 204.71 111.487 204.636 111.358 204.561C110.899 204.298 110.376 204.421 110.125 204.848C109.868 205.287 110.017 205.806 110.483 206.077C110.718 206.214 110.954 206.349 111.19 206.484C111.351 206.576 111.511 206.669 111.672 206.761C111.763 206.814 111.854 206.868 111.95 206.926ZM114.897 208.974C115.539 208.608 116.249 209.029 116.251 209.771C116.252 210.156 116.251 210.541 116.251 210.926C116.251 211.096 116.251 211.265 116.251 211.435C116.251 211.603 116.251 211.772 116.251 211.94C116.251 212.327 116.252 212.713 116.251 213.099C116.25 213.618 115.888 213.997 115.394 214C114.885 214.003 114.514 213.628 114.511 213.101C114.507 212.54 114.505 211.978 114.513 211.417C114.515 211.24 114.47 211.236 114.333 211.317C113.863 211.595 113.389 211.866 112.915 212.137L112.895 212.148C112.424 212.417 111.901 212.295 111.648 211.86C111.395 211.426 111.55 210.908 112.02 210.635C112.978 210.08 113.936 209.524 114.897 208.974ZM119.503 200.891C119.503 200.9 119.503 200.908 119.503 200.916C119.504 201.368 119.504 201.819 119.504 202.291C119.504 202.456 119.504 202.625 119.504 202.796C119.639 202.718 119.772 202.641 119.903 202.566C120.219 202.383 120.524 202.208 120.829 202.033C120.873 202.008 120.916 201.982 120.96 201.955C121.082 201.88 121.204 201.804 121.343 201.764C121.773 201.638 122.217 201.845 122.397 202.249C122.577 202.657 122.426 203.125 122.02 203.364C121.538 203.647 121.053 203.926 120.568 204.205C120.374 204.316 120.18 204.427 119.986 204.539C119.902 204.588 119.818 204.637 119.734 204.686C119.524 204.807 119.315 204.929 119.104 205.047C118.468 205.402 117.778 204.999 117.776 204.272C117.774 203.141 117.773 202.009 117.777 200.878C117.779 200.424 118.098 200.059 118.515 200.009C118.964 199.956 119.348 200.204 119.477 200.628C119.504 200.715 119.504 200.803 119.503 200.891ZM113.792 202.389C113.957 202.485 114.122 202.581 114.288 202.676C114.302 202.684 114.316 202.693 114.33 202.703C114.38 202.735 114.431 202.769 114.51 202.769C114.51 202.582 114.509 202.396 114.509 202.21C114.509 201.772 114.508 201.336 114.511 200.899C114.513 200.465 114.771 200.129 115.174 200.027C115.701 199.892 116.244 200.287 116.248 200.831C116.257 201.997 116.26 203.163 116.247 204.328C116.24 204.994 115.506 205.389 114.912 205.053C114.342 204.731 113.774 204.402 113.207 204.073C112.965 203.933 112.724 203.793 112.482 203.654C112.43 203.624 112.377 203.594 112.324 203.564C112.202 203.495 112.08 203.426 111.961 203.351C111.539 203.087 111.409 202.575 111.652 202.155C111.887 201.751 112.402 201.604 112.829 201.839C113.153 202.017 113.472 202.203 113.792 202.389Z' fill='%2317BEEC'/%3e%3cpath d='M125.505 208.801V211.431C125.505 213.11 124.488 214.539 122.902 215.271L122.577 215.408L122.357 215.487C122.33 215.496 122.317 215.498 122.312 215.499C122.303 215.497 122.282 215.493 122.24 215.479C122.192 215.463 122.133 215.44 122.045 215.407H122.044C120.45 214.789 119.351 213.503 119.152 211.946L119.125 211.631L119.12 211.419V208.805L122.308 207.524L125.505 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M122.33 207.002L122.375 207.014L125.892 208.417C125.943 208.441 125.981 208.482 125.997 208.534L126.005 208.588V211.431C126.005 213.46 124.69 215.133 122.756 215.875L122.518 215.962C122.291 216.034 122.21 216.005 121.868 215.875C120.01 215.156 118.718 213.582 118.625 211.655L118.62 211.431V208.593C118.62 208.535 118.645 208.483 118.686 208.449L118.732 208.422L122.24 207.014C122.27 207.002 122.3 206.998 122.33 207.002ZM122.308 208.063L119.62 209.142V211.633C120.989 211.633 121.476 211.655 122.294 211.655C122.308 213.49 122.294 213.474 122.294 214.974C122.321 214.997 122.365 214.956 122.398 214.942C123.935 214.352 124.917 213.1 124.999 211.633L122.294 211.655L122.308 208.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M92.25 206.25V201.375L99 198.75L105.75 201.562V206.25C105.75 206.328 105.749 206.406 105.747 206.484L104.691 206.063L104.526 206.019L104.463 206.01C104.25 205.982 104.047 206.014 103.868 206.085L100.287 207.522L100.108 207.629L100.049 207.679C99.775 207.905 99.62 208.241 99.62 208.592V211.443L99.626 211.691L99.6266 211.703C99.68 212.81 100.054 213.809 100.656 214.645C100.13 214.905 99.5767 215.11 99 215.25C95.1028 214.301 92.25 210.428 92.25 206.25Z' fill='%231E88E5'/%3e%3cpath d='M99 198.75V215.25C95.1028 214.301 92.25 210.428 92.25 206.25V201.375L99 198.75Z' fill='%23039BE5'/%3e%3cpath opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M100.606 214.576C100.096 214.824 99.5587 215.02 99 215.156C95.1028 214.208 92.25 210.335 92.25 206.156V206.25C92.25 210.428 95.1028 214.301 99 215.25C99.5767 215.11 100.13 214.905 100.656 214.645C100.639 214.622 100.622 214.599 100.606 214.576ZM105.747 206.484C105.749 206.406 105.75 206.328 105.75 206.25V206.156C105.75 206.265 105.748 206.374 105.744 206.483L105.747 206.484Z' fill='%23263238'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M96.7051 212.208L99.5804 215.083C99.9498 214.962 100.308 214.815 100.655 214.644C100.307 214.161 100.036 213.623 99.8584 213.042C99.5788 213.166 99.2893 213.276 98.9916 213.375C98.147 213.095 97.3754 212.723 96.7051 212.208ZM100.643 207.38C100.143 207.169 99.62 207.041 99.2016 207.008L97.5001 205.307L97.5029 205.304C97.9004 205.659 98.4254 205.875 99.0001 205.875C100.242 205.875 101.25 204.867 101.25 203.625C101.25 203.05 101.034 202.525 100.679 202.128L100.682 202.125L104.594 206.037L104.527 206.019L104.463 206.01C104.25 205.982 104.047 206.014 103.868 206.085L100.643 207.38Z' fill='url(%23paint0_linear_15778_26381)'/%3e%3cpath opacity='0.2' d='M105.75 201.562V201.656L99 198.844L92.25 201.469V201.375L99 198.75L105.75 201.562Z' fill='white'/%3e%3cpath opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M101.25 203.719C101.25 204.961 100.242 205.969 99 205.969C97.7578 205.969 96.75 204.961 96.75 203.719C96.75 203.711 96.7502 203.703 96.7505 203.695C96.7507 203.688 96.7509 203.68 96.7509 203.672C96.7763 204.893 97.7728 205.875 99 205.875C100.227 205.875 101.224 204.893 101.249 203.672C101.249 203.68 101.249 203.688 101.25 203.695C101.25 203.703 101.25 203.711 101.25 203.719ZM95.625 211.125C96.4847 212.252 97.6463 212.928 98.9916 213.375C99.2892 213.276 99.5787 213.166 99.8583 213.042C99.8667 213.07 99.8753 213.097 99.8842 213.124C99.5965 213.253 99.2984 213.367 98.9916 213.469C97.6463 213.022 96.4847 212.346 95.625 211.219V211.125Z' fill='%23263238'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M100.643 207.38C100.059 207.134 99.4435 207 99 207C97.8703 207 95.625 207.867 95.625 209.25V211.125C96.4847 212.252 97.6463 212.928 98.9916 213.375C99.2892 213.276 99.5787 213.166 99.8583 213.042C99.7287 212.618 99.6491 212.17 99.6266 211.703L99.626 211.691L99.62 211.443V208.592C99.62 208.241 99.775 207.905 100.049 207.679L100.108 207.629L100.287 207.522L100.643 207.38Z' fill='%23F5F5F5'/%3e%3cg filter='url(%23filter0_d_15778_26381)'%3e%3cpath d='M99 201.375C97.7578 201.375 96.75 202.383 96.75 203.625C96.75 204.867 97.7578 205.875 99 205.875C100.242 205.875 101.25 204.867 101.25 203.625C101.25 202.383 100.242 201.375 99 201.375Z' fill='%23F5F5F5'/%3e%3c/g%3e%3cpath opacity='0.4' d='M96.7509 203.672C96.7509 203.656 96.75 203.641 96.75 203.625C96.75 202.383 97.7578 201.375 99 201.375C100.242 201.375 101.25 202.383 101.25 203.625C101.25 203.641 101.249 203.656 101.249 203.672C101.224 202.451 100.227 201.469 99 201.469C97.7728 201.469 96.7763 202.451 96.7509 203.672Z' fill='white'/%3e%3cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M100.643 207.38C100.059 207.134 99.4435 207 99 207C97.8703 207 95.625 207.867 95.625 209.25V209.344C95.625 207.961 97.8703 207.094 99 207.094C99.4143 207.094 99.9785 207.21 100.527 207.426L100.643 207.38Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M92.25 206.25V201.375L99 198.75L105.75 201.562V206.25C105.75 206.328 105.749 206.406 105.747 206.484L104.691 206.063L104.526 206.019L104.463 206.01C104.25 205.982 104.047 206.014 103.868 206.085L100.287 207.522L100.108 207.629L100.049 207.679C99.775 207.905 99.62 208.241 99.62 208.592V211.443L99.626 211.691L99.6266 211.703C99.68 212.81 100.054 213.809 100.656 214.645C100.13 214.905 99.5767 215.11 99 215.25C95.1028 214.301 92.25 210.428 92.25 206.25Z' fill='url(%23paint1_radial_15778_26381)'/%3e%3cpath d='M107.505 208.801V211.431C107.505 213.11 106.488 214.539 104.902 215.271L104.577 215.408L104.357 215.487C104.33 215.496 104.317 215.498 104.312 215.499C104.303 215.497 104.282 215.493 104.24 215.479C104.192 215.463 104.133 215.44 104.045 215.407H104.044C102.45 214.789 101.351 213.503 101.152 211.946L101.125 211.631L101.12 211.419V208.805L104.308 207.524L107.505 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M104.33 207.002L104.375 207.014L107.892 208.417C107.943 208.441 107.981 208.482 107.997 208.534L108.005 208.588V211.431C108.005 213.46 106.69 215.133 104.756 215.875L104.518 215.962C104.291 216.034 104.21 216.005 103.868 215.875C102.01 215.156 100.718 213.582 100.625 211.655L100.62 211.431V208.593C100.62 208.535 100.645 208.483 100.686 208.449L100.732 208.422L104.24 207.014C104.27 207.002 104.3 206.998 104.33 207.002ZM104.308 208.063L101.62 209.142V211.633C102.989 211.633 103.476 211.655 104.294 211.655C104.308 213.49 104.294 213.474 104.294 214.974C104.321 214.997 104.365 214.956 104.398 214.942C105.935 214.352 106.917 213.1 106.999 211.633L104.294 211.655L104.308 208.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.8643 203.414C74.1909 202.696 74.6507 202.068 75.1922 201.501C76.417 200.22 77.8997 199.395 79.6531 199.116C82.1071 198.725 84.3032 199.305 86.2027 200.938C86.323 201.041 86.3531 201.101 86.2199 201.23C85.5495 201.888 84.8919 202.554 84.2258 203.216C84.157 203.285 84.1098 203.366 83.9894 203.255C82.3177 201.725 79.5887 201.742 77.8138 203.392C77.2035 203.959 76.7694 204.638 76.4858 205.416C76.4428 205.39 76.3998 205.365 76.3612 205.335C75.5317 204.699 74.698 204.054 73.8643 203.414Z' fill='%23D7282A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M81.6342 211.829C79.9643 211.999 78.5733 211.462 77.4483 210.221C77.0056 209.731 76.7091 209.16 76.4684 208.549C76.0322 208.887 75.5971 209.225 75.1619 209.564C74.7268 209.902 74.2917 210.24 73.8555 210.578C74.3583 211.622 75.0674 212.503 75.9742 213.217C78.0199 214.832 80.3099 215.313 82.781 214.813C82.1298 213.974 81.7142 212.96 81.6342 211.829Z' fill='%2345AC43'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.6724 206.853L86.6907 206.063L86.5265 206.019L86.4628 206.01C86.2504 205.982 86.0468 206.014 85.8681 206.085L82.2874 207.522L82.1081 207.629L82.0486 207.679C81.775 207.905 81.62 208.241 81.62 208.592V208.627C81.5003 208.627 81.3805 208.627 81.2608 208.627C80.9857 208.627 80.9857 208.627 80.9857 208.343C80.9857 208.125 80.986 207.907 80.9863 207.688C80.9871 207.033 80.9879 206.376 80.9814 205.721C80.9814 205.554 81.0115 205.489 81.2006 205.489C82.9831 205.496 84.7655 205.495 86.548 205.494C87.1421 205.494 87.7362 205.494 88.3304 205.494C88.4593 205.494 88.5409 205.502 88.5624 205.657C88.6198 206.059 88.6572 206.458 88.6724 206.853Z' fill='%235D7FBE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.4686 208.549C75.5962 209.224 74.728 209.903 73.8556 210.578C73.4302 209.787 73.1852 208.936 73.0692 208.051C72.8715 206.516 73.0907 205.042 73.7396 203.637C73.774 203.56 73.8212 203.487 73.8599 203.414C74.6937 204.054 75.5274 204.699 76.3611 205.339C76.3998 205.369 76.4428 205.395 76.4858 205.421C76.1377 206.461 76.1548 207.505 76.4686 208.549Z' fill='%23F4C300'/%3e%3cpath d='M89.5049 208.801V211.431C89.5049 213.11 88.4881 214.539 86.9023 215.271L86.5771 215.408L86.3574 215.487C86.3302 215.496 86.3167 215.498 86.3115 215.499C86.3028 215.497 86.2821 215.493 86.2402 215.479C86.1923 215.463 86.1327 215.44 86.0449 215.407H86.0439C84.4499 214.789 83.3513 213.503 83.1523 211.946L83.125 211.631L83.1201 211.419V208.805L86.3076 207.524L89.5049 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M86.3302 207.002L86.3751 207.014L89.8924 208.417C89.9429 208.441 89.9807 208.482 89.9965 208.534L90.0046 208.588V211.431C90.0046 213.46 88.6901 215.133 86.7564 215.875L86.5177 215.962C86.2915 216.034 86.2101 216.005 85.8681 215.875C84.0104 215.156 82.7185 213.582 82.6253 211.655L82.62 211.431V208.593C82.62 208.535 82.6452 208.483 82.6862 208.449L82.7321 208.422L86.2405 207.014C86.2704 207.002 86.3003 206.998 86.3302 207.002ZM86.308 208.063L83.62 209.142V211.633C84.989 211.633 85.4758 211.655 86.2942 211.655C86.308 213.49 86.2942 213.474 86.2942 214.974C86.3207 214.997 86.3649 214.956 86.3981 214.942C87.9354 214.352 88.9165 213.1 88.9989 211.633L86.2942 211.655L86.308 208.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.5 208.78V205.78L67 206.28L67.1601 206.37L64.2876 207.522L64.1083 207.629L64.0487 207.679C63.7751 207.905 63.6201 208.241 63.6201 208.592V211.443L63.6231 211.568L63 211.969L62.5 208.78Z' fill='%2353B1E0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.1316 206.013C68.0394 206.027 67.9511 206.052 67.8681 206.085L65.9168 206.869L63 206.187L62.5 203.28L63 200L68.1316 206.013ZM64.1587 213.81L63 214.562L62.5 213.78L63 212.905L63.7128 212.447C63.802 212.928 63.9536 213.384 64.1587 213.81Z' fill='url(%23paint2_linear_15778_26381)'/%3e%3cpath d='M63.0003 206.187L59.0003 206.28L56.4053 207.728L63.0003 211.968V206.187Z' fill='%239CEBFF'/%3e%3cpath d='M55.8883 208.333L63.0001 212.905V214.562L55 209.373L55.8883 208.333ZM56.405 207.728L63.0001 206.187V200L56.405 207.728Z' fill='%2350E6FF'/%3e%3cpath d='M71.5049 208.801V211.431C71.5049 213.11 70.4881 214.539 68.9023 215.271L68.5771 215.408L68.3574 215.487C68.3302 215.496 68.3167 215.498 68.3115 215.499C68.3028 215.497 68.2821 215.493 68.2402 215.479C68.1923 215.463 68.1327 215.44 68.0449 215.407H68.0439C66.4499 214.789 65.3513 213.503 65.1523 211.946L65.125 211.631L65.1201 211.419V208.805L68.3076 207.524L71.5049 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M68.3302 207.002L68.3751 207.014L71.8924 208.417C71.9429 208.441 71.9807 208.482 71.9965 208.534L72.0046 208.588V211.431C72.0046 213.46 70.6901 215.133 68.7564 215.875L68.5177 215.962C68.2915 216.034 68.2101 216.005 67.8681 215.875C66.0104 215.156 64.7185 213.582 64.6253 211.655L64.62 211.431V208.593C64.62 208.535 64.6452 208.483 64.6862 208.449L64.7321 208.422L68.2405 207.014C68.2704 207.002 68.3003 206.998 68.3302 207.002ZM68.308 208.063L65.62 209.142V211.633C66.989 211.633 67.4758 211.655 68.2942 211.655C68.308 213.49 68.2942 213.474 68.2942 214.974C68.3207 214.997 68.3649 214.956 68.3981 214.942C69.9354 214.352 70.9165 213.1 70.9989 211.633L68.2942 211.655L68.308 208.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.8404 200.001L40.6483 211.569L37 211.527L41.0721 204.189L45.8404 200V200.001ZM45.8456 213C45.7589 212.708 45.6959 212.404 45.6588 212.091L40.7929 213H45.8456ZM46.4003 200.913L49.3402 206.297L46.2874 207.522L46.1081 207.629L46.0486 207.679C45.8306 207.859 45.6879 208.109 45.6389 208.381L44.3371 206.76L46.4003 200.913Z' fill='%231E88E5'/%3e%3cpath d='M53.5049 208.801V211.431C53.5049 213.11 52.4881 214.539 50.9023 215.271L50.5771 215.408L50.3574 215.487C50.3302 215.496 50.3167 215.498 50.3115 215.499C50.3028 215.497 50.2821 215.493 50.2402 215.479C50.1923 215.463 50.1327 215.44 50.0449 215.407H50.0439C48.4499 214.789 47.3513 213.503 47.1523 211.946L47.125 211.631L47.1201 211.419V208.805L50.3076 207.524L53.5049 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M50.3302 207.002L50.3751 207.014L53.8924 208.417C53.9429 208.441 53.9807 208.482 53.9965 208.534L54.0046 208.588V211.431C54.0046 213.46 52.6901 215.133 50.7564 215.875L50.5177 215.962C50.2915 216.034 50.2101 216.005 49.8681 215.875C48.0104 215.156 46.7185 213.582 46.6253 211.655L46.62 211.431V208.593C46.62 208.535 46.6452 208.483 46.6862 208.449L46.7321 208.422L50.2405 207.014C50.2704 207.002 50.3003 206.998 50.3302 207.002ZM50.308 208.063L47.62 209.142V211.633C48.989 211.633 49.4758 211.655 50.2942 211.655C50.308 213.49 50.2942 213.474 50.2942 214.974C50.3207 214.997 50.3649 214.956 50.3981 214.942C51.9354 214.352 52.9165 213.1 52.9989 211.633L50.2942 211.655L50.308 208.063Z' fill='%2335383A'/%3e%3cg clip-path='url(%23clip0_15778_26381)'%3e%3crect x='20' y='200' width='6.65' height='6.65' fill='%23F25022'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.9996 200H27.3496V206.65H30.4605L31.8672 206.085C32.0459 206.014 32.2495 205.982 32.4619 206.01L32.5256 206.019L32.6898 206.063L33.9996 206.585V200Z' fill='%237FBA00'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 207.35H26.65V214H20V207.35Z' fill='%2300A4EF'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.716 207.35H27.3496V214H28.2538C27.8885 213.311 27.666 212.538 27.6257 211.703L27.6251 211.691L27.6191 211.443V208.592C27.6191 208.241 27.7741 207.905 28.0477 207.679L28.1073 207.629L28.2866 207.522L28.716 207.35Z' fill='%23FFB900'/%3e%3cpath d='M35.5049 208.801V211.431C35.5049 213.11 34.4881 214.539 32.9023 215.271L32.5771 215.408L32.3574 215.487C32.3302 215.496 32.3167 215.498 32.3115 215.499C32.3028 215.497 32.2821 215.493 32.2402 215.479C32.1923 215.463 32.1327 215.44 32.0449 215.407H32.0439C30.4499 214.789 29.3513 213.503 29.1523 211.946L29.125 211.631L29.1201 211.419V208.805L32.3076 207.524L35.5049 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M32.3302 207.002L32.3751 207.014L35.8924 208.417C35.9429 208.441 35.9807 208.482 35.9965 208.534L36.0046 208.588V211.431C36.0046 213.46 34.6901 215.133 32.7564 215.875L32.5177 215.962C32.2915 216.034 32.2101 216.005 31.8681 215.875C30.0104 215.156 28.7185 213.582 28.6253 211.655L28.62 211.431V208.593C28.62 208.535 28.6452 208.483 28.6862 208.449L28.7321 208.422L32.2405 207.014C32.2704 207.002 32.3003 206.998 32.3302 207.002ZM32.308 208.063L29.62 209.142V211.633C30.989 211.633 31.4758 211.655 32.2942 211.655C32.308 213.49 32.2942 213.474 32.2942 214.974C32.3207 214.997 32.3649 214.956 32.3981 214.942C33.9354 214.352 34.9165 213.1 34.9989 211.633L32.2942 211.655L32.308 208.063Z' fill='%2335383A'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 201C1 199.895 1.89543 199 3 199H15C16.1046 199 17 199.895 17 201V206.984L14.6907 206.063L14.5265 206.019L14.4628 206.01C14.2504 205.982 14.0468 206.014 13.8681 206.085L10.3123 207.512C9.88258 207.438 9.44352 207.399 9.00004 207.399C6.97362 207.399 5.03942 208.2 3.66504 209.608C3.56008 209.718 3.50137 209.86 3.50004 210.008V212.408C3.50467 212.736 3.78745 213 4.13466 213H9.84563C10.0664 213.745 10.441 214.419 10.9325 215H3C1.89543 215 1 214.105 1 213V201ZM9.00004 206.6C10.5464 206.6 11.8 205.346 11.8 203.8C11.8 202.254 10.5464 201 9.00004 201C7.45364 201 6.20004 202.254 6.20004 203.8C6.20004 205.346 7.45364 206.6 9.00004 206.6Z' fill='%2335383A'/%3e%3cpath d='M17.5049 208.801V211.431C17.5049 213.11 16.4881 214.539 14.9023 215.271L14.5771 215.408L14.3574 215.487C14.3302 215.496 14.3167 215.498 14.3115 215.499C14.3028 215.497 14.2821 215.493 14.2402 215.479C14.1923 215.463 14.1327 215.44 14.0449 215.407H14.0439C12.4499 214.789 11.3513 213.503 11.1523 211.946L11.125 211.631L11.1201 211.419V208.805L14.3076 207.524L17.5049 208.801Z' fill='white' stroke='white'/%3e%3cpath d='M14.3302 207.002L14.3751 207.014L17.8924 208.417C17.9429 208.441 17.9807 208.482 17.9965 208.534L18.0046 208.588V211.431C18.0046 213.46 16.6901 215.133 14.7564 215.875L14.5177 215.962C14.2915 216.034 14.2101 216.005 13.8681 215.875C12.0104 215.156 10.7185 213.582 10.6253 211.655L10.62 211.431V208.593C10.62 208.535 10.6452 208.483 10.6862 208.449L10.7321 208.422L14.2405 207.014C14.2704 207.002 14.3003 206.998 14.3302 207.002ZM14.308 208.063L11.62 209.142V211.633C12.989 211.633 13.4758 211.655 14.2942 211.655C14.308 213.49 14.2942 213.474 14.2942 214.974C14.3207 214.997 14.3649 214.956 14.3981 214.942C15.9354 214.352 16.9165 213.1 16.9989 211.633L14.2942 211.655L14.308 208.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M559 183H566V188H559L559 183ZM558 183C558 182.448 558.448 182 559 182H566C566.552 182 567 182.448 567 183V188C567 188.552 566.552 189 566 189H559C558.448 189 558 188.552 558 188V183ZM567 190C567 189.448 567.448 189 568 189H574C574.552 189 575 189.448 575 190V195C575 195.552 574.552 196 574 196H568C567.448 196 567 195.552 567 195V190ZM572.061 194.267C572.257 194.463 572.573 194.463 572.768 194.267C572.964 194.072 572.964 193.756 572.768 193.56L571.707 192.499L572.768 191.439C572.963 191.244 572.963 190.927 572.768 190.732C572.573 190.537 572.256 190.537 572.061 190.732L571 191.792L569.94 190.732C569.745 190.537 569.428 190.537 569.233 190.732C569.038 190.927 569.038 191.244 569.233 191.439L570.293 192.499L569.232 193.56C569.037 193.756 569.037 194.072 569.232 194.267C569.428 194.463 569.744 194.463 569.939 194.267L571 193.206L572.061 194.267Z' fill='%2335383A'/%3e%3cpath d='M562.5 188.5V190.5C562.5 191.605 563.395 192.5 564.5 192.5H567.5' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M548 183H541L541 188H548V183ZM541 182C540.448 182 540 182.448 540 183V188C540 188.552 540.448 189 541 189H544V190.5C544 191.881 545.119 193 546.5 193H549V195C549 195.552 549.448 196 550 196H556C556.552 196 557 195.552 557 195V190C557 189.448 556.552 189 556 189H550C549.448 189 549 189.448 549 190V192H546.5C545.672 192 545 191.328 545 190.5V189H548C548.552 189 549 188.552 549 188V183C549 182.448 548.552 182 548 182H541Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M530.5 194.297L530.5 190.5C530.5 190.224 530.724 190 531 190C531.277 190 531.5 190.224 531.5 190.5L531.5 194.297L533.483 192.314C533.678 192.119 533.995 192.119 534.19 192.314C534.385 192.509 534.385 192.826 534.19 193.021L531.362 195.85C531.263 195.949 531.133 195.997 531.003 195.996C530.871 195.999 530.739 195.95 530.639 195.85L527.811 193.021C527.615 192.826 527.615 192.509 527.811 192.314C528.006 192.119 528.322 192.119 528.518 192.314L530.5 194.297Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M530.639 182.146C530.739 182.046 530.871 181.998 531.002 182C531.132 181.998 531.262 182.047 531.362 182.146L534.19 184.975C534.385 185.17 534.385 185.487 534.19 185.682C533.995 185.877 533.678 185.877 533.483 185.682L531.5 183.699V187.5C531.5 187.776 531.276 188 531 188C530.724 188 530.5 187.776 530.5 187.5V183.699L528.518 185.682C528.322 185.877 528.006 185.877 527.811 185.682C527.615 185.487 527.615 185.17 527.811 184.975L530.639 182.146Z' fill='%2335383A'/%3e%3cg clip-path='url(%23clip1_15778_26381)'%3e%3cpath d='M512.135 182.016L512.222 182.044L518.638 184.669C518.826 184.746 518.958 184.913 518.991 185.109L519 185.208L519 187.845C518.676 187.783 518.342 187.75 518 187.75C517.824 187.75 517.649 187.759 517.477 187.776C517.579 187.766 517.681 187.759 517.784 187.754L517.832 187.753L517.833 186.083L512.583 188.224V194.542L512.938 194.397C512.925 194.351 512.913 194.305 512.902 194.258C513.008 194.691 513.168 195.102 513.375 195.485L512.222 195.956C512.108 196.003 511.983 196.012 511.865 195.984L511.778 195.956L505.362 193.331C505.174 193.254 505.042 193.087 505.009 192.891L505 192.792V185.208C505 185.006 505.105 184.82 505.273 184.715L505.362 184.669L511.778 182.044C511.892 181.997 512.017 181.988 512.135 182.016ZM506.167 186.083V192.401L511.417 194.542V188.224L509.521 187.448V188.609C509.521 188.87 509.382 189.11 509.156 189.241C508.931 189.371 508.653 189.371 508.427 189.241C508.234 189.129 508.104 188.936 508.071 188.719L508.062 188.609V186.859L506.167 186.083ZM515.401 184.605L510.524 186.6L512 187.203L516.877 185.208L515.401 184.605ZM512 183.213L507.123 185.208L508.599 185.812L513.476 183.817L512 183.213Z' fill='%23E9932C'/%3e%3cpath d='M517.833 186.083L517.832 187.753L517.783 187.754C514.985 187.868 512.75 190.174 512.75 193C512.75 193.484 512.815 193.952 512.938 194.397L512.583 194.542V188.224L517.833 186.083Z' fill='%23FAE2C1'/%3e%3cpath d='M506.167 186.083L508.063 186.859V188.609C508.063 188.87 508.202 189.11 508.427 189.241C508.653 189.371 508.931 189.371 509.157 189.241C509.382 189.11 509.521 188.87 509.521 188.609V187.448L511.417 188.224V194.542L506.167 192.401V186.083Z' fill='%23FAE2C1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M522 193C522 190.792 520.208 189 518 189C515.792 189 514 190.792 514 193C514 195.208 515.792 197 518 197C520.208 197 522 195.208 522 193ZM517.838 190.725C517.917 190.614 518.082 190.614 518.162 190.725L519.936 193.183C520.032 193.315 519.937 193.5 519.774 193.5H518.5V195C518.5 195.276 518.276 195.5 518 195.5C517.724 195.5 517.5 195.276 517.5 195V193.5H516.226C516.063 193.5 515.968 193.315 516.064 193.183L517.838 190.725Z' fill='%2367C630'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M490.5 192V194H487.5V192H490.5ZM494.5 192V194H491.5V192H494.5ZM498.5 192V194H495.5V192H498.5ZM502.5 192V194H499.5V192H502.5ZM492.5 189V191H489.5V189H492.5ZM496.5 189V191H493.5V189H496.5ZM500.5 189V191H497.5V189H500.5ZM494.5 186V188H491.5V186H494.5ZM498.5 186V188H495.5V186H498.5ZM496.5 183V185H493.5V183H496.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M471 184.22C471 184.016 471 183.913 471.015 183.828C471.087 183.413 471.413 183.087 471.828 183.015C471.913 183 472.016 183 472.22 183H481.78C481.984 183 482.087 183 482.172 183.015C482.587 183.087 482.913 183.413 482.985 183.828C483 183.913 483 184.016 483 184.22V186H471V184.22ZM471 187H475V195H472.22C472.016 195 471.913 195 471.828 194.985C471.413 194.913 471.087 194.587 471.015 194.172C471 194.087 471 193.984 471 193.78V187ZM483 187H481.5H476V192.5V195H476.6C476.216 194.25 476 193.4 476 192.5C476 189.462 478.462 187 481.5 187C482.02 187 482.523 187.072 483 187.207V187ZM486 192.5C486 194.985 483.985 197 481.5 197C479.015 197 477 194.985 477 192.5C477 190.015 479.015 188 481.5 188C483.985 188 486 190.015 486 192.5ZM482.915 194.621C483.11 194.817 483.427 194.817 483.622 194.621C483.817 194.426 483.817 194.109 483.622 193.914L482.208 192.5L483.622 191.086C483.817 190.891 483.817 190.574 483.622 190.379C483.427 190.183 483.11 190.183 482.915 190.379L481.5 191.793L480.086 190.379C479.891 190.183 479.574 190.183 479.379 190.379C479.184 190.574 479.184 190.891 479.379 191.086L480.793 192.5L479.379 193.914C479.184 194.109 479.184 194.426 479.379 194.621C479.574 194.817 479.891 194.817 480.086 194.621L481.5 193.207L482.915 194.621Z' fill='%2335383A'/%3e%3crect x='453.5' y='182.5' width='6' height='12' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='459.5' y='185.5' width='3' height='9' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='462.5' y='188.5' width='2' height='6' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M455 185H459V186H455V185ZM455 191H459V192H455V191ZM459 188H456V189H459V188Z' fill='%23E9932C'/%3e%3cmask id='path-99-outside-1_15778_26381' maskUnits='userSpaceOnUse' x='456.023' y='177.997' width='13.9315' height='14.931' fill='black'%3e%3crect fill='white' x='456.023' y='177.997' width='13.9315' height='14.931'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M460.991 181.995C461.779 181.995 462.559 182.149 463.287 182.45C464.015 182.751 464.677 183.193 465.235 183.749C465.792 184.306 466.235 184.967 466.537 185.695C466.839 186.423 466.995 187.203 466.995 187.991L466.044 187.991C466.043 187.328 465.912 186.672 465.658 186.06C465.404 185.447 465.032 184.891 464.563 184.422C464.093 183.954 463.536 183.583 462.924 183.329C462.311 183.076 461.654 182.946 460.991 182.947L460.991 181.995ZM460.996 185.998C461.259 185.998 461.519 186.05 461.761 186.15C462.004 186.25 462.225 186.397 462.411 186.583C462.597 186.769 462.744 186.989 462.845 187.231C462.945 187.474 462.997 187.734 462.998 187.997L461.998 187.997C461.998 187.866 461.972 187.736 461.922 187.615C461.871 187.493 461.797 187.383 461.704 187.29C461.611 187.197 461.501 187.124 461.38 187.074C461.258 187.023 461.128 186.998 460.997 186.998L460.996 185.998ZM462.524 184.3C462.038 184.099 461.518 183.996 460.993 183.997L460.994 184.996C461.388 184.995 461.778 185.073 462.142 185.223C462.506 185.374 462.837 185.595 463.116 185.873C463.395 186.152 463.617 186.482 463.768 186.846C463.919 187.21 463.997 187.6 463.997 187.994L464.996 187.994C464.996 187.468 464.892 186.948 464.69 186.463C464.489 185.978 464.194 185.537 463.822 185.166C463.451 184.795 463.009 184.501 462.524 184.3Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M460.991 181.995C461.779 181.995 462.559 182.149 463.287 182.45C464.015 182.751 464.677 183.193 465.235 183.749C465.792 184.306 466.235 184.967 466.537 185.695C466.839 186.423 466.995 187.203 466.995 187.991L466.044 187.991C466.043 187.328 465.912 186.672 465.658 186.06C465.404 185.447 465.032 184.891 464.563 184.422C464.093 183.954 463.536 183.583 462.924 183.329C462.311 183.076 461.654 182.946 460.991 182.947L460.991 181.995ZM460.996 185.998C461.259 185.998 461.519 186.05 461.761 186.15C462.004 186.25 462.225 186.397 462.411 186.583C462.597 186.769 462.744 186.989 462.845 187.231C462.945 187.474 462.997 187.734 462.998 187.997L461.998 187.997C461.998 187.866 461.972 187.736 461.922 187.615C461.871 187.493 461.797 187.383 461.704 187.29C461.611 187.197 461.501 187.124 461.38 187.074C461.258 187.023 461.128 186.998 460.997 186.998L460.996 185.998ZM462.524 184.3C462.038 184.099 461.518 183.996 460.993 183.997L460.994 184.996C461.388 184.995 461.778 185.073 462.142 185.223C462.506 185.374 462.837 185.595 463.116 185.873C463.395 186.152 463.617 186.482 463.768 186.846C463.919 187.21 463.997 187.6 463.997 187.994L464.996 187.994C464.996 187.468 464.892 186.948 464.69 186.463C464.489 185.978 464.194 185.537 463.822 185.166C463.451 184.795 463.009 184.501 462.524 184.3Z' fill='%2335383A'/%3e%3cpath d='M463.287 182.45L462.905 183.374L462.905 183.374L463.287 182.45ZM460.991 181.995L460.99 180.995L459.99 180.996L459.991 181.996L460.991 181.995ZM465.235 183.749L465.941 183.042L465.941 183.042L465.235 183.749ZM466.537 185.695L465.613 186.078L465.613 186.078L466.537 185.695ZM466.995 187.991L466.996 188.991L467.996 188.99L467.995 187.99L466.995 187.991ZM466.044 187.991L465.044 187.992L465.045 188.992L466.045 188.991L466.044 187.991ZM465.658 186.06L466.582 185.676L466.582 185.676L465.658 186.06ZM464.563 184.422L465.269 183.715L464.563 184.422ZM462.924 183.329L462.542 184.254L462.542 184.254L462.924 183.329ZM460.991 182.947L459.991 182.947L459.992 183.947L460.992 183.947L460.991 182.947ZM461.761 186.15L462.143 185.226L462.143 185.226L461.761 186.15ZM460.996 185.998L460.995 184.998L459.995 184.999L459.996 185.999L460.996 185.998ZM462.845 187.231L461.921 187.615L461.921 187.615L462.845 187.231ZM462.998 187.997L462.998 188.997L463.998 188.996L463.998 187.996L462.998 187.997ZM461.998 187.997L460.998 187.998L460.999 188.998L461.999 188.997L461.998 187.997ZM461.38 187.074L461.762 186.149L461.762 186.149L461.38 187.074ZM460.997 186.998L459.997 186.999L459.998 187.999L460.998 187.998L460.997 186.998ZM460.993 183.997L460.992 182.997L459.992 182.998L459.993 183.998L460.993 183.997ZM462.524 184.3L462.142 185.224L462.142 185.224L462.524 184.3ZM460.994 184.996L459.994 184.997L459.994 185.997L460.994 185.996L460.994 184.996ZM462.142 185.223L462.524 184.299L462.524 184.299L462.142 185.223ZM463.116 185.873L463.823 185.165L463.823 185.165L463.116 185.873ZM463.768 186.846L464.691 186.463L463.768 186.846ZM463.997 187.994L462.997 187.995L462.998 188.995L463.998 188.994L463.997 187.994ZM464.996 187.994L464.997 188.994L465.997 188.993L465.996 187.993L464.996 187.994ZM464.69 186.463L463.767 186.847L464.69 186.463ZM463.822 185.166L464.529 184.458L463.822 185.166ZM463.669 181.526C462.82 181.175 461.909 180.994 460.99 180.995L460.991 182.995C461.648 182.995 462.298 183.124 462.905 183.374L463.669 181.526ZM465.941 183.042C465.291 182.392 464.519 181.877 463.669 181.526L462.905 183.374C463.512 183.625 464.063 183.993 464.528 184.457L465.941 183.042ZM467.46 185.311C467.108 184.462 466.592 183.691 465.941 183.042L464.528 184.457C464.993 184.921 465.361 185.472 465.613 186.078L467.46 185.311ZM467.995 187.99C467.995 187.071 467.813 186.16 467.46 185.311L465.613 186.078C465.865 186.685 465.995 187.335 465.995 187.991L467.995 187.99ZM466.045 188.991L466.996 188.991L466.995 186.991L466.043 186.991L466.045 188.991ZM464.735 186.443C464.938 186.934 465.044 187.46 465.044 187.992L467.044 187.991C467.043 187.196 466.886 186.41 466.582 185.676L464.735 186.443ZM463.856 185.13C464.232 185.506 464.531 185.952 464.735 186.443L466.582 185.676C466.277 184.943 465.831 184.276 465.269 183.715L463.856 185.13ZM462.542 184.254C463.033 184.457 463.48 184.754 463.856 185.13L465.269 183.715C464.707 183.154 464.04 182.709 463.306 182.405L462.542 184.254ZM460.992 183.947C461.524 183.946 462.05 184.05 462.542 184.254L463.306 182.405C462.572 182.102 461.785 181.946 460.991 181.947L460.992 183.947ZM459.991 181.996L459.991 182.947L461.991 182.946L461.991 181.994L459.991 181.996ZM462.143 185.226C461.779 185.075 461.389 184.998 460.995 184.998L460.997 186.998C461.128 186.998 461.258 187.024 461.38 187.074L462.143 185.226ZM463.117 185.875C462.838 185.597 462.508 185.376 462.143 185.226L461.38 187.074C461.501 187.124 461.611 187.198 461.704 187.291L463.117 185.875ZM463.768 186.848C463.617 186.484 463.396 186.154 463.117 185.875L461.704 187.291C461.797 187.383 461.871 187.494 461.921 187.615L463.768 186.848ZM463.998 187.996C463.997 187.602 463.919 187.212 463.768 186.848L461.921 187.615C461.971 187.736 461.997 187.866 461.998 187.997L463.998 187.996ZM461.999 188.997L462.998 188.997L462.997 186.997L461.997 186.997L461.999 188.997ZM460.998 187.998L460.998 187.998L462.998 187.997C462.998 187.734 462.946 187.474 462.845 187.231L460.998 187.998ZM460.998 187.998L460.998 187.998L462.845 187.231C462.744 186.989 462.597 186.768 462.411 186.583L460.998 187.998ZM460.998 187.998L460.998 187.998L462.411 186.583C462.225 186.397 462.004 186.25 461.762 186.149L460.998 187.998ZM460.998 187.998L460.998 187.998L461.762 186.149C461.519 186.049 461.259 185.998 460.996 185.998L460.998 187.998ZM459.996 185.999L459.997 186.999L461.997 186.997L461.996 185.997L459.996 185.999ZM460.994 184.997C461.388 184.996 461.778 185.074 462.142 185.224L462.906 183.376C462.299 183.125 461.649 182.996 460.992 182.997L460.994 184.997ZM461.994 184.995L461.993 183.996L459.993 183.998L459.994 184.997L461.994 184.995ZM462.524 184.299C462.039 184.098 461.518 183.995 460.993 183.996L460.994 185.996C461.257 185.996 461.517 186.047 461.76 186.147L462.524 184.299ZM463.823 185.165C463.451 184.794 463.01 184.5 462.524 184.299L461.76 186.147C462.003 186.248 462.224 186.395 462.41 186.581L463.823 185.165ZM464.691 186.463C464.49 185.978 464.195 185.537 463.823 185.165L462.41 186.581C462.596 186.766 462.743 186.987 462.844 187.23L464.691 186.463ZM464.997 187.994C464.997 187.468 464.893 186.948 464.691 186.463L462.844 187.23C462.945 187.472 462.997 187.732 462.997 187.995L464.997 187.994ZM464.995 186.994L463.996 186.994L463.998 188.994L464.997 188.994L464.995 186.994ZM463.767 186.847C463.918 187.21 463.996 187.6 463.996 187.994L465.996 187.993C465.995 187.336 465.866 186.686 465.614 186.08L463.767 186.847ZM463.116 185.874C463.394 186.152 463.616 186.483 463.767 186.847L465.614 186.08C465.362 185.473 464.993 184.922 464.529 184.458L463.116 185.874ZM462.142 185.224C462.506 185.375 462.837 185.595 463.116 185.874L464.529 184.458C464.064 183.995 463.513 183.627 462.906 183.376L462.142 185.224Z' fill='white' mask='url(%23path-99-outside-1_15778_26381)'/%3e%3cpath d='M447.293 189L441 195.293L434.707 189L441 182.707L447.293 189Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cmask id='path-102-outside-2_15778_26381' maskUnits='userSpaceOnUse' x='438.023' y='177.997' width='13.9315' height='14.931' fill='black'%3e%3crect fill='white' x='438.023' y='177.997' width='13.9315' height='14.931'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M442.991 181.995C443.779 181.995 444.559 182.149 445.287 182.45C446.015 182.751 446.677 183.193 447.235 183.749C447.792 184.306 448.235 184.967 448.537 185.695C448.839 186.423 448.995 187.203 448.995 187.991L448.044 187.991C448.043 187.328 447.912 186.672 447.658 186.06C447.404 185.447 447.032 184.891 446.563 184.422C446.093 183.954 445.536 183.583 444.924 183.329C444.311 183.076 443.654 182.946 442.991 182.947L442.991 181.995ZM442.996 185.998C443.259 185.998 443.519 186.05 443.761 186.15C444.004 186.25 444.225 186.397 444.411 186.583C444.597 186.769 444.744 186.989 444.845 187.231C444.945 187.474 444.997 187.734 444.998 187.997L443.998 187.997C443.998 187.866 443.972 187.736 443.922 187.615C443.871 187.493 443.797 187.383 443.704 187.29C443.611 187.197 443.501 187.124 443.38 187.074C443.258 187.023 443.128 186.998 442.997 186.998L442.996 185.998ZM444.524 184.3C444.038 184.099 443.518 183.996 442.993 183.997L442.994 184.996C443.388 184.995 443.778 185.073 444.142 185.223C444.506 185.374 444.837 185.595 445.116 185.873C445.395 186.152 445.617 186.482 445.768 186.846C445.919 187.21 445.997 187.6 445.997 187.994L446.996 187.994C446.996 187.468 446.892 186.948 446.69 186.463C446.489 185.978 446.194 185.537 445.822 185.166C445.451 184.795 445.009 184.501 444.524 184.3Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M442.991 181.995C443.779 181.995 444.559 182.149 445.287 182.45C446.015 182.751 446.677 183.193 447.235 183.749C447.792 184.306 448.235 184.967 448.537 185.695C448.839 186.423 448.995 187.203 448.995 187.991L448.044 187.991C448.043 187.328 447.912 186.672 447.658 186.06C447.404 185.447 447.032 184.891 446.563 184.422C446.093 183.954 445.536 183.583 444.924 183.329C444.311 183.076 443.654 182.946 442.991 182.947L442.991 181.995ZM442.996 185.998C443.259 185.998 443.519 186.05 443.761 186.15C444.004 186.25 444.225 186.397 444.411 186.583C444.597 186.769 444.744 186.989 444.845 187.231C444.945 187.474 444.997 187.734 444.998 187.997L443.998 187.997C443.998 187.866 443.972 187.736 443.922 187.615C443.871 187.493 443.797 187.383 443.704 187.29C443.611 187.197 443.501 187.124 443.38 187.074C443.258 187.023 443.128 186.998 442.997 186.998L442.996 185.998ZM444.524 184.3C444.038 184.099 443.518 183.996 442.993 183.997L442.994 184.996C443.388 184.995 443.778 185.073 444.142 185.223C444.506 185.374 444.837 185.595 445.116 185.873C445.395 186.152 445.617 186.482 445.768 186.846C445.919 187.21 445.997 187.6 445.997 187.994L446.996 187.994C446.996 187.468 446.892 186.948 446.69 186.463C446.489 185.978 446.194 185.537 445.822 185.166C445.451 184.795 445.009 184.501 444.524 184.3Z' fill='%2335383A'/%3e%3cpath d='M445.287 182.45L444.905 183.374L444.905 183.374L445.287 182.45ZM442.991 181.995L442.99 180.995L441.99 180.996L441.991 181.996L442.991 181.995ZM447.235 183.749L447.941 183.042L447.941 183.042L447.235 183.749ZM448.537 185.695L447.613 186.078L447.613 186.078L448.537 185.695ZM448.995 187.991L448.996 188.991L449.996 188.99L449.995 187.99L448.995 187.991ZM448.044 187.991L447.044 187.992L447.045 188.992L448.045 188.991L448.044 187.991ZM447.658 186.06L448.582 185.676L448.582 185.676L447.658 186.06ZM446.563 184.422L447.269 183.715L446.563 184.422ZM444.924 183.329L444.542 184.254L444.542 184.254L444.924 183.329ZM442.991 182.947L441.991 182.947L441.992 183.947L442.992 183.947L442.991 182.947ZM443.761 186.15L444.143 185.226L444.143 185.226L443.761 186.15ZM442.996 185.998L442.995 184.998L441.995 184.999L441.996 185.999L442.996 185.998ZM444.845 187.231L443.921 187.615L443.921 187.615L444.845 187.231ZM444.998 187.997L444.998 188.997L445.998 188.996L445.998 187.996L444.998 187.997ZM443.998 187.997L442.998 187.998L442.999 188.998L443.999 188.997L443.998 187.997ZM443.38 187.074L443.762 186.149L443.762 186.149L443.38 187.074ZM442.997 186.998L441.997 186.999L441.998 187.999L442.998 187.998L442.997 186.998ZM442.993 183.997L442.992 182.997L441.992 182.998L441.993 183.998L442.993 183.997ZM444.524 184.3L444.142 185.224L444.142 185.224L444.524 184.3ZM442.994 184.996L441.994 184.997L441.994 185.997L442.994 185.996L442.994 184.996ZM444.142 185.223L444.524 184.299L444.524 184.299L444.142 185.223ZM445.116 185.873L445.823 185.165L445.823 185.165L445.116 185.873ZM445.768 186.846L446.691 186.463L445.768 186.846ZM445.997 187.994L444.997 187.995L444.998 188.995L445.998 188.994L445.997 187.994ZM446.996 187.994L446.997 188.994L447.997 188.993L447.996 187.993L446.996 187.994ZM446.69 186.463L445.767 186.847L446.69 186.463ZM445.822 185.166L446.529 184.458L445.822 185.166ZM445.669 181.526C444.82 181.175 443.909 180.994 442.99 180.995L442.991 182.995C443.648 182.995 444.298 183.124 444.905 183.374L445.669 181.526ZM447.941 183.042C447.291 182.392 446.519 181.877 445.669 181.526L444.905 183.374C445.512 183.625 446.063 183.993 446.528 184.457L447.941 183.042ZM449.46 185.311C449.108 184.462 448.592 183.691 447.941 183.042L446.528 184.457C446.993 184.921 447.361 185.472 447.613 186.078L449.46 185.311ZM449.995 187.99C449.995 187.071 449.813 186.16 449.46 185.311L447.613 186.078C447.865 186.685 447.995 187.335 447.995 187.991L449.995 187.99ZM448.045 188.991L448.996 188.991L448.995 186.991L448.043 186.991L448.045 188.991ZM446.735 186.443C446.938 186.934 447.044 187.46 447.044 187.992L449.044 187.991C449.043 187.196 448.886 186.41 448.582 185.676L446.735 186.443ZM445.856 185.13C446.232 185.506 446.531 185.952 446.735 186.443L448.582 185.676C448.277 184.943 447.831 184.276 447.269 183.715L445.856 185.13ZM444.542 184.254C445.033 184.457 445.48 184.754 445.856 185.13L447.269 183.715C446.707 183.154 446.04 182.709 445.306 182.405L444.542 184.254ZM442.992 183.947C443.524 183.946 444.05 184.05 444.542 184.254L445.306 182.405C444.572 182.102 443.785 181.946 442.991 181.947L442.992 183.947ZM441.991 181.996L441.991 182.947L443.991 182.946L443.991 181.994L441.991 181.996ZM444.143 185.226C443.779 185.075 443.389 184.998 442.995 184.998L442.997 186.998C443.128 186.998 443.258 187.024 443.38 187.074L444.143 185.226ZM445.117 185.875C444.838 185.597 444.508 185.376 444.143 185.226L443.38 187.074C443.501 187.124 443.611 187.198 443.704 187.291L445.117 185.875ZM445.768 186.848C445.617 186.484 445.396 186.154 445.117 185.875L443.704 187.291C443.797 187.383 443.871 187.494 443.921 187.615L445.768 186.848ZM445.998 187.996C445.997 187.602 445.919 187.212 445.768 186.848L443.921 187.615C443.971 187.736 443.997 187.866 443.998 187.997L445.998 187.996ZM443.999 188.997L444.998 188.997L444.997 186.997L443.997 186.997L443.999 188.997ZM442.998 187.998L442.998 187.998L444.998 187.997C444.998 187.734 444.946 187.474 444.845 187.231L442.998 187.998ZM442.998 187.998L442.998 187.998L444.845 187.231C444.744 186.989 444.597 186.768 444.411 186.583L442.998 187.998ZM442.998 187.998L442.998 187.998L444.411 186.583C444.225 186.397 444.004 186.25 443.762 186.149L442.998 187.998ZM442.998 187.998L442.998 187.998L443.762 186.149C443.519 186.049 443.259 185.998 442.996 185.998L442.998 187.998ZM441.996 185.999L441.997 186.999L443.997 186.997L443.996 185.997L441.996 185.999ZM442.994 184.997C443.388 184.996 443.778 185.074 444.142 185.224L444.906 183.376C444.299 183.125 443.649 182.996 442.992 182.997L442.994 184.997ZM443.994 184.995L443.993 183.996L441.993 183.998L441.994 184.997L443.994 184.995ZM444.524 184.299C444.039 184.098 443.518 183.995 442.993 183.996L442.994 185.996C443.257 185.996 443.517 186.047 443.76 186.147L444.524 184.299ZM445.823 185.165C445.451 184.794 445.01 184.5 444.524 184.299L443.76 186.147C444.003 186.248 444.224 186.395 444.41 186.581L445.823 185.165ZM446.691 186.463C446.49 185.978 446.195 185.537 445.823 185.165L444.41 186.581C444.596 186.766 444.743 186.987 444.844 187.23L446.691 186.463ZM446.997 187.994C446.997 187.468 446.893 186.948 446.691 186.463L444.844 187.23C444.945 187.472 444.997 187.732 444.997 187.995L446.997 187.994ZM446.995 186.994L445.996 186.994L445.998 188.994L446.997 188.994L446.995 186.994ZM445.767 186.847C445.918 187.21 445.996 187.6 445.996 187.994L447.996 187.993C447.995 187.336 447.866 186.686 447.614 186.08L445.767 186.847ZM445.116 185.874C445.394 186.152 445.616 186.483 445.767 186.847L447.614 186.08C447.362 185.473 446.993 184.922 446.529 184.458L445.116 185.874ZM444.142 185.224C444.506 185.375 444.837 185.595 445.116 185.874L446.529 184.458C446.064 183.995 445.513 183.627 444.906 183.376L444.142 185.224Z' fill='white' mask='url(%23path-102-outside-2_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M428.5 182C428.224 182 428 182.224 428 182.5V184.5H427V183H419.004V182.5C419.004 182.224 418.777 182 418.501 182C418.224 182 417.997 182.224 417.997 182.5V184.5H417V183H416.5C416.224 183 416 183.224 416 183.5V195C416 195.552 416.448 196 417 196H429.003C429.555 196 430.003 195.552 430.003 195V183.5C430.003 183.224 429.779 183 429.503 183H429V182.5C429 182.224 428.776 182 428.5 182ZM417 195H429V186H417V195Z' fill='%234774C6'/%3e%3cpath d='M420.47 193.52H421.479V187.877H420.474L419 188.91V189.879L420.404 188.894H420.47V193.52Z' fill='%2335383A'/%3e%3cpath d='M423.027 189.527V189.543H423.974V189.527C423.974 188.953 424.372 188.566 424.963 188.566C425.518 188.566 425.925 188.925 425.925 189.422C425.925 189.821 425.733 190.114 424.963 190.896L423.082 192.82V193.52H427V192.663H424.466V192.597L425.647 191.412C426.605 190.466 426.914 189.965 426.914 189.359C426.914 188.417 426.109 187.737 424.994 187.737C423.837 187.737 423.027 188.472 423.027 189.527Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M398 183H412V185H398V183ZM399 187H401V189H399V187ZM404 187H406V188.444L406.074 188.4C406.242 188.307 406.417 188.227 406.595 188.158C406.724 188.108 406.859 188.062 407 188.02V187V186H406H404H403V187V189V190H404H404.926C404.94 189.59 405.112 189.255 405.323 189H404V187ZM404.925 191H404H403V192V194V195H404H404.925V194H404V192H404.925V191.969C404.925 191.827 404.943 191.689 404.978 191.557L405.003 191.46C404.993 191.43 404.983 191.399 404.975 191.368L404.967 191.34L404.925 191.144V191ZM412 188.047V187V186H411H409H408V187V187.797C408.32 187.748 408.656 187.715 409 187.699V187H411V187.811C411.356 187.87 411.692 187.949 412 188.047ZM399 192H401V194H399V192ZM402 186H401H399H398V187V189V190H399H401H402V189V187V186ZM402 191H401H399H398V192V194V195H399H401H402V194V192V191ZM409.494 196.571C411.393 196.571 412.952 195.953 413.063 195.173L413.063 192.005C413.063 191.95 413.056 191.895 413.042 191.842C412.848 192.587 411.334 193.168 409.494 193.168C407.655 193.168 406.14 192.587 405.946 191.842C405.932 191.895 405.925 191.95 405.925 192.005V195.173C406.036 195.953 407.595 196.571 409.494 196.571ZM413.059 190.007C412.969 189.273 411.408 188.689 409.495 188.689C407.523 188.689 405.925 189.309 405.925 190.074V191.066L405.939 191.132C406.131 191.826 407.653 192.367 409.495 192.367C411.394 192.367 412.952 191.792 413.063 191.066V190.074L413.059 190.007Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M380 187C380 186.448 380.448 186 381 186H391C391.552 186 392 186.448 392 187V194C392 194.552 391.552 195 391 195H381C380.448 195 380 194.552 380 194V187ZM387 191H391V192H387V191ZM382.518 188.067L386 190.067V190.5V190.5V190.933L382.518 192.933L382.018 192.067L384.733 190.499L382.018 188.933L382.518 188.067Z' fill='%2335383A'/%3e%3cpath d='M393 183C393.552 183 394 183.448 394 184V191C394 191.552 393.552 192 393 192V186C393 185.448 392.552 185 392 185H382V184C382 183.448 382.448 183 383 183H393Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M366 184L369 185L372 184L369 183L366 184ZM365 186.6V189.6L362 188.6V185.6L365 184.6L368 185.6L365 186.6ZM369 186L372 187L372 187V187V190L369 191L366 190V187V187L366 187L369 186ZM369 192L366 191V194L369 195L372 194V191L369 192ZM370 185.6L373 186.6V189.6L376 188.6V185.6L373 184.6L370 185.6ZM362 189.6L365 190.6V193.6L362 192.6V189.6ZM373 190.6L376 189.6V192.6L373 193.6V190.6Z' fill='%2335383A'/%3e%3cpath d='M350.959 183.95C351.477 183.95 351.964 184.024 352.418 184.173H352.417C352.881 184.312 353.285 184.526 353.63 184.814L353.759 184.926C354.052 185.194 354.288 185.516 354.467 185.89H354.468C354.673 186.309 354.775 186.798 354.775 187.353V187.403H352.96L352.957 187.356C352.912 186.688 352.7 186.229 352.332 185.967H352.331C351.957 185.69 351.477 185.55 350.89 185.55C350.692 185.55 350.49 185.574 350.283 185.622L350.28 185.623C350.075 185.661 349.889 185.733 349.721 185.837L349.719 185.838C349.552 185.932 349.411 186.062 349.296 186.231L349.297 186.232C349.193 186.399 349.14 186.61 349.14 186.867C349.14 187.23 349.242 187.511 349.441 187.715H349.44C349.653 187.914 349.929 188.066 350.27 188.172H350.271C350.308 188.182 350.451 188.227 350.696 188.305L351.55 188.54L352.458 188.805H352.457L353.104 188.981L353.105 188.982L353.342 189.071C353.571 189.168 353.777 189.289 353.959 189.432L354.133 189.579C354.299 189.733 354.442 189.903 354.562 190.091H354.561C354.728 190.33 354.85 190.59 354.925 190.869H354.924C355.007 191.148 355.05 191.427 355.05 191.706C355.05 192.226 354.961 192.684 354.782 193.079L354.7 193.244C354.505 193.61 354.252 193.919 353.942 194.171L353.806 194.275C353.434 194.544 353.011 194.737 352.538 194.856L352.539 194.857C352.068 194.986 351.587 195.05 351.097 195.05C350.674 195.05 350.269 195.008 349.882 194.925L349.501 194.827C349.063 194.697 348.674 194.505 348.334 194.253L348.191 194.142C347.819 193.833 347.522 193.439 347.299 192.962H347.298C347.102 192.535 346.989 192.044 346.958 191.491L346.95 191.251L346.949 191.2H348.769V191.25C348.769 191.647 348.831 191.983 348.956 192.259L349.06 192.458C349.172 192.648 349.311 192.81 349.478 192.945L349.651 193.067C349.831 193.18 350.027 193.269 350.242 193.334H350.243C350.541 193.411 350.862 193.45 351.206 193.45C351.578 193.45 351.892 193.406 352.151 193.32L352.338 193.244C352.514 193.163 352.662 193.069 352.781 192.963L352.893 192.853C352.995 192.739 353.072 192.615 353.125 192.481C353.196 192.291 353.231 192.101 353.231 191.912C353.231 191.516 353.146 191.236 352.984 191.063L352.982 191.062C352.822 190.871 352.645 190.739 352.453 190.664H352.452C352.107 190.528 351.701 190.401 351.235 190.284L351.234 190.283L349.529 189.798C349.104 189.679 348.746 189.526 348.457 189.336L348.455 189.335C348.246 189.186 348.068 189.025 347.921 188.853L347.784 188.676C347.616 188.436 347.494 188.181 347.419 187.91V187.909C347.354 187.641 347.321 187.366 347.321 187.088C347.321 186.552 347.423 186.088 347.629 185.697H347.63L347.713 185.551C347.914 185.218 348.166 184.937 348.468 184.71L348.6 184.616C348.867 184.435 349.16 184.294 349.479 184.191L349.64 184.143C350.075 184.014 350.515 183.95 350.959 183.95Z' fill='%2335383A' stroke='black' stroke-width='0.1'/%3e%3cline x1='351' y1='183' x2='351' y2='196' stroke='%2335383A' stroke-width='2'/%3e%3crect x='327.5' y='182.5' width='6' height='12' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='333.5' y='185.5' width='3' height='9' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='336.5' y='188.5' width='2' height='6' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M329 185H333V186H329V185ZM329 191H333V192H329V191ZM333 188H330V189H333V188Z' fill='%23E9932C'/%3e%3cpath d='M341.083 193.494H340.088V191.215C340.088 190.951 339.983 190.698 339.796 190.512C339.609 190.325 339.356 190.22 339.092 190.22H338.266C338.107 190.223 337.95 190.265 337.81 190.341C337.67 190.417 337.55 190.526 337.46 190.658C336.966 190.29 336.365 190.094 335.749 190.101C335.042 190.084 334.356 190.337 333.828 190.807C333.784 190.842 333.743 190.882 333.709 190.927C333.616 190.821 333.512 190.724 333.4 190.638C332.923 190.285 332.342 190.099 331.748 190.111C331.098 190.096 330.465 190.327 329.977 190.758C329.75 190.96 329.569 191.208 329.445 191.486C329.321 191.764 329.259 192.066 329.261 192.37C329.26 192.696 329.331 193.019 329.47 193.315C329.383 193.403 329.315 193.507 329.269 193.622C329.223 193.736 329.2 193.858 329.201 193.982C329.192 194.316 329.262 194.647 329.403 194.949C329.545 195.251 329.755 195.516 330.017 195.723C330.545 196.116 331.191 196.316 331.848 196.291C332.504 196.321 333.149 196.108 333.659 195.693L333.798 195.554C334.329 196.034 335.024 196.291 335.739 196.271C336.007 196.268 336.274 196.234 336.535 196.171C336.719 196.359 336.97 196.467 337.232 196.471C337.495 196.474 337.749 196.374 337.938 196.191C338.031 196.226 338.128 196.246 338.227 196.251H341.003C341.267 196.251 341.52 196.146 341.707 195.959C341.893 195.773 341.998 195.52 341.998 195.256V194.549C342.015 194.288 341.928 194.031 341.757 193.834C341.585 193.637 341.343 193.515 341.083 193.494Z' fill='white'/%3e%3cpath d='M331.856 194.628C332.051 194.628 332.209 194.606 332.331 194.563C332.562 194.481 332.677 194.328 332.677 194.104C332.677 193.974 332.62 193.872 332.506 193.801C332.391 193.731 332.211 193.669 331.966 193.615L331.547 193.521C331.135 193.428 330.85 193.327 330.693 193.218C330.426 193.035 330.293 192.75 330.293 192.361C330.293 192.007 330.422 191.712 330.679 191.478C330.937 191.243 331.316 191.126 331.815 191.126C332.233 191.126 332.588 191.237 332.882 191.459C333.177 191.679 333.332 192 333.346 192.42H332.551C332.537 192.182 332.433 192.013 332.24 191.913C332.111 191.847 331.951 191.813 331.759 191.813C331.546 191.813 331.376 191.856 331.249 191.942C331.122 192.028 331.058 192.148 331.058 192.302C331.058 192.444 331.121 192.549 331.246 192.619C331.327 192.666 331.499 192.72 331.762 192.783L332.444 192.947C332.743 193.018 332.968 193.114 333.121 193.234C333.357 193.42 333.475 193.69 333.475 194.042C333.475 194.404 333.336 194.705 333.059 194.945C332.783 195.183 332.393 195.302 331.888 195.302C331.372 195.302 330.967 195.185 330.671 194.95C330.376 194.714 330.228 194.39 330.228 193.978H331.018C331.043 194.159 331.092 194.294 331.166 194.384C331.3 194.546 331.53 194.628 331.856 194.628ZM336.467 195.221C336.29 195.281 336.077 195.31 335.83 195.31C335.315 195.31 334.889 195.156 334.552 194.848C334.144 194.478 333.94 193.933 333.94 193.215C333.94 192.492 334.149 191.945 334.568 191.574C334.91 191.272 335.335 191.121 335.844 191.121C336.356 191.121 336.785 191.281 337.133 191.601C337.534 191.972 337.734 192.49 337.734 193.156C337.734 193.509 337.691 193.804 337.605 194.042C337.536 194.27 337.433 194.459 337.297 194.609L337.753 195.036L337.321 195.487L336.843 195.036C336.698 195.124 336.572 195.186 336.467 195.221ZM336.29 194.507L335.889 194.126L336.316 193.68L336.717 194.061C336.779 193.932 336.823 193.82 336.848 193.723C336.888 193.578 336.907 193.409 336.907 193.215C336.907 192.771 336.816 192.428 336.633 192.187C336.452 191.943 336.188 191.822 335.838 191.822C335.511 191.822 335.249 191.938 335.054 192.171C334.859 192.403 334.761 192.752 334.761 193.215C334.761 193.758 334.901 194.146 335.18 194.381C335.361 194.533 335.578 194.609 335.83 194.609C335.925 194.609 336.017 194.597 336.104 194.574C336.153 194.562 336.214 194.539 336.29 194.507ZM338.368 191.241H339.195V194.488H341.156V195.2H338.368V191.241Z' fill='black'/%3e%3cpath d='M321.293 189L315 195.293L308.707 189L315 182.707L321.293 189Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath d='M323.083 193.494H322.088V191.215C322.088 190.951 321.983 190.698 321.796 190.512C321.609 190.325 321.356 190.22 321.092 190.22H320.266C320.107 190.223 319.95 190.265 319.81 190.341C319.67 190.417 319.55 190.526 319.46 190.658C318.966 190.29 318.365 190.094 317.749 190.101C317.042 190.084 316.356 190.337 315.828 190.807C315.784 190.842 315.743 190.882 315.709 190.927C315.616 190.821 315.512 190.724 315.4 190.638C314.923 190.285 314.342 190.099 313.748 190.111C313.098 190.096 312.465 190.327 311.977 190.758C311.75 190.96 311.569 191.208 311.445 191.486C311.321 191.764 311.259 192.066 311.261 192.37C311.26 192.696 311.331 193.019 311.47 193.315C311.383 193.403 311.315 193.507 311.269 193.622C311.223 193.736 311.2 193.858 311.201 193.982C311.192 194.316 311.262 194.647 311.403 194.949C311.545 195.251 311.755 195.516 312.017 195.723C312.545 196.116 313.191 196.316 313.848 196.291C314.504 196.321 315.149 196.108 315.659 195.693L315.798 195.554C316.329 196.034 317.024 196.291 317.739 196.271C318.007 196.268 318.274 196.234 318.535 196.171C318.719 196.359 318.97 196.467 319.232 196.471C319.495 196.474 319.749 196.374 319.938 196.191C320.031 196.226 320.128 196.246 320.227 196.251H323.003C323.267 196.251 323.52 196.146 323.707 195.959C323.893 195.773 323.998 195.52 323.998 195.256V194.549C324.015 194.288 323.928 194.031 323.757 193.834C323.585 193.637 323.343 193.515 323.083 193.494Z' fill='white'/%3e%3cpath d='M313.856 194.628C314.051 194.628 314.209 194.606 314.331 194.563C314.562 194.481 314.677 194.328 314.677 194.104C314.677 193.974 314.62 193.872 314.506 193.801C314.391 193.731 314.211 193.669 313.966 193.615L313.547 193.521C313.135 193.428 312.85 193.327 312.693 193.218C312.426 193.035 312.293 192.75 312.293 192.361C312.293 192.007 312.422 191.712 312.679 191.478C312.937 191.243 313.316 191.126 313.815 191.126C314.233 191.126 314.588 191.237 314.882 191.459C315.177 191.679 315.332 192 315.346 192.42H314.551C314.537 192.182 314.433 192.013 314.24 191.913C314.111 191.847 313.951 191.813 313.759 191.813C313.546 191.813 313.376 191.856 313.249 191.942C313.122 192.028 313.058 192.148 313.058 192.302C313.058 192.444 313.121 192.549 313.246 192.619C313.327 192.666 313.499 192.72 313.762 192.783L314.444 192.947C314.743 193.018 314.968 193.114 315.121 193.234C315.357 193.42 315.475 193.69 315.475 194.042C315.475 194.404 315.336 194.705 315.059 194.945C314.783 195.183 314.393 195.302 313.888 195.302C313.372 195.302 312.967 195.185 312.671 194.95C312.376 194.714 312.228 194.39 312.228 193.978H313.018C313.043 194.159 313.092 194.294 313.166 194.384C313.3 194.546 313.53 194.628 313.856 194.628ZM318.467 195.221C318.29 195.281 318.077 195.31 317.83 195.31C317.315 195.31 316.889 195.156 316.552 194.848C316.144 194.478 315.94 193.933 315.94 193.215C315.94 192.492 316.149 191.945 316.568 191.574C316.91 191.272 317.335 191.121 317.844 191.121C318.356 191.121 318.785 191.281 319.133 191.601C319.534 191.972 319.734 192.49 319.734 193.156C319.734 193.509 319.691 193.804 319.605 194.042C319.536 194.27 319.433 194.459 319.297 194.609L319.753 195.036L319.321 195.487L318.843 195.036C318.698 195.124 318.572 195.186 318.467 195.221ZM318.29 194.507L317.889 194.126L318.316 193.68L318.717 194.061C318.779 193.932 318.823 193.82 318.848 193.723C318.888 193.578 318.907 193.409 318.907 193.215C318.907 192.771 318.816 192.428 318.633 192.187C318.452 191.943 318.188 191.822 317.838 191.822C317.511 191.822 317.249 191.938 317.054 192.171C316.859 192.403 316.761 192.752 316.761 193.215C316.761 193.758 316.901 194.146 317.18 194.381C317.361 194.533 317.578 194.609 317.83 194.609C317.925 194.609 318.017 194.597 318.104 194.574C318.153 194.562 318.214 194.539 318.29 194.507ZM320.368 191.241H321.195V194.488H323.156V195.2H320.368V191.241Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M299.828 193.243C300.218 193.634 300.851 193.634 301.242 193.243C301.633 192.853 301.633 192.219 301.242 191.829L298.414 189.001L301.243 186.172C301.633 185.781 301.633 185.148 301.243 184.758C300.852 184.367 300.219 184.367 299.829 184.758L297 187.587L294.171 184.758C293.78 184.367 293.147 184.367 292.757 184.758C292.366 185.148 292.366 185.782 292.757 186.172L295.585 189.001L292.758 191.829C292.367 192.219 292.367 192.852 292.758 193.243C293.148 193.633 293.781 193.633 294.172 193.243L297 190.415L299.828 193.243Z' fill='%23757575'/%3e%3cpath d='M274 189.25L277.5 192.75L284 185.25' stroke='%230E6FF9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3crect x='254.5' y='184.5' width='5' height='3' rx='1.5' stroke='%2335383A'/%3e%3crect x='262.5' y='184.5' width='5' height='3' rx='1.5' stroke='%2335383A'/%3e%3cline x1='259' y1='186' x2='263' y2='186' stroke='%2335383A'/%3e%3crect x='254.5' y='190.5' width='5' height='3' rx='1.5' stroke='%2335383A'/%3e%3crect x='262.5' y='190.5' width='5' height='3' rx='1.5' stroke='%2335383A'/%3e%3cline x1='259' y1='192' x2='263' y2='192' stroke='%2335383A'/%3e%3cpath d='M246.796 192.27L246.621 192.119L244.5 190.311V189.5H250.37V190.311L248.253 192.117L248.077 192.267V194.602L246.796 195.353V192.27Z' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M248 184.4C247.9 184 246.1 183 243 183C239.9 183 238.1 183.9 238 184.4V186.2C238.1 186.5 239.8 187.5 243 187.5C246.2 187.5 247.9 186.6 248 186.2V184.4ZM249 186.2V184.3C248.9 183 246.3 182 243 182C239.7 182 237.1 183 237 184.3V186.2V189.5V192.6C237 193.9 239.7 195 243 195C243.812 195 244.588 194.921 245.296 194.786V193.862C244.628 194.006 243.856 194.1 243 194.1C239.9 194.1 238.1 193.1 238 192.7V190.783C239.077 191.402 240.919 191.8 243 191.8C243.307 191.8 243.61 191.791 243.905 191.775L243.423 191.363L243.405 191.347C243.239 191.191 243.125 191.001 243.061 190.8C243.041 190.8 243.02 190.8 243 190.8C239.8 190.8 238.1 189.8 238 189.5V187.483C239.077 188.102 240.919 188.5 243 188.5C243.094 188.5 243.188 188.499 243.281 188.498C243.526 188.19 243.906 188 244.31 188L246.76 188C247.239 187.854 247.658 187.679 248 187.483V188L249 188V186.2Z' fill='%2335383A'/%3e%3cpath d='M224.003 192.998V195.998H221.003V192.998H224.003ZM223.003 193.998H222.003V194.998H223.003V193.998ZM232 192.998V193.998H225V192.998H232ZM222.615 182C222.693 182.002 222.771 182.006 222.849 182.013L223.104 182.009L223.358 182.02C224.201 182.078 225.016 182.37 225.71 182.868C226.705 183.579 227.282 184.745 227.249 185.975C227.25 186.518 227.117 187.052 226.864 187.529C226.465 188.221 225.944 188.832 225.326 189.332C224.916 189.673 224.552 190.083 224.28 190.544C224.129 190.897 223.991 191.279 224 191.663H221.003V191.337C220.984 190.812 221.046 190.288 221.188 189.783C221.296 189.408 221.468 189.056 221.696 188.742C222.162 188.15 222.677 187.599 223.234 187.094C223.598 186.823 223.837 186.413 223.895 185.96C223.915 185.667 223.821 185.377 223.634 185.152C223.48 185.007 223.287 184.914 223.083 184.881L222.959 184.869L222.897 184.869L222.834 184.872C222.467 184.864 222.117 185.024 221.88 185.307C221.611 185.709 221.45 186.173 221.412 186.654L221.403 186.861L218.25 186.411C218.298 185.248 218.725 184.133 219.465 183.241C220.253 182.468 221.296 182.029 222.382 182H222.615ZM220.491 183.674L220.318 183.814L220.201 183.921L220.078 184.08C219.776 184.493 219.551 184.955 219.411 185.444L219.381 185.561L220.58 185.732L220.61 185.637C220.69 185.403 220.793 185.177 220.918 184.961L221.05 184.75L221.113 184.666C221.505 184.197 222.07 183.913 222.673 183.876L222.923 183.868C223.382 183.869 223.828 184.025 224.188 184.31L224.319 184.424L224.402 184.511C224.754 184.934 224.93 185.477 224.887 186.088C224.794 186.809 224.413 187.463 223.905 187.835C223.389 188.303 222.913 188.813 222.505 189.329C222.345 189.549 222.225 189.796 222.151 190.053C222.105 190.215 222.07 190.38 222.045 190.548L222.032 190.662H223.165L223.178 190.621C223.204 190.547 223.231 190.471 223.262 190.393L223.36 190.152L223.419 190.036C223.697 189.565 224.055 189.131 224.479 188.744L224.697 188.555C225.219 188.132 225.66 187.615 225.981 187.061C226.157 186.728 226.249 186.356 226.249 185.948C226.274 185.049 225.852 184.198 225.128 183.681C224.541 183.26 223.845 183.028 223.13 183.01L222.891 183.012L222.768 183.01C221.95 182.942 221.141 183.182 220.491 183.674ZM232 187.998V188.998H226.9C227.207 188.657 227.441 188.324 227.6 187.998H232ZM232 182.998V183.998H227.7C227.567 183.66 227.367 183.327 227.1 182.998H232Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M203.601 189.214L201.986 192.012C201.99 192.018 201.998 192.026 202.011 192.033L202.013 192.034L203.113 192.67L204.231 190.732L205.097 191.232L203.979 193.17L204.844 193.669L205.963 191.732L206.829 192.232L205.71 194.169L208.015 195.5L208.017 195.501C208.029 195.508 208.04 195.511 208.048 195.512L209.663 192.714L203.601 189.214ZM204.101 188.348L210.163 191.848L211.225 190.009C211.444 189.603 211.288 188.99 210.725 188.673L210.725 188.673L210.72 188.67L209.597 188.021L209.107 187.738L209.448 187.287L211.782 184.2L211.792 184.186L211.804 184.173C212.023 183.921 212.112 183.574 212.03 183.212L212.03 183.212L212.028 183.202C211.973 182.935 211.793 182.677 211.52 182.512C211.242 182.356 210.928 182.326 210.667 182.41L210.667 182.41L210.662 182.411C210.301 182.523 210.042 182.779 209.934 183.102L209.928 183.121L209.92 183.14L208.402 186.698L208.181 187.217L207.692 186.935L206.568 186.286L206.568 186.286L206.564 186.284C206.008 185.955 205.399 186.126 205.157 186.519L204.101 188.348ZM201.094 191.557C200.818 192.066 201.069 192.646 201.513 192.901L207.513 196.365L207.765 195.933L207.515 196.366L207.514 196.365C207.957 196.623 208.585 196.55 208.887 196.057L208.895 196.045L208.894 196.045L212.094 190.504L212.099 190.495L212.099 190.495C212.631 189.525 212.172 188.342 211.218 187.803L210.587 187.438L212.57 184.816C212.999 184.314 213.152 183.646 213.007 182.996C212.89 182.436 212.526 181.948 212.028 181.651L212.019 181.645L212.019 181.646C211.514 181.358 210.909 181.282 210.363 181.457C209.718 181.658 209.21 182.133 208.993 182.765L207.704 185.787L207.071 185.422C206.127 184.865 204.873 185.06 204.299 186.005L204.293 186.014L204.294 186.014L201.1 191.545L201.093 191.557L201.094 191.557Z' fill='%2335383A'/%3e%3cpath d='M200.5 185.5C201.051 185.5 201.5 185.949 201.5 186.5L201.495 186.602C201.444 187.105 201.017 187.5 200.5 187.5C199.949 187.5 199.5 187.051 199.5 186.5C199.5 185.949 199.949 185.5 200.5 185.5Z' stroke='%2335383A'/%3e%3cpath d='M214.5 194H214V193.5C214 193.224 213.776 193 213.5 193C213.224 193 213 193.224 213 193.5V194H212.5C212.224 194 212 194.224 212 194.5C212 194.776 212.224 195 212.5 195H213V195.5C213 195.776 213.224 196 213.5 196C213.776 196 214 195.776 214 195.5V195H214.5C214.776 195 215 194.776 215 194.5C215 194.224 214.776 194 214.5 194Z' fill='%2335383A'/%3e%3cpath d='M214 189C213.449 189 213 189.449 213 190C213 190.551 213.449 191 214 191C214.551 191 215 190.551 215 190C215 189.449 214.551 189 214 189Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M192.71 188.162C193.317 188.556 193.317 189.444 192.71 189.838L185.545 194.496C184.88 194.928 184 194.451 184 193.657V184.343C184 183.549 184.88 183.072 185.545 183.504L192.71 188.162Z' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M163 182.956H179C179.024 182.956 179.044 182.976 179.044 183V195C179.044 195.024 179.024 195.044 179 195.044H163C162.976 195.044 162.956 195.024 162.956 195V183C162.956 182.976 162.976 182.956 163 182.956ZM162 183C162 182.448 162.448 182 163 182H179C179.552 182 180 182.448 180 183V195C180 195.552 179.552 196 179 196H163C162.448 196 162 195.552 162 195V183ZM166.874 190.69C166.719 190.745 166.517 190.772 166.269 190.772C165.854 190.772 165.561 190.668 165.39 190.461C165.297 190.347 165.234 190.175 165.202 189.945H164.197C164.197 190.469 164.385 190.881 164.761 191.182C165.137 191.481 165.653 191.63 166.31 191.63C166.952 191.63 167.449 191.478 167.8 191.175C168.153 190.87 168.33 190.487 168.33 190.027C168.33 189.578 168.179 189.235 167.878 188.998C167.685 188.845 167.398 188.723 167.017 188.632L166.149 188.424C165.814 188.344 165.595 188.275 165.493 188.215C165.333 188.126 165.253 187.992 165.253 187.812C165.253 187.616 165.334 187.463 165.496 187.354C165.658 187.245 165.874 187.19 166.146 187.19C166.389 187.19 166.593 187.232 166.757 187.316C167.003 187.444 167.136 187.659 167.154 187.962H168.166C168.147 187.427 167.95 187.019 167.574 186.739C167.201 186.456 166.748 186.315 166.217 186.315C165.582 186.315 165.1 186.464 164.772 186.763C164.443 187.061 164.279 187.436 164.279 187.887C164.279 188.382 164.449 188.745 164.789 188.978C164.989 189.117 165.351 189.245 165.876 189.364L166.409 189.483C166.721 189.552 166.95 189.63 167.096 189.719C167.242 189.81 167.314 189.939 167.314 190.105C167.314 190.39 167.167 190.585 166.874 190.69ZM171.222 191.64C171.537 191.64 171.807 191.603 172.032 191.527C172.167 191.482 172.326 191.403 172.511 191.292L173.119 191.866L173.669 191.292L173.088 190.748C173.262 190.557 173.393 190.316 173.481 190.027C173.591 189.724 173.646 189.348 173.646 188.899C173.646 188.051 173.39 187.392 172.88 186.92C172.438 186.512 171.891 186.308 171.239 186.308C170.592 186.308 170.051 186.501 169.616 186.886C169.083 187.357 168.816 188.054 168.816 188.974C168.816 189.888 169.076 190.581 169.595 191.052C170.024 191.444 170.566 191.64 171.222 191.64ZM171.297 190.133L171.807 190.618C171.711 190.659 171.632 190.688 171.571 190.704C171.459 190.733 171.343 190.748 171.222 190.748C170.901 190.748 170.625 190.651 170.395 190.458C170.04 190.159 169.862 189.665 169.862 188.974C169.862 188.384 169.986 187.941 170.234 187.645C170.483 187.348 170.815 187.2 171.232 187.2C171.677 187.2 172.014 187.355 172.244 187.665C172.477 187.973 172.593 188.409 172.593 188.974C172.593 189.22 172.568 189.436 172.518 189.62C172.486 189.743 172.43 189.887 172.35 190.051L171.841 189.565L171.297 190.133ZM175.4 186.462H174.347V191.5H177.895V190.594H175.4V186.462Z' fill='%2335383A'/%3e%3cg opacity='0.7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M153.281 184.4L149.938 193.587H151.101L154.445 184.4H153.281ZM154.738 185.639V192.834H156.224V189.853H159.535V188.506H156.224V187.011H160V185.639H154.738ZM146 185.639V186.988H147.88V192.834H149.381V186.988H151.124V185.639H146Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg opacity='0.7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M139.037 197.071C136.808 197.071 134.999 195.263 134.999 193.034C134.999 190.804 136.808 188.996 139.037 188.996C141.266 188.996 143.074 190.804 143.074 193.034C143.074 195.263 141.266 197.071 139.037 197.071ZM141.199 192.634V193.278C141.199 193.388 141.11 193.477 141 193.477H138.685C138.641 193.477 138.598 193.46 138.565 193.427C138.533 193.395 138.516 193.352 138.516 193.307V190.896C138.516 190.786 138.604 190.696 138.715 190.696H139.359C139.47 190.696 139.558 190.786 139.558 190.896V192.434H141C141.11 192.434 141.199 192.523 141.199 192.634ZM139.037 196.028C140.69 196.028 142.031 194.687 142.031 193.034C142.031 191.381 140.69 190.04 139.037 190.04C137.384 190.04 136.043 191.381 136.043 193.034C136.043 194.687 137.384 196.028 139.037 196.028ZM130.134 184.869H131.581V185.548C131.581 185.617 131.604 185.683 131.645 185.738C131.685 185.792 131.748 185.823 131.815 185.825L132.39 185.834C132.472 185.836 132.55 185.804 132.608 185.746C132.667 185.689 132.7 185.611 132.702 185.529L132.713 184.869H137.606V185.551C137.606 185.619 137.629 185.686 137.67 185.74C137.71 185.792 137.772 185.823 137.839 185.825L138.416 185.834C138.496 185.836 138.574 185.804 138.631 185.746C138.687 185.689 138.721 185.611 138.723 185.53L138.737 184.869H140.065V186.439H130.134V184.869ZM134.197 194.062H130.134V187.573H140.065V188.194C140.46 188.271 140.832 188.402 141.187 188.566L141.199 184.038C141.199 183.969 141.177 183.903 141.136 183.848C141.096 183.795 141.033 183.763 140.966 183.762L138.74 183.735V183.3C138.74 183.232 138.718 183.165 138.677 183.11C138.637 183.057 138.574 183.024 138.507 183.022L137.91 183C137.842 182.998 137.774 183.019 137.72 183.06C137.666 183.101 137.634 183.163 137.631 183.23L137.61 183.734H132.716V183.3C132.716 183.232 132.693 183.165 132.652 183.11C132.612 183.057 132.549 183.024 132.482 183.022L131.886 183C131.817 182.998 131.75 183.019 131.695 183.06C131.641 183.101 131.609 183.163 131.606 183.23L131.585 183.734H129.304C129.235 183.734 129.168 183.757 129.113 183.798C129.06 183.838 129.029 183.901 129.029 183.967L129 194.892C128.999 194.961 129.022 195.028 129.063 195.083C129.103 195.135 129.166 195.167 129.233 195.168L134.567 195.18C134.404 194.826 134.274 194.455 134.197 194.062Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg opacity='0.7'%3e%3cpath d='M117 194.291C119.922 194.291 122.291 191.922 122.291 189C122.291 186.078 119.922 183.709 117 183.709C114.078 183.709 111.709 186.078 111.709 189C111.709 191.922 114.078 194.291 117 194.291ZM120.559 188.265C120.635 188.265 120.708 188.295 120.761 188.348C120.815 188.402 120.845 188.474 120.845 188.55V189.188C120.845 189.264 120.815 189.336 120.761 189.39C120.708 189.443 120.635 189.473 120.559 189.473H116.681C116.605 189.473 116.533 189.443 116.479 189.39C116.426 189.336 116.396 189.264 116.396 189.188V185.056C116.396 184.981 116.426 184.908 116.479 184.855C116.533 184.801 116.605 184.771 116.681 184.771H117.319C117.395 184.771 117.467 184.801 117.521 184.855C117.574 184.908 117.604 184.981 117.604 185.056V188.265H120.559ZM117 195.5C113.41 195.5 110.5 192.59 110.5 189C110.5 185.41 113.41 182.5 117 182.5C120.59 182.5 123.5 185.41 123.5 189C123.5 192.59 120.59 195.5 117 195.5Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg opacity='0.7'%3e%3cpath d='M101.511 183.638L101.532 183.133C101.534 183.066 101.567 183.004 101.62 182.964C101.675 182.922 101.742 182.901 101.811 182.904L102.407 182.925C102.474 182.928 102.537 182.96 102.577 183.014C102.619 183.069 102.641 183.135 102.641 183.204V183.639L104.867 183.666C104.933 183.666 104.996 183.698 105.036 183.751C105.078 183.806 105.1 183.873 105.1 183.942L105.071 194.866C105.071 194.933 105.04 194.996 104.986 195.036C104.931 195.078 104.865 195.1 104.796 195.1L93.1337 195.071C93.067 195.071 93.0041 195.039 92.9639 194.986C92.9225 194.931 92.9002 194.864 92.9004 194.796L92.9291 183.871C92.9293 183.804 92.9607 183.742 93.0139 183.701C93.0688 183.66 93.1357 183.638 93.2044 183.638H95.4861L95.5069 183.133C95.5096 183.066 95.5423 183.004 95.5958 182.964C95.6505 182.922 95.7177 182.901 95.7862 182.904L96.383 182.925C96.45 182.928 96.5123 182.96 96.5527 183.014C96.5941 183.069 96.6165 183.135 96.6165 183.204V183.638H101.511ZM102.531 185.635C102.474 185.677 102.404 185.7 102.333 185.7H101.721C101.666 185.7 101.614 185.676 101.577 185.635C101.54 185.593 101.52 185.539 101.519 185.483L101.507 184.772H96.6134L96.602 185.458C96.6008 185.528 96.5664 185.594 96.5091 185.635C96.45 185.677 96.3791 185.7 96.3063 185.7H95.6946C95.6407 185.7 95.5896 185.676 95.5549 185.635C95.5194 185.593 95.4994 185.54 95.4982 185.485L95.482 184.772H94.0345V186.343H103.966V184.772H102.641L102.623 185.46C102.621 185.529 102.587 185.594 102.531 185.635ZM103.966 187.477H94.0345V193.965H103.966V187.477Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg opacity='0.7'%3e%3cpath d='M74.6849 187.455H73V186.441L73.1537 186.426C73.7813 186.365 74.2145 186.263 74.4449 186.13C74.6516 186.011 74.822 185.699 74.9391 185.187L74.9694 185.055H75.9852V192.525H74.6849V187.455ZM82.7794 191.334V192.525H77.5149L77.5246 192.345C77.5591 191.707 77.6919 191.149 77.9239 190.67C78.1621 190.18 78.6187 189.742 79.2893 189.352L80.2488 188.798C80.6667 188.555 80.9574 188.349 81.1182 188.185C81.3608 187.94 81.4791 187.666 81.4791 187.355C81.4791 186.982 81.3707 186.695 81.1552 186.484C80.9387 186.272 80.6484 186.165 80.2744 186.165C79.7189 186.165 79.3523 186.366 79.1463 186.772C79.0325 186.997 78.9673 187.32 78.9546 187.74L78.9497 187.905H77.6966L77.6994 187.732C77.7098 187.083 77.8309 186.547 78.0662 186.127C78.4885 185.376 79.2349 185 80.2794 185C81.1453 185 81.792 185.239 82.2062 185.725C82.6103 186.198 82.8144 186.73 82.8144 187.315C82.8144 187.933 82.595 188.466 82.1604 188.904C81.9133 189.155 81.4835 189.45 80.8669 189.794L80.1815 190.174C79.8648 190.348 79.6179 190.514 79.4412 190.668C79.2026 190.876 79.0345 191.098 78.9347 191.334H82.7794ZM88.6506 189.053C88.884 189.378 89 189.774 89 190.235C89 190.963 88.7569 191.565 88.2724 192.028C87.788 192.491 87.1075 192.72 86.24 192.72C85.3464 192.72 84.6837 192.469 84.2661 191.96C83.8587 191.464 83.655 190.86 83.655 190.155V189.985H84.9213L84.9347 190.14C84.9726 190.579 85.053 190.891 85.1698 191.075C85.3687 191.396 85.7344 191.559 86.29 191.559C86.7239 191.559 87.0637 191.446 87.3172 191.222C87.5668 191.002 87.6897 190.722 87.6897 190.37C87.6897 189.93 87.5627 189.639 87.3144 189.477C87.0438 189.301 86.6562 189.21 86.15 189.21C86.0916 189.21 86.0323 189.211 85.9721 189.213C85.9119 189.214 85.8509 189.217 85.789 189.22L85.6098 189.229V188.066L85.7982 188.086C85.8887 188.095 85.9641 188.102 86.024 188.105C86.0842 188.108 86.1496 188.11 86.22 188.11C86.5324 188.11 86.7838 188.061 86.9749 187.967C87.2941 187.81 87.4497 187.538 87.4497 187.12C87.4497 186.815 87.3463 186.59 87.1367 186.43C86.9135 186.26 86.6549 186.175 86.355 186.175C85.8118 186.175 85.4545 186.348 85.2576 186.69C85.1466 186.883 85.0808 187.17 85.0652 187.552L85.0585 187.715H83.835V187.545C83.835 186.984 83.9485 186.501 84.176 186.103C84.5745 185.379 85.278 185.015 86.26 185.015C87.0261 185.015 87.6286 185.188 88.0622 185.541C88.5042 185.9 88.725 186.42 88.725 187.085C88.725 187.564 88.5935 187.96 88.3287 188.266C88.2437 188.365 88.146 188.452 88.036 188.528C88.2833 188.652 88.4889 188.828 88.6506 189.053Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg opacity='0.7'%3e%3cpath d='M58.1925 186.491L57.2834 188.981H59.048L58.1925 186.491ZM56.4099 191.898L56.3271 191.956H55.0823L55 191.837L57.5441 185.079L57.6264 185.022H58.8396L58.9223 185.08L61.3744 191.838L61.2917 191.956H59.9861L59.9028 191.896L59.2708 190.03H57.0849L56.4099 191.898ZM63.105 186.845C63.3792 186.709 63.6771 186.642 63.9957 186.642C64.6497 186.642 65.1912 186.872 65.6028 187.326C66.0112 187.777 66.213 188.427 66.213 189.27C66.213 190.064 66.0176 190.731 65.6259 191.266C65.2192 191.822 64.646 192.105 63.93 192.105C63.5231 192.105 63.1723 192.004 62.8839 191.801C62.8599 191.784 62.8359 191.766 62.8117 191.747V191.868L62.7238 191.956H61.6694L61.5814 191.868V185.088L61.6694 185H62.7632L62.8511 185.088V186.995C62.9317 186.939 63.0164 186.889 63.105 186.845ZM64.7638 190.603C64.9657 190.279 65.0678 189.849 65.0678 189.31C65.0678 188.833 64.9663 188.441 64.7647 188.132C64.5697 187.834 64.2861 187.686 63.9038 187.686C63.5682 187.686 63.2758 187.81 63.0221 188.059C62.7716 188.306 62.6435 188.721 62.6435 189.31C62.6435 189.74 62.6972 190.087 62.8035 190.349C62.9972 190.832 63.3515 191.069 63.8819 191.069C64.2782 191.069 64.5686 190.915 64.7638 190.603ZM70.2811 187.066C70.6712 187.369 70.9005 187.871 70.9747 188.565L70.9941 188.746L70.9067 188.844H69.8188L69.7319 188.77L69.7097 188.632C69.6704 188.389 69.5835 188.192 69.4488 188.037C69.3346 187.906 69.1343 187.837 68.8377 187.837C68.437 187.837 68.1675 188.022 67.9913 188.422C67.8661 188.706 67.8026 189.065 67.8026 189.498C67.8026 189.922 67.8897 190.272 68.0626 190.552C68.2139 190.797 68.4447 190.914 68.7851 190.914C69.0447 190.914 69.2381 190.84 69.3801 190.692C69.5372 190.527 69.6483 190.296 69.7118 189.993L69.7392 189.863L69.8252 189.793H70.9129L71 189.893L70.9737 190.08C70.8775 190.763 70.6296 191.273 70.2275 191.603C69.8308 191.929 69.3267 192.092 68.7239 192.092C68.0359 192.092 67.4752 191.834 67.0622 191.327C66.6599 190.833 66.4584 190.217 66.4584 189.489C66.4584 188.607 66.678 187.909 67.1202 187.402C67.568 186.889 68.1464 186.628 68.8377 186.628C69.4206 186.628 69.9039 186.774 70.2811 187.066Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg opacity='0.7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.5 188.241L42.5 185.561V187.23L39.8 189.007L42.5 190.789V192.452L38.5 189.772V188.241ZM45.7349 184.7H46.7455L44.3021 193.312H43.3L45.7349 184.7ZM51.5 189.772L47.5 192.452V190.789L50.2 189.007L47.5 187.23V185.561L51.5 188.253V189.772Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg opacity='0.7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3199 190.843H27.7857V192.285H26.3199V190.843ZM24.9769 186.183C25.3515 186.838 25.5388 187.768 25.5388 188.974C25.5388 190.18 25.3515 191.109 24.9769 191.76C24.6024 192.412 23.9499 192.738 23.0194 192.738C22.0889 192.738 21.4364 192.412 21.0618 191.76C20.6873 191.109 20.5 190.18 20.5 188.974C20.5 187.768 20.6873 186.838 21.0618 186.183C21.4364 185.527 22.0889 185.2 23.0194 185.2C23.9499 185.2 24.6024 185.527 24.9769 186.183ZM22.1729 190.901C22.3106 191.346 22.5928 191.569 23.0194 191.569C23.446 191.569 23.7256 191.346 23.8583 190.901C23.991 190.456 24.0574 189.814 24.0574 188.974C24.0574 188.094 23.991 187.442 23.8583 187.019C23.7256 186.596 23.446 186.384 23.0194 186.384C22.5928 186.384 22.3106 186.596 22.1729 187.019C22.0351 187.442 21.9663 188.094 21.9663 188.974C21.9663 189.814 22.0351 190.456 22.1729 190.901ZM32.9382 186.183C33.3127 186.838 33.5 187.768 33.5 188.974C33.5 190.18 33.3127 191.109 32.9382 191.76C32.5636 192.412 31.9111 192.738 30.9806 192.738C30.0501 192.738 29.3976 192.412 29.0231 191.76C28.6485 191.109 28.4612 190.18 28.4612 188.974C28.4612 187.768 28.6485 186.838 29.0231 186.183C29.3976 185.527 30.0501 185.2 30.9806 185.2C31.9111 185.2 32.5636 185.527 32.9382 186.183ZM30.1341 190.901C30.2718 191.346 30.554 191.569 30.9806 191.569C31.4072 191.569 31.6869 191.346 31.8196 190.901C31.9523 190.456 32.0186 189.814 32.0186 188.974C32.0186 188.094 31.9523 187.442 31.8196 187.019C31.6869 186.596 31.4072 186.384 30.9806 186.384C30.554 186.384 30.2718 186.596 30.1341 187.019C29.9964 187.442 29.9275 188.094 29.9275 188.974C29.9275 189.814 29.9964 190.456 30.1341 190.901Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg opacity='0.7'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.273 185.5C11.437 185.5 10.726 185.75 10.138 186.249C9.998 186.366 9.865 186.501 9.733 186.65C10.2202 187.455 10.4701 187.85 10.4828 187.835C10.5018 187.812 11.572 186.954 12.159 186.954C12.746 186.954 13.207 187.147 13.542 187.534C13.877 187.92 14.044 188.401 14.044 188.978C14.044 189.596 13.876 190.108 13.537 190.512C13.199 190.916 12.743 191.119 12.169 191.119C11.593 191.119 11.1952 190.778 10.593 190.196C9.93854 189.563 8.86994 186.954 7.502 186.062C6.96315 185.711 6.409 185.518 5.764 185.518C4.762 185.518 3.967 185.86 3.38 186.544C2.793 187.227 2.5 188.048 2.5 189.005C2.5 190.039 2.806 190.88 3.419 191.529C4.031 192.176 4.826 192.5 5.802 192.5C6.606 192.5 7.347 192.252 7.927 191.725C8.061 191.603 8.187 191.459 8.31 191.305C7.84325 190.416 7.59887 189.985 7.57687 190.013C7.06587 190.664 6.399 191.154 5.812 191.154C5.346 191.154 4.928 190.977 4.558 190.623C4.188 190.27 4.002 189.757 4.002 189.085C4.002 188.431 4.169 187.908 4.501 187.515C4.832 187.123 5.241 186.927 5.726 186.927C6.287 186.927 6.98058 187.045 7.86221 188.26C8.74384 189.474 8.91039 190.512 10.359 191.814C10.901 192.272 11.559 192.5 12.331 192.5C13.327 192.5 14.103 192.147 14.662 191.439C15.22 190.732 15.5 189.911 15.5 188.978C15.5 188.069 15.215 187.262 14.648 186.557C14.08 185.852 13.289 185.5 12.273 185.5Z' fill='%230E6FF9'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M597 164C597 163.448 597.448 163 598 163H605.5L609 166.5V168.5H608V167H606C605.448 167 605 166.552 605 166V164H603H598V168.5H597V164ZM597 174.5V177C597 177.552 597.448 178 598 178H608C608.552 178 609 177.552 609 177V174.5H608V177H598V174.5H597Z' fill='%2335383A'/%3e%3cpath d='M598.025 172.289C598.052 172.483 598.104 172.628 598.183 172.724C598.327 172.899 598.574 172.987 598.924 172.987C599.133 172.987 599.303 172.963 599.433 172.917C599.681 172.829 599.805 172.665 599.805 172.425C599.805 172.285 599.744 172.176 599.621 172.099C599.498 172.024 599.305 171.958 599.042 171.9L598.592 171.8C598.151 171.7 597.845 171.591 597.676 171.474C597.39 171.278 597.247 170.972 597.247 170.555C597.247 170.175 597.385 169.859 597.662 169.607C597.938 169.356 598.344 169.23 598.88 169.23C599.328 169.23 599.709 169.349 600.024 169.587C600.341 169.823 600.507 170.167 600.522 170.618H599.67C599.654 170.363 599.543 170.182 599.335 170.074C599.197 170.003 599.025 169.967 598.82 169.967C598.591 169.967 598.409 170.013 598.272 170.106C598.136 170.198 598.068 170.327 598.068 170.492C598.068 170.643 598.135 170.757 598.27 170.832C598.356 170.882 598.54 170.94 598.823 171.007L599.554 171.183C599.875 171.26 600.117 171.363 600.28 171.491C600.534 171.691 600.661 171.98 600.661 172.358C600.661 172.746 600.512 173.069 600.214 173.326C599.918 173.582 599.5 173.71 598.958 173.71C598.405 173.71 597.97 173.584 597.653 173.332C597.336 173.079 597.178 172.731 597.178 172.289H598.025Z' fill='%2335383A'/%3e%3cpath d='M603.187 172.966C603.289 172.966 603.387 172.954 603.481 172.929C603.533 172.915 603.599 172.891 603.68 172.857L603.251 172.448L603.709 171.97L604.138 172.379C604.205 172.24 604.252 172.119 604.279 172.016C604.321 171.86 604.342 171.679 604.342 171.471C604.342 170.995 604.244 170.627 604.049 170.368C603.855 170.107 603.57 169.976 603.196 169.976C602.844 169.976 602.564 170.101 602.355 170.351C602.145 170.6 602.041 170.974 602.041 171.471C602.041 172.053 602.19 172.47 602.49 172.721C602.684 172.885 602.916 172.966 603.187 172.966ZM605.23 171.408C605.23 171.786 605.184 172.103 605.091 172.358C605.017 172.602 604.906 172.805 604.76 172.966L605.25 173.424L604.786 173.908L604.273 173.424C604.118 173.519 603.983 173.585 603.87 173.623C603.68 173.687 603.452 173.718 603.187 173.718C602.634 173.718 602.177 173.553 601.816 173.223C601.378 172.825 601.159 172.241 601.159 171.471C601.159 170.695 601.384 170.109 601.833 169.711C602.2 169.386 602.656 169.224 603.202 169.224C603.751 169.224 604.212 169.396 604.584 169.74C605.015 170.137 605.23 170.693 605.23 171.408Z' fill='%2335383A'/%3e%3cpath d='M605.91 169.354H606.797V172.837H608.9V173.6H605.91V169.354Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M590 167H588C587.448 167 587 166.552 587 166V164H580V167V177H590V167Z' fill='%23C2D3F2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M580 163C579.448 163 579 163.448 579 164V177C579 177.552 579.448 178 580 178H590C590.552 178 591 177.552 591 177V166.5L587.5 163H580ZM585 164H580V177H590V167H588C587.448 167 587 166.552 587 166V164H585Z' fill='%234774C6'/%3e%3crect x='579' y='168.5' width='12' height='6' fill='%23C2D3F2'/%3e%3cpath d='M580.025 172.289C580.052 172.483 580.104 172.628 580.183 172.724C580.327 172.899 580.574 172.987 580.924 172.987C581.133 172.987 581.303 172.963 581.433 172.917C581.681 172.829 581.805 172.665 581.805 172.425C581.805 172.285 581.744 172.176 581.621 172.099C581.498 172.024 581.305 171.958 581.042 171.9L580.592 171.8C580.151 171.7 579.845 171.591 579.676 171.474C579.39 171.278 579.247 170.972 579.247 170.555C579.247 170.175 579.385 169.859 579.662 169.607C579.938 169.356 580.344 169.23 580.88 169.23C581.328 169.23 581.709 169.349 582.024 169.587C582.341 169.823 582.507 170.167 582.522 170.618H581.67C581.654 170.363 581.543 170.182 581.335 170.074C581.197 170.003 581.025 169.967 580.82 169.967C580.591 169.967 580.409 170.013 580.272 170.106C580.136 170.198 580.068 170.327 580.068 170.492C580.068 170.643 580.135 170.757 580.27 170.832C580.356 170.882 580.54 170.94 580.823 171.007L581.554 171.183C581.875 171.26 582.117 171.363 582.28 171.491C582.534 171.691 582.661 171.98 582.661 172.358C582.661 172.746 582.512 173.069 582.214 173.326C581.918 173.582 581.5 173.71 580.958 173.71C580.405 173.71 579.97 173.584 579.653 173.332C579.336 173.079 579.178 172.731 579.178 172.289H580.025Z' fill='%234774C6'/%3e%3cpath d='M585.187 172.966C585.289 172.966 585.387 172.954 585.481 172.929C585.533 172.915 585.599 172.891 585.68 172.857L585.251 172.448L585.709 171.97L586.138 172.379C586.205 172.24 586.252 172.119 586.279 172.016C586.321 171.86 586.342 171.679 586.342 171.471C586.342 170.995 586.244 170.627 586.049 170.368C585.855 170.107 585.57 169.976 585.196 169.976C584.844 169.976 584.564 170.101 584.355 170.351C584.145 170.6 584.041 170.974 584.041 171.471C584.041 172.053 584.19 172.47 584.49 172.721C584.684 172.885 584.916 172.966 585.187 172.966ZM587.23 171.408C587.23 171.786 587.184 172.103 587.091 172.358C587.017 172.602 586.906 172.805 586.76 172.966L587.25 173.424L586.786 173.908L586.273 173.424C586.118 173.519 585.983 173.585 585.87 173.623C585.68 173.687 585.452 173.718 585.187 173.718C584.634 173.718 584.177 173.553 583.816 173.223C583.378 172.825 583.159 172.241 583.159 171.471C583.159 170.695 583.384 170.109 583.833 169.711C584.2 169.386 584.656 169.224 585.202 169.224C585.751 169.224 586.212 169.396 586.584 169.74C587.015 170.137 587.23 170.693 587.23 171.408Z' fill='%234774C6'/%3e%3cpath d='M587.91 169.354H588.797V172.837H590.9V173.6H587.91V169.354Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M569 164C569.5 164 570 164.5 570 165V166H573V167H572L571.5 176.5C571.5 177.327 570.827 178 570 178H564C563.173 178 562.5 177.327 562.5 176.5L562 167H561V166H564V165C564 164.5 564.5 164 565 164H569ZM565 165.5C565 165.224 565.224 165 565.5 165H568.5C568.776 165 569 165.224 569 165.5V166H565V165.5ZM570.5 176.5C570.5 176.776 570.275 177 570 177H564C563.725 177 563.5 176.776 563.5 176.5L563 167H571L570.5 176.5ZM566 174.5C566 174.776 565.776 175 565.5 175C565.224 175 565 174.776 565 174.5V169.5C565 169.224 565.224 169 565.5 169C565.776 169 566 169.224 566 169.5V174.5ZM568.5 175C568.776 175 569 174.776 569 174.5V169.5C569 169.224 568.776 169 568.5 169C568.224 169 568 169.224 568 169.5V174.5C568 174.776 568.224 175 568.5 175Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M551 164C551.5 164 552 164.5 552 165V166H555V167H554L553.5 176.5C553.5 177.327 552.827 178 552 178H546C545.173 178 544.5 177.327 544.5 176.5L544 167H543V166H546V165C546 164.5 546.5 164 547 164H551ZM547 165.5C547 165.224 547.224 165 547.5 165H550.5C550.776 165 551 165.224 551 165.5V166H547V165.5ZM552.5 176.5C552.5 176.776 552.275 177 552 177H546C545.725 177 545.5 176.776 545.5 176.5L545 167H553L552.5 176.5ZM548 174.5C548 174.776 547.776 175 547.5 175C547.224 175 547 174.776 547 174.5V169.5C547 169.224 547.224 169 547.5 169C547.776 169 548 169.224 548 169.5V174.5ZM550.5 175C550.776 175 551 174.776 551 174.5V169.5C551 169.224 550.776 169 550.5 169C550.224 169 550 169.224 550 169.5V174.5C550 174.776 550.224 175 550.5 175Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M529.5 166H528.5V165.5C528.5 164.672 529.172 164 530 164H534.086C534.351 164 534.605 164.105 534.793 164.293L536.207 165.707C536.395 165.895 536.5 166.149 536.5 166.414V173.5C536.5 174.328 535.828 175 535 175H534.5V174H535C535.276 174 535.5 173.776 535.5 173.5V167H534C533.724 167 533.5 166.776 533.5 166.5V165H530C529.724 165 529.5 165.224 529.5 165.5V166ZM532 177C532.276 177 532.5 176.776 532.5 176.5V170H531C530.724 170 530.5 169.776 530.5 169.5V168H527C526.724 168 526.5 168.224 526.5 168.5V176.5C526.5 176.776 526.724 177 527 177H532ZM531 167C531.255 167 531.5 167.103 531.678 167.285C531.778 167.386 533.114 168.721 533.217 168.823C533.398 169.002 533.5 169.245 533.5 169.5V176.5C533.5 177.5 533 178 532 178H527C526 178 525.5 177.5 525.5 176.5V168.5C525.5 167.5 526 167 527 167H531Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M511.5 166H510.5V165.5C510.5 164.672 511.172 164 512 164H516.086C516.351 164 516.605 164.105 516.793 164.293L518.207 165.707C518.395 165.895 518.5 166.149 518.5 166.414V173.5C518.5 174.328 517.828 175 517 175H516.5V174H517C517.276 174 517.5 173.776 517.5 173.5V167H516C515.724 167 515.5 166.776 515.5 166.5V165H512C511.724 165 511.5 165.224 511.5 165.5V166ZM514 177C514.276 177 514.5 176.776 514.5 176.5V170H513C512.724 170 512.5 169.776 512.5 169.5V168H509C508.724 168 508.5 168.224 508.5 168.5V176.5C508.5 176.776 508.724 177 509 177H514ZM513 167C513.255 167 513.5 167.103 513.678 167.285C513.778 167.386 515.114 168.721 515.217 168.823C515.398 169.002 515.5 169.245 515.5 169.5V176.5C515.5 177.5 515 178 514 178H509C508 178 507.5 177.5 507.5 176.5V168.5C507.5 167.5 508 167 509 167H513Z' fill='%2335383A'/%3e%3crect opacity='0.01' x='486' y='162' width='18' height='18' fill='%2300FFA0'/%3e%3cpath d='M496.607 165.357L496.99 165.679V165.679L496.607 165.357ZM498.016 165.234L498.337 164.851V164.851L498.016 165.234ZM495.247 166.979L494.864 166.657L494.542 167.04L494.925 167.362L495.247 166.979ZM498.412 169.634L498.09 170.017L498.473 170.339L498.795 169.956L498.412 169.634ZM499.772 168.013L499.389 167.691L499.389 167.691L499.772 168.013ZM499.649 166.604L499.327 166.987L499.649 166.604ZM498.409 169.638L498.792 169.959L499.113 169.576L498.73 169.255L498.409 169.638ZM495.244 166.983L495.565 166.6L495.182 166.278L494.861 166.661L495.244 166.983ZM493.097 175.969L493.48 176.29L493.48 176.29L493.097 175.969ZM492.971 176.038L492.903 175.543L492.809 175.556L492.726 175.602L492.971 176.038ZM492.95 176.047L492.808 175.567L492.808 175.567L492.95 176.047ZM489.759 176.993L489.901 177.472L489.901 177.472L489.759 176.993ZM489.503 176.778L490 176.835L489.503 176.778ZM489.88 173.471L490.377 173.528L490.377 173.528L489.88 173.471ZM489.885 173.449L490.357 173.614L490.389 173.525L490.385 173.43L489.885 173.449ZM489.932 173.313L489.549 172.992L489.549 172.992L489.932 173.313ZM496.99 165.679C497.168 165.467 497.483 165.44 497.695 165.617L498.337 164.851C497.703 164.318 496.757 164.401 496.224 165.036L496.99 165.679ZM495.63 167.3L496.99 165.679L496.224 165.036L494.864 166.657L495.63 167.3ZM498.733 169.251L495.568 166.596L494.925 167.362L498.09 170.017L498.733 169.251ZM499.389 167.691L498.029 169.313L498.795 169.956L500.155 168.334L499.389 167.691ZM499.327 166.987C499.539 167.165 499.566 167.48 499.389 167.691L500.155 168.334C500.687 167.7 500.605 166.753 499.97 166.221L499.327 166.987ZM497.695 165.617L499.327 166.987L499.97 166.221L498.337 164.851L497.695 165.617ZM498.73 169.255L495.565 166.6L494.923 167.366L498.087 170.021L498.73 169.255ZM493.48 176.29L498.792 169.959L498.026 169.317L492.714 175.647L493.48 176.29ZM493.038 176.534C493.204 176.511 493.364 176.428 493.48 176.29L492.714 175.647C492.763 175.588 492.832 175.552 492.903 175.543L493.038 176.534ZM493.092 176.526C493.135 176.513 493.176 176.496 493.215 176.474L492.726 175.602C492.752 175.587 492.78 175.576 492.808 175.567L493.092 176.526ZM489.901 177.472L493.092 176.526L492.808 175.567L489.617 176.513L489.901 177.472ZM489.007 176.721C488.95 177.22 489.42 177.614 489.901 177.472L489.617 176.513C489.823 176.452 490.024 176.621 490 176.835L489.007 176.721ZM489.384 173.414L489.007 176.721L490 176.835L490.377 173.528L489.384 173.414ZM489.413 173.284C489.399 173.326 489.389 173.37 489.384 173.415L490.377 173.528C490.374 173.557 490.367 173.586 490.357 173.614L489.413 173.284ZM489.549 172.992C489.433 173.13 489.379 173.302 489.386 173.469L490.385 173.43C490.388 173.501 490.365 173.575 490.315 173.634L489.549 172.992ZM494.861 166.661L489.549 172.992L490.315 173.634L495.627 167.304L494.861 166.661Z' fill='%230E6FF9'/%3e%3crect opacity='0.01' x='468' y='162' width='18' height='18' fill='%2300FFA0'/%3e%3cpath d='M478.607 165.357L478.99 165.679V165.679L478.607 165.357ZM480.016 165.234L480.337 164.851V164.851L480.016 165.234ZM477.247 166.979L476.864 166.657L476.542 167.04L476.925 167.362L477.247 166.979ZM480.412 169.634L480.09 170.017L480.473 170.339L480.795 169.956L480.412 169.634ZM481.772 168.013L481.389 167.691L481.389 167.691L481.772 168.013ZM481.649 166.604L481.327 166.987L481.649 166.604ZM480.409 169.638L480.792 169.959L481.113 169.576L480.73 169.255L480.409 169.638ZM477.244 166.983L477.565 166.6L477.182 166.278L476.861 166.661L477.244 166.983ZM475.097 175.969L475.48 176.29L475.48 176.29L475.097 175.969ZM474.971 176.038L474.903 175.543L474.809 175.556L474.726 175.602L474.971 176.038ZM474.95 176.047L474.808 175.567L474.808 175.567L474.95 176.047ZM471.759 176.993L471.901 177.472L471.901 177.472L471.759 176.993ZM471.503 176.778L472 176.835L471.503 176.778ZM471.88 173.471L472.377 173.528L472.377 173.528L471.88 173.471ZM471.885 173.449L472.357 173.614L472.389 173.525L472.385 173.43L471.885 173.449ZM471.932 173.313L471.549 172.992L471.549 172.992L471.932 173.313ZM478.99 165.679C479.168 165.467 479.483 165.44 479.695 165.617L480.337 164.851C479.703 164.318 478.757 164.401 478.224 165.036L478.99 165.679ZM477.63 167.3L478.99 165.679L478.224 165.036L476.864 166.657L477.63 167.3ZM480.733 169.251L477.568 166.596L476.925 167.362L480.09 170.017L480.733 169.251ZM481.389 167.691L480.029 169.313L480.795 169.956L482.155 168.334L481.389 167.691ZM481.327 166.987C481.539 167.164 481.566 167.48 481.389 167.691L482.155 168.334C482.687 167.7 482.605 166.753 481.97 166.221L481.327 166.987ZM479.695 165.617L481.327 166.987L481.97 166.221L480.337 164.851L479.695 165.617ZM480.73 169.255L477.565 166.6L476.923 167.366L480.087 170.021L480.73 169.255ZM475.48 176.29L480.792 169.959L480.026 169.317L474.714 175.647L475.48 176.29ZM475.038 176.534C475.204 176.511 475.364 176.428 475.48 176.29L474.714 175.647C474.763 175.588 474.832 175.552 474.903 175.543L475.038 176.534ZM475.092 176.526C475.135 176.513 475.176 176.496 475.215 176.474L474.726 175.602C474.752 175.587 474.78 175.576 474.808 175.567L475.092 176.526ZM471.901 177.472L475.092 176.526L474.808 175.567L471.617 176.513L471.901 177.472ZM471.007 176.721C470.95 177.22 471.42 177.614 471.901 177.472L471.617 176.513C471.823 176.452 472.024 176.621 472 176.835L471.007 176.721ZM471.384 173.414L471.007 176.721L472 176.835L472.377 173.528L471.384 173.414ZM471.413 173.284C471.399 173.326 471.389 173.37 471.384 173.414L472.377 173.528C472.374 173.557 472.367 173.586 472.357 173.614L471.413 173.284ZM471.549 172.992C471.433 173.13 471.379 173.302 471.386 173.469L472.385 173.43C472.388 173.501 472.365 173.575 472.315 173.634L471.549 172.992ZM476.861 166.661L471.549 172.992L472.315 173.634L477.627 167.304L476.861 166.661Z' fill='%2335383A'/%3e%3cmask id='path-161-inside-3_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M456 168H452V172H456V168ZM461 168H457V172H461V168ZM462 168H466V172H462V168ZM456 173H452V177H456V173ZM457 173H461V177H457V173ZM466 173H462V177H466V173Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M456 168H452V172H456V168ZM461 168H457V172H461V168ZM462 168H466V172H462V168ZM456 173H452V177H456V173ZM457 173H461V177H457V173ZM466 173H462V177H466V173Z' fill='%23C3BCE6'/%3e%3cpath d='M452 168V167H451V168H452ZM456 168H457V167H456V168ZM452 172H451V173H452V172ZM456 172V173H457V172H456ZM457 168V167H456V168H457ZM461 168H462V167H461V168ZM457 172H456V173H457V172ZM461 172V173H462V172H461ZM466 168H467V167H466V168ZM462 168V167H461V168H462ZM466 172V173H467V172H466ZM462 172H461V173H462V172ZM452 173V172H451V173H452ZM456 173H457V172H456V173ZM452 177H451V178H452V177ZM456 177V178H457V177H456ZM461 173H462V172H461V173ZM457 173V172H456V173H457ZM461 177V178H462V177H461ZM457 177H456V178H457V177ZM462 173V172H461V173H462ZM466 173H467V172H466V173ZM462 177H461V178H462V177ZM466 177V178H467V177H466ZM452 169H456V167H452V169ZM453 172V168H451V172H453ZM456 171H452V173H456V171ZM455 168V172H457V168H455ZM457 169H461V167H457V169ZM458 172V168H456V172H458ZM461 171H457V173H461V171ZM460 168V172H462V168H460ZM466 167H462V169H466V167ZM467 172V168H465V172H467ZM462 173H466V171H462V173ZM461 168V172H463V168H461ZM452 174H456V172H452V174ZM453 177V173H451V177H453ZM456 176H452V178H456V176ZM455 173V177H457V173H455ZM461 172H457V174H461V172ZM462 177V173H460V177H462ZM457 178H461V176H457V178ZM456 173V177H458V173H456ZM462 174H466V172H462V174ZM463 177V173H461V177H463ZM466 176H462V178H466V176ZM465 173V177H467V173H465Z' fill='%237565C0' mask='url(%23path-161-inside-3_15778_26381)'/%3e%3crect x='452' y='165' width='14' height='2' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M467.987 177.181L467.977 177.251C467.905 177.756 467.613 178.137 467.314 178.4C467.012 178.664 466.639 178.865 466.253 179.017C465.479 179.322 464.494 179.489 463.456 179.489C462.419 179.489 461.434 179.322 460.659 179.017C460.273 178.865 459.9 178.664 459.598 178.4C459.299 178.137 459.007 177.756 458.935 177.251L458.925 177.181V173.969C458.925 173.827 458.943 173.689 458.978 173.557L459.003 173.46C458.993 173.43 458.983 173.399 458.975 173.368L458.967 173.34L458.925 173.144V172.054C458.925 171.492 459.222 171.066 459.524 170.789C459.594 170.724 459.669 170.664 459.747 170.607L459.916 170.493L460.074 170.4C460.242 170.307 460.417 170.227 460.595 170.158C461.376 169.855 462.388 169.689 463.457 169.689C464.495 169.689 465.478 169.846 466.247 170.132C466.45 170.207 466.65 170.295 466.838 170.4L466.991 170.493L467.166 170.607C467.213 170.642 467.26 170.678 467.304 170.716C467.602 170.964 467.912 171.345 467.976 171.867L467.979 171.897L467.987 172.024V173.114L467.976 173.189C467.961 173.284 467.938 173.374 467.909 173.46L467.934 173.557C467.969 173.689 467.987 173.827 467.987 173.969L467.987 177.181Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M467.063 177.173C466.952 177.953 465.393 178.571 463.494 178.571C461.595 178.571 460.036 177.953 459.925 177.173V174.005C459.925 173.95 459.932 173.895 459.946 173.842C460.14 174.587 461.655 175.168 463.494 175.168C465.334 175.168 466.848 174.587 467.042 173.842C467.056 173.895 467.063 173.95 467.063 174.005L467.063 177.173ZM463.495 170.689C465.408 170.689 466.969 171.273 467.059 172.007L467.063 172.074V173.066C466.952 173.792 465.394 174.367 463.495 174.367C461.653 174.367 460.131 173.826 459.939 173.132L459.925 173.066V172.074C459.925 171.309 461.523 170.689 463.495 170.689Z' fill='%231471D0'/%3e%3cpath d='M422.5 169.78V172.78L423 175.968L429.595 171.728L427 170.28L422.5 169.78Z' fill='%2353B1E0'/%3e%3cpath d='M431 173.373L423 178.562L422.5 177.78L423 176.905L430.112 172.333L431 173.373ZM423 164L422.5 167.28L423 170.187L429.595 171.728L423 164Z' fill='url(%23paint3_linear_15778_26381)'/%3e%3cpath d='M423 170.187L419 170.28L416.405 171.728L423 175.968V170.187Z' fill='%239CEBFF'/%3e%3cpath d='M415.888 172.333L423 176.905V178.562L415 173.373L415.888 172.333ZM416.405 171.728L423 170.187V164L416.405 171.728Z' fill='%2350E6FF'/%3e%3cpath d='M398.438 165.449V170.431C398.438 174.701 401.528 178.659 405.749 179.629C409.971 178.659 413.061 174.701 413.061 170.431V165.641L405.749 162.766L398.438 165.449Z' fill='%231E88E5'/%3e%3cpath d='M405.749 162.766V179.629C401.528 178.659 398.438 174.701 398.438 170.431V165.449L405.749 162.766Z' fill='%23039BE5'/%3e%3cpath opacity='0.2' d='M413.061 170.335V170.431C413.061 174.702 409.971 178.659 405.749 179.629C401.528 178.659 398.438 174.702 398.438 170.431V170.335C398.438 174.606 401.528 178.564 405.749 179.533C409.971 178.564 413.061 174.606 413.061 170.335Z' fill='%23263238'/%3e%3cpath d='M406.377 179.458L403.263 176.52C403.989 177.047 404.825 177.426 405.74 177.713C407.197 177.256 408.473 176.565 409.405 175.413V173.497C409.405 172.163 407.239 171.3 405.967 171.206L404.124 169.467L404.127 169.464C404.557 169.828 405.126 170.048 405.749 170.048C407.094 170.048 408.186 169.018 408.186 167.749C408.186 167.161 407.952 166.625 407.568 166.218L407.571 166.216L413.011 171.348C412.629 175.044 409.977 178.349 406.377 179.458Z' fill='url(%23paint4_linear_15778_26381)'/%3e%3cpath opacity='0.2' d='M413.061 165.641V165.736L405.749 162.862L398.438 165.545V165.449L405.749 162.766L413.061 165.641Z' fill='white'/%3e%3cpath opacity='0.2' d='M405.749 170.144C407.094 170.144 408.186 169.114 408.186 167.844C408.186 167.828 408.185 167.813 408.185 167.796C408.157 169.044 407.078 170.048 405.749 170.048C404.419 170.048 403.34 169.044 403.312 167.796C403.312 167.813 403.311 167.828 403.311 167.844C403.311 169.114 404.403 170.144 405.749 170.144ZM405.74 177.713C404.282 177.256 403.024 176.565 402.093 175.413V175.509C403.024 176.661 404.282 177.352 405.74 177.809C407.197 177.352 408.473 176.661 409.405 175.509V175.413C408.473 176.565 407.197 177.256 405.74 177.713Z' fill='%23263238'/%3e%3cg filter='url(%23filter1_d_15778_26381)'%3e%3cpath d='M405.749 171.198C406.972 171.198 409.405 172.084 409.405 173.497V175.413C408.473 176.565 407.197 177.256 405.74 177.713C404.282 177.256 403.024 176.565 402.093 175.413V173.497C402.093 172.084 404.525 171.198 405.749 171.198Z' fill='%23F5F5F5'/%3e%3c/g%3e%3cg filter='url(%23filter2_d_15778_26381)'%3e%3cpath d='M405.749 165.449C404.403 165.449 403.312 166.479 403.312 167.749C403.312 169.018 404.403 170.048 405.749 170.048C407.094 170.048 408.186 169.018 408.186 167.749C408.186 166.479 407.094 165.449 405.749 165.449Z' fill='%23F5F5F5'/%3e%3c/g%3e%3cpath opacity='0.4' d='M403.313 167.797C403.313 167.78 403.312 167.765 403.312 167.749C403.312 166.479 404.403 165.449 405.749 165.449C407.094 165.449 408.186 166.479 408.186 167.749C408.186 167.765 408.185 167.78 408.185 167.797C408.158 166.549 407.078 165.545 405.749 165.545C404.419 165.545 403.34 166.549 403.313 167.797Z' fill='white'/%3e%3cpath opacity='0.4' d='M409.405 173.497V173.593C409.405 172.18 406.972 171.294 405.749 171.294C404.525 171.294 402.093 172.18 402.093 173.593V173.497C402.093 172.084 404.525 171.198 405.749 171.198C406.972 171.198 409.405 172.084 409.405 173.497Z' fill='white'/%3e%3cpath d='M398.438 165.449V170.431C398.438 174.701 401.528 178.659 405.749 179.629C409.971 178.659 413.061 174.701 413.061 170.431V165.641L405.749 162.766L398.438 165.449Z' fill='url(%23paint5_radial_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M386.182 168.387C386.182 167.989 386.34 167.607 386.621 167.326L387.633 166.314C387.719 166.228 387.835 166.176 387.957 166.169L389.164 166.098C389.196 166.096 389.214 166.103 389.226 166.111C389.24 166.12 389.255 166.137 389.265 166.159C389.275 166.182 389.277 166.204 389.275 166.221C389.273 166.234 389.266 166.253 389.244 166.275L388.088 167.431C387.503 168.017 387.503 168.966 388.088 169.552L388.688 170.152L388.688 170.151L388.914 170.378C389.5 170.964 390.45 170.964 391.036 170.378L392.191 169.222C392.214 169.2 392.232 169.194 392.246 169.191C392.263 169.189 392.285 169.191 392.308 169.201C392.33 169.211 392.346 169.226 392.356 169.241C392.363 169.252 392.371 169.27 392.369 169.302L392.298 170.509C392.291 170.631 392.239 170.747 392.152 170.833L391.14 171.845C390.859 172.127 390.478 172.285 390.08 172.285L387.963 172.285C387.565 172.285 387.183 172.443 386.902 172.724L384.326 175.3L384.326 175.3L382.833 176.793C382.513 177.113 381.994 177.113 381.674 176.793C381.354 176.473 381.354 175.954 381.674 175.633L383.167 174.14L383.167 174.14L385.742 171.564C386.024 171.283 386.182 170.902 386.182 170.504L386.182 168.387ZM381.34 174.553L381.339 174.553L385.035 170.857C385.129 170.764 385.182 170.636 385.182 170.504L385.182 168.387C385.182 167.724 385.445 167.088 385.914 166.619L386.926 165.607C387.186 165.347 387.532 165.192 387.898 165.17L389.105 165.099C390.119 165.04 390.669 166.265 389.951 166.983L388.795 168.138C388.6 168.333 388.6 168.65 388.795 168.845L389.022 169.072L389.022 169.071L389.621 169.671C389.817 169.866 390.133 169.866 390.329 169.671L391.484 168.515C392.202 167.797 393.427 168.347 393.367 169.361L393.296 170.568C393.275 170.935 393.119 171.281 392.859 171.541L391.848 172.552C391.379 173.021 390.743 173.285 390.08 173.285L387.963 173.285C387.83 173.285 387.703 173.337 387.609 173.431L383.913 177.127L383.913 177.127L383.54 177.5C382.83 178.211 381.677 178.211 380.967 177.5C380.256 176.789 380.256 175.637 380.967 174.926L381.34 174.553Z' fill='%23757575'/%3e%3cpath d='M363 173H370' stroke='%230E6FF9'/%3e%3cpath d='M368 168H375' stroke='%230E6FF9'/%3e%3crect x='361.5' y='169.5' width='10' height='7' rx='1.5' stroke='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M373.001 170.5H375.001V169.5H372.938C372.979 169.66 373.001 169.827 373.001 170V170.5Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M368 166H375C375.552 166 376 166.448 376 167V171C376 171.552 375.552 172 375 172H373V173H375C376.105 173 377 172.105 377 171V167C377 165.895 376.105 165 375 165H368C366.895 165 366 165.895 366 167V168H367V167C367 166.448 367.448 166 368 166Z' fill='%230E6FF9'/%3e%3crect x='345.5' y='164.5' width='6' height='12' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='351.5' y='167.5' width='3' height='9' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='354.5' y='170.5' width='2' height='6' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M347 167H351V168H347V167ZM347 173H351V174H347V173ZM351 170H348V171H351V170Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M357 172H355V178H357V172ZM352 173H354V178H352V173ZM349 174H351V178H349V174Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M309 166.22C309 166.016 309 165.913 309.015 165.828C309.087 165.413 309.413 165.087 309.828 165.015C309.913 165 310.016 165 310.22 165H319.78C319.984 165 320.087 165 320.172 165.015C320.587 165.087 320.913 165.413 320.985 165.828C321 165.913 321 166.016 321 166.22V168H309V166.22ZM309 169H313V177H310.22C310.016 177 309.913 177 309.828 176.985C309.413 176.913 309.087 176.587 309.015 176.172C309 176.087 309 175.984 309 175.78V169ZM321 169H314V177H319.78C319.984 177 320.087 177 320.172 176.985C320.587 176.913 320.913 176.587 320.985 176.172C321 176.087 321 175.984 321 175.78V169Z' fill='%230E6FF9'/%3e%3cmask id='path-193-outside-4_15778_26381' maskUnits='userSpaceOnUse' x='290' y='164' width='14' height='14' fill='black'%3e%3crect fill='white' x='290' y='164' width='14' height='14'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M292 167.22C292 167.016 292 166.913 292.015 166.828C292.087 166.413 292.413 166.087 292.828 166.015C292.913 166 293.016 166 293.22 166H300.78C300.984 166 301.087 166 301.172 166.015C301.587 166.087 301.913 166.413 301.985 166.828C302 166.913 302 167.016 302 167.22V168H292V167.22ZM292 169H295V176H293.22C293.016 176 292.913 176 292.828 175.985C292.413 175.913 292.087 175.587 292.015 175.172C292 175.087 292 174.984 292 174.78V169ZM302 169H296V176H300.78C300.984 176 301.087 176 301.172 175.985C301.587 175.913 301.913 175.587 301.985 175.172C302 175.087 302 174.984 302 174.78V169Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M292 167.22C292 167.016 292 166.913 292.015 166.828C292.087 166.413 292.413 166.087 292.828 166.015C292.913 166 293.016 166 293.22 166H300.78C300.984 166 301.087 166 301.172 166.015C301.587 166.087 301.913 166.413 301.985 166.828C302 166.913 302 167.016 302 167.22V168H292V167.22ZM292 169H295V176H293.22C293.016 176 292.913 176 292.828 175.985C292.413 175.913 292.087 175.587 292.015 175.172C292 175.087 292 174.984 292 174.78V169ZM302 169H296V176H300.78C300.984 176 301.087 176 301.172 175.985C301.587 175.913 301.913 175.587 301.985 175.172C302 175.087 302 174.984 302 174.78V169Z' fill='%230E6FF9'/%3e%3cpath d='M292.015 166.828L291.03 166.656V166.656L292.015 166.828ZM292.828 166.015L292.656 165.03H292.656L292.828 166.015ZM301.172 166.015L301 167L301 167L301.172 166.015ZM301.985 166.828L302.97 166.656V166.656L301.985 166.828ZM302 168V169H303V168H302ZM292 168H291V169H292V168ZM295 169H296V168H295V169ZM292 169V168H291V169H292ZM295 176V177H296V176H295ZM292.828 175.985L293 175H293L292.828 175.985ZM292.015 175.172L293 175H293L292.015 175.172ZM296 169V168H295V169H296ZM302 169H303V168H302V169ZM296 176H295V177H296V176ZM301.172 175.985L301 175H301L301.172 175.985ZM301.985 175.172L301 175V175L301.985 175.172ZM291.03 166.656C290.996 166.848 291 167.058 291 167.22H293C293 167.112 293 167.053 293.001 167.009C293.003 166.97 293.004 166.976 293 167L291.03 166.656ZM292.656 165.03C291.825 165.175 291.175 165.825 291.03 166.656L293 167L292.656 165.03ZM293.22 165C293.058 165 292.848 164.996 292.656 165.03L293 167C292.976 167.004 292.97 167.003 293.009 167.001C293.053 167 293.112 167 293.22 167V165ZM300.78 165H293.22V167H300.78V165ZM301.344 165.03C301.152 164.996 300.942 165 300.78 165V167C300.888 167 300.947 167 300.991 167.001C301.03 167.003 301.024 167.004 301 167L301.344 165.03ZM302.97 166.656C302.825 165.825 302.175 165.175 301.344 165.03L301 167V167L302.97 166.656ZM303 167.22C303 167.058 303.004 166.848 302.97 166.656L301 167C300.996 166.976 300.997 166.97 300.999 167.009C301 167.053 301 167.112 301 167.22H303ZM303 168V167.22H301V168H303ZM292 169H302V167H292V169ZM291 167.22V168H293V167.22H291ZM295 168H292V170H295V168ZM296 176V169H294V176H296ZM293.22 177H295V175H293.22V177ZM292.656 176.97C292.848 177.004 293.058 177 293.22 177V175C293.112 175 293.053 175 293.009 174.999C292.97 174.997 292.976 174.996 293 175L292.656 176.97ZM291.03 175.344C291.175 176.175 291.825 176.825 292.656 176.97L293 175H293L291.03 175.344ZM291 174.78C291 174.942 290.996 175.152 291.03 175.344L293 175C293.004 175.024 293.003 175.03 293.001 174.991C293 174.947 293 174.888 293 174.78H291ZM291 169V174.78H293V169H291ZM296 170H302V168H296V170ZM297 176V169H295V176H297ZM300.78 175H296V177H300.78V175ZM301 175C301.024 174.996 301.03 174.997 300.991 174.999C300.947 175 300.888 175 300.78 175V177C300.942 177 301.152 177.004 301.344 176.97L301 175ZM301 175L301 175L301.344 176.97C302.175 176.825 302.825 176.175 302.97 175.344L301 175ZM301 174.78C301 174.888 301 174.947 300.999 174.991C300.997 175.03 300.996 175.024 301 175L302.97 175.344C303.004 175.152 303 174.942 303 174.78H301ZM301 169V174.78H303V169H301Z' fill='white' mask='url(%23path-193-outside-4_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M285 175.194C284.812 176.48 282.192 177.5 279 177.5C275.808 177.5 273.188 176.48 273 175.194V169.968C273 169.878 273.012 169.788 273.035 169.7C273.362 170.93 275.908 171.887 279 171.887C282.092 171.887 284.638 170.93 284.965 169.7C284.988 169.788 285 169.878 285 169.968L285 175.194ZM279.001 164.5C282.218 164.5 284.841 165.463 284.993 166.674L285 166.784V168.421C284.812 169.618 282.193 170.567 279.001 170.567C275.905 170.567 273.347 169.674 273.024 168.529L273 168.421V166.784C273 165.523 275.687 164.5 279.001 164.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M255.948 174.17C256.968 175.74 258.508 176.62 260.128 176.86V177.87C258.638 177.68 257.198 177.03 256.048 175.88C253.317 173.15 253.317 168.71 256.048 165.98L254.227 164.03L258.538 164C258.918 164 259.278 164.15 259.538 164.41C259.538 164.41 259.668 164.53 259.808 164.7C260.008 164.95 259.807 165.05 259.647 165.09C258.207 165.41 256.868 166.27 255.948 167.68C254.678 169.63 254.678 172.23 255.948 174.17ZM266.117 167.8C265.147 166.26 263.687 165.35 262.127 165.05H262.117V164.05C263.517 164.28 264.857 164.92 265.937 166C268.667 168.73 268.667 173.17 265.937 175.9L267.987 177.85H263.707C263.337 177.85 262.977 177.7 262.717 177.43L262.327 177.03C262.237 176.95 262.287 176.8 262.427 176.77C263.867 176.41 265.217 175.52 266.117 174.08C267.307 172.18 267.307 169.69 266.117 167.8Z' fill='%237565C0'/%3e%3cmask id='path-197-inside-5_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M260.997 166.23L256.997 167.87L260.997 169.7L264.997 167.87L260.997 166.23ZM260.427 170.69V175.4L256.397 173.7V168.8L260.427 170.69ZM265.597 168.8L261.567 170.69V175.4L265.597 173.7V168.8Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M260.997 166.23L256.997 167.87L260.997 169.7L264.997 167.87L260.997 166.23ZM260.427 170.69V175.4L256.397 173.7V168.8L260.427 170.69ZM265.597 168.8L261.567 170.69V175.4L265.597 173.7V168.8Z' fill='%23C3BCE6'/%3e%3cpath d='M256.997 167.87L256.618 166.945L254.484 167.82L256.581 168.779L256.997 167.87ZM260.997 166.23L261.376 165.305L260.997 165.149L260.618 165.305L260.997 166.23ZM260.997 169.7L260.581 170.609L260.997 170.8L261.413 170.609L260.997 169.7ZM264.997 167.87L265.413 168.779L267.511 167.82L265.376 166.945L264.997 167.87ZM260.427 175.4L260.039 176.321L261.427 176.907V175.4H260.427ZM260.427 170.69H261.427V170.054L260.852 169.785L260.427 170.69ZM256.397 173.7H255.397V174.363L256.009 174.621L256.397 173.7ZM256.397 168.8L256.822 167.895L255.397 167.226V168.8H256.397ZM261.567 170.69L261.143 169.785L260.567 170.054V170.69H261.567ZM265.597 168.8H266.597V167.226L265.173 167.895L265.597 168.8ZM261.567 175.4H260.567V176.907L261.956 176.321L261.567 175.4ZM265.597 173.7L265.986 174.621L266.597 174.363V173.7H265.597ZM257.376 168.795L261.376 167.155L260.618 165.305L256.618 166.945L257.376 168.795ZM261.413 168.791L257.413 166.961L256.581 168.779L260.581 170.609L261.413 168.791ZM264.581 166.961L260.581 168.791L261.413 170.609L265.413 168.779L264.581 166.961ZM260.618 167.155L264.618 168.795L265.376 166.945L261.376 165.305L260.618 167.155ZM261.427 175.4V170.69H259.427V175.4H261.427ZM256.009 174.621L260.039 176.321L260.816 174.479L256.786 172.779L256.009 174.621ZM255.397 168.8V173.7H257.397V168.8H255.397ZM260.852 169.785L256.822 167.895L255.973 169.705L260.003 171.595L260.852 169.785ZM261.992 171.595L266.022 169.705L265.173 167.895L261.143 169.785L261.992 171.595ZM262.567 175.4V170.69H260.567V175.4H262.567ZM265.209 172.779L261.179 174.479L261.956 176.321L265.986 174.621L265.209 172.779ZM264.597 168.8V173.7H266.597V168.8H264.597Z' fill='%237565C0' mask='url(%23path-197-inside-5_15778_26381)'/%3e%3crect x='221' y='164' width='8' height='14' rx='1' fill='%239AAAC8'/%3e%3crect width='6' height='1' rx='0.5' transform='matrix(1 0 0 -1 222 167)' fill='white'/%3e%3crect width='6' height='1' rx='0.5' transform='matrix(1 0 0 -1 222 169)' fill='white'/%3e%3crect width='6' height='1' rx='0.5' transform='matrix(1 0 0 -1 222 171)' fill='white'/%3e%3crect x='-0.25' y='0.25' width='2.5' height='2.5' rx='1.25' transform='matrix(1 0 0 -1 224 176.5)' fill='%23FF6A55' stroke='white' stroke-width='0.5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M190 166.5C190 166.224 190.224 166 190.5 166H193.4C193.814 166 194 166.186 194 166.6V169.5C194 169.776 193.776 170 193.5 170C193.224 170 193 169.776 193 169.5V167.707L189.354 171.354C189.158 171.549 188.842 171.549 188.646 171.354C188.451 171.158 188.451 170.842 188.646 170.646L192.293 167H190.5C190.224 167 190 166.776 190 166.5ZM186 167.5C185.724 167.5 185.5 167.724 185.5 168V174C185.5 174.276 185.724 174.5 186 174.5H192C192.276 174.5 192.5 174.276 192.5 174V172C192.5 171.724 192.724 171.5 193 171.5C193.276 171.5 193.5 171.724 193.5 172V174C193.5 174.828 192.828 175.5 192 175.5H186C185.172 175.5 184.5 174.828 184.5 174V168C184.5 167.172 185.172 166.5 186 166.5H188C188.276 166.5 188.5 166.724 188.5 167C188.5 167.276 188.276 167.5 188 167.5H186Z' fill='%2335383A'/%3e%3cpath d='M179 169.144L173.839 173.288V170.858C173.806 170.857 173.767 170.857 173.728 170.858C172.247 170.901 170.675 171.247 169.233 171.84C168.587 172.106 167.615 172.614 167.044 172.987C166.007 173.665 164.812 174.708 164.111 175.547C163.636 176.116 163.472 176.324 163.272 176.608C163.144 176.79 163.049 176.938 163 177C163 177 163.164 176.494 163.344 176.075C163.568 175.554 163.883 174.99 164.144 174.536C164.3 174.266 164.497 173.975 164.644 173.753C165.687 172.183 167.267 170.635 168.956 169.53C170.418 168.572 172.194 167.814 173.839 167.435V165' fill='white'/%3e%3cpath d='M145 169.144L150.161 173.288V170.858C150.194 170.857 150.233 170.857 150.272 170.858C151.753 170.901 153.325 171.247 154.767 171.84C155.413 172.106 156.385 172.614 156.956 172.987C157.993 173.665 159.188 174.708 159.889 175.547C160.364 176.116 160.528 176.324 160.728 176.608C160.856 176.79 160.951 176.938 161 177C161 177 160.836 176.494 160.656 176.075C160.432 175.554 160.117 174.99 159.856 174.536C159.7 174.266 159.503 173.975 159.356 173.753C158.313 172.183 156.733 170.635 155.044 169.53C153.582 168.572 151.806 167.814 150.161 167.435V165L145 169.144Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M128.45 168.832L141.269 164.026L141.269 164.025C141.419 163.969 141.589 164.008 141.7 164.123C141.814 164.241 141.851 164.412 141.796 164.566L137.113 177.723C137.056 177.887 136.903 177.997 136.73 178L136.681 177.997C136.53 177.98 136.398 177.878 136.343 177.729L134.186 171.951L128.44 169.62C128.281 169.556 128.178 169.398 128.18 169.223C128.181 169.05 128.288 168.895 128.45 168.832ZM136.711 175.553L140.26 165.585L130.475 169.253L135.053 171.11L136.711 175.553Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M109 165C109 164.448 109.448 164 110 164H124C124.552 164 125 164.448 125 165V174C125 174.552 124.552 175 124 175H117.5V177H120C120.276 177 120.5 177.224 120.5 177.5C120.5 177.776 120.276 178 120 178H114C113.724 178 113.5 177.776 113.5 177.5C113.5 177.224 113.724 177 114 177H116.5V175H110C109.448 175 109 174.552 109 174V165ZM110 165H124V174H110V165Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M107 165.167C107 164.522 106.552 164 106 164H92C91.4477 164 91 164.522 91 165.167V176.833C91 177.478 91.4477 178 92 178H106C106.552 178 107 177.478 107 176.833V165.167ZM92.001 165H106.011V167.5H92.001V165ZM92.001 168.5H106.011V177H92.001V168.5ZM93.5013 167C93.7776 167 94.0016 166.776 94.0016 166.5C94.0016 166.224 93.7776 166 93.5013 166C93.225 166 93.001 166.224 93.001 166.5C93.001 166.776 93.225 167 93.5013 167ZM96.0036 166.5C96.0036 166.776 95.7796 167 95.5033 167C95.2269 167 95.0029 166.776 95.0029 166.5C95.0029 166.224 95.2269 166 95.5033 166C95.7796 166 96.0036 166.224 96.0036 166.5ZM97.5043 167C97.7806 167 98.0046 166.776 98.0046 166.5C98.0046 166.224 97.7806 166 97.5043 166C97.2279 166 97.0039 166.224 97.0039 166.5C97.0039 166.776 97.2279 167 97.5043 167Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M89 166C89 165.448 88.5523 165 88 165H86.0095H85.0088H74C73.4477 165 73 165.448 73 166V176C73 176.552 73.4477 177 74 177H85.0088H86.0095H88C88.5523 177 89 176.552 89 176V166ZM86.0095 176H88.0107V166H86.0095V176ZM85.0088 166H74.001V176H85.0088V166ZM87.5105 171C87.5105 171.276 87.2865 171.5 87.0101 171.5C86.7338 171.5 86.5098 171.276 86.5098 171C86.5098 170.724 86.7338 170.5 87.0101 170.5C87.2865 170.5 87.5105 170.724 87.5105 171Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.9961 163C68.1007 163 68.9961 163.895 68.9961 165V166H69.0044V167H68.9961V174H69.0044V175H68.9961V177C68.9961 178.105 68.1007 179 66.9961 179H58.9961C57.8915 179 56.9961 178.105 56.9961 177V175V174V167V166V165C56.9961 163.895 57.8915 163 58.9961 163H66.9961ZM68.004 167V174H57.9971V167H68.004ZM57.9971 177V175H68.004V177L67.9973 177.117C67.9395 177.614 67.5165 178 67.0033 178H58.9978L58.8811 177.993C58.3834 177.936 57.9971 177.513 57.9971 177ZM68.004 166H57.9971V165L58.0038 164.883C58.0616 164.386 58.4846 164 58.9978 164H67.0033L67.12 164.007C67.6177 164.064 68.004 164.487 68.004 165V166ZM62 176.4C62 175.958 62.3584 175.6 62.8006 175.6C63.2427 175.6 63.6011 175.958 63.6011 176.4C63.6011 176.842 63.2427 177.2 62.8006 177.2C62.3584 177.2 62 176.842 62 176.4Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M39 177.067C39 177.582 39.3838 178 39.8571 178H44.961C44.9468 177.978 44.9331 177.956 44.92 177.933L44.42 177.067C44.0505 176.427 44.2061 175.628 44.7532 175.169C44.751 175.113 44.7499 175.057 44.7499 175C44.7499 174.943 44.751 174.887 44.7532 174.831C44.2061 174.372 44.0505 173.573 44.42 172.933L44.92 172.067C45.2894 171.427 46.0589 171.162 46.73 171.406C46.8251 171.346 46.9227 171.29 47.0228 171.237C47.1471 170.534 47.7611 170 48.4999 170H49.4999C50.2386 170 50.8526 170.534 50.9769 171.237C50.9846 171.241 50.9923 171.245 51 171.249V164.933C51 164.418 50.6162 164 50.1429 164H39.8571C39.3838 164 39 164.418 39 164.933V177.067ZM49 168H41V167H49V168ZM45 171H41V170H45V171ZM43 174H41V173H43V174Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9997 171.5C47.9997 171.224 48.2235 171 48.4997 171H49.4997C49.7758 171 49.9997 171.224 49.9997 171.5V172.171C50.3508 172.295 50.672 172.482 50.9493 172.72L51.531 172.384C51.7702 172.246 52.076 172.328 52.214 172.567L52.714 173.433C52.8521 173.672 52.7702 173.978 52.531 174.116L51.9497 174.452C51.9825 174.629 51.9997 174.813 51.9997 175C51.9997 175.187 51.9825 175.371 51.9497 175.548L52.531 175.884C52.7702 176.022 52.8521 176.328 52.714 176.567L52.214 177.433C52.076 177.672 51.7702 177.754 51.531 177.616L50.9493 177.28C50.672 177.518 50.3508 177.705 49.9997 177.829V178.5C49.9997 178.776 49.7758 179 49.4997 179H48.4997C48.2235 179 47.9997 178.776 47.9997 178.5V177.829C47.6486 177.705 47.3275 177.518 47.0502 177.28L46.4688 177.616C46.2297 177.754 45.9239 177.672 45.7858 177.433L45.2858 176.567C45.1477 176.328 45.2297 176.022 45.4688 175.884L46.0497 175.549C46.0169 175.371 45.9997 175.187 45.9997 175C45.9997 174.813 46.0169 174.629 46.0497 174.451L45.4688 174.116C45.2297 173.978 45.1477 173.672 45.2858 173.433L45.7858 172.567C45.9239 172.328 46.2297 172.246 46.4688 172.384L47.0502 172.72C47.3275 172.482 47.6486 172.295 47.9997 172.171V171.5ZM48.9997 176.25C49.69 176.25 50.2497 175.69 50.2497 175C50.2497 174.31 49.69 173.75 48.9997 173.75C48.3093 173.75 47.7497 174.31 47.7497 175C47.7497 175.69 48.3093 176.25 48.9997 176.25Z' fill='%23754FE3'/%3e%3cpath d='M21 171C21 174.314 23.6863 177 27 177C30.3137 177 33 174.314 33 171C33 167.686 30.3137 165 27 165' stroke='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 169.5L23 172.5H19L21 169.5Z' fill='%2300AD8F'/%3e%3ccircle cx='27' cy='171' r='4' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath d='M26.5 169.5V171.5H28.5' stroke='%2300AD8F'/%3e%3ccircle cx='9' cy='171' r='5.5' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3ccircle cx='9' cy='171' r='4' fill='%2300AD8F'/%3e%3cmask id='mask0_15778_26381' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='5' y='167' width='8' height='8'%3e%3ccircle cx='9' cy='171' r='4' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23mask0_15778_26381)'%3e%3crect x='3' y='167' width='6' height='4' fill='%2397E5D7'/%3e%3c/g%3e%3cpath d='M9 167V171H5' stroke='white'/%3e%3cpath d='M602.135 146.016L602.222 146.044L608.638 148.669C608.826 148.746 608.958 148.913 608.991 149.109L609 149.208L609 151.845C608.676 151.783 608.342 151.75 608 151.75C607.824 151.75 607.649 151.759 607.477 151.776C607.579 151.766 607.681 151.759 607.784 151.754L607.832 151.753L607.833 150.083L602.583 152.224V158.542L602.938 158.397C602.925 158.351 602.913 158.305 602.902 158.258C603.008 158.691 603.168 159.102 603.375 159.485L602.222 159.956C602.108 160.003 601.983 160.012 601.865 159.984L601.778 159.956L595.362 157.331C595.174 157.254 595.042 157.087 595.009 156.891L595 156.792V149.208C595 149.006 595.105 148.82 595.273 148.715L595.362 148.669L601.778 146.044C601.892 145.997 602.017 145.988 602.135 146.016ZM596.167 150.083V156.401L601.417 158.542V152.224L599.521 151.448V152.609C599.521 152.87 599.382 153.11 599.156 153.241C598.931 153.371 598.653 153.371 598.427 153.241C598.234 153.129 598.104 152.936 598.071 152.719L598.062 152.609V150.859L596.167 150.083ZM605.401 148.605L600.524 150.6L602 151.203L606.877 149.208L605.401 148.605ZM602 147.213L597.123 149.208L598.599 149.812L603.476 147.817L602 147.213Z' fill='%23E9932C'/%3e%3cpath d='M607.833 150.083L607.832 151.753L607.783 151.754C604.985 151.868 602.75 154.174 602.75 157C602.75 157.484 602.815 157.952 602.938 158.397L602.583 158.542V152.224L607.833 150.083Z' fill='%23FAE2C1'/%3e%3cpath d='M596.167 150.083L598.063 150.859V152.609C598.063 152.87 598.202 153.11 598.427 153.241C598.653 153.371 598.931 153.371 599.157 153.241C599.382 153.11 599.521 152.87 599.521 152.609V151.448L601.417 152.224V158.542L596.167 156.401V150.083Z' fill='%23FAE2C1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M608 153C610.208 153 612 154.792 612 157C612 159.208 610.208 161 608 161C605.792 161 604 159.208 604 157C604 154.792 605.792 153 608 153ZM608 154.5C607.724 154.5 607.5 154.724 607.5 155V156.5H606L605.91 156.508C605.677 156.55 605.5 156.755 605.5 157C605.5 157.276 605.724 157.5 606 157.5H607.5V159L607.508 159.09C607.55 159.323 607.755 159.5 608 159.5C608.276 159.5 608.5 159.276 608.5 159V157.5H610L610.09 157.492C610.323 157.45 610.5 157.245 610.5 157C610.5 156.724 610.276 156.5 610 156.5H608.5V155L608.492 154.91C608.45 154.677 608.245 154.5 608 154.5Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M588 156.5V151.8C588.2 151.6 588.6 151.2 589 150.9V158.5C589 159.3 588.3 160 587.5 160H582.5C581.7 160 581 159.3 581 158.5V147.5C581 146.7 581.7 146 582.5 146H584.8L586.9 147.8L586.7 148H582V156.5H588ZM585 159C585.414 159 585.75 158.664 585.75 158.25C585.75 157.836 585.414 157.5 585 157.5C584.586 157.5 584.25 157.836 584.25 158.25C584.25 158.664 584.586 159 585 159Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M591 146.5H586.8L588.3 147.8L587.9 148.2C587.9 148.2 586.9 149.2 586.3 149.8L586.2 150C585.5 150.8 585.1 151.4 585.4 152.3C585.6 152.7 586.2 153.1 586.9 153.5C586.6 152.7 586.6 151.8 587.3 151.1C587.7 150.8 589.2 149.4 589.2 149.4L589.5 149.1L591 150.4V146.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M567.5 146.559V149.63H570.5V152.701H572.5V158.843H561.5V146.559H567.5Z' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M566 152.742V152.189H564V151.166H565V150.142H563V152.189H562V153.213H563V157.308H564V153.213H566V153.158L567.186 154.605L565.564 156.583L566.52 157.404L568 155.598L569.48 157.404L570.436 156.583L568.813 154.605L570.2 152.914L569.245 152.093L568 153.612L566.755 152.093L566 152.742Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M555.364 153.213L549 159.728L542.636 153.213L549 146.698L555.364 153.213Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M549 152.742V152.189H547V151.166H548V150.142H546V152.189H545V153.213H546V157.308H547V153.213H549V153.158L550.186 154.605L548.564 156.583L549.52 157.404L551 155.598L552.48 157.404L553.436 156.583L551.813 154.605L553.2 152.914L552.245 152.093L551 153.612L549.755 152.093L549 152.742Z' fill='%2335383A'/%3e%3cg clip-path='url(%23clip2_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M536.991 149.011C536.991 149.033 536.99 149.054 536.989 149.075L536.989 149.075V150.469C536.991 150.488 536.991 150.508 536.991 150.527C536.991 150.547 536.991 150.566 536.989 150.585V150.667H536.98C536.793 151.878 534.185 152.838 530.996 152.838C527.807 152.838 525.199 151.878 525.012 150.667H525.001V149.075L525.003 149.075C525.002 149.054 525.001 149.033 525.001 149.011C525.001 147.735 527.685 146.7 530.996 146.7C534.307 146.7 536.991 147.735 536.991 149.011ZM536.955 152.112C536.978 152.195 536.99 152.279 536.99 152.365C536.99 152.386 536.989 152.407 536.988 152.429L536.988 153.822C536.99 153.842 536.99 153.861 536.99 153.881C536.99 153.9 536.99 153.92 536.988 153.939V154.02H536.979C536.792 155.232 534.184 156.192 530.995 156.192C527.806 156.192 525.198 155.232 525.011 154.02H525V152.429H525.002C525.001 152.407 525 152.386 525 152.365C525 152.279 525.012 152.195 525.035 152.112C525.362 153.27 527.906 154.171 530.995 154.171C534.085 154.171 536.628 153.27 536.955 152.112ZM536.965 155.62C536.988 155.703 537 155.787 537 155.873C537 155.894 536.999 155.915 536.998 155.937L536.998 157.33C536.999 157.35 537 157.369 537 157.389C537 157.408 536.999 157.428 536.998 157.447V157.528H536.989C536.802 158.74 534.194 159.7 531.005 159.7C527.816 159.7 525.208 158.74 525.021 157.528H525.01V155.937H525.012C525.011 155.915 525.01 155.894 525.01 155.873C525.01 155.787 525.022 155.703 525.045 155.62C525.372 156.778 527.915 157.679 531.005 157.679C534.094 157.679 536.638 156.778 536.965 155.62Z' fill='%2335383A'/%3e%3c/g%3e%3cpath d='M510.492 151.737L508.255 149.709L510.417 147.882' stroke='%23444649' stroke-width='1.25'/%3e%3cpath d='M514.986 151.841L517.223 149.813L515.061 147.986' stroke='%23444649' stroke-width='1.25'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M509.251 158.5V155H508.341V156.373H506.912V155H506V158.5H506.912V157.088H508.341V158.5H509.251ZM511.928 158.5V155.716H512.964V155H509.984V155.716H511.018V158.5H511.928ZM514.54 158.5V156.29H514.585L515.385 158.231H515.949L516.747 156.29H516.792V158.5H517.635V155H516.558L515.691 157.139H515.644L514.774 155H513.698V158.5H514.54ZM521 157.765H519.476V155H518.564V158.5H521V157.765Z' fill='%23313131'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M490.034 159.999V146H496.718L500.898 150.182V159.999H490.034ZM499.961 159.062L499.961 151.166H495.89L495.899 146.938H491.034V159.062L499.961 159.062Z' fill='%23444649'/%3e%3crect x='473' y='150' width='11' height='9' fill='%23ABC9FF'/%3e%3crect x='470' y='150' width='2' height='9' fill='%23475389'/%3e%3crect x='473' y='147' width='11' height='2' fill='%234774C6'/%3e%3crect x='470' y='147' width='2' height='2' fill='%23475389'/%3e%3cpath d='M458.25 151.9V154.9H460.017C460.195 154.9 460.285 155.115 460.159 155.241L456.962 158.438C456.845 158.555 456.655 158.555 456.538 158.438L453.341 155.241C453.215 155.115 453.305 154.9 453.483 154.9H455.25V153.4L458.25 151.9ZM462 148.15V150.4H461.25V152.65H462.749L462.75 151.9H465V154.15H462.75L462.749 153.4H460.5V150.4H459.75V148.15H462ZM458.25 149.65V151.15L455.25 152.65V151.15L458.25 149.65ZM458.25 147.4V148.9L455.25 150.4V148.9L458.25 147.4Z' fill='%23757575'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M447 148H439V150H447V148ZM436 151H438V158H436V151ZM439 151H447V158H439V151ZM436 148H438V150H436V148Z' fill='%23757575'/%3e%3cpath d='M429 152V150.3C429 150.134 428.866 150 428.7 150H422V147.483C422 147.305 421.785 147.215 421.659 147.341L417.512 151.488C417.323 151.677 417.457 152 417.724 152H429ZM417 154V155.7C417 155.866 417.134 156 417.3 156H424V158.517C424 158.695 424.215 158.785 424.341 158.659L428.488 154.512C428.677 154.323 428.543 154 428.276 154H417Z' fill='%23757575'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M387.274 148.258C387.394 148.121 387.606 148.121 387.726 148.258L390.71 151.668C390.823 151.798 390.731 152 390.559 152H388.5V155C388.5 156.657 387.157 158 385.5 158H384.3C384.134 158 384 157.866 384 157.7V156.3C384 156.134 384.134 156 384.3 156H385.5C386.052 156 386.5 155.552 386.5 155V152H384.441C384.269 152 384.177 151.798 384.29 151.668L387.274 148.258Z' fill='%23757575'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M405.274 157.898C405.394 158.034 405.606 158.034 405.726 157.898L408.71 154.487C408.823 154.358 408.731 154.156 408.559 154.156H406.5V151.156C406.5 149.499 405.157 148.156 403.5 148.156H402.3C402.134 148.156 402 148.29 402 148.456V149.856C402 150.021 402.134 150.156 402.3 150.156H403.5C404.052 150.156 404.5 150.603 404.5 151.156V154.156H402.441C402.269 154.156 402.177 154.358 402.29 154.487L405.274 157.898Z' fill='%23757575'/%3e%3cpath d='M373.438 157.536C373.221 157.758 372.865 157.762 372.643 157.544L371.635 156.536C371.418 156.314 371.422 155.958 371.644 155.741C371.861 155.519 372.216 155.516 372.438 155.732L373.447 156.74C373.664 156.962 373.66 157.318 373.438 157.535V157.536ZM370.748 159C370.6 159.002 370.457 158.944 370.353 158.84C370.248 158.735 370.19 158.592 370.192 158.444L370.202 157.515C370.207 157.203 370.459 156.952 370.771 156.947C370.919 156.944 371.062 157.002 371.166 157.107C371.271 157.212 371.329 157.355 371.327 157.503L371.317 158.432C371.312 158.744 371.06 158.995 370.748 159ZM375 154.748C374.995 155.06 374.744 155.312 374.432 155.317L373.503 155.327C373.355 155.329 373.212 155.271 373.107 155.166C373.002 155.062 372.944 154.919 372.947 154.771C372.952 154.459 373.203 154.207 373.515 154.202L374.444 154.192C374.592 154.19 374.735 154.248 374.84 154.353C374.944 154.457 375.002 154.6 375 154.748ZM364.464 148.562C364.681 148.34 365.037 148.336 365.259 148.553L366.268 149.561C366.485 149.783 366.481 150.139 366.259 150.356C366.042 150.578 365.686 150.582 365.464 150.365L364.456 149.357C364.239 149.135 364.243 148.779 364.465 148.562H364.464ZM363 151.252C363.005 150.94 363.256 150.688 363.568 150.683L364.497 150.673C364.645 150.671 364.788 150.729 364.893 150.834C364.998 150.938 365.056 151.081 365.053 151.229C365.048 151.541 364.797 151.793 364.485 151.798L363.556 151.808C363.408 151.81 363.265 151.752 363.16 151.647C363.056 151.543 362.998 151.4 363 151.252ZM367.252 147C367.4 146.998 367.543 147.056 367.647 147.16C367.752 147.265 367.81 147.408 367.808 147.556L367.798 148.485C367.793 148.797 367.541 149.048 367.229 149.053C367.081 149.056 366.938 148.998 366.834 148.893C366.729 148.788 366.671 148.645 366.673 148.497L366.683 147.568C366.688 147.256 366.94 147.005 367.252 147ZM368.566 151.698C368.086 151.219 368.086 150.442 368.566 149.963L371.17 147.359C371.649 146.88 372.426 146.88 372.905 147.359L374.641 149.095C375.12 149.574 375.12 150.351 374.641 150.83L372.037 153.434C371.807 153.665 371.495 153.794 371.169 153.794C370.844 153.794 370.532 153.665 370.301 153.434L373.599 150.136C373.694 150.04 373.694 149.885 373.599 149.789L372.211 148.401C372.115 148.306 371.96 148.306 371.864 148.401L368.566 151.698H368.566ZM367.699 152.566L364.401 155.864C364.306 155.96 364.306 156.115 364.401 156.211L365.789 157.599C365.885 157.695 366.04 157.695 366.136 157.599L369.434 154.301C369.664 154.532 369.793 154.844 369.793 155.169C369.793 155.495 369.664 155.807 369.434 156.037L366.83 158.641C366.351 159.12 365.574 159.12 365.095 158.641L363.359 156.905C362.88 156.426 362.88 155.649 363.359 155.17L365.963 152.566C366.193 152.335 366.505 152.206 366.831 152.206C367.156 152.206 367.468 152.335 367.699 152.566V152.566Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M351.529 150.536C352.465 149.254 353.219 148.354 353.79 147.837C354.361 147.32 354.918 147.062 355.46 147.062C356.109 147.062 356.556 147.285 356.803 147.732C356.934 147.964 357 148.245 357 148.576C357 148.915 356.864 149.225 356.593 149.506C356.322 149.787 355.994 149.928 355.608 149.928C355.369 149.928 355.1 149.837 354.8 149.655C354.501 149.473 354.273 149.382 354.117 149.382C353.813 149.382 353.523 149.539 353.248 149.853C352.973 150.168 352.498 150.834 351.825 151.851L352.059 153.091C352.182 153.728 352.285 154.251 352.367 154.661C352.449 155.07 352.539 155.449 352.638 155.796C352.769 156.276 352.901 156.623 353.032 156.838C353.164 157.053 353.357 157.161 353.611 157.161C353.841 157.161 354.121 156.991 354.449 156.652C354.63 156.47 354.905 156.135 355.275 155.647L355.792 156.007C355.357 156.743 354.792 157.442 354.098 158.104C353.404 158.765 352.724 159.096 352.059 159.096C351.5 159.096 351.04 158.865 350.679 158.401C350.473 158.153 350.293 157.814 350.136 157.384C350.054 157.161 349.941 156.766 349.798 156.199C349.654 155.633 349.561 155.283 349.52 155.151L349.348 155.449C348.535 156.855 347.939 157.769 347.561 158.19C346.994 158.819 346.337 159.133 345.59 159.133C345.162 159.133 344.791 158.987 344.474 158.693C344.158 158.399 344 158.037 344 157.607C344 157.252 344.117 156.923 344.351 156.621C344.585 156.319 344.912 156.168 345.331 156.168C345.585 156.168 345.9 156.259 346.273 156.441C346.647 156.623 346.892 156.714 347.007 156.714C347.261 156.714 347.481 156.6 347.666 156.373C347.851 156.145 348.214 155.581 348.756 154.679L349.249 153.861C349.167 153.513 349.079 153.087 348.984 152.583C348.89 152.078 348.793 151.561 348.695 151.032L348.498 149.978C348.358 149.217 348.136 148.716 347.832 148.476C347.66 148.336 347.376 148.265 346.982 148.265C346.941 148.265 346.842 148.272 346.686 148.284C346.53 148.296 346.374 148.311 346.218 148.327V147.645C346.957 147.554 347.769 147.438 348.652 147.298C349.535 147.157 350.124 147.058 350.42 147C350.666 147.331 350.87 147.732 351.03 148.203C351.19 148.675 351.311 149.175 351.393 149.705L351.529 150.536Z' fill='%23444649'/%3e%3cpath d='M333.95 147C337.565 147 340 148.557 340 150.917C340 153.306 336.623 153.491 336.623 154.421C336.623 155.095 337.6 155.351 337.6 156.496C337.6 157.775 335.967 158.641 333.52 158.641C329.039 158.641 326 156.339 326 152.922C326 149.371 329.202 147 333.95 147ZM333.392 153.329C332.544 153.329 331.846 154.026 331.846 154.875C331.846 155.729 332.544 156.421 333.392 156.421C334.247 156.421 334.944 155.729 334.944 154.875C334.944 154.026 334.247 153.329 333.392 153.329Z' fill='%23FCD094'/%3e%3cpath d='M334.078 150.655C333.543 150.655 333.09 150.219 333.09 149.679C333.09 149.139 333.543 148.703 334.078 148.703C334.624 148.703 335.054 149.139 335.054 149.679C335.054 150.219 334.624 150.655 334.078 150.655Z' fill='%237565C0'/%3e%3cpath d='M330.98 151.574C330.294 151.574 329.748 151.039 329.748 150.353C329.748 149.685 330.294 149.15 330.98 149.15C331.643 149.15 332.195 149.685 332.195 150.353C332.195 151.039 331.648 151.574 330.98 151.574Z' fill='%23FF6214'/%3e%3cpath d='M336.816 151.167C336.374 151.167 336.014 150.818 336.014 150.377C336.014 149.941 336.374 149.58 336.816 149.58C337.252 149.58 337.6 149.941 337.6 150.377C337.6 150.818 337.252 151.167 336.816 151.167Z' fill='%231471D0'/%3e%3cpath d='M328.749 153.631C328.214 153.631 327.778 153.189 327.778 152.655C327.778 152.143 328.237 151.696 328.749 151.696C329.284 151.696 329.708 152.12 329.708 152.655C329.708 153.189 329.278 153.631 328.749 153.631Z' fill='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M308 148C308 146.895 308.895 146 310 146H320C321.105 146 322 146.895 322 148V154.333C321.759 154.297 321.508 154.32 321.27 154.407C321.175 154.346 321.077 154.29 320.977 154.237C320.853 153.534 320.239 153 319.5 153H319V149.5C319 149.224 318.776 149 318.5 149H317.5C317.224 149 317 149.224 317 149.5V154.249C316.908 154.298 316.818 154.351 316.73 154.406C316.492 154.32 316.241 154.297 316 154.333V152.5C316 152.224 315.776 152 315.5 152H314.5C314.224 152 314 152.224 314 152.5V156.5C314 156.68 314.096 156.839 314.239 156.926C314.296 157.272 314.473 157.596 314.753 157.831C314.751 157.887 314.75 157.943 314.75 158C314.75 158.057 314.751 158.113 314.753 158.169C314.225 158.612 314.062 159.372 314.383 160H310C308.895 160 308 159.105 308 158V148ZM311 150.5C311 150.224 311.224 150 311.5 150H312.5C312.776 150 313 150.224 313 150.5V156.5C313 156.776 312.776 157 312.5 157H311.5C311.224 157 311 156.776 311 156.5V150.5Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M318 154.5C318 154.224 318.224 154 318.5 154H319.5C319.776 154 320 154.224 320 154.5V155.171C320.351 155.295 320.672 155.482 320.949 155.72L321.531 155.384C321.77 155.246 322.076 155.328 322.214 155.567L322.714 156.433C322.852 156.672 322.77 156.978 322.531 157.116L321.95 157.452C321.983 157.629 322 157.813 322 158C322 158.187 321.983 158.371 321.95 158.548L322.531 158.884C322.77 159.022 322.852 159.328 322.714 159.567L322.214 160.433C322.076 160.672 321.77 160.754 321.531 160.616L320.949 160.28C320.672 160.518 320.351 160.705 320 160.829V161.5C320 161.776 319.776 162 319.5 162H318.5C318.224 162 318 161.776 318 161.5V160.829C317.649 160.705 317.328 160.518 317.05 160.28L316.469 160.616C316.23 160.754 315.924 160.672 315.786 160.433L315.286 159.567C315.148 159.328 315.23 159.022 315.469 158.884L316.05 158.549C316.017 158.371 316 158.187 316 158C316 157.813 316.017 157.629 316.05 157.451L315.469 157.116C315.23 156.978 315.148 156.672 315.286 156.433L315.786 155.567C315.924 155.328 316.23 155.246 316.469 155.384L317.05 155.72C317.328 155.482 317.649 155.295 318 155.171V154.5ZM319 159.25C319.69 159.25 320.25 158.69 320.25 158C320.25 157.31 319.69 156.75 319 156.75C318.309 156.75 317.75 157.31 317.75 158C317.75 158.69 318.309 159.25 319 159.25Z' fill='%2335383A'/%3e%3cpath d='M294.667 152.667V150L290 154.667L294.667 159.333V156.6C298 156.6 300.152 157.667 301.818 160C301.152 156.667 299.333 153.333 294.667 152.667Z' fill='%2335383A'/%3e%3cpath d='M298 148H299V151H301V152H298V148Z' fill='%2335383A'/%3e%3crect x='297' y='146' width='3' height='3' fill='%2300AD8F'/%3e%3crect x='301' y='150' width='3' height='3' fill='%23EB6756'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M285 157.194C284.812 158.48 282.192 159.5 279 159.5C275.808 159.5 273.188 158.48 273 157.194V151.968C273 151.878 273.012 151.788 273.035 151.7C273.362 152.93 275.908 153.887 279 153.887C282.092 153.887 284.638 152.93 284.965 151.7C284.988 151.788 285 151.878 285 151.968L285 157.194ZM279.001 146.5C282.218 146.5 284.841 147.463 284.993 148.674L285 148.784V150.421C284.812 151.618 282.193 152.567 279.001 152.567C275.905 152.567 273.347 151.674 273.024 150.529L273 150.421V148.784C273 147.523 275.687 146.5 279.001 146.5Z' fill='%231471D0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M265 158V159H257V158H265ZM258.313 155.26L260.172 151.939L262.74 154.033L264.376 150H268V155.976C268 156.542 267.615 157 267.063 157H255C254.448 157 254 156.542 254 155.976V155.26H258.313ZM254 148.095C254 147.529 254.448 147.071 255 147.071H267.063C267.615 147.071 268 147.529 268 148.095V149H263.714L262.337 152.393L259.882 150.392L257.729 154.237H254V148.095Z' fill='%2335383A'/%3e%3cpath d='M242.135 146.016L242.222 146.044L248.638 148.669C248.826 148.746 248.958 148.913 248.991 149.109L249 149.208V156.792C249 156.994 248.895 157.18 248.727 157.285L248.638 157.331L242.222 159.956C242.108 160.003 241.983 160.012 241.865 159.984L241.778 159.956L235.362 157.331C235.174 157.254 235.042 157.087 235.009 156.891L235 156.792V149.208C235 149.006 235.105 148.82 235.273 148.715L235.362 148.669L241.778 146.044C241.892 145.997 242.017 145.988 242.135 146.016ZM236.167 150.083V156.401L241.417 158.542V152.224L239.521 151.448V152.609C239.521 152.87 239.382 153.11 239.156 153.241C238.931 153.371 238.653 153.371 238.427 153.241C238.234 153.129 238.104 152.936 238.071 152.719L238.062 152.609V150.859L236.167 150.083ZM247.833 150.083L242.583 152.224V158.542L242.938 158.397C242.815 157.952 242.75 157.484 242.75 157C242.75 154.174 244.985 151.868 247.784 151.754L247.832 151.753L247.833 150.083ZM245.401 148.605L240.524 150.6L242 151.203L246.877 149.208L245.401 148.605ZM242 147.213L237.123 149.208L238.599 149.812L243.476 147.817L242 147.213Z' fill='%23E9932C'/%3e%3cpath d='M242.583 158.542V152.224L247.833 150.083V156.401L242.583 158.542Z' fill='%23FAE2C1'/%3e%3cpath d='M236.167 150.083L238.063 150.859V152.609C238.063 152.87 238.202 153.11 238.427 153.241C238.653 153.371 238.931 153.371 239.157 153.241C239.382 153.11 239.521 152.87 239.521 152.609V151.448L241.417 152.224V158.542L236.167 156.401V150.083Z' fill='%23FAE2C1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M225.1 158.9C224.9 158.1 225.1 157.3 225.8 156.8C225.6 156.5 225.5 156.2 225.4 155.8C225.3 155.7 225.3 155.6 225.1 155.6H225C225 155.6 224.9 155.6 224.9 155.5L224.8 155.4L224.4 155C224.2 154.8 224.1 154.7 223.9 154.7H223.8L223.4 154.4C223.2 154.3 223 154.2 222.8 154.2H222.7C222.6 154.2 222.6 154.2 222.5 154.2L222.1 154.3V154C222.1 153.8 222.1 153.5 222.1 153.3V153H222.2H222.3C222.5 153 222.6 152.9 222.6 152.6V152.5H222.7H222.8L223.2 152.6H223.4C223.5 152.6 223.5 152.6 223.6 152.6H223.7C223.7 152.6 223.7 152.7 223.8 152.7L224 153.1L224.2 153.4C224.3 153.6 224.5 153.7 224.6 153.7H224.7C224.7 153.5 224.8 153.3 224.9 153.1C224.9 153 224.9 152.9 224.9 152.8V152.7V152.4V152.2C224.9 152.1 224.9 152 224.9 151.9L225.6 150.6L225.7 150.4L225.8 150.3C225.8 150.2 225.8 150.1 225.8 150.1C225.7 150.1 225.6 150 225.3 150C225.1 150 224.9 150.1 224.7 150.1H224.6C224.6 150.2 224.6 150.3 224.6 150.4H224.5C224.4 150.4 224.4 150.4 224.3 150.4C223.9 150.4 223.6 150.2 223.7 150.1C223.7 150.1 223.8 150 224 150L224.2 149.9C224.5 149.8 224.7 149.6 224.7 149.3V148.9V148.4C224.7 148.4 224.7 148.3 224.8 148.3C225.3 148.3 225.5 147.8 225.3 147.3H225.4C226.5 147.6 227.4 148.1 228.2 148.9L228.4 149.1C228.7 149.4 228.9 149.7 229.1 150.1L229.2 150.3H229.1C228.6 150.4 228.4 150.9 228.5 151.5C229 151.6 229.4 151.8 229.6 152.2H230C230.4 152.2 230.7 152.3 231 152.5C230.9 148.9 227.8 146 224.1 146C220.2 146 217 149.2 217 153.2C217 157.1 220.2 160.3 224.2 160.3C224.9 160.3 225.6 160.2 226.2 160C225.6 159.8 225.2 159.4 225.1 158.9ZM223.5 159.1C222.9 159 222.3 158.9 221.7 158.7C221 158.4 220.3 158 219.8 157.4C219.3 156.9 218.8 156.2 218.5 155.5C218.3 154.7 218.1 153.9 218.1 153.2V152.9C218.1 152.7 218.1 152.5 218.2 152.3V152.2H218.3H218.4C218.6 152.2 218.7 152.2 218.9 152.1H219H219.1V152H219.2H219.3C219.4 152.1 219.4 152.1 219.4 152.2V152.6V152.8C219.5 154 219.8 154.6 220.6 154.6C220.7 154.6 221.1 154.9 221.3 155.4C221.4 155.5 221.5 155.6 221.6 155.6H221.7H221.8H222.1C222.2 155.6 222.2 155.6 222.3 155.6V155.7V155.9C222.3 156.1 222.3 156.3 222.3 156.5C222.3 156.7 222.4 156.9 222.6 157.2C222.7 157.4 222.9 157.6 223.1 157.8C223.1 157.8 223.3 158 223.5 158.1L223.7 158.2V158.5C223.7 158.6 223.7 158.7 223.7 158.9V159.1H223.5Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M228.955 156.928L229.283 157.256C229.355 157.326 229.396 157.422 229.397 157.523C229.397 157.623 229.358 157.72 229.287 157.791C229.216 157.863 229.12 157.903 229.019 157.903C228.919 157.903 228.823 157.863 228.752 157.791L228.454 157.493C228.334 157.601 228.208 157.702 228.077 157.795L226.973 158.583C226.909 158.629 226.832 158.654 226.754 158.654C226.591 158.653 226.447 158.548 226.397 158.393C226.348 158.237 226.403 158.068 226.535 157.972L227.64 157.181C227.736 157.113 227.828 157.038 227.915 156.958L226.863 155.906C226.715 155.759 226.715 155.519 226.863 155.371C227.011 155.223 227.251 155.223 227.399 155.371L228.416 156.393C228.806 155.841 229.015 155.183 229.016 154.508H226.377C226.169 154.508 226 154.339 226 154.131C226 153.923 226.169 153.754 226.377 153.754H227.885V153.377C227.885 153.169 228.054 153 228.262 153C228.47 153 228.639 153.169 228.639 153.377V153.754H230.147C230.355 153.754 230.524 153.923 230.524 154.131C230.524 154.339 230.355 154.508 230.147 154.508H229.77C229.766 155.381 229.481 156.23 228.955 156.928ZM233.317 159.819L231.432 155.673C231.371 155.538 231.236 155.452 231.089 155.452C230.941 155.452 230.807 155.538 230.746 155.673L228.861 159.819C228.795 159.943 228.804 160.093 228.884 160.209C228.964 160.324 229.101 160.386 229.24 160.369C229.379 160.352 229.497 160.26 229.547 160.128L230.131 158.843H232.046L232.631 160.128C232.691 160.264 232.825 160.351 232.974 160.351C233.027 160.351 233.08 160.339 233.128 160.317C233.317 160.231 233.402 160.009 233.317 159.819ZM230.475 158.089L231.089 156.74L231.704 158.089H230.475Z' fill='%2335383A'/%3e%3cpath d='M229.283 157.256L229.213 157.327L229.213 157.327L229.283 157.256ZM228.955 156.928L228.876 156.868L228.823 156.937L228.885 156.999L228.955 156.928ZM229.397 157.523L229.297 157.524V157.524L229.397 157.523ZM229.287 157.791L229.216 157.721L229.216 157.721L229.287 157.791ZM228.752 157.791L228.823 157.721L228.823 157.721L228.752 157.791ZM228.454 157.493L228.525 157.423L228.458 157.356L228.387 157.419L228.454 157.493ZM228.077 157.795L228.019 157.713L228.019 157.714L228.077 157.795ZM226.973 158.583L226.914 158.501L226.914 158.502L226.973 158.583ZM226.754 158.654L226.753 158.754L226.755 158.754L226.754 158.654ZM226.535 157.972L226.477 157.891L226.477 157.891L226.535 157.972ZM227.64 157.181L227.582 157.099L227.582 157.099L227.64 157.181ZM227.915 156.958L227.983 157.032L228.059 156.961L227.986 156.887L227.915 156.958ZM226.863 155.906L226.934 155.836L226.863 155.906ZM226.863 155.371L226.793 155.3L226.863 155.371ZM227.399 155.371L227.469 155.301L227.469 155.3L227.399 155.371ZM228.416 156.393L228.346 156.463L228.429 156.548L228.498 156.45L228.416 156.393ZM229.016 154.508L229.116 154.508L229.116 154.408H229.016V154.508ZM227.885 153.754V153.854H227.985V153.754H227.885ZM228.639 153.754H228.539V153.854H228.639V153.754ZM229.77 154.508V154.408H229.67L229.67 154.507L229.77 154.508ZM231.432 155.673L231.523 155.631L231.523 155.631L231.432 155.673ZM233.317 159.819L233.408 159.778L233.408 159.778L233.317 159.819ZM230.746 155.673L230.655 155.631L230.655 155.631L230.746 155.673ZM228.861 159.819L228.949 159.866L228.952 159.861L228.861 159.819ZM228.884 160.209L228.802 160.266L228.884 160.209ZM229.24 160.369L229.252 160.469H229.252L229.24 160.369ZM229.547 160.128L229.456 160.087L229.453 160.093L229.547 160.128ZM230.131 158.843V158.743H230.067L230.04 158.802L230.131 158.843ZM232.046 158.843L232.137 158.802L232.111 158.743H232.046V158.843ZM232.631 160.128L232.722 160.087L232.722 160.087L232.631 160.128ZM232.974 160.351L232.973 160.451L232.974 160.451L232.974 160.351ZM233.128 160.317L233.087 160.226L233.087 160.226L233.128 160.317ZM231.089 156.74L231.18 156.698L231.089 156.498L230.998 156.698L231.089 156.74ZM230.475 158.089L230.384 158.048L230.319 158.189H230.475V158.089ZM231.704 158.089V158.189H231.859L231.795 158.048L231.704 158.089ZM229.354 157.185L229.026 156.857L228.885 156.999L229.213 157.327L229.354 157.185ZM229.497 157.522C229.496 157.395 229.444 157.273 229.353 157.184L229.213 157.327C229.266 157.379 229.296 157.45 229.297 157.524L229.497 157.522ZM229.358 157.862C229.448 157.772 229.498 157.649 229.497 157.522L229.297 157.524C229.297 157.597 229.268 157.668 229.216 157.721L229.358 157.862ZM229.019 158.003C229.147 158.003 229.269 157.952 229.358 157.862L229.216 157.721C229.164 157.773 229.093 157.803 229.019 157.803V158.003ZM228.681 157.862C228.77 157.952 228.892 158.003 229.019 158.003V157.803C228.946 157.803 228.875 157.773 228.823 157.721L228.681 157.862ZM228.383 157.564L228.681 157.862L228.823 157.721L228.525 157.423L228.383 157.564ZM228.135 157.877C228.269 157.781 228.398 157.678 228.521 157.568L228.387 157.419C228.27 157.524 228.147 157.622 228.019 157.713L228.135 157.877ZM227.031 158.664L228.135 157.876L228.019 157.714L226.915 158.501L227.031 158.664ZM226.755 158.754C226.854 158.754 226.951 158.722 227.031 158.664L226.914 158.502C226.867 158.536 226.811 158.554 226.753 158.554L226.755 158.754ZM226.302 158.423C226.365 158.619 226.547 158.753 226.753 158.754L226.755 158.554C226.635 158.554 226.529 158.476 226.493 158.362L226.302 158.423ZM226.477 157.891C226.31 158.012 226.239 158.227 226.302 158.423L226.493 158.362C226.456 158.248 226.497 158.123 226.594 158.053L226.477 157.891ZM227.582 157.099L226.477 157.891L226.594 158.053L227.698 157.262L227.582 157.099ZM227.847 156.885C227.764 156.962 227.675 157.033 227.582 157.099L227.697 157.262C227.798 157.192 227.893 157.115 227.983 157.032L227.847 156.885ZM226.793 155.977L227.844 157.029L227.986 156.887L226.934 155.836L226.793 155.977ZM226.793 155.3C226.606 155.487 226.606 155.79 226.793 155.977L226.934 155.836C226.825 155.727 226.825 155.551 226.934 155.442L226.793 155.3ZM227.469 155.3C227.282 155.114 226.979 155.114 226.793 155.3L226.934 155.442C227.043 155.333 227.219 155.333 227.328 155.442L227.469 155.3ZM228.487 156.322L227.469 155.301L227.328 155.442L228.346 156.463L228.487 156.322ZM228.916 154.508C228.915 155.162 228.712 155.8 228.335 156.335L228.498 156.45C228.899 155.882 229.115 155.204 229.116 154.508L228.916 154.508ZM226.377 154.608H229.016V154.408H226.377V154.608ZM225.9 154.131C225.9 154.394 226.114 154.608 226.377 154.608V154.408C226.224 154.408 226.1 154.284 226.1 154.131H225.9ZM226.377 153.654C226.114 153.654 225.9 153.867 225.9 154.131H226.1C226.1 153.978 226.224 153.854 226.377 153.854V153.654ZM227.885 153.654H226.377V153.854H227.885V153.654ZM227.785 153.377V153.754H227.985V153.377H227.785ZM228.262 152.9C227.998 152.9 227.785 153.114 227.785 153.377H227.985C227.985 153.224 228.109 153.1 228.262 153.1V152.9ZM228.739 153.377C228.739 153.114 228.525 152.9 228.262 152.9V153.1C228.415 153.1 228.539 153.224 228.539 153.377H228.739ZM228.739 153.754V153.377H228.539V153.754H228.739ZM230.147 153.654H228.639V153.854H230.147V153.654ZM230.624 154.131C230.624 153.867 230.41 153.654 230.147 153.654V153.854C230.3 153.854 230.424 153.978 230.424 154.131H230.624ZM230.147 154.608C230.41 154.608 230.624 154.394 230.624 154.131H230.424C230.424 154.284 230.3 154.408 230.147 154.408V154.608ZM229.77 154.608H230.147V154.408H229.77V154.608ZM229.035 156.988C229.574 156.273 229.866 155.403 229.87 154.508L229.67 154.507C229.666 155.359 229.388 156.187 228.876 156.868L229.035 156.988ZM231.341 155.714L233.226 159.861L233.408 159.778L231.523 155.631L231.341 155.714ZM231.089 155.552C231.197 155.552 231.296 155.615 231.341 155.714L231.523 155.631C231.445 155.461 231.276 155.352 231.089 155.352V155.552ZM230.837 155.714C230.882 155.615 230.98 155.552 231.089 155.552V155.352C230.902 155.352 230.732 155.461 230.655 155.631L230.837 155.714ZM228.952 159.861L230.837 155.714L230.655 155.631L228.77 159.778L228.952 159.861ZM228.966 160.152C228.908 160.067 228.901 159.957 228.949 159.866L228.772 159.773C228.69 159.93 228.701 160.12 228.802 160.266L228.966 160.152ZM229.228 160.27C229.125 160.282 229.025 160.237 228.966 160.152L228.802 160.266C228.902 160.412 229.076 160.49 229.252 160.469L229.228 160.27ZM229.453 160.093C229.417 160.189 229.33 160.258 229.228 160.27L229.252 160.469C229.428 160.447 229.578 160.33 229.64 160.164L229.453 160.093ZM230.04 158.802L229.456 160.087L229.638 160.17L230.222 158.884L230.04 158.802ZM232.046 158.743H230.131V158.943H232.046V158.743ZM232.722 160.087L232.137 158.802L231.955 158.884L232.539 160.17L232.722 160.087ZM232.974 160.251C232.865 160.251 232.766 160.187 232.722 160.087L232.539 160.169C232.616 160.34 232.786 160.45 232.973 160.451L232.974 160.251ZM233.087 160.226C233.051 160.242 233.012 160.251 232.973 160.251L232.974 160.451C233.042 160.451 233.108 160.436 233.17 160.408L233.087 160.226ZM233.225 159.86C233.288 159.999 233.226 160.163 233.087 160.226L233.169 160.408C233.409 160.3 233.515 160.018 233.408 159.778L233.225 159.86ZM230.998 156.698L230.384 158.048L230.566 158.13L231.18 156.781L230.998 156.698ZM231.795 158.048L231.18 156.698L230.998 156.781L231.613 158.13L231.795 158.048ZM230.475 158.189H231.704V157.989H230.475V158.189Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M213.004 155.917C213.554 155.917 214 156.364 214 156.917V159C214 159.552 213.554 160 213.004 160H200.996C200.446 160 200 159.552 200 159V156.917C200 156.364 200.446 155.917 200.996 155.917H213.004ZM202.042 157.375C201.72 157.375 201.458 157.636 201.458 157.958C201.458 158.28 201.72 158.542 202.042 158.542C202.364 158.542 202.625 158.28 202.625 157.958C202.625 157.636 202.364 157.375 202.042 157.375ZM204.083 157.375C203.761 157.375 203.5 157.636 203.5 157.958C203.5 158.28 203.761 158.542 204.083 158.542C204.405 158.542 204.667 158.28 204.667 157.958C204.667 157.636 204.405 157.375 204.083 157.375ZM213.004 150.958C213.554 150.958 214 151.406 214 151.958V154.042C214 154.594 213.554 155.042 213.004 155.042H200.996C200.446 155.042 200 154.594 200 154.042V151.958C200 151.406 200.446 150.958 200.996 150.958H213.004ZM212.5 152.562H209.583V153.438H212.5V152.562ZM213.004 146C213.554 146 214 146.448 214 147V149.083C214 149.636 213.554 150.083 213.004 150.083H200.996C200.446 150.083 200 149.636 200 149.083V147C200 146.448 200.446 146 200.996 146H213.004ZM202.042 147.458C201.72 147.458 201.458 147.72 201.458 148.042C201.458 148.364 201.72 148.625 202.042 148.625C202.364 148.625 202.625 148.364 202.625 148.042C202.625 147.72 202.364 147.458 202.042 147.458Z' fill='%2335383A'/%3e%3cpath d='M183.176 144.779H191.896L195.632 148.515V160.412C195.632 160.859 195.27 161.221 194.823 161.221H183.176C182.729 161.221 182.367 160.859 182.367 160.412V145.588C182.367 145.141 182.729 144.779 183.176 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M195.279 148.162H192.529C192.375 148.162 192.25 148.036 192.25 147.882V145.133L195.279 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M195.618 151.057L192.971 148.41H195.618V151.057Z' fill='url(%23paint6_linear_15778_26381)'/%3e%3cpath d='M195.632 156.073V160.411C195.632 160.858 195.27 161.221 194.823 161.221H183.176C182.729 161.221 182.367 160.858 182.367 160.411V156.073H195.632Z' fill='%2300AD8F' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M184.934 157.545V157.827H184.136V159.912H183.811V157.827H183.013V157.545H184.934ZM186.169 158.942L185.809 157.896L185.428 158.942H186.169ZM185.642 157.545H186.004L186.863 159.912H186.512L186.272 159.203H185.336L185.08 159.912H184.751L185.642 157.545ZM188.014 158.545C188.15 158.545 188.255 158.526 188.33 158.489C188.448 158.43 188.507 158.323 188.507 158.17C188.507 158.015 188.445 157.911 188.319 157.857C188.248 157.827 188.143 157.812 188.003 157.812H187.431V158.545H188.014ZM188.122 159.638C188.319 159.638 188.459 159.581 188.543 159.467C188.596 159.395 188.622 159.308 188.622 159.206C188.622 159.034 188.545 158.917 188.391 158.855C188.31 158.821 188.202 158.805 188.068 158.805H187.431V159.638H188.122ZM187.117 157.545H188.134C188.411 157.545 188.608 157.627 188.725 157.793C188.794 157.89 188.828 158.003 188.828 158.131C188.828 158.28 188.786 158.403 188.701 158.498C188.657 158.549 188.593 158.595 188.511 158.637C188.632 158.683 188.723 158.735 188.783 158.793C188.889 158.896 188.942 159.039 188.942 159.22C188.942 159.373 188.895 159.511 188.799 159.634C188.656 159.819 188.429 159.912 188.117 159.912H187.117V157.545ZM189.296 157.545H189.617V159.63H190.815V159.912H189.296V157.545ZM191.134 157.545H192.859V157.835H191.446V158.553H192.753V158.827H191.446V159.63H192.883V159.912H191.134V157.545ZM194.996 157.545V157.827H194.199V159.912H193.873V157.827H193.076V157.545H194.996Z' fill='white'/%3e%3crect opacity='0.5' x='185.2' y='148.2' width='7.6' height='5.6' rx='0.3' fill='white' stroke='%2300AD8F' stroke-width='0.4'/%3e%3crect opacity='0.5' x='185.8' y='150.75' width='0.5' height='0.5' rx='0.25' fill='%2300AD8F'/%3e%3cpath d='M165.176 144.779H173.896L177.632 148.515V160.412C177.632 160.859 177.27 161.221 176.823 161.221H165.176C164.729 161.221 164.367 160.859 164.367 160.412V145.588C164.367 145.141 164.729 144.779 165.176 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M177.279 148.162H174.529C174.375 148.162 174.25 148.036 174.25 147.882V145.133L177.279 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M177.618 151.057L174.971 148.41H177.618V151.057Z' fill='url(%23paint7_linear_15778_26381)'/%3e%3cpath d='M177.632 156.073V160.411C177.632 160.858 177.27 161.221 176.823 161.221H165.176C164.729 161.221 164.367 160.858 164.367 160.411V156.073H177.632Z' fill='%237565C0' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M165.137 157.401H166.267C166.49 157.401 166.67 157.464 166.807 157.591C166.943 157.716 167.012 157.893 167.012 158.121C167.012 158.317 166.951 158.487 166.829 158.633C166.707 158.778 166.519 158.85 166.267 158.85H165.477V159.912H165.137V157.401ZM166.668 158.122C166.668 157.938 166.6 157.812 166.463 157.746C166.388 157.711 166.285 157.693 166.154 157.693H165.477V158.563H166.154C166.306 158.563 166.43 158.531 166.525 158.466C166.62 158.401 166.668 158.286 166.668 158.122ZM167.416 157.401H167.759V158.438H169.065V157.401H169.408V159.912H169.065V158.738H167.759V159.912H167.416V157.401ZM170.988 157.333C171.431 157.333 171.759 157.475 171.972 157.76C172.139 157.982 172.222 158.266 172.222 158.613C172.222 158.988 172.127 159.299 171.937 159.548C171.713 159.839 171.395 159.985 170.981 159.985C170.595 159.985 170.291 159.858 170.07 159.602C169.873 159.356 169.775 159.045 169.775 158.669C169.775 158.33 169.859 158.039 170.028 157.798C170.244 157.488 170.564 157.333 170.988 157.333ZM171.022 159.681C171.322 159.681 171.538 159.574 171.672 159.36C171.806 159.144 171.873 158.897 171.873 158.618C171.873 158.323 171.796 158.085 171.641 157.905C171.487 157.725 171.276 157.635 171.009 157.635C170.749 157.635 170.537 157.725 170.373 157.904C170.209 158.081 170.127 158.344 170.127 158.691C170.127 158.969 170.197 159.204 170.337 159.396C170.478 159.586 170.707 159.681 171.022 159.681ZM172.597 157.401H172.998L174.267 159.435V157.401H174.59V159.912H174.208L172.922 157.88V159.912H172.597V157.401ZM175.127 157.401H176.957V157.709H175.458V158.471H176.844V158.761H175.458V159.613H176.983V159.912H175.127V157.401Z' fill='white'/%3e%3crect x='168.7' y='147.2' width='4.6' height='7.1' rx='0.8' fill='white' stroke='%23BAB2DF' stroke-width='0.4'/%3e%3crect x='170' y='147' width='2' height='0.7' rx='0.35' fill='%23BAB2DF'/%3e%3cpath d='M147.176 144.779H155.896L159.632 148.515V160.412C159.632 160.859 159.27 161.221 158.823 161.221H147.176C146.729 161.221 146.367 160.859 146.367 160.412V145.588C146.367 145.141 146.729 144.779 147.176 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M159.279 148.162H156.529C156.375 148.162 156.25 148.036 156.25 147.882V145.133L159.279 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M159.618 151.057L156.971 148.41H159.618V151.057Z' fill='url(%23paint8_linear_15778_26381)'/%3e%3cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M154.085 149.3L152.782 153.3H152.356L153.66 149.3H154.085ZM151 152.923V152.433L149.364 151.447L151 150.464V149.974L149 151.221V151.673L151 152.923ZM155.2 152.923V152.433L156.836 151.447L155.2 150.464V149.974L157.2 151.221V151.673L155.2 152.923Z' fill='%23619F24'/%3e%3cpath d='M159.632 156.073V160.411C159.632 160.858 159.27 161.221 158.823 161.221H147.176C146.729 161.221 146.367 160.858 146.367 160.411V156.073H159.632Z' fill='%23619F24' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M149.36 159.912H148.876L149.936 158.393L148.942 156.95H149.444L150.201 158.083L150.951 156.95H151.429L150.434 158.393L151.477 159.912H150.979L150.18 158.694L149.36 159.912ZM151.812 156.95H152.387L153.238 159.454L154.083 156.95H154.651V159.912H154.27V158.163C154.27 158.103 154.272 158.003 154.274 157.863C154.277 157.723 154.278 157.573 154.278 157.413L153.434 159.912H153.036L152.185 157.413V157.504C152.185 157.577 152.187 157.688 152.189 157.837C152.193 157.985 152.195 158.094 152.195 158.163V159.912H151.812V156.95ZM155.225 156.95H155.626V159.559H157.126V159.912H155.225V156.95Z' fill='white'/%3e%3cpath d='M129.176 144.779H137.896L141.632 148.515V160.412C141.632 160.859 141.27 161.221 140.823 161.221H129.176C128.729 161.221 128.367 160.859 128.367 160.412V145.588C128.367 145.141 128.729 144.779 129.176 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M141.279 148.162H138.529C138.375 148.162 138.25 148.036 138.25 147.882V145.133L141.279 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M141.618 151.057L138.971 148.41H141.618V151.057Z' fill='url(%23paint9_linear_15778_26381)'/%3e%3cpath d='M141.632 156.073V160.411C141.632 160.858 141.27 161.221 140.823 161.221H129.176C128.729 161.221 128.367 160.858 128.367 160.411V156.073H141.632Z' fill='%23EB6756' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M129.786 156.95H131.118C131.382 156.95 131.594 157.024 131.756 157.173C131.917 157.321 131.998 157.53 131.998 157.799C131.998 158.03 131.926 158.231 131.782 158.403C131.638 158.574 131.417 158.659 131.118 158.659H130.187V159.912H129.786V156.95ZM131.592 157.801C131.592 157.583 131.512 157.435 131.35 157.357C131.262 157.315 131.14 157.294 130.985 157.294H130.187V158.321H130.985C131.165 158.321 131.311 158.282 131.423 158.206C131.536 158.129 131.592 157.994 131.592 157.801ZM133.841 158.307C134.029 158.307 134.178 158.269 134.287 158.194C134.397 158.118 134.452 157.983 134.452 157.786C134.452 157.575 134.376 157.432 134.222 157.355C134.14 157.315 134.031 157.294 133.894 157.294H132.914V158.307H133.841ZM132.512 156.95H133.884C134.109 156.95 134.296 156.983 134.442 157.048C134.72 157.175 134.859 157.408 134.859 157.748C134.859 157.926 134.823 158.071 134.749 158.184C134.676 158.297 134.574 158.387 134.442 158.456C134.558 158.503 134.644 158.565 134.702 158.641C134.761 158.718 134.794 158.842 134.801 159.014L134.815 159.412C134.819 159.524 134.829 159.609 134.843 159.664C134.868 159.758 134.911 159.818 134.972 159.845V159.912H134.48C134.467 159.886 134.456 159.853 134.448 159.813C134.44 159.772 134.433 159.695 134.428 159.579L134.404 159.085C134.394 158.891 134.322 158.762 134.188 158.696C134.111 158.659 133.991 158.641 133.827 158.641H132.914V159.912H132.512V156.95ZM135.449 156.95H137.608V157.313H135.84V158.212H137.475V158.555H135.84V159.559H137.639V159.912H135.449V156.95ZM138.39 158.956C138.399 159.124 138.439 159.26 138.509 159.365C138.642 159.561 138.876 159.66 139.212 159.66C139.363 159.66 139.5 159.638 139.624 159.595C139.863 159.512 139.982 159.363 139.982 159.147C139.982 158.986 139.932 158.871 139.831 158.803C139.729 158.735 139.569 158.677 139.351 158.627L138.95 158.536C138.688 158.477 138.502 158.412 138.394 158.341C138.205 158.217 138.111 158.032 138.111 157.786C138.111 157.52 138.203 157.302 138.388 157.131C138.572 156.96 138.832 156.875 139.17 156.875C139.48 156.875 139.744 156.95 139.96 157.101C140.178 157.25 140.287 157.489 140.287 157.819H139.91C139.89 157.66 139.847 157.538 139.781 157.454C139.659 157.299 139.451 157.222 139.158 157.222C138.921 157.222 138.751 157.272 138.648 157.371C138.544 157.471 138.492 157.586 138.492 157.718C138.492 157.863 138.553 157.969 138.674 158.036C138.753 158.079 138.933 158.133 139.212 158.198L139.628 158.293C139.828 158.338 139.982 158.401 140.091 158.48C140.28 158.618 140.374 158.819 140.374 159.083C140.374 159.411 140.254 159.645 140.015 159.787C139.777 159.928 139.5 159.998 139.184 159.998C138.816 159.998 138.527 159.904 138.319 159.716C138.111 159.529 138.008 159.276 138.013 158.956H138.39Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.25 148C132.128 148 132.065 148 132.033 148.031C132 148.064 132 148.131 132 148.268V152.018C132 152.155 132 152.222 132.033 152.254C132.065 152.286 132.128 152.286 132.25 152.286H134.571V152.364V153.236V153.345H133.715V154H136.286V153.345H135.428V153.236V152.364V152.286H137.75C137.872 152.286 137.935 152.286 137.967 152.254C138 152.222 138 152.155 138 152.018V152.018V148.268C138 148.131 138 148.064 137.967 148.031C137.935 148 137.872 148 137.75 148H132.25Z' fill='%23EB6756'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M134.143 149.286L135.857 150.143L134.143 151V149.286Z' fill='white'/%3e%3cpath d='M111.176 144.779H119.896L123.632 148.515V160.412C123.632 160.859 123.27 161.221 122.823 161.221H111.176C110.729 161.221 110.367 160.859 110.367 160.412V145.588C110.367 145.141 110.729 144.779 111.176 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M123.279 148.162H120.529C120.375 148.162 120.25 148.036 120.25 147.882V145.133L123.279 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M123.618 151.057L120.971 148.41H123.618V151.057Z' fill='url(%23paint10_linear_15778_26381)'/%3e%3cpath d='M123.635 156.044V160.382C123.635 160.828 123.273 161.191 122.826 161.191H111.179C110.732 161.191 110.37 160.828 110.37 160.382V156.044H123.635Z' fill='%23E44E27' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M111.137 157.157H111.51V158.283H112.928V157.157H113.301V159.882H112.928V158.608H111.51V159.882H111.137V157.157ZM115.823 157.157V157.481H114.905V159.882H114.53V157.481H113.611V157.157H115.823ZM116.119 157.157H116.648L117.431 159.461L118.208 157.157H118.731V159.882H118.381V158.274C118.381 158.218 118.382 158.126 118.384 157.997C118.387 157.869 118.388 157.731 118.388 157.583L117.611 159.882H117.245L116.462 157.583V157.667C116.462 157.734 116.463 157.836 116.466 157.973C116.469 158.109 116.471 158.209 116.471 158.274V159.882H116.119V157.157ZM119.259 157.157H119.628V159.558H121.009V159.882H119.259V157.157ZM121.52 159.205C121.542 159.396 121.63 159.527 121.785 159.6C121.864 159.637 121.956 159.656 122.06 159.656C122.257 159.656 122.404 159.593 122.499 159.467C122.595 159.341 122.642 159.201 122.642 159.047C122.642 158.862 122.585 158.718 122.471 158.617C122.359 158.515 122.223 158.465 122.065 158.465C121.95 158.465 121.851 158.487 121.768 158.532C121.687 158.576 121.617 158.638 121.559 158.717L121.269 158.7L121.471 157.27H122.852V157.593H121.722L121.609 158.331C121.67 158.284 121.729 158.249 121.785 158.225C121.884 158.185 121.998 158.164 122.128 158.164C122.372 158.164 122.578 158.243 122.748 158.4C122.917 158.557 123.002 158.756 123.002 158.997C123.002 159.248 122.924 159.47 122.768 159.662C122.614 159.853 122.366 159.949 122.026 159.949C121.81 159.949 121.618 159.889 121.451 159.767C121.285 159.645 121.192 159.457 121.173 159.205H121.52Z' fill='white'/%3e%3cpath opacity='0.5' fill-rule='evenodd' clip-rule='evenodd' d='M118.087 149.271L116.783 153.271H116.358L117.662 149.271H118.087ZM115.002 152.893V152.403L113.366 151.417L115.002 150.434V149.944L113.002 151.191V151.643L115.002 152.893ZM119.202 152.893V152.403L120.838 151.417L119.202 150.434V149.944L121.202 151.191V151.643L119.202 152.893Z' fill='%23E44E27'/%3e%3cpath d='M93.1758 144.779H101.896L105.632 148.515V160.412C105.632 160.859 105.27 161.221 104.823 161.221H93.1758C92.7293 161.221 92.3674 160.859 92.3672 160.412V145.588C92.3673 145.141 92.7293 144.779 93.1758 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M105.279 148.162H102.529C102.375 148.162 102.25 148.036 102.25 147.882V145.133L105.279 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M105.618 151.057L102.971 148.41H105.618V151.057Z' fill='url(%23paint11_linear_15778_26381)'/%3e%3cpath d='M105.632 156.073V160.411C105.632 160.858 105.27 161.221 104.823 161.221H93.1758C92.7292 161.221 92.3672 160.858 92.3672 160.411V156.073H105.632Z' fill='%233492ED' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M93.5094 156.95H94.0841L94.935 159.454L95.7798 156.95H96.3484V159.912H95.9673V158.163C95.9673 158.103 95.9687 158.003 95.9713 157.863C95.974 157.723 95.9754 157.573 95.9754 157.413L95.1305 159.912H94.7333L93.8824 157.413V157.504C93.8824 157.577 93.8838 157.688 93.8865 157.837C93.8905 157.985 93.8925 158.094 93.8925 158.163V159.912H93.5094V156.95ZM97.1839 158.956C97.1933 159.124 97.233 159.26 97.3029 159.365C97.436 159.561 97.6705 159.66 98.0066 159.66C98.1571 159.66 98.2942 159.638 98.4179 159.595C98.6572 159.512 98.7768 159.363 98.7768 159.147C98.7768 158.986 98.7264 158.871 98.6256 158.803C98.5234 158.735 98.3635 158.677 98.1457 158.627L97.7445 158.536C97.4823 158.477 97.2968 158.412 97.188 158.341C96.9998 158.217 96.9057 158.032 96.9057 157.786C96.9057 157.52 96.9978 157.302 97.1819 157.131C97.3661 156.96 97.6268 156.875 97.9642 156.875C98.2748 156.875 98.5382 156.95 98.7546 157.101C98.9724 157.25 99.0813 157.489 99.0813 157.819H98.7042C98.6841 157.66 98.641 157.538 98.5752 157.454C98.4529 157.299 98.2452 157.222 97.9521 157.222C97.7156 157.222 97.5455 157.272 97.442 157.371C97.3385 157.471 97.2868 157.586 97.2868 157.718C97.2868 157.863 97.3472 157.969 97.4682 158.036C97.5475 158.079 97.727 158.133 98.0066 158.198L98.4219 158.293C98.6222 158.338 98.7768 158.401 98.8857 158.48C99.0739 158.618 99.168 158.819 99.168 159.083C99.168 159.411 99.0483 159.645 98.8091 159.787C98.5711 159.928 98.2942 159.998 97.9784 159.998C97.61 159.998 97.3217 159.904 97.1134 159.716C96.905 159.529 96.8028 159.276 96.8069 158.956H97.1839ZM101.794 156.95V157.303H100.796V159.912H100.389V157.303H99.3905V156.95H101.794ZM103.503 158.307C103.691 158.307 103.839 158.269 103.948 158.194C104.058 158.118 104.114 157.983 104.114 157.786C104.114 157.575 104.037 157.432 103.884 157.355C103.802 157.315 103.692 157.294 103.555 157.294H102.575V158.307H103.503ZM102.174 156.95H103.545C103.771 156.95 103.957 156.983 104.103 157.048C104.382 157.175 104.521 157.408 104.521 157.748C104.521 157.926 104.484 158.071 104.41 158.184C104.337 158.297 104.235 158.387 104.103 158.456C104.219 158.503 104.306 158.565 104.364 158.641C104.423 158.718 104.456 158.842 104.462 159.014L104.476 159.412C104.48 159.524 104.49 159.609 104.505 159.664C104.529 159.758 104.572 159.818 104.634 159.845V159.912H104.142C104.128 159.886 104.118 159.853 104.109 159.813C104.101 159.772 104.095 159.695 104.089 159.579L104.065 159.085C104.056 158.891 103.984 158.762 103.849 158.696C103.773 158.659 103.652 158.641 103.488 158.641H102.575V159.912H102.174V156.95Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.423 150.55L102.746 150.894L99.7106 154.049C99.7106 154.049 96.799 151.082 96.34 150.642C95.8809 150.201 95.3003 150.894 95.6535 151.24C96.0067 151.586 97.862 153.438 97.862 153.438L97.5075 153.817C97.5075 153.817 95.5385 151.831 95.2615 151.547C94.9845 151.264 94.9137 150.813 95.2 150.5C95.4862 150.187 97.6091 148.054 97.8285 147.807C98.0479 147.559 98.4761 147.591 98.6885 147.802C98.9008 148.012 99.1255 148.252 99.1255 148.252C99.1255 148.252 99.4278 147.951 99.6786 147.682C99.9293 147.412 100.227 147.353 100.539 147.677C100.85 148 102.62 149.748 102.62 149.748L100.051 152.359C100.051 152.359 98.659 150.972 98.1901 150.517C97.7211 150.061 97.1252 150.721 97.547 151.16C97.9687 151.599 99.7106 153.313 99.7106 153.313L102.423 150.55Z' fill='%231C91DC'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.915 149.751L100.046 151.65C100.046 151.65 98.6649 150.277 98.4882 150.107C98.3114 149.937 98.1748 149.928 98.1748 149.928C98.1748 149.928 99.8231 148.239 99.9517 148.125C100.08 148.011 100.171 148.017 100.279 148.125C100.387 148.233 101.915 149.751 101.915 149.751Z' fill='%23A6D1ED'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M98.7692 148.591C98.7692 148.591 97.1075 150.28 97.0386 150.35C96.9697 150.42 96.9497 150.55 96.9497 150.55C96.9497 150.55 96.8143 150.402 96.6376 150.232C96.4608 150.062 96.3242 150.053 96.3242 150.053C96.3242 150.053 97.9725 148.364 98.1011 148.25C98.2296 148.136 98.3203 148.142 98.4286 148.25C98.5369 148.358 98.7692 148.591 98.7692 148.591Z' fill='%23A6D1ED'/%3e%3cpath d='M75.1758 144.779H83.8965L87.6318 148.515V160.412C87.6316 160.859 87.2697 161.221 86.8232 161.221H75.1758C74.7293 161.221 74.3674 160.859 74.3672 160.412V145.588C74.3673 145.141 74.7293 144.779 75.1758 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M87.2793 148.162H84.5293C84.375 148.162 84.25 148.036 84.25 147.882V145.133L87.2793 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M87.6178 151.057L84.9707 148.41H87.6178V151.057Z' fill='url(%23paint12_linear_15778_26381)'/%3e%3cpath d='M87.6318 156.073V160.411C87.6318 160.858 87.2699 161.221 86.8232 161.221H75.1758C74.7292 161.221 74.3672 160.858 74.3672 160.411V156.073H87.6318Z' fill='%23619F24' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M78.3538 156.869C78.7289 156.869 79.0199 156.968 79.2269 157.166C79.4339 157.363 79.5488 157.588 79.5717 157.839H79.1805C79.1362 157.648 79.0474 157.497 78.9144 157.385C78.7826 157.274 78.5971 157.218 78.3579 157.218C78.0662 157.218 77.8303 157.321 77.6501 157.527C77.4714 157.731 77.382 158.045 77.382 158.468C77.382 158.815 77.4626 159.097 77.6239 159.313C77.7866 159.528 78.0285 159.636 78.3498 159.636C78.6455 159.636 78.8707 159.522 79.0253 159.295C79.1073 159.175 79.1684 159.018 79.2087 158.823H79.5999C79.565 159.135 79.4494 159.396 79.2531 159.607C79.0179 159.861 78.7006 159.988 78.3014 159.988C77.9573 159.988 77.6683 159.884 77.4344 159.676C77.1266 159.4 76.9727 158.975 76.9727 158.4C76.9727 157.963 77.0883 157.605 77.3195 157.325C77.5695 157.021 77.9143 156.869 78.3538 156.869ZM80.3145 158.956C80.3239 159.124 80.3635 159.261 80.4334 159.365C80.5665 159.562 80.8011 159.66 81.1371 159.66C81.2877 159.66 81.4248 159.638 81.5484 159.595C81.7877 159.512 81.9073 159.363 81.9073 159.148C81.9073 158.986 81.8569 158.871 81.7561 158.803C81.654 158.736 81.494 158.677 81.2762 158.627L80.875 158.537C80.6129 158.478 80.4274 158.412 80.3185 158.341C80.1303 158.217 80.0362 158.033 80.0362 157.787C80.0362 157.521 80.1283 157.302 80.3124 157.131C80.4966 156.961 80.7574 156.875 81.0948 156.875C81.4053 156.875 81.6687 156.951 81.8852 157.101C82.1029 157.25 82.2118 157.49 82.2118 157.819H81.8348C81.8146 157.66 81.7716 157.539 81.7057 157.454C81.5834 157.299 81.3757 157.222 81.0827 157.222C80.8461 157.222 80.676 157.272 80.5725 157.371C80.469 157.471 80.4173 157.586 80.4173 157.718C80.4173 157.863 80.4778 157.969 80.5988 158.037C80.6781 158.08 80.8575 158.133 81.1371 158.198L81.5525 158.293C81.7528 158.338 81.9073 158.401 82.0162 158.48C82.2044 158.619 82.2985 158.82 82.2985 159.083C82.2985 159.411 82.1789 159.646 81.9396 159.787C81.7017 159.928 81.4248 159.999 81.1089 159.999C80.7406 159.999 80.4522 159.904 80.2439 159.716C80.0355 159.529 79.9334 159.276 79.9374 158.956H80.3145ZM83.003 156.95L83.8539 159.472L84.6947 156.95H85.1443L84.0636 159.912H83.6381L82.5594 156.95H83.003Z' fill='white'/%3e%3cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M82.0576 147.971H82.0572H79.4102H79.0576H76.4102V148.324V149.206V149.559V150.441V150.794V151.677V152.03V152.912V153.265V154.147V154.5H79.0576H79.4102L81.7043 154.5L82.0576 154.5H85.5866V154.147V153.265V152.912V152.03V151.677V150.794V150.441V149.559V149.206H82.0576V147.971ZM81.7043 149.206V148.324H79.4102V149.206H81.7043ZM85.2333 154.147V153.265H82.0576V154.147H85.2333ZM85.2333 152.912V152.03H82.0576V152.912H85.2333ZM85.2333 151.677V150.794H82.0576V151.677H85.2333ZM85.2333 150.441H82.0576V149.559H85.2333V150.441ZM81.7043 154.147V153.265H79.4102V154.147H81.7043ZM81.7043 152.912V152.03H79.4102V152.912H81.7043ZM81.7043 151.677V150.794H79.4102V151.677H81.7043ZM81.7043 150.441V149.559H79.4102V150.441H81.7043ZM76.7627 149.559V150.441H79.0568V149.559H76.7627ZM79.0568 149.206H76.7627V148.324H79.0568V149.206ZM79.0568 150.794H76.7627V151.677H79.0568V150.794ZM79.0568 152.03H76.7627V152.912H79.0568V152.03ZM79.0568 153.265H76.7627V154.147H79.0568V153.265Z' fill='%23619F24'/%3e%3cpath d='M57.1758 144.779H65.8965L69.6318 148.515V160.412C69.6316 160.859 69.2697 161.221 68.8232 161.221H57.1758C56.7293 161.221 56.3674 160.859 56.3672 160.412V145.588C56.3673 145.141 56.7293 144.779 57.1758 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M69.2793 148.162H66.5293C66.375 148.162 66.25 148.036 66.25 147.882V145.133L69.2793 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M69.6178 151.057L66.9707 148.41H69.6178V151.057Z' fill='url(%23paint13_linear_15778_26381)'/%3e%3cpath d='M69.6318 156.073V160.411C69.6318 160.858 69.2699 161.221 68.8232 161.221H57.1758C56.7292 161.221 56.3672 160.858 56.3672 160.411V156.073H69.6318Z' fill='%239B9B9B' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M61.606 156.95V157.303H60.6079V159.912H60.2006V157.303H59.2025V156.95H61.606ZM62.1915 159.912H61.7075L62.7681 158.393L61.7741 156.95H62.2761L63.0323 158.083L63.7823 156.95H64.2602L63.2662 158.393L64.3086 159.912H63.8106L63.0121 158.694L62.1915 159.912ZM66.8096 156.95V157.303H65.8115V159.912H65.4042V157.303H64.4061V156.95H66.8096Z' fill='white'/%3e%3cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M58.3945 147.706H64.7475V148.235H58.3945V147.706ZM58.3945 149.294H67.571V149.823H58.3945V149.294ZM67.571 150.882H58.3945V151.412H67.571V150.882ZM58.3945 152.471H67.571V153H58.3945V152.471ZM67.571 154.059H58.3945V154.588H67.571V154.059Z' fill='%239B9B9B'/%3e%3cpath d='M39.1758 144.779H47.8965L51.6318 148.515V160.412C51.6316 160.859 51.2697 161.221 50.8232 161.221H39.1758C38.7293 161.221 38.3674 160.859 38.3672 160.412V145.588C38.3673 145.141 38.7293 144.779 39.1758 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M51.2793 148.162H48.5293C48.375 148.162 48.25 148.036 48.25 147.882V145.133L51.2793 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M51.6178 151.057L48.9707 148.41H51.6178V151.057Z' fill='url(%23paint14_linear_15778_26381)'/%3e%3cpath d='M51.6318 156.073V160.411C51.6318 160.858 51.2699 161.221 50.8232 161.221H39.1758C38.7292 161.221 38.3672 160.858 38.3672 160.411V156.073H51.6318Z' fill='%235AB671' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M41.7026 159.912H41.2186L42.2792 158.393L41.2852 156.95H41.7872L42.5434 158.083L43.2934 156.95H43.7713L42.7773 158.393L43.8197 159.912H43.3217L42.5232 158.694L41.7026 159.912ZM44.1652 156.95H44.5665V159.559H46.0666V159.912H44.1652V156.95ZM46.6884 158.956C46.6978 159.124 46.7375 159.26 46.8074 159.365C46.9405 159.561 47.175 159.66 47.5111 159.66C47.6616 159.66 47.7987 159.638 47.9224 159.595C48.1617 159.512 48.2813 159.363 48.2813 159.147C48.2813 158.986 48.2309 158.871 48.1301 158.803C48.0279 158.735 47.868 158.677 47.6502 158.627L47.249 158.536C46.9868 158.477 46.8013 158.412 46.6925 158.341C46.5043 158.217 46.4102 158.032 46.4102 157.786C46.4102 157.52 46.5023 157.302 46.6864 157.131C46.8706 156.96 47.1313 156.875 47.4687 156.875C47.7793 156.875 48.0427 156.95 48.2591 157.101C48.4769 157.25 48.5858 157.489 48.5858 157.819H48.2087C48.1886 157.66 48.1455 157.538 48.0797 157.454C47.9574 157.299 47.7497 157.222 47.4566 157.222C47.2201 157.222 47.05 157.272 46.9465 157.371C46.843 157.471 46.7913 157.586 46.7913 157.718C46.7913 157.863 46.8517 157.969 46.9727 158.036C47.052 158.079 47.2315 158.133 47.5111 158.198L47.9264 158.293C48.1267 158.338 48.2813 158.401 48.3902 158.48C48.5784 158.618 48.6725 158.819 48.6725 159.083C48.6725 159.411 48.5528 159.645 48.3136 159.787C48.0756 159.928 47.7987 159.998 47.4829 159.998C47.1145 159.998 46.8262 159.904 46.6179 159.716C46.4095 159.529 46.3073 159.276 46.3114 158.956H46.6884Z' fill='white'/%3e%3cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M43.5166 147.706H44.7013V153.925H43.5166V147.706ZM46.4777 149.187H45.293V153.925H46.4777V149.187ZM48.2551 150.964H47.0704V153.925H48.2551V150.964ZM42.924 150.519H41.7393V153.925H42.924V150.519Z' fill='%235AB671'/%3e%3cpath d='M21.1758 144.779H29.8965L33.6318 148.515V160.412C33.6316 160.859 33.2697 161.221 32.8232 161.221H21.1758C20.7293 161.221 20.3674 160.859 20.3672 160.412V145.588C20.3673 145.141 20.7293 144.779 21.1758 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M33.2793 148.162H30.5293C30.375 148.162 30.25 148.036 30.25 147.882V145.133L33.2793 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M33.6178 151.057L30.9707 148.41H33.6178V151.057Z' fill='url(%23paint15_linear_15778_26381)'/%3e%3cpath d='M33.6318 156.073V160.411C33.6318 160.858 33.2699 161.221 32.8232 161.221H21.1758C20.7292 161.221 20.3672 160.858 20.3672 160.411V156.073H33.6318Z' fill='%23F16529' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M21.7574 156.95H22.1627V158.174H23.7032V156.95H24.1085V159.912H23.7032V158.526H22.1627V159.912H21.7574V156.95ZM26.8494 156.95V157.303H25.8513V159.912H25.444V157.303H24.446V156.95H26.8494ZM27.1708 156.95H27.7454L28.5963 159.454L29.4411 156.95H30.0097V159.912H29.6287V158.163C29.6287 158.103 29.63 158.003 29.6327 157.863C29.6354 157.723 29.6367 157.573 29.6367 157.413L28.7919 159.912H28.3947L27.5438 157.413V157.504C27.5438 157.577 27.5451 157.688 27.5478 157.837C27.5518 157.985 27.5539 158.094 27.5539 158.163V159.912H27.1708V156.95ZM30.5831 156.95H30.9844V159.559H32.4845V159.912H30.5831V156.95Z' fill='white'/%3e%3cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M28.0852 149.3L26.7815 153.3H26.3563L27.66 149.3H28.0852ZM25 152.923V152.433L23.3644 151.447L25 150.464V149.974L23 151.221V151.673L25 152.923ZM29.2 152.923V152.433L30.8356 151.447L29.2 150.464V149.974L31.2 151.221V151.673L29.2 152.923Z' fill='%23F16529'/%3e%3cpath d='M3.17578 144.779H11.8965L15.6318 148.515V160.412C15.6316 160.859 15.2697 161.221 14.8232 161.221H3.17578C2.72934 161.221 2.36744 160.859 2.36719 160.412V145.588C2.36731 145.141 2.72926 144.779 3.17578 144.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M15.2793 148.162H12.5293C12.375 148.162 12.25 148.036 12.25 147.882V145.133L15.2793 148.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M15.6178 151.057L12.9707 148.41H15.6178V151.057Z' fill='url(%23paint16_linear_15778_26381)'/%3e%3cpath d='M15.6318 156.073V160.411C15.6318 160.858 15.2699 161.221 14.8232 161.221H3.17578C2.72919 161.221 2.36719 160.858 2.36719 160.411V156.073H15.6318Z' fill='%23CD4C4B' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M5.25897 156.95H6.59175C6.85522 156.95 7.0676 157.024 7.22891 157.173C7.39021 157.321 7.47086 157.53 7.47086 157.799C7.47086 158.03 7.39895 158.231 7.25512 158.403C7.11129 158.574 6.89017 158.659 6.59175 158.659H5.66021V159.912H5.25897V156.95ZM7.06558 157.801C7.06558 157.583 6.98493 157.435 6.82363 157.357C6.73491 157.315 6.61326 157.294 6.45867 157.294H5.66021V158.321H6.45867C6.6388 158.321 6.78465 158.282 6.89621 158.206C7.00913 158.129 7.06558 157.994 7.06558 157.801ZM9.0746 159.569C9.21037 159.569 9.32194 159.555 9.40931 159.527C9.56524 159.474 9.69294 159.373 9.79241 159.224C9.87172 159.104 9.92885 158.951 9.9638 158.764C9.98396 158.653 9.99404 158.549 9.99404 158.454C9.99404 158.087 9.92078 157.802 9.77426 157.599C9.62909 157.396 9.39453 157.294 9.07057 157.294H8.35881V159.569H9.0746ZM7.95555 156.95H9.15526C9.56255 156.95 9.87844 157.094 10.1029 157.383C10.3032 157.644 10.4034 157.978 10.4034 158.385C10.4034 158.7 10.3442 158.984 10.2259 159.238C10.0176 159.687 9.65933 159.912 9.15122 159.912H7.95555V156.95ZM10.9223 156.95H12.9769V157.313H11.3236V158.212H12.7773V158.565H11.3236V159.912H10.9223V156.95Z' fill='white'/%3e%3cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M11.9729 151.852C12.0003 152.042 11.7046 152.152 11.1575 152.025C10.9157 151.969 10.6704 151.873 10.4337 151.742C11.3784 151.605 11.9456 151.662 11.9729 151.852ZM9.02126 151.527C8.94432 151.544 8.70764 151.596 8.68331 151.602C8.47419 151.648 8.27378 151.699 8.08398 151.753C8.15305 151.617 8.2133 151.5 8.25314 151.425C8.40643 151.137 8.54195 150.865 8.66052 150.608C8.72637 150.717 8.79616 150.827 8.86964 150.936C8.99824 151.128 9.1427 151.305 9.29921 151.467C9.21165 151.485 9.12099 151.505 9.02126 151.527ZM6.51665 153.636C6.29178 153.922 6.14386 153.983 5.98353 153.888C5.95406 153.871 5.9407 153.833 5.95764 153.748C5.98508 153.61 6.09149 153.431 6.27329 153.245C6.47799 153.035 6.75404 152.835 7.09593 152.656C6.85484 153.129 6.68139 153.426 6.51665 153.636ZM8.36788 148.61C8.32899 148.362 8.33137 148.154 8.36931 148.008C8.39662 147.903 8.43337 147.854 8.4645 147.844C8.62101 147.792 8.76882 147.888 8.812 148.206C8.85244 148.503 8.79017 148.919 8.61099 149.455C8.49003 149.154 8.40843 148.869 8.36788 148.61ZM9.87465 151.352C9.6474 151.157 9.43924 150.929 9.26543 150.67C9.12729 150.465 9.00418 150.26 8.8961 150.06C9.22463 149.236 9.34726 148.6 9.28487 148.142C9.20185 147.532 8.75844 147.243 8.3136 147.391C7.66823 147.606 7.73133 148.779 8.37205 150.08C8.2283 150.418 8.04937 150.791 7.83154 151.201C7.74994 151.354 7.5858 151.678 7.43489 151.978C6.7875 152.236 6.27919 152.555 5.93193 152.911C5.42124 153.435 5.30112 154.04 5.74178 154.3C6.15155 154.541 6.53722 154.382 6.89211 153.931C7.08668 153.683 7.27743 153.354 7.54333 152.829C7.51673 152.882 7.63101 152.652 7.77822 152.358C8.08217 152.247 8.41786 152.149 8.78576 152.068C8.81057 152.062 9.04689 152.01 9.12323 151.993C9.26531 151.962 9.38854 151.935 9.51022 151.91C9.59169 151.893 9.67019 151.877 9.74749 151.862C10.153 152.169 10.6032 152.386 11.0493 152.49C11.8703 152.681 12.5386 152.432 12.4452 151.784C12.3917 151.413 12.0645 151.238 11.5663 151.198C11.2067 151.169 10.7431 151.207 10.1784 151.299C10.0797 151.315 9.97832 151.333 9.87465 151.352Z' fill='%23CD4C4B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M552.248 130.841H552.114L550.341 135.91H554.022L552.248 130.841ZM544.066 134.957H543.982L543.129 137.667H544.919L544.066 134.957ZM544.669 133.568C544.819 133.568 544.936 133.651 544.986 133.785L547.111 139.926C547.128 139.959 547.128 139.993 547.128 140.043C547.128 140.227 546.978 140.378 546.793 140.378H545.974C545.823 140.378 545.706 140.277 545.656 140.143L545.221 138.721H542.828L542.376 140.143C542.326 140.277 542.209 140.378 542.058 140.378H541.339C541.305 140.378 541.272 140.378 541.222 140.361C541.054 140.294 540.954 140.11 541.021 139.943L543.146 133.802C543.196 133.668 543.313 133.585 543.464 133.585H544.669V133.568ZM552.717 129C552.85 129 552.984 129.084 553.035 129.218L556.983 139.926C557 139.959 557 139.993 557 140.043C557 140.227 556.849 140.378 556.665 140.378H555.896C555.762 140.378 555.628 140.294 555.578 140.16L554.507 137.132H549.989L548.918 140.16C548.868 140.294 548.751 140.378 548.601 140.378H547.831C547.797 140.378 547.747 140.378 547.714 140.361C547.546 140.294 547.446 140.11 547.513 139.926L551.462 129.218C551.512 129.084 551.629 129 551.78 129H552.717Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M533.014 128.121C532.721 127.837 532.079 128.085 532 128.528L531.992 128.619V131.125L531.664 131.127C529.994 131.157 527.899 131.472 525.528 134.018C523.335 136.375 523.044 140.742 523.006 141.856L523 142.121L523.281 141.749C523.921 140.933 525.57 138.994 527.445 138.168C529.428 137.295 530.583 137.15 531.495 137.125L532.017 137.121V139.617C532.017 140.092 532.693 140.436 533.014 140.121L533.74 139.427C535.131 138.115 537.596 135.845 538.274 135.196L538.352 135.121C539.169 134.325 539.219 134.001 538.471 133.238L538.352 133.121C537.754 132.536 533.987 129.058 533.014 128.121ZM532.996 129.477L537.306 133.501L537.814 133.994L537.929 134.121L537.814 134.247L537.608 134.453L533.021 138.734V136.121H532.021L531.721 136.123C530.153 136.148 529.021 136.384 527.046 137.253C526.12 137.661 525.213 138.307 524.33 139.129L524.363 138.964L524.442 138.607C524.823 136.96 525.426 135.6 526.264 134.7C528.163 132.66 529.676 132.125 531.996 132.125H532.996V129.477Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M510.986 128.12C511.279 127.839 511.921 128.084 512 128.524L512.008 128.614V131.098L512.336 131.1C514.006 131.13 516.101 131.442 518.472 133.967C520.665 136.303 520.956 140.633 520.994 141.738L521 142L520.719 141.632C520.079 140.823 518.43 138.9 516.555 138.081C514.572 137.216 513.417 137.072 512.505 137.048L511.983 137.043V139.518C511.983 139.988 511.307 140.33 510.986 140.017L510.26 139.329C508.869 138.028 506.404 135.778 505.726 135.134L505.648 135.06C504.831 134.271 504.781 133.95 505.529 133.194L505.648 133.077C506.246 132.497 510.013 129.049 510.986 128.12ZM511.008 129.465L506.697 133.454L506.189 133.943L506.074 134.069L506.189 134.194L506.396 134.398L510.982 138.642V136.051H511.982L512.282 136.053C513.85 136.078 514.982 136.312 516.957 137.174C517.883 137.578 518.79 138.219 519.673 139.034L519.64 138.871L519.562 138.516C519.18 136.883 518.577 135.535 517.739 134.642C515.841 132.62 514.327 132.089 512.008 132.089H511.008V129.465Z' fill='%2335383A'/%3e%3cpath d='M492.5 129.5H489.5L489.5 132.5' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M497.5 140.5H500.5L500.5 137.5' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M497.5 129.5H500.5V132.5' fill='%2335383A'/%3e%3cpath d='M497.5 129.5H500.5V132.5L497.5 129.5Z' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M492.5 140.5H489.5L489.5 137.5' fill='%2335383A'/%3e%3cpath d='M492.5 140.5H489.5L489.5 137.5L492.5 140.5Z' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M499.5 130.5L490.5 139.5' stroke='%2335383A' stroke-width='1.5' stroke-linecap='square'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M476.932 128C475.021 128 473.472 129.542 473.472 131.444C473.472 133.347 475.021 134.889 476.932 134.889C478.843 134.889 480.392 133.347 480.392 131.444C480.392 129.542 478.843 128 476.932 128ZM483 140.437C483 137.92 480.879 135.873 478.255 135.873H475.745C473.121 135.873 471 137.92 471 140.437V142H483V140.437Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M453 130V139H456V138H454V135H456V134H454V131H456V130H453Z' fill='%2335383A'/%3e%3cmask id='path-352-inside-6_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M465 129H456V132H465V129ZM456 133H465V136H456V133ZM456 137H465V140H456V137Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M465 129H456V132H465V129ZM456 133H465V136H456V133ZM456 137H465V140H456V137Z' fill='%2335383A'/%3e%3cpath d='M456 129V128H455V129H456ZM465 129H466V128H465V129ZM456 132H455V133H456V132ZM465 132V133H466V132H465ZM465 133H466V132H465V133ZM456 133V132H455V133H456ZM465 136V137H466V136H465ZM456 136H455V137H456V136ZM465 137H466V136H465V137ZM456 137V136H455V137H456ZM465 140V141H466V140H465ZM456 140H455V141H456V140ZM456 130H465V128H456V130ZM457 132V129H455V132H457ZM465 131H456V133H465V131ZM464 129V132H466V129H464ZM465 132H456V134H465V132ZM466 136V133H464V136H466ZM456 137H465V135H456V137ZM455 133V136H457V133H455ZM465 136H456V138H465V136ZM466 140V137H464V140H466ZM456 141H465V139H456V141ZM455 137V140H457V137H455Z' fill='%2335383A' mask='url(%23path-352-inside-6_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M447.004 137.917C447.554 137.917 448 138.364 448 138.917V141C448 141.552 447.554 142 447.004 142H434.996C434.446 142 434 141.552 434 141V138.917C434 138.364 434.446 137.917 434.996 137.917H447.004ZM436.042 139.375C435.72 139.375 435.458 139.636 435.458 139.958C435.458 140.28 435.72 140.542 436.042 140.542C436.364 140.542 436.625 140.28 436.625 139.958C436.625 139.636 436.364 139.375 436.042 139.375ZM438.083 139.375C437.761 139.375 437.5 139.636 437.5 139.958C437.5 140.28 437.761 140.542 438.083 140.542C438.405 140.542 438.667 140.28 438.667 139.958C438.667 139.636 438.405 139.375 438.083 139.375ZM447.004 132.958C447.554 132.958 448 133.406 448 133.958V136.042C448 136.594 447.554 137.042 447.004 137.042H434.996C434.446 137.042 434 136.594 434 136.042V133.958C434 133.406 434.446 132.958 434.996 132.958H447.004ZM446.5 134.562H443.583V135.438H446.5V134.562ZM447.004 128C447.554 128 448 128.448 448 129V131.083C448 131.636 447.554 132.083 447.004 132.083H434.996C434.446 132.083 434 131.636 434 131.083V129C434 128.448 434.446 128 434.996 128H447.004ZM436.042 129.458C435.72 129.458 435.458 129.72 435.458 130.042C435.458 130.364 435.72 130.625 436.042 130.625C436.364 130.625 436.625 130.364 436.625 130.042C436.625 129.72 436.364 129.458 436.042 129.458Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M420.683 136.463C420.683 136.787 420.421 137.049 420.098 137.049H418.634C418.311 137.049 418.049 136.787 418.049 136.463C418.049 136.14 418.311 135.878 418.634 135.878H420.098C420.421 135.878 420.683 136.14 420.683 136.463ZM420.683 134.122C420.683 134.445 420.421 134.707 420.098 134.707H418.634C418.311 134.707 418.049 134.445 418.049 134.122C418.049 133.799 418.311 133.537 418.634 133.537H420.098C420.421 133.537 420.683 133.799 420.683 134.122ZM418.049 131.78C418.049 131.457 418.311 131.195 418.634 131.195H420.098C420.421 131.195 420.683 131.457 420.683 131.78C420.683 132.104 420.421 132.366 420.098 132.366H418.634C418.311 132.366 418.049 132.104 418.049 131.78ZM428.878 139.537L428.877 139.558C428.866 139.71 428.74 139.829 428.585 139.829H422.732V130.171H428.585L428.607 130.172C428.759 130.183 428.878 130.309 428.878 130.463V139.537ZM417.463 139.829L417.442 139.829C417.29 139.817 417.171 139.691 417.171 139.537V130.463L417.171 130.442C417.183 130.29 417.309 130.171 417.463 130.171H421.561V139.829H417.463ZM428.585 129H422.732H421.561H417.463C416.655 129 416 129.655 416 130.463V139.537C416 140.345 416.655 141 417.463 141H421.561H422.732H428.585C429.393 141 430.049 140.345 430.049 139.537V130.463C430.049 129.655 429.393 129 428.585 129Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M411.545 129H398.455C397.655 129 397 129.635 397 130.412V139.588C397 140.365 397.655 141 398.455 141H411.545C412.345 141 413 140.365 413 139.588V130.412C413 129.635 412.345 129 411.545 129ZM398 140H403V130H398V140ZM404 140H412V130H404V140ZM399.5 131.5C399.224 131.5 399 131.724 399 132C399 132.276 399.224 132.5 399.5 132.5H401.5C401.776 132.5 402 132.276 402 132C402 131.724 401.776 131.5 401.5 131.5H399.5ZM399.5 133.5C399.224 133.5 399 133.724 399 134C399 134.276 399.224 134.5 399.5 134.5H401.5C401.776 134.5 402 134.276 402 134C402 133.724 401.776 133.5 401.5 133.5H399.5ZM399 136C399 135.724 399.224 135.5 399.5 135.5H401.5C401.776 135.5 402 135.724 402 136C402 136.276 401.776 136.5 401.5 136.5H399.5C399.224 136.5 399 136.276 399 136Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M393.545 129H380.455C379.655 129 379 129.635 379 130.412V139.588C379 140.365 379.655 141 380.455 141H393.545C394.345 141 395 140.365 395 139.588V130.412C395 129.635 394.345 129 393.545 129ZM380 140H385V130H380V140ZM386 140H394V130H386V140ZM381.5 131.5C381.224 131.5 381 131.724 381 132C381 132.276 381.224 132.5 381.5 132.5H383.5C383.776 132.5 384 132.276 384 132C384 131.724 383.776 131.5 383.5 131.5H381.5ZM381.5 133.5C381.224 133.5 381 133.724 381 134C381 134.276 381.224 134.5 381.5 134.5H383.5C383.776 134.5 384 134.276 384 134C384 133.724 383.776 133.5 383.5 133.5H381.5ZM381 136C381 135.724 381.224 135.5 381.5 135.5H383.5C383.776 135.5 384 135.724 384 136C384 136.276 383.776 136.5 383.5 136.5H381.5C381.224 136.5 381 136.276 381 136Z' fill='%2335383A'/%3e%3crect x='363.5' y='129.5' width='11' height='11' rx='1.5' stroke='%2335383A'/%3e%3crect x='366' y='134.5' width='6' height='1' rx='0.5' fill='%2335383A'/%3e%3crect x='345.5' y='129.5' width='11' height='11' rx='1.5' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M351.5 132.5C351.5 132.224 351.276 132 351 132C350.724 132 350.5 132.224 350.5 132.5V134.5H348.5C348.224 134.5 348 134.724 348 135C348 135.276 348.224 135.5 348.5 135.5H350.5V137.5C350.5 137.776 350.724 138 351 138C351.276 138 351.5 137.776 351.5 137.5V135.5H353.5C353.776 135.5 354 135.276 354 135C354 134.724 353.776 134.5 353.5 134.5H351.5V132.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M336.248 130.841H336.114L334.341 135.91H338.022L336.248 130.841ZM328.066 134.957H327.982L327.129 137.667H328.919L328.066 134.957ZM328.669 133.568C328.819 133.568 328.936 133.651 328.986 133.785L331.111 139.926C331.128 139.959 331.128 139.993 331.128 140.043C331.128 140.227 330.978 140.378 330.793 140.378H329.974C329.823 140.378 329.706 140.277 329.656 140.143L329.221 138.721H326.828L326.376 140.143C326.326 140.277 326.209 140.378 326.058 140.378H325.339C325.305 140.378 325.272 140.378 325.222 140.361C325.054 140.294 324.954 140.11 325.021 139.943L327.146 133.802C327.196 133.668 327.313 133.585 327.464 133.585H328.669V133.568ZM336.717 129C336.85 129 336.984 129.084 337.035 129.218L340.983 139.926C341 139.959 341 139.993 341 140.043C341 140.227 340.849 140.378 340.665 140.378H339.896C339.762 140.378 339.628 140.294 339.578 140.16L338.507 137.132H333.989L332.918 140.16C332.868 140.294 332.751 140.378 332.601 140.378H331.831C331.797 140.378 331.747 140.378 331.714 140.361C331.546 140.294 331.446 140.11 331.513 139.926L335.462 129.218C335.512 129.084 335.629 129 335.78 129H336.717Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M309.429 129.5H308.5V140.5H309.429V129.5Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M321.434 129.5H320.506V140.5H321.434V129.5Z' fill='%230E6FF9'/%3e%3crect x='311.271' y='134.542' width='7.38798' height='1' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M312.646 137.77L309.896 135L312.646 132.229V137.77Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M317.283 137.77L320.033 135L317.283 132.229V137.77Z' fill='%230E6FF9'/%3e%3crect x='291' y='129' width='12' height='12' rx='1.5' stroke='%230E6FF9'/%3e%3crect x='291' y='132' width='12' height='1' fill='%230E6FF9'/%3e%3crect x='294' y='133' width='1' height='8' fill='%230E6FF9'/%3e%3crect x='299' y='133' width='1' height='8' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M273.429 129.5H272.5V140.5H273.429V129.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M285.434 129.5H284.506V140.5H285.434V129.5Z' fill='%2335383A'/%3e%3crect x='275.271' y='134.542' width='7.38798' height='1' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M276.646 137.77L273.896 135L276.646 132.229V137.77Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M281.283 137.77L284.033 135L281.283 132.229V137.77Z' fill='%2335383A'/%3e%3crect x='255' y='129' width='12' height='12' rx='1.5' stroke='%2335383A'/%3e%3crect x='255' y='132' width='12' height='1' fill='%2335383A'/%3e%3crect x='258' y='133' width='1' height='8' fill='%2335383A'/%3e%3crect x='263' y='133' width='1' height='8' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M237 132H250V133H237V132ZM237 135H250V136H237V135ZM250 138H237V139H250V138Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M219 132H232V133H219V132ZM219 135H232V136H219V135ZM232 138H219V139H232V138Z' fill='%2335383A'/%3e%3cpath d='M207.122 136.073L202.977 140.218C202.879 140.316 202.762 140.365 202.625 140.365C202.482 140.365 202.361 140.318 202.264 140.223C202.169 140.125 202.122 140.005 202.122 139.862C202.122 139.725 202.171 139.608 202.269 139.51L206.414 135.365L202.269 131.219C202.171 131.122 202.122 131.003 202.122 130.863C202.122 130.794 202.135 130.729 202.161 130.667C202.187 130.606 202.223 130.554 202.269 130.511C202.314 130.466 202.368 130.43 202.43 130.404C202.492 130.378 202.557 130.365 202.625 130.365C202.762 130.365 202.879 130.414 202.977 130.511L207.122 134.657L211.268 130.511C211.365 130.414 211.484 130.365 211.624 130.365C211.692 130.365 211.756 130.378 211.814 130.404C211.876 130.43 211.93 130.466 211.976 130.511C212.021 130.557 212.057 130.611 212.083 130.672C212.109 130.731 212.122 130.794 212.122 130.863C212.122 131.003 212.073 131.122 211.976 131.219L207.83 135.365L211.976 139.51C212.073 139.608 212.122 139.725 212.122 139.862C212.122 139.93 212.109 139.995 212.083 140.057C212.057 140.119 212.021 140.173 211.976 140.218C211.933 140.264 211.881 140.3 211.819 140.326C211.757 140.352 211.692 140.365 211.624 140.365C211.484 140.365 211.365 140.316 211.268 140.218L207.122 136.073Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M192.3 130.021C191.877 129.666 191.246 129.721 190.891 130.144L190.239 130.921L193.303 133.492L193.956 132.715C194.311 132.292 194.255 131.661 193.832 131.306L192.3 130.021ZM192.656 134.264L189.592 131.693L184.411 137.867L184 141.46L187.475 140.438L192.656 134.264Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M178.435 132.95L173.485 128L165 136.485L169.95 141.435L169.95 141.435L168.536 140.021L171.364 140.021L178.435 132.95Z' fill='%23575A5D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M173.485 136.485L169.949 132.95L166.414 136.485L169.06 139.132H170.838L173.485 136.485Z' fill='white'/%3e%3crect x='165' y='141' width='7' height='1' fill='%23575A5D'/%3e%3cpath d='M156 134.153L153 136.9L150 134.15' stroke='%230E6FF9' stroke-linecap='square'/%3e%3crect x='128.5' y='128.5' width='13' height='13' rx='6.5' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M132 135.5C131.724 135.5 131.5 135.276 131.5 135C131.5 134.724 131.724 134.5 132 134.5H134.5V132C134.5 131.724 134.724 131.5 135 131.5C135.276 131.5 135.5 131.724 135.5 132V134.5H138C138.276 134.5 138.5 134.724 138.5 135C138.5 135.276 138.276 135.5 138 135.5H135.5V138C135.5 138.276 135.276 138.5 135 138.5C134.724 138.5 134.5 138.276 134.5 138V135.5H132Z' fill='%2335383A'/%3e%3cpath d='M113.8 135H112.2C112.2 137.895 114.353 140.25 117 140.25C117.74 140.25 118.438 140.061 119.063 139.731L120.249 141.028C119.296 141.644 118.187 142 117 142C113.465 142 110.6 138.866 110.6 135H109L111.4 131.938L113.8 135ZM117 128C120.535 128 123.4 131.134 123.4 135H125L122.6 138.062L120.2 135H121.8C121.8 132.105 119.647 129.75 117 129.75C116.26 129.75 115.562 129.939 114.937 130.269L113.751 128.972C114.704 128.356 115.813 128 117 128Z' fill='%239A9A9A'/%3e%3crect x='92.5' y='128.5' width='13' height='13' rx='6.5' stroke='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M96 135.5C95.7239 135.5 95.5 135.276 95.5 135C95.5 134.724 95.7239 134.5 96 134.5H98.5V132C98.5 131.724 98.7239 131.5 99 131.5C99.2761 131.5 99.5 131.724 99.5 132V134.5H102C102.276 134.5 102.5 134.724 102.5 135C102.5 135.276 102.276 135.5 102 135.5H99.5V138C99.5 138.276 99.2761 138.5 99 138.5C98.7239 138.5 98.5 138.276 98.5 138V135.5H96Z' fill='%230E6FF9'/%3e%3cpath d='M80.0098 135.253L79.8672 135.107L76.5117 131.684C76.5056 131.677 76.5 131.666 76.5 131.652V130.535C76.5001 130.522 76.5048 130.512 76.5107 130.506C76.5134 130.503 76.5161 130.502 76.5176 130.501C76.5187 130.501 76.5204 130.5 76.5225 130.5H85.4775C85.4798 130.5 85.4814 130.501 85.4824 130.501C85.4839 130.502 85.4865 130.503 85.4893 130.506C85.495 130.512 85.4999 130.521 85.5 130.535V131.652C85.5 131.665 85.4946 131.676 85.4883 131.683L82.0186 135.103L81.8691 135.25V138.975C81.8691 138.99 81.8626 139 81.8564 139.006L80.041 140.495L80.0381 140.498L80.0322 140.5L80.0293 140.499H80.0273C80.021 140.496 80.0099 140.485 80.0098 140.465V135.253Z' stroke='%23444649'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.6105 140.47C62.3491 140.683 61.9583 140.497 61.9583 140.16V135.335L58.1512 131.628C58.0545 131.534 58 131.405 58 131.27V130.5C58 130.224 58.2239 130 58.5 130H67.5C67.7761 130 68 130.224 68 130.5V131.27C68 131.405 67.9455 131.534 67.8488 131.628L64.0417 135.335V139.07C64.0417 139.22 63.9738 139.363 63.8569 139.458L62.6105 140.47Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.3785 130.797L43.8019 132.367C42.7848 133.38 42.7848 135.101 43.8019 136.165C44.0562 136.418 44.4631 136.418 44.7174 136.165C44.9717 135.911 44.9717 135.557 44.7174 135.304C44.1579 134.696 44.1579 133.785 44.7174 133.228L46.294 131.658C46.8534 131.101 47.7688 131.101 48.3283 131.658C48.8877 132.266 48.8877 133.177 48.3283 133.734L47.6163 134.494C47.7688 135 47.8705 135.506 47.8197 136.013L49.1928 134.646C50.2608 133.582 50.2608 131.861 49.2437 130.797C48.1757 129.734 46.4465 129.734 45.3785 130.797ZM45.2765 133.835C45.073 134.038 45.073 134.443 45.2765 134.696C45.8868 135.253 45.8868 136.215 45.2765 136.772L43.7508 138.291C43.1913 138.848 42.2759 138.848 41.6656 138.291C41.1062 137.734 41.1062 136.823 41.6656 136.266L42.4285 135.506C42.225 135 42.1742 134.494 42.225 133.937L40.801 135.354C39.733 136.418 39.733 138.139 40.801 139.203C41.869 140.266 43.5982 140.266 44.6153 139.203L46.1919 137.633C47.2599 136.57 47.2599 134.899 46.1919 133.835C45.9376 133.582 45.5308 133.582 45.2765 133.835Z' fill='%2367C630'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.92 129H20V141H23.92V129ZM22.8 137H21.12V137.571H22.8V137ZM21.12 138.143H22.8V138.714H21.12V138.143ZM22.8 139.286H21.12V139.857H22.8V139.286ZM25.04 129H28.96V141H25.04V129ZM27.84 137H26.16V137.571H27.84V137ZM26.16 138.143H27.84V138.714H26.16V138.143ZM27.84 139.286H26.16V139.857H27.84V139.286ZM30.08 129H34V141H30.08V129ZM32.8802 137H31.2002V137.571H32.8802V137ZM31.2002 138.143H32.8802V138.714H31.2002V138.143ZM32.8802 139.286H31.2002V139.857H32.8802V139.286Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 128C2.89543 128 2 128.895 2 130V140C2 141.105 2.89543 142 4 142H14C15.1046 142 16 141.105 16 140V130C16 128.895 15.1046 128 14 128H4ZM8.29908 132.229C8.29908 131.021 7.31529 130.042 6.10173 130.042C4.88816 130.042 3.90437 131.021 3.90437 132.229C3.90437 133.437 4.88816 134.417 6.10173 134.417C7.31529 134.417 8.29908 133.437 8.29908 132.229ZM4.78331 132.229C4.78331 131.504 5.37359 130.917 6.10173 130.917C6.82987 130.917 7.42014 131.504 7.42014 132.229C7.42014 132.954 6.82987 133.542 6.10173 133.542C5.37359 133.542 4.78331 132.954 4.78331 132.229ZM3.99995 136H7.99995V140H3.99995V136ZM12.1078 135.583C10.8997 135.583 9.91047 136.563 9.91047 137.771C9.91047 138.979 10.8997 139.958 12.1078 139.958C13.3159 139.958 14.3052 138.979 14.3052 137.771C14.3052 136.563 13.3159 135.583 12.1078 135.583ZM12.1078 130.042L14.4517 134H9.76398L12.1078 130.042Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M595 110.336C595 110.15 595.255 110 595.394 110H598.923C599.054 110.007 599.254 110.077 599.439 110.23C599.696 110.444 600.267 110.881 600.5 110.993H609V114.207C608.523 114.072 608.02 114 607.5 114C604.462 114 602 116.462 602 119.5C602 120.017 602.071 120.518 602.205 120.993H595V110.336ZM608 111.993H596V112.993H608V111.993ZM607.5 115C609.985 115 612 117.015 612 119.5C612 121.985 609.985 124 607.5 124C605.015 124 603 121.985 603 119.5C603 117.015 605.015 115 607.5 115ZM608.822 121.375H606.155C606.258 121.975 606.407 122.565 606.602 123.142C606.89 123.212 607.191 123.25 607.5 123.25C607.8 123.25 608.093 123.215 608.373 123.148C608.487 122.811 608.637 122.219 608.822 121.375ZM609.582 121.375H610.748C610.396 121.982 609.882 122.479 609.264 122.81C609.399 122.338 609.505 121.859 609.582 121.375ZM605.396 121.375H604.252C604.598 121.974 605.103 122.465 605.71 122.796C605.577 122.329 605.472 121.855 605.396 121.375V121.375ZM605.308 118.375H605.308V118.375L605.308 118.375ZM603.922 118.375H605.308C605.233 119.123 605.23 119.877 605.301 120.625H603.922C603.81 120.27 603.75 119.892 603.75 119.5C603.75 119.119 603.808 118.739 603.922 118.375ZM608.917 118.375H606.062C605.982 119.123 605.979 119.877 606.055 120.625H608.925C609 119.877 608.997 119.123 608.917 118.375ZM609.671 118.375H611.079V118.375C611.19 118.73 611.25 119.108 611.25 119.5C611.251 119.882 611.193 120.261 611.079 120.625H609.678C609.749 119.877 609.746 119.123 609.671 118.375ZM605.721 116.197C605.135 116.527 604.589 117.042 604.252 117.625H605.406C605.483 117.151 605.588 116.687 605.721 116.197ZM606.607 115.857C606.893 115.787 607.192 115.75 607.5 115.75C607.792 115.75 608.084 115.784 608.369 115.851C608.559 116.431 608.707 117.024 608.811 117.625H606.166C606.27 117.026 606.418 116.435 606.607 115.857ZM609.253 116.184C609.377 116.638 609.5 117.175 609.572 117.625H610.748C610.395 117.014 609.876 116.515 609.253 116.184Z' fill='%235AA5F4'/%3e%3cpath d='M578 114H592V123C592 123.552 591.552 124 591 124H579C578.448 124 578 123.552 578 123V114Z' fill='%23D7D7D8'/%3e%3cpath d='M589.5 117.5V121.5H584.5V117.5H589.5Z' fill='%23E15F4D' stroke='white'/%3e%3crect width='14' height='1' transform='matrix(1 0 0 -1 578 115)' fill='white'/%3e%3cpath d='M578 112C578 111.448 578.448 111 579 111H591C591.552 111 592 111.448 592 112V114H578V112Z' fill='%23E15F4D'/%3e%3crect x='580' y='110' width='1' height='3' rx='0.5' fill='%2335383A'/%3e%3crect x='589' y='110' width='1' height='3' rx='0.5' fill='%2335383A'/%3e%3crect x='560.5' y='111.5' width='10' height='13' fill='white' stroke='%2335383A'/%3e%3crect x='561' y='112' width='9' height='2' fill='%233B92ED'/%3e%3crect width='9' height='1' transform='matrix(1 0 0 -1 561 115)' fill='%2335383A'/%3e%3crect x='562' y='109' width='11' height='1' fill='%2335383A'/%3e%3crect x='570' y='122' width='3' height='1' fill='%2335383A'/%3e%3crect x='562' y='115' width='1' height='9' fill='%2300AD8F'/%3e%3crect x='572' y='109' width='1' height='14' fill='%2335383A'/%3e%3crect x='562' y='109' width='1' height='2' fill='%2335383A'/%3e%3crect opacity='0.2' x='564' y='116' width='2' height='1' fill='black'/%3e%3crect opacity='0.2' x='561' y='114' width='1' height='10' fill='black'/%3e%3crect opacity='0.2' x='567' y='116' width='2' height='1' fill='black'/%3e%3crect opacity='0.2' x='564' y='119' width='2' height='1' fill='black'/%3e%3crect opacity='0.2' x='564' y='122' width='2' height='1' fill='black'/%3e%3crect opacity='0.2' x='567' y='119' width='2' height='1' fill='black'/%3e%3crect opacity='0.2' x='567' y='122' width='2' height='1' fill='black'/%3e%3crect x='541.998' y='113' width='13' height='1' fill='white'/%3e%3cmask id='path-422-inside-7_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M540.998 111.367C540.998 111.164 541.272 111 541.42 111H545.202C545.342 111.008 545.556 111.084 545.754 111.252C546.029 111.485 546.641 111.962 546.891 112.084H555.998V116H549V120H547V123H540.998V111.367ZM552 123H548V121H549.725L550.475 120H550V117H555V120H554.564L555.349 121H555.998V123H553V121H554.078L553.293 120H551.725L550.975 121H552V123Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M540.998 111.367C540.998 111.164 541.272 111 541.42 111H545.202C545.342 111.008 545.556 111.084 545.754 111.252C546.029 111.485 546.641 111.962 546.891 112.084H555.998V116H549V120H547V123H540.998V111.367ZM552 123H548V121H549.725L550.475 120H550V117H555V120H554.564L555.349 121H555.998V123H553V121H554.078L553.293 120H551.725L550.975 121H552V123Z' fill='%235AA5F4'/%3e%3cpath d='M545.202 111L545.255 110.001L545.228 110H545.202V111ZM545.754 111.252L546.401 110.489V110.489L545.754 111.252ZM546.891 112.084L546.452 112.982L546.66 113.084H546.891V112.084ZM555.998 112.084H556.998V111.084H555.998V112.084ZM555.998 116V117H556.998V116H555.998ZM549 116V115H548V116H549ZM549 120V121H550V120H549ZM547 120V119H546V120H547ZM547 123V124H548V123H547ZM540.998 123H539.998V124H540.998V123ZM548 123H547V124H548V123ZM552 123V124H553V123H552ZM548 121V120H547V121H548ZM549.725 121V122H550.225L550.525 121.6L549.725 121ZM550.475 120L551.275 120.6L552.475 119H550.475V120ZM550 120H549V121H550V120ZM550 117V116H549V117H550ZM555 117H556V116H555V117ZM555 120V121H556V120H555ZM554.564 120V119H552.508L553.778 120.617L554.564 120ZM555.349 121L554.563 121.617L554.863 122H555.349V121ZM555.998 121H556.998V120H555.998V121ZM555.998 123V124H556.998V123H555.998ZM553 123H552V124H553V123ZM553 121V120H552V121H553ZM554.078 121V122H556.134L554.865 120.383L554.078 121ZM553.293 120L554.08 119.383L553.779 119H553.293V120ZM551.725 120V119H551.225L550.925 119.4L551.725 120ZM550.975 121L550.175 120.4L548.975 122H550.975V121ZM552 121H553V120H552V121ZM541.42 110C541.057 110 540.743 110.162 540.547 110.312C540.354 110.46 539.998 110.81 539.998 111.367H541.998C541.998 111.547 541.936 111.683 541.886 111.762C541.838 111.838 541.788 111.881 541.76 111.902C541.731 111.925 541.699 111.943 541.662 111.958C541.634 111.969 541.549 112 541.42 112V110ZM545.202 110H541.42V112H545.202V110ZM546.401 110.489C546.065 110.204 545.649 110.023 545.255 110.001L545.148 111.999C545.128 111.997 545.112 111.995 545.1 111.994C545.089 111.992 545.08 111.99 545.074 111.988C545.064 111.986 545.06 111.984 545.063 111.985C545.068 111.988 545.086 111.996 545.107 112.014L546.401 110.489ZM547.33 111.185C547.333 111.187 547.296 111.167 547.207 111.107C547.127 111.053 547.033 110.985 546.931 110.909C546.727 110.756 546.521 110.591 546.401 110.489L545.107 112.014C545.262 112.145 545.5 112.336 545.733 112.51C545.94 112.665 546.229 112.873 546.452 112.982L547.33 111.185ZM555.998 111.084H546.891V113.084H555.998V111.084ZM556.998 116V112.084H554.998V116H556.998ZM549 117H555.998V115H549V117ZM550 120V116H548V120H550ZM547 121H549V119H547V121ZM548 123V120H546V123H548ZM540.998 124H547V122H540.998V124ZM539.998 111.367V123H541.998V111.367H539.998ZM548 124H552V122H548V124ZM547 121V123H549V121H547ZM549.725 120H548V122H549.725V120ZM549.675 119.4L548.925 120.4L550.525 121.6L551.275 120.6L549.675 119.4ZM550 121H550.475V119H550V121ZM549 117V120H551V117H549ZM555 116H550V118H555V116ZM556 120V117H554V120H556ZM554.564 121H555V119H554.564V121ZM556.136 120.383L555.351 119.383L553.778 120.617L554.563 121.617L556.136 120.383ZM555.998 120H555.349V122H555.998V120ZM556.998 123V121H554.998V123H556.998ZM553 124H555.998V122H553V124ZM552 121V123H554V121H552ZM554.078 120H553V122H554.078V120ZM552.506 120.617L553.291 121.617L554.865 120.383L554.08 119.383L552.506 120.617ZM551.725 121H553.293V119H551.725V121ZM551.775 121.6L552.525 120.6L550.925 119.4L550.175 120.4L551.775 121.6ZM552 120H550.975V122H552V120ZM553 123V121H551V123H553Z' fill='%235AA5F4' mask='url(%23path-422-inside-7_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M548.75 122.3L552.35 117.5L553.15 118.1L553.112 118.15L556.7 122.721L555.913 123.338L552.491 118.979L549.55 122.9L548.75 122.3Z' fill='%2300AD8F'/%3e%3cmask id='path-425-inside-8_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M555 117H550V120H555V117ZM548 124V121H552V124H548ZM553 124V121H557V124H553Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M555 117H550V120H555V117ZM548 124V121H552V124H548ZM553 124V121H557V124H553Z' fill='%2397E5D7'/%3e%3cpath d='M550 117V116H549V117H550ZM555 117H556V116H555V117ZM550 120H549V121H550V120ZM555 120V121H556V120H555ZM548 121V120H547V121H548ZM548 124H547V125H548V124ZM552 121H553V120H552V121ZM552 124V125H553V124H552ZM553 121V120H552V121H553ZM553 124H552V125H553V124ZM557 121H558V120H557V121ZM557 124V125H558V124H557ZM550 118H555V116H550V118ZM551 120V117H549V120H551ZM555 119H550V121H555V119ZM554 117V120H556V117H554ZM547 121V124H549V121H547ZM552 120H548V122H552V120ZM553 124V121H551V124H553ZM548 125H552V123H548V125ZM552 121V124H554V121H552ZM557 120H553V122H557V120ZM558 124V121H556V124H558ZM553 125H557V123H553V125Z' fill='%2300AD8F' mask='url(%23path-425-inside-8_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M513 124C516.866 124 520 120.866 520 117C520 113.134 516.866 110 513 110C509.134 110 506 113.134 506 117C506 120.866 509.134 124 513 124ZM509.957 114.789C509.957 113.691 510.852 112.8 511.955 112.8C513.059 112.8 513.953 113.69 513.953 114.789C513.953 115.887 513.059 116.778 511.955 116.778C510.852 116.778 509.957 115.887 509.957 114.789ZM514.827 120.598C514.074 119.894 513.69 118.867 513.555 117.471C513.292 117.39 513.011 117.346 512.72 117.346H511.27C509.755 117.346 508.53 118.528 508.53 119.981V120.598H514.827ZM516.405 115.6C516.987 116.166 517.569 116.476 518.151 116.529C518.251 116.534 518.331 116.625 518.33 116.735C518.292 118.92 517.613 120.287 516.293 120.835C516.211 120.869 516.12 120.869 516.037 120.835C514.717 120.287 514.038 118.92 514 116.735C513.999 116.625 514.078 116.534 514.179 116.529C514.761 116.476 515.343 116.166 515.925 115.6C516.062 115.467 516.268 115.467 516.405 115.6Z' fill='%230E6FF9'/%3e%3cpath d='M495.508 118.549V112.734L496.691 113.917C496.889 114.115 497.211 114.115 497.409 113.917C497.607 113.718 497.607 113.397 497.409 113.199L495.359 111.149C495.161 110.95 494.839 110.95 494.641 111.149L492.591 113.199C492.393 113.397 492.393 113.718 492.591 113.917C492.789 114.115 493.111 114.115 493.309 113.917L494.492 112.734V118.549L495 119.428L495.508 118.549Z' fill='%23444649'/%3e%3cpath d='M501.492 122.163L500.979 119.31C500.929 119.034 500.665 118.85 500.389 118.9C500.113 118.95 499.929 119.214 499.979 119.49L500.299 121.266L495.508 118.5L495 119.38L499.537 121.999L498.049 122.266C497.773 122.316 497.59 122.58 497.639 122.856C497.689 123.133 497.953 123.316 498.229 123.266L501.082 122.753C501.353 122.705 501.542 122.443 501.492 122.163Z' fill='%2300AD8F'/%3e%3cpath d='M494.492 118.5L489.701 121.266L490.021 119.49C490.071 119.214 489.887 118.95 489.611 118.9C489.335 118.85 489.071 119.034 489.021 119.31L488.508 122.163C488.459 122.437 488.642 122.703 488.918 122.753L491.771 123.266C492.047 123.316 492.311 123.133 492.361 122.856C492.41 122.58 492.227 122.316 491.951 122.266L490.464 121.999L495 119.38L494.492 118.5Z' fill='%23EB6756'/%3e%3cpath d='M472.059 111L472.069 111.375L477.02 117.114L472.014 122.651L472 123L481.706 122.953C481.801 121.836 482.061 120.681 482.284 119.58L481.969 119.507C481.675 120.123 481.466 120.783 480.839 121.192C480.151 121.641 479.243 121.584 478.446 121.584H473.978L478.533 116.468L474.426 111.693L476.817 111.684C478.349 111.684 480.53 111.34 481.136 113.053C481.24 113.346 481.312 113.65 481.338 113.958H481.68L481.417 111H472.059Z' fill='%2335383A'/%3e%3cpath d='M454.059 111L454.069 111.375L459.02 117.114L454.014 122.651L454 123L463.706 122.953C463.801 121.836 464.061 120.681 464.284 119.58L463.969 119.507C463.675 120.123 463.466 120.783 462.839 121.192C462.151 121.641 461.243 121.584 460.446 121.584H455.978L460.533 116.468L456.426 111.693L458.817 111.684C460.349 111.684 462.53 111.34 463.136 113.053C463.24 113.346 463.312 113.65 463.338 113.958H463.68L463.417 111H454.059Z' fill='%2335383A'/%3e%3crect x='462' y='116' width='5' height='1' fill='%23EB6756'/%3e%3cpath d='M452 116H454V114L455 114V116H457V117H455V119H454V117H452V116Z' fill='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M441.1 122.9C440.9 122.1 441.1 121.3 441.8 120.8C441.6 120.5 441.5 120.2 441.4 119.8C441.3 119.7 441.3 119.6 441.1 119.6H441C441 119.6 440.9 119.6 440.9 119.5L440.8 119.4L440.4 119C440.2 118.8 440.1 118.7 439.9 118.7H439.8L439.4 118.4C439.2 118.3 439 118.2 438.8 118.2H438.7C438.6 118.2 438.6 118.2 438.5 118.2L438.1 118.3V118C438.1 117.8 438.1 117.5 438.1 117.3V117H438.2H438.3C438.5 117 438.6 116.9 438.6 116.6V116.5H438.7H438.8L439.2 116.6H439.4C439.5 116.6 439.5 116.6 439.6 116.6H439.7C439.7 116.6 439.7 116.7 439.8 116.7L440 117.1L440.2 117.4C440.3 117.6 440.5 117.7 440.6 117.7H440.7C440.7 117.5 440.8 117.3 440.9 117.1C440.9 117 440.9 116.9 440.9 116.8V116.7V116.4V116.2C440.9 116.1 440.9 116 440.9 115.9L441.6 114.6L441.7 114.4L441.8 114.3C441.8 114.2 441.8 114.1 441.8 114.1C441.7 114.1 441.6 114 441.3 114C441.1 114 440.9 114.1 440.7 114.1H440.6C440.6 114.2 440.6 114.3 440.6 114.4H440.5C440.4 114.4 440.4 114.4 440.3 114.4C439.9 114.4 439.6 114.2 439.7 114.1C439.7 114.1 439.8 114 440 114L440.2 113.9C440.5 113.8 440.7 113.6 440.7 113.3V112.9V112.4C440.7 112.4 440.7 112.3 440.8 112.3C441.3 112.3 441.5 111.8 441.3 111.3H441.4C442.5 111.6 443.4 112.1 444.2 112.9L444.4 113.1C444.7 113.4 444.9 113.7 445.1 114.1L445.2 114.3H445.1C444.6 114.4 444.4 114.9 444.5 115.5C445 115.6 445.4 115.8 445.6 116.2H446C446.4 116.2 446.7 116.3 447 116.5C446.9 112.9 443.8 110 440.1 110C436.2 110 433 113.2 433 117.2C433 121.1 436.2 124.3 440.2 124.3C440.9 124.3 441.6 124.2 442.2 124C441.6 123.8 441.2 123.4 441.1 122.9ZM439.5 123.1C438.9 123 438.3 122.9 437.7 122.7C437 122.4 436.3 122 435.8 121.4C435.3 120.9 434.8 120.2 434.5 119.5C434.3 118.7 434.1 117.9 434.1 117.2V116.9C434.1 116.7 434.1 116.5 434.2 116.3V116.2H434.3H434.4C434.6 116.2 434.7 116.2 434.9 116.1H435H435.1V116H435.2H435.3C435.4 116.1 435.4 116.1 435.4 116.2V116.6V116.8C435.5 118 435.8 118.6 436.6 118.6C436.7 118.6 437.1 118.9 437.3 119.4C437.4 119.5 437.5 119.6 437.6 119.6H437.7H437.8H438.1C438.2 119.6 438.2 119.6 438.3 119.6V119.7V119.9C438.3 120.1 438.3 120.3 438.3 120.5C438.3 120.7 438.4 120.9 438.6 121.2C438.7 121.4 438.9 121.6 439.1 121.8C439.1 121.8 439.3 122 439.5 122.1L439.7 122.2V122.5C439.7 122.6 439.7 122.7 439.7 122.9V123.1H439.5Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M444.955 120.928L445.283 121.256C445.355 121.326 445.396 121.422 445.397 121.523C445.397 121.623 445.358 121.72 445.287 121.791C445.216 121.863 445.12 121.903 445.019 121.903C444.919 121.903 444.823 121.863 444.752 121.791L444.454 121.493C444.334 121.601 444.208 121.702 444.077 121.795L442.973 122.583C442.909 122.629 442.832 122.654 442.754 122.654C442.591 122.653 442.447 122.548 442.397 122.393C442.348 122.237 442.403 122.068 442.535 121.972L443.64 121.181C443.736 121.113 443.828 121.038 443.915 120.958L442.863 119.906C442.715 119.759 442.715 119.519 442.863 119.371C443.011 119.223 443.251 119.223 443.399 119.371L444.416 120.393C444.806 119.841 445.015 119.183 445.016 118.508H442.377C442.169 118.508 442 118.339 442 118.131C442 117.923 442.169 117.754 442.377 117.754H443.885V117.377C443.885 117.169 444.054 117 444.262 117C444.47 117 444.639 117.169 444.639 117.377V117.754H446.147C446.355 117.754 446.524 117.923 446.524 118.131C446.524 118.339 446.355 118.508 446.147 118.508H445.77C445.766 119.381 445.481 120.23 444.955 120.928ZM449.317 123.819L447.432 119.673C447.371 119.538 447.236 119.452 447.089 119.452C446.941 119.452 446.807 119.538 446.746 119.673L444.861 123.819C444.795 123.943 444.804 124.093 444.884 124.209C444.964 124.324 445.101 124.386 445.24 124.369C445.379 124.352 445.497 124.26 445.547 124.128L446.131 122.843H448.046L448.631 124.128C448.691 124.264 448.825 124.351 448.974 124.351C449.027 124.351 449.08 124.339 449.128 124.317C449.317 124.231 449.402 124.009 449.317 123.819ZM446.475 122.089L447.089 120.74L447.704 122.089H446.475Z' fill='%2335383A'/%3e%3cpath d='M445.283 121.256L445.213 121.327L445.213 121.327L445.283 121.256ZM444.955 120.928L444.876 120.868L444.823 120.937L444.885 120.999L444.955 120.928ZM445.397 121.523L445.297 121.524V121.524L445.397 121.523ZM445.287 121.791L445.216 121.721L445.216 121.721L445.287 121.791ZM444.752 121.791L444.823 121.721L444.823 121.721L444.752 121.791ZM444.454 121.493L444.525 121.423L444.458 121.356L444.387 121.419L444.454 121.493ZM444.077 121.795L444.019 121.713L444.019 121.714L444.077 121.795ZM442.973 122.583L442.914 122.501L442.914 122.502L442.973 122.583ZM442.754 122.654L442.753 122.754L442.755 122.754L442.754 122.654ZM442.535 121.972L442.477 121.891L442.477 121.891L442.535 121.972ZM443.64 121.181L443.582 121.099L443.582 121.099L443.64 121.181ZM443.915 120.958L443.983 121.032L444.059 120.961L443.986 120.887L443.915 120.958ZM442.863 119.906L442.934 119.836L442.863 119.906ZM442.863 119.371L442.793 119.3L442.863 119.371ZM443.399 119.371L443.469 119.301L443.469 119.3L443.399 119.371ZM444.416 120.393L444.346 120.463L444.429 120.548L444.498 120.45L444.416 120.393ZM445.016 118.508L445.116 118.508L445.116 118.408H445.016V118.508ZM443.885 117.754V117.854H443.985V117.754H443.885ZM444.639 117.754H444.539V117.854H444.639V117.754ZM445.77 118.508V118.408H445.67L445.67 118.507L445.77 118.508ZM447.432 119.673L447.523 119.631L447.523 119.631L447.432 119.673ZM449.317 123.819L449.408 123.778L449.408 123.778L449.317 123.819ZM446.746 119.673L446.655 119.631L446.655 119.631L446.746 119.673ZM444.861 123.819L444.949 123.866L444.952 123.861L444.861 123.819ZM444.884 124.209L444.802 124.266L444.884 124.209ZM445.24 124.369L445.252 124.469H445.252L445.24 124.369ZM445.547 124.128L445.456 124.087L445.453 124.093L445.547 124.128ZM446.131 122.843V122.743H446.067L446.04 122.802L446.131 122.843ZM448.046 122.843L448.137 122.802L448.111 122.743H448.046V122.843ZM448.631 124.128L448.722 124.087L448.722 124.087L448.631 124.128ZM448.974 124.351L448.973 124.451L448.974 124.451L448.974 124.351ZM449.128 124.317L449.087 124.226L449.087 124.226L449.128 124.317ZM447.089 120.74L447.18 120.698L447.089 120.498L446.998 120.698L447.089 120.74ZM446.475 122.089L446.384 122.048L446.319 122.189H446.475V122.089ZM447.704 122.089V122.189H447.859L447.795 122.048L447.704 122.089ZM445.354 121.185L445.026 120.857L444.885 120.999L445.213 121.327L445.354 121.185ZM445.497 121.522C445.496 121.395 445.444 121.273 445.353 121.184L445.213 121.327C445.266 121.379 445.296 121.45 445.297 121.524L445.497 121.522ZM445.358 121.862C445.448 121.772 445.498 121.649 445.497 121.522L445.297 121.524C445.297 121.597 445.268 121.668 445.216 121.721L445.358 121.862ZM445.019 122.003C445.147 122.003 445.269 121.952 445.358 121.862L445.216 121.721C445.164 121.773 445.093 121.803 445.019 121.803V122.003ZM444.681 121.862C444.77 121.952 444.892 122.003 445.019 122.003V121.803C444.946 121.803 444.875 121.773 444.823 121.721L444.681 121.862ZM444.383 121.564L444.681 121.862L444.823 121.721L444.525 121.423L444.383 121.564ZM444.135 121.877C444.269 121.781 444.398 121.678 444.521 121.568L444.387 121.419C444.27 121.524 444.147 121.622 444.019 121.713L444.135 121.877ZM443.031 122.664L444.135 121.876L444.019 121.714L442.915 122.501L443.031 122.664ZM442.755 122.754C442.854 122.754 442.951 122.722 443.031 122.664L442.914 122.502C442.867 122.536 442.811 122.554 442.753 122.554L442.755 122.754ZM442.302 122.423C442.365 122.619 442.547 122.753 442.753 122.754L442.755 122.554C442.635 122.554 442.529 122.476 442.493 122.362L442.302 122.423ZM442.477 121.891C442.31 122.012 442.239 122.227 442.302 122.423L442.493 122.362C442.456 122.248 442.497 122.123 442.594 122.053L442.477 121.891ZM443.582 121.099L442.477 121.891L442.594 122.053L443.698 121.262L443.582 121.099ZM443.847 120.885C443.764 120.962 443.675 121.033 443.582 121.099L443.697 121.262C443.798 121.192 443.893 121.115 443.983 121.032L443.847 120.885ZM442.793 119.977L443.844 121.029L443.986 120.887L442.934 119.836L442.793 119.977ZM442.793 119.3C442.606 119.487 442.606 119.79 442.793 119.977L442.934 119.836C442.825 119.727 442.825 119.551 442.934 119.442L442.793 119.3ZM443.469 119.3C443.282 119.114 442.979 119.114 442.793 119.3L442.934 119.442C443.043 119.333 443.219 119.333 443.328 119.442L443.469 119.3ZM444.487 120.322L443.469 119.301L443.328 119.442L444.346 120.463L444.487 120.322ZM444.916 118.508C444.915 119.162 444.712 119.8 444.335 120.335L444.498 120.45C444.899 119.882 445.115 119.204 445.116 118.508L444.916 118.508ZM442.377 118.608H445.016V118.408H442.377V118.608ZM441.9 118.131C441.9 118.394 442.114 118.608 442.377 118.608V118.408C442.224 118.408 442.1 118.284 442.1 118.131H441.9ZM442.377 117.654C442.114 117.654 441.9 117.867 441.9 118.131H442.1C442.1 117.978 442.224 117.854 442.377 117.854V117.654ZM443.885 117.654H442.377V117.854H443.885V117.654ZM443.785 117.377V117.754H443.985V117.377H443.785ZM444.262 116.9C443.998 116.9 443.785 117.114 443.785 117.377H443.985C443.985 117.224 444.109 117.1 444.262 117.1V116.9ZM444.739 117.377C444.739 117.114 444.525 116.9 444.262 116.9V117.1C444.415 117.1 444.539 117.224 444.539 117.377H444.739ZM444.739 117.754V117.377H444.539V117.754H444.739ZM446.147 117.654H444.639V117.854H446.147V117.654ZM446.624 118.131C446.624 117.867 446.41 117.654 446.147 117.654V117.854C446.3 117.854 446.424 117.978 446.424 118.131H446.624ZM446.147 118.608C446.41 118.608 446.624 118.394 446.624 118.131H446.424C446.424 118.284 446.3 118.408 446.147 118.408V118.608ZM445.77 118.608H446.147V118.408H445.77V118.608ZM445.035 120.988C445.574 120.273 445.866 119.403 445.87 118.508L445.67 118.507C445.666 119.359 445.388 120.187 444.876 120.868L445.035 120.988ZM447.341 119.714L449.226 123.861L449.408 123.778L447.523 119.631L447.341 119.714ZM447.089 119.552C447.197 119.552 447.296 119.615 447.341 119.714L447.523 119.631C447.445 119.461 447.276 119.352 447.089 119.352V119.552ZM446.837 119.714C446.882 119.615 446.98 119.552 447.089 119.552V119.352C446.902 119.352 446.732 119.461 446.655 119.631L446.837 119.714ZM444.952 123.861L446.837 119.714L446.655 119.631L444.77 123.778L444.952 123.861ZM444.966 124.152C444.908 124.067 444.901 123.957 444.949 123.866L444.772 123.773C444.69 123.93 444.701 124.12 444.802 124.266L444.966 124.152ZM445.228 124.27C445.125 124.282 445.025 124.237 444.966 124.152L444.802 124.266C444.902 124.412 445.076 124.49 445.252 124.469L445.228 124.27ZM445.453 124.093C445.417 124.189 445.33 124.258 445.228 124.27L445.252 124.469C445.428 124.447 445.578 124.33 445.64 124.164L445.453 124.093ZM446.04 122.802L445.456 124.087L445.638 124.17L446.222 122.884L446.04 122.802ZM448.046 122.743H446.131V122.943H448.046V122.743ZM448.722 124.087L448.137 122.802L447.955 122.884L448.539 124.17L448.722 124.087ZM448.974 124.251C448.865 124.251 448.766 124.187 448.722 124.087L448.539 124.169C448.616 124.34 448.786 124.45 448.973 124.451L448.974 124.251ZM449.087 124.226C449.051 124.242 449.012 124.251 448.973 124.251L448.974 124.451C449.042 124.451 449.108 124.436 449.17 124.408L449.087 124.226ZM449.225 123.86C449.288 123.999 449.226 124.163 449.087 124.226L449.169 124.408C449.409 124.3 449.515 124.018 449.408 123.778L449.225 123.86ZM446.998 120.698L446.384 122.048L446.566 122.13L447.18 120.781L446.998 120.698ZM447.795 122.048L447.18 120.698L446.998 120.781L447.613 122.13L447.795 122.048ZM446.475 122.189H447.704V121.989H446.475V122.189Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M428.806 114.954C427.879 112.079 425.182 110 422 110C418.051 110 414.85 113.201 414.85 117.15C414.85 121.099 418.05 124.3 422 124.3C422.432 124.3 422.855 124.262 423.266 124.188C422.18 123.183 421.5 121.746 421.5 120.15C421.5 119.632 421.572 119.131 421.706 118.656L421.362 118.411C421.166 118.281 421.005 118.218 420.803 118.209L420.686 118.213C420.627 118.219 420.563 118.23 420.493 118.246L420.071 118.357L420.067 118.057C420.06 117.821 420.045 117.591 420.025 117.354L419.987 116.953L420.082 116.961L420.198 116.966C420.411 116.967 420.475 116.854 420.541 116.585L420.574 116.466C420.587 116.429 420.596 116.419 420.607 116.418L420.658 116.42L420.761 116.435L421.136 116.523L421.31 116.561C421.382 116.574 421.436 116.579 421.491 116.579L421.562 116.575L421.598 116.565L421.601 116.59C421.609 116.616 421.627 116.657 421.652 116.706L421.9 117.151L422.062 117.413C422.095 117.461 422.126 117.504 422.157 117.542C422.335 117.212 422.545 116.904 422.783 116.619L422.764 116.46L422.747 116.282C422.741 116.162 422.752 116.078 422.782 116.025L423.488 114.762L423.593 114.565L423.658 114.422C423.698 114.321 423.702 114.26 423.681 114.203C423.631 114.077 423.46 114.046 423.199 114.046C423.004 114.046 422.802 114.073 422.628 114.129L422.567 114.156C422.48 114.207 422.465 114.288 422.473 114.415L422.396 114.43C422.326 114.441 422.257 114.446 422.191 114.446C421.763 114.446 421.509 114.257 421.588 114.133C421.629 114.072 421.712 114.032 421.922 113.971L422.143 113.901C422.47 113.779 422.64 113.609 422.676 113.267L422.718 112.821L422.756 112.325C422.758 112.295 422.782 112.272 422.812 112.27C423.334 112.232 423.49 111.748 423.263 111.312L423.405 111.344C424.468 111.601 425.444 112.147 426.222 112.926L426.428 113.143C426.696 113.438 426.934 113.76 427.137 114.102L427.276 114.349L427.223 114.353C427.035 114.381 426.874 114.493 426.76 114.655C426.84 114.652 426.92 114.65 427 114.65C427.633 114.65 428.24 114.757 428.806 114.954ZM416.906 115.98L417.004 115.969L417.085 115.977C417.138 115.987 417.19 116.006 417.237 116.035C417.321 116.087 417.354 116.136 417.354 116.219L417.358 116.659L417.365 116.865C417.421 118.071 417.724 118.678 418.553 118.692C418.656 118.692 419.06 119.011 419.233 119.461C419.286 119.597 419.396 119.658 419.54 119.658L419.6 119.656L419.667 119.647L419.96 119.583C420.021 119.571 420.071 119.564 420.122 119.56L420.112 119.642L420.084 119.832C420.055 120.036 420.04 120.218 420.04 120.426C420.041 120.633 420.142 120.86 420.324 121.108C420.456 121.288 420.63 121.477 420.834 121.671C421.001 121.829 421.18 121.981 421.358 122.122L421.534 122.258L421.534 122.548C421.536 122.671 421.541 122.794 421.549 122.916L421.565 123.106L421.432 123.098C420.827 123.042 420.234 122.893 419.674 122.655C418.964 122.355 418.319 121.921 417.775 121.375C417.228 120.831 416.793 120.186 416.493 119.476C416.182 118.741 416.022 117.949 416.024 117.15L416.031 116.861C416.04 116.668 416.058 116.478 416.085 116.29L416.104 116.167L416.156 116.177C416.194 116.182 416.233 116.184 416.271 116.184C416.428 116.187 416.586 116.143 416.722 116.057L416.781 116.023C416.821 116.003 416.863 115.989 416.906 115.98Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M427 115.9C429.346 115.9 431.25 117.803 431.25 120.15C431.25 122.496 429.346 124.4 427 124.4C424.654 124.4 422.75 122.496 422.75 120.15C422.75 117.803 424.654 115.9 427 115.9ZM427 117.067C425.297 117.067 423.917 118.446 423.917 120.15C423.917 121.854 425.297 123.233 427 123.233C428.704 123.233 430.084 121.854 430.084 120.15C430.084 118.446 428.704 117.067 427 117.067ZM427.576 118.395C427.531 118.118 427.29 117.9 427 117.9C426.679 117.9 426.417 118.169 426.417 118.49V120.15L426.425 120.246C426.45 120.402 426.539 120.54 426.67 120.636C426.725 120.68 426.8 120.719 426.88 120.746L428.1 121.334L428.204 121.356C428.51 121.398 428.778 121.22 428.857 120.944L428.875 120.848L428.878 120.753C428.864 120.504 428.694 120.283 428.442 120.223L427.583 119.766L427.584 118.49L427.576 118.395Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M405.1 122.9C404.9 122.1 405.1 121.3 405.8 120.8C405.6 120.5 405.5 120.2 405.4 119.8C405.3 119.7 405.3 119.6 405.1 119.6H405C405 119.6 404.9 119.6 404.9 119.5L404.8 119.4L404.4 119C404.2 118.8 404.1 118.7 403.9 118.7H403.8L403.4 118.4C403.2 118.3 403 118.2 402.8 118.2H402.7C402.6 118.2 402.6 118.2 402.5 118.2L402.1 118.3V118C402.1 117.8 402.1 117.5 402.1 117.3V117H402.2H402.3C402.5 117 402.6 116.9 402.6 116.6V116.5H402.7H402.8L403.2 116.6H403.4C403.5 116.6 403.5 116.6 403.6 116.6H403.7C403.7 116.6 403.7 116.7 403.8 116.7L404 117.1L404.2 117.4C404.3 117.6 404.5 117.7 404.6 117.7H404.7C404.7 117.5 404.8 117.3 404.9 117.1C404.9 117 404.9 116.9 404.9 116.8V116.7V116.4V116.2C404.9 116.1 404.9 116 404.9 115.9L405.6 114.6L405.7 114.4L405.8 114.3C405.8 114.2 405.8 114.1 405.8 114.1C405.7 114.1 405.6 114 405.3 114C405.1 114 404.9 114.1 404.7 114.1H404.6C404.6 114.2 404.6 114.3 404.6 114.4H404.5C404.4 114.4 404.4 114.4 404.3 114.4C403.9 114.4 403.6 114.2 403.7 114.1C403.7 114.1 403.8 114 404 114L404.2 113.9C404.5 113.8 404.7 113.6 404.7 113.3V112.9V112.4C404.7 112.4 404.7 112.3 404.8 112.3C405.3 112.3 405.5 111.8 405.3 111.3H405.4C406.5 111.6 407.4 112.1 408.2 112.9L408.4 113.1C408.7 113.4 408.9 113.7 409.1 114.1L409.2 114.3H409.1C408.6 114.4 408.4 114.9 408.5 115.5C409 115.6 409.4 115.8 409.6 116.2H410C410.4 116.2 410.7 116.3 411 116.5C410.9 112.9 407.8 110 404.1 110C400.2 110 397 113.2 397 117.2C397 121.1 400.2 124.3 404.2 124.3C404.9 124.3 405.6 124.2 406.2 124C405.6 123.8 405.2 123.4 405.1 122.9ZM403.5 123.1C402.9 123 402.3 122.9 401.7 122.7C401 122.4 400.3 122 399.8 121.4C399.3 120.9 398.8 120.2 398.5 119.5C398.3 118.7 398.1 117.9 398.1 117.2V116.9C398.1 116.7 398.1 116.5 398.2 116.3V116.2H398.3H398.4C398.6 116.2 398.7 116.2 398.9 116.1H399H399.1V116H399.2H399.3C399.4 116.1 399.4 116.1 399.4 116.2V116.6V116.8C399.5 118 399.8 118.6 400.6 118.6C400.7 118.6 401.1 118.9 401.3 119.4C401.4 119.5 401.5 119.6 401.6 119.6H401.7H401.8H402.1C402.2 119.6 402.2 119.6 402.3 119.6V119.7V119.9C402.3 120.1 402.3 120.3 402.3 120.5C402.3 120.7 402.4 120.9 402.6 121.2C402.7 121.4 402.9 121.6 403.1 121.8C403.1 121.8 403.3 122 403.5 122.1L403.7 122.2V122.5C403.7 122.6 403.7 122.7 403.7 122.9V123.1H403.5Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M408.955 120.928L409.283 121.256C409.355 121.326 409.396 121.422 409.397 121.523C409.397 121.623 409.358 121.72 409.287 121.791C409.216 121.863 409.12 121.903 409.019 121.903C408.919 121.903 408.823 121.863 408.752 121.791L408.454 121.493C408.334 121.601 408.208 121.702 408.077 121.795L406.973 122.583C406.909 122.629 406.832 122.654 406.754 122.654C406.591 122.653 406.447 122.548 406.397 122.393C406.348 122.237 406.403 122.068 406.535 121.972L407.64 121.181C407.736 121.113 407.828 121.038 407.915 120.958L406.863 119.906C406.715 119.759 406.715 119.519 406.863 119.371C407.011 119.223 407.251 119.223 407.399 119.371L408.416 120.393C408.806 119.841 409.015 119.183 409.016 118.508H406.377C406.169 118.508 406 118.339 406 118.131C406 117.923 406.169 117.754 406.377 117.754H407.885V117.377C407.885 117.169 408.054 117 408.262 117C408.47 117 408.639 117.169 408.639 117.377V117.754H410.147C410.355 117.754 410.524 117.923 410.524 118.131C410.524 118.339 410.355 118.508 410.147 118.508H409.77C409.766 119.381 409.481 120.23 408.955 120.928ZM413.317 123.819L411.432 119.673C411.371 119.538 411.236 119.452 411.089 119.452C410.941 119.452 410.807 119.538 410.746 119.673L408.861 123.819C408.795 123.943 408.804 124.093 408.884 124.209C408.964 124.324 409.101 124.386 409.24 124.369C409.379 124.352 409.497 124.26 409.547 124.128L410.131 122.843H412.046L412.631 124.128C412.691 124.264 412.825 124.351 412.974 124.351C413.027 124.351 413.08 124.339 413.128 124.317C413.317 124.231 413.402 124.009 413.317 123.819ZM410.475 122.089L411.089 120.74L411.704 122.089H410.475Z' fill='%2335383A'/%3e%3cpath d='M409.283 121.256L409.213 121.327L409.213 121.327L409.283 121.256ZM408.955 120.928L408.876 120.868L408.823 120.937L408.885 120.999L408.955 120.928ZM409.397 121.523L409.297 121.524V121.524L409.397 121.523ZM409.287 121.791L409.216 121.721L409.216 121.721L409.287 121.791ZM408.752 121.791L408.823 121.721L408.823 121.721L408.752 121.791ZM408.454 121.493L408.525 121.423L408.458 121.356L408.387 121.419L408.454 121.493ZM408.077 121.795L408.019 121.713L408.019 121.714L408.077 121.795ZM406.973 122.583L406.914 122.501L406.914 122.502L406.973 122.583ZM406.754 122.654L406.753 122.754L406.755 122.754L406.754 122.654ZM406.535 121.972L406.477 121.891L406.477 121.891L406.535 121.972ZM407.64 121.181L407.582 121.099L407.582 121.099L407.64 121.181ZM407.915 120.958L407.983 121.032L408.059 120.961L407.986 120.887L407.915 120.958ZM406.863 119.906L406.934 119.836L406.863 119.906ZM406.863 119.371L406.793 119.3L406.863 119.371ZM407.399 119.371L407.469 119.301L407.469 119.3L407.399 119.371ZM408.416 120.393L408.346 120.463L408.429 120.548L408.498 120.45L408.416 120.393ZM409.016 118.508L409.116 118.508L409.116 118.408H409.016V118.508ZM407.885 117.754V117.854H407.985V117.754H407.885ZM408.639 117.754H408.539V117.854H408.639V117.754ZM409.77 118.508V118.408H409.67L409.67 118.507L409.77 118.508ZM411.432 119.673L411.523 119.631L411.523 119.631L411.432 119.673ZM413.317 123.819L413.408 123.778L413.408 123.778L413.317 123.819ZM410.746 119.673L410.655 119.631L410.655 119.631L410.746 119.673ZM408.861 123.819L408.949 123.866L408.952 123.861L408.861 123.819ZM408.884 124.209L408.802 124.266L408.884 124.209ZM409.24 124.369L409.252 124.469H409.252L409.24 124.369ZM409.547 124.128L409.456 124.087L409.453 124.093L409.547 124.128ZM410.131 122.843V122.743H410.067L410.04 122.802L410.131 122.843ZM412.046 122.843L412.137 122.802L412.111 122.743H412.046V122.843ZM412.631 124.128L412.722 124.087L412.722 124.087L412.631 124.128ZM412.974 124.351L412.973 124.451L412.974 124.451L412.974 124.351ZM413.128 124.317L413.087 124.226L413.087 124.226L413.128 124.317ZM411.089 120.74L411.18 120.698L411.089 120.498L410.998 120.698L411.089 120.74ZM410.475 122.089L410.384 122.048L410.319 122.189H410.475V122.089ZM411.704 122.089V122.189H411.859L411.795 122.048L411.704 122.089ZM409.354 121.185L409.026 120.857L408.885 120.999L409.213 121.327L409.354 121.185ZM409.497 121.522C409.496 121.395 409.444 121.273 409.353 121.184L409.213 121.327C409.266 121.379 409.296 121.45 409.297 121.524L409.497 121.522ZM409.358 121.862C409.448 121.772 409.498 121.649 409.497 121.522L409.297 121.524C409.297 121.597 409.268 121.668 409.216 121.721L409.358 121.862ZM409.019 122.003C409.147 122.003 409.269 121.952 409.358 121.862L409.216 121.721C409.164 121.773 409.093 121.803 409.019 121.803V122.003ZM408.681 121.862C408.77 121.952 408.892 122.003 409.019 122.003V121.803C408.946 121.803 408.875 121.773 408.823 121.721L408.681 121.862ZM408.383 121.564L408.681 121.862L408.823 121.721L408.525 121.423L408.383 121.564ZM408.135 121.877C408.269 121.781 408.398 121.678 408.521 121.568L408.387 121.419C408.27 121.524 408.147 121.622 408.019 121.713L408.135 121.877ZM407.031 122.664L408.135 121.876L408.019 121.714L406.915 122.501L407.031 122.664ZM406.755 122.754C406.854 122.754 406.951 122.722 407.031 122.664L406.914 122.502C406.867 122.536 406.811 122.554 406.753 122.554L406.755 122.754ZM406.302 122.423C406.365 122.619 406.547 122.753 406.753 122.754L406.755 122.554C406.635 122.554 406.529 122.476 406.493 122.362L406.302 122.423ZM406.477 121.891C406.31 122.012 406.239 122.227 406.302 122.423L406.493 122.362C406.456 122.248 406.497 122.123 406.594 122.053L406.477 121.891ZM407.582 121.099L406.477 121.891L406.594 122.053L407.698 121.262L407.582 121.099ZM407.847 120.885C407.764 120.962 407.675 121.033 407.582 121.099L407.697 121.262C407.798 121.192 407.893 121.115 407.983 121.032L407.847 120.885ZM406.793 119.977L407.844 121.029L407.986 120.887L406.934 119.836L406.793 119.977ZM406.793 119.3C406.606 119.487 406.606 119.79 406.793 119.977L406.934 119.836C406.825 119.727 406.825 119.551 406.934 119.442L406.793 119.3ZM407.469 119.3C407.282 119.114 406.979 119.114 406.793 119.3L406.934 119.442C407.043 119.333 407.219 119.333 407.328 119.442L407.469 119.3ZM408.487 120.322L407.469 119.301L407.328 119.442L408.346 120.463L408.487 120.322ZM408.916 118.508C408.915 119.162 408.712 119.8 408.335 120.335L408.498 120.45C408.899 119.882 409.115 119.204 409.116 118.508L408.916 118.508ZM406.377 118.608H409.016V118.408H406.377V118.608ZM405.9 118.131C405.9 118.394 406.114 118.608 406.377 118.608V118.408C406.224 118.408 406.1 118.284 406.1 118.131H405.9ZM406.377 117.654C406.114 117.654 405.9 117.867 405.9 118.131H406.1C406.1 117.978 406.224 117.854 406.377 117.854V117.654ZM407.885 117.654H406.377V117.854H407.885V117.654ZM407.785 117.377V117.754H407.985V117.377H407.785ZM408.262 116.9C407.998 116.9 407.785 117.114 407.785 117.377H407.985C407.985 117.224 408.109 117.1 408.262 117.1V116.9ZM408.739 117.377C408.739 117.114 408.525 116.9 408.262 116.9V117.1C408.415 117.1 408.539 117.224 408.539 117.377H408.739ZM408.739 117.754V117.377H408.539V117.754H408.739ZM410.147 117.654H408.639V117.854H410.147V117.654ZM410.624 118.131C410.624 117.867 410.41 117.654 410.147 117.654V117.854C410.3 117.854 410.424 117.978 410.424 118.131H410.624ZM410.147 118.608C410.41 118.608 410.624 118.394 410.624 118.131H410.424C410.424 118.284 410.3 118.408 410.147 118.408V118.608ZM409.77 118.608H410.147V118.408H409.77V118.608ZM409.035 120.988C409.574 120.273 409.866 119.403 409.87 118.508L409.67 118.507C409.666 119.359 409.388 120.187 408.876 120.868L409.035 120.988ZM411.341 119.714L413.226 123.861L413.408 123.778L411.523 119.631L411.341 119.714ZM411.089 119.552C411.197 119.552 411.296 119.615 411.341 119.714L411.523 119.631C411.445 119.461 411.276 119.352 411.089 119.352V119.552ZM410.837 119.714C410.882 119.615 410.98 119.552 411.089 119.552V119.352C410.902 119.352 410.732 119.461 410.655 119.631L410.837 119.714ZM408.952 123.861L410.837 119.714L410.655 119.631L408.77 123.778L408.952 123.861ZM408.966 124.152C408.908 124.067 408.901 123.957 408.949 123.866L408.772 123.773C408.69 123.93 408.701 124.12 408.802 124.266L408.966 124.152ZM409.228 124.27C409.125 124.282 409.025 124.237 408.966 124.152L408.802 124.266C408.902 124.412 409.076 124.49 409.252 124.469L409.228 124.27ZM409.453 124.093C409.417 124.189 409.33 124.258 409.228 124.27L409.252 124.469C409.428 124.447 409.578 124.33 409.64 124.164L409.453 124.093ZM410.04 122.802L409.456 124.087L409.638 124.17L410.222 122.884L410.04 122.802ZM412.046 122.743H410.131V122.943H412.046V122.743ZM412.722 124.087L412.137 122.802L411.955 122.884L412.539 124.17L412.722 124.087ZM412.974 124.251C412.865 124.251 412.766 124.187 412.722 124.087L412.539 124.169C412.616 124.34 412.786 124.45 412.973 124.451L412.974 124.251ZM413.087 124.226C413.051 124.242 413.012 124.251 412.973 124.251L412.974 124.451C413.042 124.451 413.108 124.436 413.17 124.408L413.087 124.226ZM413.225 123.86C413.288 123.999 413.226 124.163 413.087 124.226L413.169 124.408C413.409 124.3 413.515 124.018 413.408 123.778L413.225 123.86ZM410.998 120.698L410.384 122.048L410.566 122.13L411.18 120.781L410.998 120.698ZM411.795 122.048L411.18 120.698L410.998 120.781L411.613 122.13L411.795 122.048ZM410.475 122.189H411.704V121.989H410.475V122.189Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M392.806 114.954C391.879 112.079 389.182 110 386 110C382.051 110 378.85 113.201 378.85 117.15C378.85 121.099 382.05 124.3 386 124.3C386.432 124.3 386.855 124.262 387.266 124.188C386.18 123.183 385.5 121.746 385.5 120.15C385.5 119.632 385.572 119.131 385.706 118.656L385.362 118.411C385.166 118.281 385.005 118.218 384.803 118.209L384.686 118.213C384.627 118.219 384.563 118.23 384.493 118.246L384.071 118.357L384.067 118.057C384.06 117.821 384.045 117.591 384.025 117.354L383.987 116.953L384.082 116.961L384.198 116.966C384.411 116.967 384.475 116.854 384.541 116.585L384.574 116.466C384.587 116.429 384.596 116.419 384.607 116.418L384.658 116.42L384.761 116.435L385.136 116.523L385.31 116.561C385.382 116.574 385.436 116.579 385.491 116.579L385.562 116.575L385.598 116.565L385.601 116.59C385.609 116.616 385.627 116.657 385.652 116.706L385.9 117.151L386.062 117.413C386.095 117.461 386.126 117.504 386.157 117.542C386.335 117.212 386.545 116.904 386.783 116.619L386.764 116.46L386.747 116.282C386.741 116.162 386.752 116.078 386.782 116.025L387.488 114.762L387.593 114.565L387.658 114.422C387.698 114.321 387.702 114.26 387.681 114.203C387.631 114.077 387.46 114.046 387.199 114.046C387.004 114.046 386.802 114.073 386.628 114.129L386.567 114.156C386.48 114.207 386.465 114.288 386.473 114.415L386.396 114.43C386.326 114.441 386.257 114.446 386.191 114.446C385.763 114.446 385.509 114.257 385.588 114.133C385.629 114.072 385.712 114.032 385.922 113.971L386.143 113.901C386.47 113.779 386.64 113.609 386.676 113.267L386.718 112.821L386.756 112.325C386.758 112.295 386.782 112.272 386.812 112.27C387.334 112.232 387.49 111.748 387.263 111.312L387.405 111.344C388.468 111.601 389.444 112.147 390.222 112.926L390.428 113.143C390.696 113.438 390.934 113.76 391.137 114.102L391.276 114.349L391.223 114.353C391.035 114.381 390.874 114.493 390.76 114.655C390.84 114.652 390.92 114.65 391 114.65C391.633 114.65 392.24 114.757 392.806 114.954ZM380.906 115.98L381.004 115.969L381.085 115.977C381.138 115.987 381.19 116.006 381.237 116.035C381.321 116.087 381.354 116.136 381.354 116.219L381.358 116.659L381.365 116.865C381.421 118.071 381.724 118.678 382.553 118.692C382.656 118.692 383.06 119.011 383.233 119.461C383.286 119.597 383.396 119.658 383.54 119.658L383.6 119.656L383.667 119.647L383.96 119.583C384.021 119.571 384.071 119.564 384.122 119.56L384.112 119.642L384.084 119.832C384.055 120.036 384.04 120.218 384.04 120.426C384.041 120.633 384.142 120.86 384.324 121.108C384.456 121.288 384.63 121.477 384.834 121.671C385.001 121.829 385.18 121.981 385.358 122.122L385.534 122.258L385.534 122.548C385.536 122.671 385.541 122.794 385.549 122.916L385.565 123.106L385.432 123.098C384.827 123.042 384.234 122.893 383.674 122.655C382.964 122.355 382.319 121.921 381.775 121.375C381.228 120.831 380.793 120.186 380.493 119.476C380.182 118.741 380.022 117.949 380.024 117.15L380.031 116.861C380.04 116.668 380.058 116.478 380.085 116.29L380.104 116.167L380.156 116.177C380.194 116.182 380.233 116.184 380.271 116.184C380.428 116.187 380.586 116.143 380.722 116.057L380.781 116.023C380.821 116.003 380.863 115.989 380.906 115.98Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M391 115.9C393.346 115.9 395.25 117.803 395.25 120.15C395.25 122.496 393.346 124.4 391 124.4C388.654 124.4 386.75 122.496 386.75 120.15C386.75 117.803 388.654 115.9 391 115.9ZM391 117.067C389.297 117.067 387.917 118.446 387.917 120.15C387.917 121.854 389.297 123.233 391 123.233C392.704 123.233 394.084 121.854 394.084 120.15C394.084 118.446 392.704 117.067 391 117.067ZM391.576 118.395C391.531 118.118 391.29 117.9 391 117.9C390.679 117.9 390.417 118.169 390.417 118.49V120.15L390.425 120.246C390.45 120.402 390.539 120.54 390.67 120.636C390.725 120.68 390.8 120.719 390.88 120.746L392.1 121.334L392.204 121.356C392.51 121.398 392.778 121.22 392.857 120.944L392.875 120.848L392.878 120.753C392.864 120.504 392.694 120.283 392.442 120.223L391.583 119.766L391.584 118.49L391.576 118.395Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M369.15 110C373.099 110 376.3 113.201 376.3 117.15C376.3 121.099 373.099 124.3 369.15 124.3C365.201 124.3 362 121.099 362 117.15C362 113.201 365.201 110 369.15 110ZM364.155 115.969L364.056 115.98C364.013 115.989 363.971 116.003 363.931 116.023L363.872 116.057C363.737 116.143 363.579 116.187 363.421 116.184C363.383 116.184 363.345 116.182 363.306 116.177L363.255 116.167L363.235 116.29C363.209 116.478 363.191 116.668 363.182 116.861L363.175 117.15C363.173 117.949 363.332 118.741 363.644 119.476C363.943 120.186 364.379 120.831 364.925 121.375C365.47 121.921 366.114 122.355 366.824 122.655C367.385 122.893 367.978 123.042 368.583 123.098L368.716 123.106L368.7 122.916C368.692 122.794 368.687 122.671 368.684 122.548L368.685 122.258L368.509 122.122C368.33 121.981 368.152 121.829 367.985 121.671C367.78 121.477 367.607 121.288 367.474 121.108C367.292 120.86 367.191 120.633 367.191 120.426C367.191 120.218 367.206 120.036 367.234 119.832L367.263 119.642L367.273 119.56C367.222 119.564 367.171 119.571 367.111 119.583L366.818 119.647L366.75 119.656L366.69 119.658C366.547 119.658 366.436 119.597 366.383 119.461C366.21 119.011 365.807 118.692 365.703 118.692C364.874 118.678 364.572 118.071 364.515 116.865L364.508 116.659L364.504 116.219C364.504 116.136 364.472 116.087 364.388 116.035C364.34 116.006 364.289 115.987 364.235 115.977L364.155 115.969ZM369.962 112.27C370.485 112.232 370.64 111.748 370.414 111.312L370.555 111.344C371.618 111.601 372.594 112.147 373.372 112.926L373.579 113.143C373.847 113.438 374.084 113.76 374.288 114.102L374.427 114.349L374.373 114.353C373.916 114.422 373.619 114.986 373.772 115.563L373.688 115.63C372.246 116.805 372.203 117.828 373.085 118.653L373.202 118.77C373.321 118.897 373.443 119.048 373.563 119.215C373.688 119.387 373.774 119.594 373.825 119.831C373.86 119.991 373.991 120.081 374.159 120.081L374.248 120.073C374.279 120.069 374.31 120.061 374.342 120.051L374.379 120.038L374.327 120.134C374.067 120.587 373.747 121.005 373.375 121.375C372.58 122.173 371.574 122.728 370.476 122.977L370.486 122.972L370.471 122.968L370.566 122.579L370.616 122.394C370.749 121.93 370.884 121.684 371.125 121.474L371.21 121.393C371.732 120.84 371.355 120.112 370.699 120.112C370.666 120.111 370.631 120.114 370.597 120.119L370.563 120.121C370.547 120.121 370.539 120.12 370.53 120.094L370.478 119.893C370.424 119.724 370.338 119.633 370.152 119.617L370.098 119.607C370.061 119.596 370.022 119.573 369.964 119.529L369.863 119.446L369.419 119.042C369.23 118.875 369.085 118.77 368.927 118.695L368.869 118.665L368.512 118.411C368.317 118.281 368.156 118.218 367.953 118.209L367.837 118.213C367.777 118.219 367.714 118.23 367.644 118.246L367.222 118.357L367.218 118.057C367.21 117.821 367.196 117.591 367.175 117.354L367.138 116.953L367.232 116.961L367.348 116.966C367.561 116.967 367.625 116.854 367.691 116.585L367.724 116.466C367.737 116.429 367.747 116.419 367.757 116.418L367.809 116.42L367.912 116.435L368.286 116.523L368.461 116.561C368.533 116.574 368.586 116.579 368.641 116.579L368.712 116.575L368.749 116.565L368.752 116.59C368.759 116.616 368.778 116.657 368.803 116.706L369.051 117.151L369.213 117.413C369.357 117.627 369.475 117.734 369.617 117.734C369.872 117.734 369.951 117.438 369.951 116.818L369.948 116.732L369.915 116.46L369.898 116.282C369.892 116.162 369.903 116.078 369.932 116.025L370.639 114.762L370.743 114.565L370.809 114.422C370.849 114.321 370.853 114.26 370.831 114.203C370.782 114.077 370.611 114.046 370.349 114.046C370.154 114.046 369.952 114.073 369.779 114.129L369.717 114.156C369.63 114.207 369.616 114.288 369.624 114.415L369.546 114.43C369.477 114.441 369.408 114.446 369.341 114.446C368.914 114.446 368.659 114.257 368.739 114.133C368.78 114.072 368.862 114.032 369.072 113.971L369.293 113.901C369.621 113.779 369.79 113.609 369.826 113.267L369.868 112.821L369.906 112.325C369.909 112.295 369.932 112.272 369.962 112.27Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M291 123.067C291 123.582 291.384 124 291.857 124H297.758C297.279 123.285 297 122.425 297 121.5C297 119.015 299.015 117 301.5 117C302.026 117 302.531 117.09 303 117.256V110.933C303 110.418 302.616 110 302.143 110H291.857C291.384 110 291 110.418 291 110.933V123.067ZM293 114H301V113H293V114ZM293 117H298V116H293V117ZM293 120H296V119H293V120Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M298 121.5C298 123.433 299.567 125 301.5 125C303.433 125 305 123.433 305 121.5C305 119.567 303.433 118 301.5 118C299.567 118 298 119.567 298 121.5ZM303 122C303.276 122 303.5 121.776 303.5 121.5C303.5 121.224 303.276 121 303 121H302V119.5C302 119.224 301.776 119 301.5 119C301.224 119 301 119.224 301 119.5V121.5C301 121.776 301.224 122 301.5 122H303Z' fill='%234774C6'/%3e%3ccircle cx='261' cy='117' r='7' fill='%2346CC93'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M260.038 118.4L257.764 116.016L257 116.817L260.038 120L265 114.8L264.236 114L260.038 118.4Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M243.095 117.106L245.637 114.415C245.789 114.254 246.035 114.254 246.187 114.415C246.339 114.575 246.339 114.836 246.187 114.997L243.645 117.689L246.187 120.381C246.339 120.541 246.339 120.802 246.187 120.963C246.035 121.124 245.789 121.124 245.637 120.963L243.095 118.271L240.553 120.963C240.401 121.124 240.154 121.124 240.003 120.963C239.851 120.802 239.851 120.541 240.003 120.381L242.545 117.689L240.003 114.997C239.851 114.836 239.851 114.575 240.003 114.415C240.154 114.254 240.401 114.254 240.553 114.415L243.095 117.106Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M225.751 113.024C225.34 112.328 224.663 112.323 224.248 113.024L220.18 119.897C219.769 120.591 220.086 121.167 220.897 121.167H229.103C229.907 121.167 230.235 120.598 229.82 119.897L225.751 113.024Z' fill='%23F8472F'/%3e%3cg filter='url(%23filter3_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M224.543 114.929C224.374 114.929 224.245 115.079 224.271 115.245L224.671 117.874C224.697 118.042 224.842 118.167 225.012 118.167C225.182 118.167 225.327 118.042 225.353 117.874L225.753 115.245C225.778 115.079 225.65 114.929 225.481 114.929H224.543ZM225.014 118.929C225.337 118.929 225.599 119.185 225.599 119.5C225.599 119.816 225.337 120.072 225.014 120.072C224.691 120.072 224.43 119.816 224.43 119.5C224.43 119.185 224.691 118.929 225.014 118.929Z' fill='white'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M206.995 112.626C206.995 112.78 207.115 112.907 207.269 112.917C209.451 113.061 211.164 114.918 211.079 117.155C210.999 119.273 209.273 120.999 207.154 121.08C204.917 121.165 203.061 119.451 202.917 117.27C202.906 117.116 202.78 116.995 202.626 116.995C202.458 116.995 202.323 117.136 202.334 117.303C202.496 119.799 204.618 121.76 207.177 121.663C209.598 121.571 211.571 119.598 211.663 117.177C211.76 114.619 209.799 112.496 207.303 112.334C207.136 112.323 206.995 112.459 206.995 112.626Z' fill='%230E6FF9'/%3e%3cpath d='M206.995 112.626V112.626C206.995 112.78 207.115 112.907 207.269 112.917C209.451 113.061 211.164 114.918 211.079 117.155C210.999 119.273 209.273 120.999 207.154 121.08C204.917 121.165 203.061 119.451 202.917 117.27C202.906 117.116 202.78 116.995 202.626 116.995C202.458 116.995 202.323 117.136 202.334 117.303C202.496 119.799 204.618 121.76 207.177 121.663C209.598 121.571 211.571 119.598 211.663 117.177C211.76 114.619 209.799 112.496 207.303 112.334C207.136 112.323 206.995 112.459 206.995 112.626' stroke='%230E6FF9' stroke-width='0.3'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M189 118.995V120.997L192.997 117L189 113.003V114.998H186.998V118.995H189ZM185.003 119.002H185.997H186.004V114.998H185.003V119.002Z' fill='%233492ED'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M177.357 111.6H164.7V113.438H177.357V111.6ZM177.357 116.85V116.063H170.765V116.85H177.357ZM167.469 116.588H169.315V123.15H167.469V116.588ZM164.7 118.425H166.546V123.15H164.7V118.425ZM177.357 123.15H170.765V122.363H177.357V123.15ZM170.765 121.05H177.357V120.263H170.765V121.05ZM177.357 118.95H170.765V118.163H177.357V118.95Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M159.357 111.6H146.7V113.438H159.357V111.6ZM159.357 116.85V116.063H152.765V116.85H159.357ZM149.469 116.588H151.315V123.15H149.469V116.588ZM146.7 118.425H148.546V123.15H146.7V118.425ZM159.357 123.15H152.765V122.363H159.357V123.15ZM152.765 121.05H159.357V120.263H152.765V121.05ZM159.357 118.95H152.765V118.163H159.357V118.95Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M142.049 117.378L141.292 116.624L136.195 121.886L131.95 117.66C131.855 117.519 131.808 117.362 131.808 117.189C131.808 117.016 131.855 116.859 131.95 116.718L132.187 116.576C132.25 116.545 132.329 116.529 132.423 116.529C132.471 116.529 132.534 116.529 132.613 116.545C132.692 116.561 132.755 116.576 132.802 116.624L136.195 120.001L141.386 114.738L137.804 111.173C137.426 110.858 137.047 110.796 136.857 110.796C136.463 110.78 136.116 110.905 135.816 111.173L134.869 112.209L133.922 111.078C133.623 110.811 133.275 110.686 132.881 110.701C132.486 110.717 132.139 110.874 131.839 111.173L127.326 115.681C127.042 115.98 126.9 116.325 126.9 116.718C126.9 117.111 127.042 117.456 127.326 117.755L132.045 122.452L132.802 121.603L128.463 117.283C128.352 117.173 128.289 117.016 128.273 116.812C128.273 116.765 128.289 116.702 128.336 116.624C128.384 116.545 128.447 116.482 128.541 116.435C128.62 116.325 128.747 116.262 128.92 116.247H129.015C129.062 116.247 129.125 116.262 129.204 116.309C129.283 116.357 129.346 116.388 129.394 116.435L136.195 123.3L142.049 117.378Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M124.049 117.378L123.292 116.624L118.195 121.886L113.95 117.66C113.855 117.519 113.808 117.362 113.808 117.189C113.808 117.016 113.855 116.859 113.95 116.718L114.187 116.576C114.25 116.545 114.329 116.529 114.423 116.529C114.471 116.529 114.534 116.529 114.613 116.545C114.692 116.561 114.755 116.576 114.802 116.624L118.195 120.001L123.386 114.738L119.804 111.173C119.426 110.858 119.047 110.796 118.857 110.796C118.463 110.78 118.116 110.905 117.816 111.173L116.869 112.209L115.922 111.078C115.623 110.811 115.275 110.686 114.881 110.701C114.486 110.717 114.139 110.874 113.839 111.173L109.326 115.681C109.042 115.98 108.9 116.325 108.9 116.718C108.9 117.111 109.042 117.456 109.326 117.755L114.045 122.452L114.802 121.603L110.463 117.283C110.352 117.173 110.289 117.016 110.273 116.812C110.273 116.765 110.289 116.702 110.336 116.624C110.384 116.545 110.447 116.482 110.541 116.435C110.62 116.325 110.747 116.262 110.92 116.247H111.015C111.062 116.247 111.125 116.262 111.204 116.309C111.283 116.357 111.346 116.388 111.394 116.435L118.195 123.3L124.049 117.378Z' fill='white'/%3e%3cpath d='M98.9688 112.66L94.7402 116.502L98.9688 120.273' stroke='%2335383A'/%3e%3cpath d='M95.5 116.502H103.5' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M86 114.727C86 116.033 84.7855 118.364 82.3637 118.364H79.1038L80.7338 119.994C81.0892 120.349 81.0892 120.924 80.7338 121.279C80.5565 121.456 80.3238 121.545 80.091 121.545C79.8583 121.545 79.6256 121.456 79.4483 121.279L76.2666 118.097C75.9111 117.742 75.9111 117.167 76.2666 116.812L79.4483 113.63C79.8038 113.275 80.3783 113.275 80.7338 113.63C81.0892 113.985 81.0892 114.56 80.7338 114.915L79.1038 116.545H82.3637C83.6346 116.545 84.1819 115.165 84.1819 114.727V112.909C84.1819 112.406 84.5882 112 85.0909 112C85.5936 112 86 112.406 86 112.909V114.727Z' fill='%2335383A' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.1276 110H59.8728V121.172L57.881 119.27L57 120.117L59.9367 122.939L60.091 123H61.1276V110ZM68.4198 113.911V115H64.4766V114.262L64.5187 114.138L66.7296 111.237H64.5437V110.149H68.3591V110.887L68.3172 111.01L66.1176 113.911H68.4198ZM64.1787 122.875H65.4958L65.889 121.729H67.2708L67.664 122.875H69.0004L67.2088 118.024H65.9703L64.1787 122.875ZM66.9325 120.699H66.2238L66.579 119.658L66.9325 120.699Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.1276 110H41.8728V121.172L39.881 119.27L39 120.117L41.9367 122.939L42.091 123H43.1276V110ZM46.1787 114.875H47.4958L47.889 113.729H49.2708L49.664 114.875H51.0004L49.2088 110.024H47.9703L46.1787 114.875ZM48.9325 112.699H48.2238L48.579 111.658L48.9325 112.699ZM50.4198 121.911V123H46.4766V122.262L46.5187 122.138L48.7296 119.237H46.5437V118.149H50.3591V118.887L50.3172 119.01L48.1176 121.911H50.4198Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 113H28V112H32V116H31V114H30V113ZM29 115V114H30V115H29ZM29 115H28V116H29V115ZM25 119V120H27V121H23V117H24V119H25ZM26 118V119H25V118H26ZM26 118V117H27V118H26Z' fill='%23575A5D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5666 112.442H9.53529L8.08462 110.198C8.00462 110.075 7.86738 110 7.71964 110H1.43253C1.19378 110 1 110.193 1 110.431V123.012C1 123.25 1.19378 123.443 1.43253 123.443H16.5666C16.8057 123.443 17 123.25 17 123.012V112.873C17 112.635 16.8059 112.442 16.5666 112.442ZM1.86639 110.861H7.48274L8.59634 112.585H1.86621V110.861H1.86639ZM16.1329 114.719V114.326V113.304H9.40381C9.37146 113.313 9.33661 113.319 9.29786 113.319H1.86621V114.326V114.719V122.581H16.1329V114.719Z' fill='%2335383A'/%3e%3cpath d='M9.14921 119.283V118.264C10.0271 118.292 10.7312 119.038 10.7312 119.96C10.7312 120.6 10.5607 120.986 10.1624 121.172C9.98715 121.254 10.1893 121.35 10.3746 121.306C11.2802 121.088 11.5996 120.279 11.5996 119.109C11.5996 117.699 10.5024 116.556 9.14921 116.557V115.531L6.69961 117.407L9.14921 119.283Z' fill='%23444649'/%3e%3cpath d='M591 93H581L587 98.4912L581 104.043H591' stroke='%230092FC' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M562 101.5H570.5' stroke='%23444649'/%3e%3cpath d='M562 105.5H568' stroke='%23444649'/%3e%3cpath d='M568 92.5024H560.504V96.4929H568' stroke='%23444649' stroke-opacity='0.5'/%3e%3cpath d='M569.38 91.6201L574.38 96.6201' stroke='%23ED3D3B'/%3e%3cpath d='M574.38 91.6201L569.38 96.6201' stroke='%23ED3D3B'/%3e%3cpath d='M572.5 100V107' stroke='%2336CA00'/%3e%3cpath d='M576 103.5H569' stroke='%2336CA00'/%3e%3cpath d='M544 101.5H553' stroke='%23444649'/%3e%3cpath d='M544 105.5H550' stroke='%23444649'/%3e%3cpath d='M552.922 92.5H542.5V96.5H549' stroke='%23444649'/%3e%3cpath d='M555.5 95.0034V96.5H554.014' stroke='%23444649'/%3e%3cpath d='M556.42 91.5L551.878 96.5L549.42 93.8198' stroke='%2336CA00'/%3e%3cpath d='M556.42 100.5L551.878 105.5L549.42 102.82' stroke='%2336CA00'/%3e%3cpath d='M537.293 98.7L531 104.993L524.707 98.7L531 92.407L537.293 98.7Z' stroke='%2300AD8F'/%3e%3crect x='529' y='97' width='4' height='1' fill='%2300AD8F'/%3e%3crect x='529' y='99' width='4' height='1' fill='%2300AD8F'/%3e%3crect x='507' y='93' width='3' height='3' fill='%23444649'/%3e%3cpath d='M512.5 94.5H519.5' stroke='%23444649' stroke-linecap='square'/%3e%3cpath d='M512.5 98.5H519.5' stroke='%23444649' stroke-linecap='square'/%3e%3cpath d='M512.5 102.5H519.5' stroke='%23444649' stroke-linecap='square'/%3e%3crect x='507' y='101' width='3' height='3' fill='%23444649'/%3e%3crect x='507' y='97' width='3' height='3' fill='%23444649'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M501.423 98.9999L498.212 104.562H491.789L488.578 98.9999L491.789 93.4377H498.212L501.423 98.9999Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath d='M494 96V97H493V98H495V98.538L495.755 97.9059L497 99.39L498.245 97.9059L499.2 98.7075L497.813 100.36L499.436 102.292L498.48 103.094L497 101.33L495.52 103.094L494.564 102.292L496.186 100.36L495 98.946V99H493V103H492V99H491V98H492V96H494Z' fill='%2335383A'/%3e%3cpath d='M473 98.9933L475.848 102.2C476.07 102.451 476.472 102.415 476.647 102.13L481.031 95' stroke='%23444649' stroke-linecap='round'/%3e%3cmask id='path-494-inside-9_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M454 94H457V97H454V94ZM453 93H454H457H458V94V97V98H457H454H453V97V94V93ZM461 94H464V97H461V94ZM460 93H461H464H465V94V97V98H464H461H460V97V94V93ZM457 101H454V104H457V101ZM454 100H453V101V104V105H454H457H458V104V101V100H457H454ZM461 101H464V104H461V101ZM460 100H461H464H465V101V104V105H464H461H460V104V101V100Z'/%3e%3c/mask%3e%3cpath d='M457 94H458V93H457V94ZM454 94V93H453V94H454ZM457 97V98H458V97H457ZM454 97H453V98H454V97ZM453 93V92H452V93H453ZM458 93H459V92H458V93ZM458 98V99H459V98H458ZM453 98H452V99H453V98ZM464 94H465V93H464V94ZM461 94V93H460V94H461ZM464 97V98H465V97H464ZM461 97H460V98H461V97ZM460 93V92H459V93H460ZM465 93H466V92H465V93ZM465 98V99H466V98H465ZM460 98H459V99H460V98ZM454 101V100H453V101H454ZM457 101H458V100H457V101ZM454 104H453V105H454V104ZM457 104V105H458V104H457ZM453 100V99H452V100H453ZM453 105H452V106H453V105ZM458 105V106H459V105H458ZM458 100H459V99H458V100ZM464 101H465V100H464V101ZM461 101V100H460V101H461ZM464 104V105H465V104H464ZM461 104H460V105H461V104ZM460 100V99H459V100H460ZM465 100H466V99H465V100ZM465 105V106H466V105H465ZM460 105H459V106H460V105ZM457 93H454V95H457V93ZM458 97V94H456V97H458ZM454 98H457V96H454V98ZM453 94V97H455V94H453ZM454 92H453V94H454V92ZM457 92H454V94H457V92ZM458 92H457V94H458V92ZM459 94V93H457V94H459ZM459 97V94H457V97H459ZM459 98V97H457V98H459ZM457 99H458V97H457V99ZM454 99H457V97H454V99ZM453 99H454V97H453V99ZM452 97V98H454V97H452ZM452 94V97H454V94H452ZM452 93V94H454V93H452ZM464 93H461V95H464V93ZM465 97V94H463V97H465ZM461 98H464V96H461V98ZM460 94V97H462V94H460ZM461 92H460V94H461V92ZM464 92H461V94H464V92ZM465 92H464V94H465V92ZM466 94V93H464V94H466ZM466 97V94H464V97H466ZM466 98V97H464V98H466ZM464 99H465V97H464V99ZM461 99H464V97H461V99ZM460 99H461V97H460V99ZM459 97V98H461V97H459ZM459 94V97H461V94H459ZM459 93V94H461V93H459ZM454 102H457V100H454V102ZM455 104V101H453V104H455ZM457 103H454V105H457V103ZM456 101V104H458V101H456ZM453 101H454V99H453V101ZM454 101V100H452V101H454ZM454 104V101H452V104H454ZM454 105V104H452V105H454ZM454 104H453V106H454V104ZM457 104H454V106H457V104ZM458 104H457V106H458V104ZM457 104V105H459V104H457ZM457 101V104H459V101H457ZM457 100V101H459V100H457ZM457 101H458V99H457V101ZM454 101H457V99H454V101ZM464 100H461V102H464V100ZM465 104V101H463V104H465ZM461 105H464V103H461V105ZM460 101V104H462V101H460ZM461 99H460V101H461V99ZM464 99H461V101H464V99ZM465 99H464V101H465V99ZM466 101V100H464V101H466ZM466 104V101H464V104H466ZM466 105V104H464V105H466ZM464 106H465V104H464V106ZM461 106H464V104H461V106ZM460 106H461V104H460V106ZM459 104V105H461V104H459ZM459 101V104H461V101H459ZM459 100V101H461V100H459Z' fill='%2335383A' mask='url(%23path-494-inside-9_15778_26381)'/%3e%3crect x='434.5' y='92.5' width='13' height='13' stroke='%230092FF'/%3e%3crect x='436.5' y='94.5' width='3' height='3' stroke='%23444649'/%3e%3crect x='442.5' y='94.5' width='3' height='3' stroke='%23444649'/%3e%3crect x='442.5' y='100.5' width='3' height='3' stroke='%23444649'/%3e%3crect x='436.5' y='100.5' width='3' height='3' stroke='%23444649'/%3e%3cpath d='M399 101.5H406' stroke='%23444649'/%3e%3cpath d='M399 105.5H406' stroke='%23444649'/%3e%3crect x='398.5' y='92.5' width='13' height='4' stroke='%23444649'/%3e%3cpath d='M412.002 100.5H407L409.358 103.5L407 106.5H412.002' stroke='%230092FC'/%3e%3cpath d='M382 101.5H394' stroke='%23444649'/%3e%3cpath d='M382 105.5H394' stroke='%23444649'/%3e%3cpath d='M387.999 92.5127H380.494L380.494 96.5009H387.999' stroke='%23444649'/%3e%3cpath d='M394.011 91.5H389.01L391.367 94.5L389.01 97.5H394.011' stroke='%230092FC'/%3e%3cpath d='M364 101.5H373' stroke='%23444649'/%3e%3cpath d='M364 105.5H370' stroke='%23444649'/%3e%3cpath d='M370 92.5024H362.504V96.4929H370' stroke='%23444649' stroke-opacity='0.5'/%3e%3cpath d='M371.38 91.6201L376.38 96.6201' stroke='%23ED3D3B'/%3e%3cpath d='M376.38 91.6201L371.38 96.6201' stroke='%23ED3D3B'/%3e%3cpath d='M376.42 100.5L371.878 105.5L369.42 102.82' stroke='%2336CA00'/%3e%3cpath d='M354.922 92.5H344.5V96.5H351' stroke='%23444649'/%3e%3cpath d='M357.5 95.0034V96.5H356.014' stroke='%23444649'/%3e%3cpath d='M346.018 101.5H352.018' stroke='%23444649' stroke-opacity='0.5'/%3e%3cpath d='M346.018 105.5H352.018' stroke='%23444649' stroke-opacity='0.5'/%3e%3cpath d='M353.38 100.62L358.38 105.62' stroke='%23ED3D3B'/%3e%3cpath d='M358.38 100.62L353.38 105.62' stroke='%23ED3D3B'/%3e%3cpath d='M358.42 91.5L353.878 96.5L351.42 93.8198' stroke='%2336CA00'/%3e%3crect x='328.5' y='92.5' width='10' height='13' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath d='M330.04 95L330.047 95.2554L333.416 99.1607L330.01 102.929L330 103.167L336.606 103.135C336.67 102.375 336.847 101.589 336.999 100.839L336.785 100.789C336.584 101.209 336.442 101.658 336.015 101.936C335.547 102.242 334.929 102.203 334.387 102.203H331.346L334.446 98.7211L331.651 95.4718L333.278 95.4658C334.321 95.4658 335.805 95.2315 336.218 96.3974C336.289 96.5967 336.337 96.8037 336.355 97.013H336.588L336.409 95H330.04Z' fill='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M320.42 95.187L318.792 93.5596L315.419 96.9311L312.047 93.5596L310.42 95.187L313.791 98.5585L310.42 101.931L312.047 103.56L315.419 100.187L318.792 103.56L320.42 101.931L317.047 98.5585L320.42 95.187Z' fill='%232F3133'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M304.025 94.75L302.225 93L295.218 100.331L291.783 96.7966L290 98.5913L295.218 103.86L304.025 94.75Z' fill='%232F3133'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M276.087 102.183L278.255 100.873L277.116 99.7352L275.804 101.901C275.712 102.085 275.89 102.275 276.087 102.183ZM284.065 93.0843C283.908 92.9276 283.654 92.9276 283.497 93.0843L282.667 93.9129L284.065 95.3492L284.915 94.4997C285.071 94.3434 285.071 94.0901 284.915 93.9334L284.065 93.0843ZM275.036 102.385L276.771 98.8785C276.801 98.7274 276.859 98.5808 276.977 98.4636L283.214 92.2344C283.527 91.9219 284.034 91.9219 284.348 92.2344L285.765 93.6502C286.078 93.9628 286.078 94.4703 285.765 94.7825L279.528 101.012C279.411 101.129 279.264 101.188 279.113 101.217L275.602 102.95C275.207 103.134 274.89 102.78 275.036 102.385ZM287 105H272V106H287V105Z' fill='%232F3133'/%3e%3cpath d='M255.5 96.5H267.5' stroke='%2300AD8F' stroke-linecap='square'/%3e%3cpath d='M255.5 99.5H267.5' stroke='%2300AD8F' stroke-linecap='square'/%3e%3cpath d='M255.5 102.5H267.5' stroke='%2300AD8F' stroke-linecap='square'/%3e%3cpath d='M249.093 98.8L245.8 102.093L242.507 98.8L245.8 95.5071L249.093 98.8Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath d='M243.175 92.2505L244.808 93.8832L238.277 100.414L236.644 98.7814L243.175 92.2505Z' fill='%2335383A'/%3e%3cpath d='M244.808 103.68L243.175 105.312L238.277 100.414L239.909 98.7815L244.808 103.68Z' fill='%2335383A'/%3e%3crect x='222.5' y='92.5' width='5' height='12' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M224 95H227V96H224V95ZM224 101H227V102H224V101ZM227 98H225V99H227V98Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M230 99C230.552 99 231 98.5523 231 98C231 97.4477 230.552 97 230 97C229.448 97 229 97.4477 229 98C229 98.5523 229.448 99 230 99ZM233 99.9995V102H227V99.9995H233ZM231 104C231 104.552 230.552 105 230 105C229.448 105 229 104.552 229 104C229 103.448 229.448 103 230 103C230.552 103 231 103.448 231 104Z' fill='%2335383A'/%3e%3cpath d='M223 94V96H221V98H219V96H217V94H219V92H221V94H223Z' fill='%2335383A'/%3e%3cpath d='M204.9 98.5C205.231 98.5002 205.5 98.7685 205.5 99.0996V103.061C205.5 103.536 204.982 103.811 204.595 103.578L204.52 103.524L203.204 102.443C202.866 102.66 202.294 103.059 201.792 103.567L201.52 103.864C201.174 104.27 201.073 104.625 201.061 104.897C201.048 105.179 201.127 105.411 201.198 105.558L201.232 105.645C201.295 105.847 201.243 106.05 201.14 106.191C201.033 106.337 200.832 106.464 200.592 106.438L200.486 106.416C200.256 106.349 199.906 106.225 199.567 106.019C199.231 105.814 198.865 105.502 198.667 105.042L198.615 104.909C198.382 104.249 198.537 103.615 198.773 103.116C198.961 102.72 199.217 102.373 199.427 102.115L199.617 101.888C199.938 101.512 200.666 100.839 201.13 100.418L200.12 99.5566C199.696 99.1947 199.952 98.5 200.51 98.5H204.9Z' fill='%2329313B' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M181.644 92.3431C181.644 92.1576 181.756 92.0073 181.894 92.0073H185.423C185.555 92.0142 185.754 92.0841 185.939 92.2378C186.054 92.3335 186.232 92.5739 186.414 92.8204C186.639 93.1248 186.871 93.4384 187 93.5001C187 93.5002 187.001 93.5003 187.001 93.5004H187.999L188 93.5001C188 93.5001 188 93.5002 187.999 93.5004H196.076V104.888H181.644V94.5001V93.5004V92.3431Z' fill='%235AA5F4'/%3e%3crect x='181.65' y='96.0801' width='14.42' height='0.161538' fill='black' fill-opacity='0.03'/%3e%3crect x='181.65' y='96.2417' width='14.42' height='0.161538' fill='black' fill-opacity='0.06'/%3e%3crect x='181.65' y='96.4031' width='14.42' height='0.161538' fill='black' fill-opacity='0.1'/%3e%3crect x='181.65' y='96.5647' width='14.42' height='0.161538' fill='black' fill-opacity='0.13'/%3e%3crect x='181.65' y='96.7263' width='14.42' height='0.161538' fill='black' fill-opacity='0.16'/%3e%3crect x='181.65' y='96.8877' width='14.42' height='0.161538' fill='black' fill-opacity='0.19'/%3e%3crect x='181.65' y='97.0493' width='14.42' height='0.161538' fill='black' fill-opacity='0.22'/%3e%3crect x='181.65' y='97.2109' width='14.42' height='0.161538' fill='black' fill-opacity='0.25'/%3e%3crect x='181.65' y='97.3726' width='14.42' height='0.161538' fill='black' fill-opacity='0.28'/%3e%3crect x='181.65' y='97.5339' width='14.42' height='0.161538' fill='black' fill-opacity='0.31'/%3e%3crect x='181.65' y='97.6956' width='14.42' height='0.161538' fill='black' fill-opacity='0.34'/%3e%3crect x='181.65' y='97.8569' width='14.42' height='0.161538' fill='black' fill-opacity='0.37'/%3e%3crect x='181.65' y='98.0186' width='14.42' height='0.161538' fill='black' fill-opacity='0.4'/%3e%3crect x='182.412' y='94.4443' width='12.6687' height='9.80206' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M181.633 98H196.087C196.369 98 196.589 98.1577 196.579 98.3543L196.264 104.646C196.254 104.841 196.027 105 195.759 105H181.961C181.691 105 181.465 104.842 181.456 104.646L181.14 98.3543C181.13 98.1586 181.351 98 181.633 98Z' fill='%235AA5F4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M163.644 92.3431C163.644 92.1576 163.756 92.0073 163.894 92.0073H167.423C167.555 92.0142 167.754 92.0841 167.939 92.2378C168.054 92.3335 168.232 92.5739 168.414 92.8204C168.639 93.1248 168.871 93.4384 169 93.5001C169 93.5002 169.001 93.5003 169.001 93.5004H169.999L170 93.5001C170 93.5001 170 93.5002 169.999 93.5004H178.076V104.888H163.644V94.5001V93.5004V92.3431Z' fill='%235AA5F4'/%3e%3crect x='163.65' y='94.3599' width='14.42' height='0.168' fill='black' fill-opacity='0.03'/%3e%3crect x='163.65' y='94.5278' width='14.42' height='0.168' fill='black' fill-opacity='0.06'/%3e%3crect x='163.65' y='94.6958' width='14.42' height='0.168' fill='black' fill-opacity='0.1'/%3e%3crect x='163.65' y='94.8638' width='14.42' height='0.168' fill='black' fill-opacity='0.13'/%3e%3crect x='163.65' y='95.0317' width='14.42' height='0.168' fill='black' fill-opacity='0.16'/%3e%3crect x='164.412' y='94.4443' width='12.6687' height='9.80206' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M163.633 95.2H178.087C178.369 95.2 178.589 95.4208 178.579 95.6961L178.264 104.506C178.254 104.78 178.027 105.002 177.759 105.002H163.961C163.691 105.002 163.465 104.781 163.456 104.506L163.14 95.6961C163.13 95.4221 163.351 95.2 163.633 95.2Z' fill='%235AA5F4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M147 95V104H155V103H148V100H152V99H148V96H149V95H147Z' fill='%2300AD8F'/%3e%3cmask id='path-563-inside-10_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M154 95.5L151 98.5L148 95.5L151 92.5L154 95.5ZM157 99.5L154 102.5L151 99.5L154 96.5L157 99.5ZM157 106.5L160 103.5L157 100.5L154 103.5L157 106.5Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M154 95.5L151 98.5L148 95.5L151 92.5L154 95.5ZM157 99.5L154 102.5L151 99.5L154 96.5L157 99.5ZM157 106.5L160 103.5L157 100.5L154 103.5L157 106.5Z' fill='%2397E5D7'/%3e%3cpath d='M151 98.5L150.293 99.2071L151 99.9142L151.707 99.2071L151 98.5ZM154 95.5L154.707 96.2071L155.414 95.5L154.707 94.7929L154 95.5ZM148 95.5L147.293 94.7929L146.586 95.5L147.293 96.2071L148 95.5ZM151 92.5L151.707 91.7929L151 91.0858L150.293 91.7929L151 92.5ZM154 102.5L153.293 103.207L154 103.914L154.707 103.207L154 102.5ZM157 99.5L157.707 100.207L158.414 99.5L157.707 98.7929L157 99.5ZM151 99.5L150.293 98.7929L149.586 99.5L150.293 100.207L151 99.5ZM154 96.5L154.707 95.7929L154 95.0858L153.293 95.7929L154 96.5ZM160 103.5L160.707 104.207L161.414 103.5L160.707 102.793L160 103.5ZM157 106.5L156.293 107.207L157 107.914L157.707 107.207L157 106.5ZM157 100.5L157.707 99.7929L157 99.0858L156.293 99.7929L157 100.5ZM154 103.5L153.293 102.793L152.586 103.5L153.293 104.207L154 103.5ZM151.707 99.2071L154.707 96.2071L153.293 94.7929L150.293 97.7929L151.707 99.2071ZM147.293 96.2071L150.293 99.2071L151.707 97.7929L148.707 94.7929L147.293 96.2071ZM150.293 91.7929L147.293 94.7929L148.707 96.2071L151.707 93.2071L150.293 91.7929ZM154.707 94.7929L151.707 91.7929L150.293 93.2071L153.293 96.2071L154.707 94.7929ZM154.707 103.207L157.707 100.207L156.293 98.7929L153.293 101.793L154.707 103.207ZM150.293 100.207L153.293 103.207L154.707 101.793L151.707 98.7929L150.293 100.207ZM153.293 95.7929L150.293 98.7929L151.707 100.207L154.707 97.2071L153.293 95.7929ZM157.707 98.7929L154.707 95.7929L153.293 97.2071L156.293 100.207L157.707 98.7929ZM159.293 102.793L156.293 105.793L157.707 107.207L160.707 104.207L159.293 102.793ZM156.293 101.207L159.293 104.207L160.707 102.793L157.707 99.7929L156.293 101.207ZM154.707 104.207L157.707 101.207L156.293 99.7929L153.293 102.793L154.707 104.207ZM157.707 105.793L154.707 102.793L153.293 104.207L156.293 107.207L157.707 105.793Z' fill='%2300AD8F' mask='url(%23path-563-inside-10_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M140.719 92H131.344C131.02 92 130.758 92.2612 130.758 92.5833V92.875H131.637H140.426V104.25V105.125H140.719C141.043 105.125 141.305 104.864 141.305 104.542V92.5833C141.305 92.2612 141.043 92 140.719 92ZM129.586 93.75H138.961C139.285 93.75 139.547 94.0112 139.547 94.3333V105.417C139.547 105.739 139.285 106 138.961 106H129.586C129.262 106 129 105.739 129 105.417V94.3333C129 94.0112 129.262 93.75 129.586 93.75ZM129.879 99.2917V105.125H138.668V99.2917H129.879ZM131.051 100.75H137.496V101.625H131.051V100.75ZM137.496 102.792H131.051V103.667H137.496V102.792ZM130.316 95.2083C130.075 95.2083 129.879 95.4042 129.879 95.6458C129.879 95.8875 130.075 96.0833 130.316 96.0833H136.473C136.715 96.0833 136.91 95.8875 136.91 95.6458C136.91 95.4042 136.715 95.2083 136.473 95.2083H130.316ZM130.316 96.9583C130.075 96.9583 129.879 97.1542 129.879 97.3958C129.879 97.6375 130.075 97.8333 130.316 97.8333H132.957C133.199 97.8333 133.395 97.6375 133.395 97.3958C133.395 97.1542 133.199 96.9583 132.957 96.9583H130.316Z' fill='%2352BCC7'/%3e%3crect x='111.5' y='93.5' width='11' height='11' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M115.532 96H119.5V99.6622L118.038 98.427C118.038 98.427 117.002 99.0204 116.282 99.8914C115.341 101.029 116.067 102 116.067 102C116.067 102 114.928 101.782 114.605 101.009C114.228 100.109 114.96 99.2001 115.331 98.7541C115.717 98.2895 116.906 97.2055 116.906 97.2055L115.532 96Z' fill='%2335383A'/%3e%3crect x='95' y='96' width='11' height='9' fill='%23ABC9FF'/%3e%3crect x='92' y='96' width='2' height='9' fill='%23475389'/%3e%3crect x='95' y='93' width='11' height='2' fill='%234774C6'/%3e%3crect x='92' y='93' width='2' height='2' fill='%23475389'/%3e%3cpath d='M96.9004 98.5C97.2315 98.5002 97.4998 98.7685 97.5 99.0996V103.061C97.5 103.536 96.9821 103.811 96.5947 103.578L96.5195 103.524L95.2041 102.443C94.8663 102.66 94.2938 103.059 93.792 103.567L93.5195 103.864C93.1742 104.27 93.0732 104.625 93.0605 104.897C93.0475 105.179 93.1273 105.411 93.1982 105.558L93.2324 105.645C93.2953 105.847 93.2426 106.05 93.1396 106.191C93.0329 106.337 92.8322 106.464 92.5918 106.438L92.4863 106.416C92.2562 106.349 91.9064 106.225 91.5674 106.019C91.2315 105.814 90.8649 105.502 90.667 105.042L90.6152 104.909C90.3825 104.249 90.5372 103.615 90.7734 103.116C90.9611 102.72 91.2167 102.373 91.4268 102.115L91.6172 101.888C91.9379 101.512 92.6664 100.839 93.1299 100.418L92.1201 99.5566C91.6957 99.1947 91.952 98.5 92.5098 98.5H96.9004Z' fill='%2329313B' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M77 93H88V95H77V93ZM76 96H74V105H76V96ZM88 96H77V105H88V96ZM76 93H74V95H76V93Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M38 93V100H52V99H39V93H38ZM40 95H43V98H40V95ZM47 94H44V98H47V94ZM48 93H51V98H48V93ZM38 105V101H52V105H39H38ZM39 102V104H42V102H39ZM43 102V104H46V102H43ZM47 102V104H51V102H47Z' fill='%234774C6'/%3e%3cpath d='M42.9004 98.5C43.2315 98.5002 43.4998 98.7685 43.5 99.0996V103.061C43.5 103.536 42.9821 103.811 42.5947 103.578L42.5195 103.524L41.2041 102.443C40.8663 102.66 40.2938 103.059 39.792 103.567L39.5195 103.864C39.1742 104.27 39.0732 104.625 39.0605 104.897C39.0475 105.179 39.1273 105.411 39.1982 105.558L39.2324 105.645C39.2953 105.847 39.2426 106.05 39.1396 106.191C39.0329 106.337 38.8322 106.464 38.5918 106.438L38.4863 106.416C38.2562 106.349 37.9064 106.225 37.5674 106.019C37.2315 105.814 36.8649 105.502 36.667 105.042L36.6152 104.909C36.3825 104.249 36.5372 103.615 36.7734 103.116C36.9611 102.72 37.2167 102.373 37.4268 102.115L37.6172 101.888C37.9379 101.512 38.6664 100.839 39.1299 100.418L38.1201 99.5566C37.6957 99.1947 37.952 98.5 38.5098 98.5H42.9004Z' fill='%2329313B' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 93V100H34V99H21V93H20ZM22 95H25V98H22V95ZM29 94H26V98H29V94ZM30 93H33V98H30V93ZM20 105V101H34V105H21H20ZM21 102V104H24V102H21ZM25 102V104H28V102H25ZM29 102V104H33V102H29Z' fill='%234774C6'/%3e%3cpath d='M16 93V105H2V93H16ZM6 102H3V104H6V102ZM10 102H7V104H10V102ZM15 102H11V104H15V102ZM6 99H3V101H6V99ZM10 99H7V101H10V99ZM15 99H11V101H15V99ZM6 96H3V98H6V96ZM10 96H7V98H10V96ZM15 96H11V98H15V96Z' fill='%234774C6'/%3e%3cpath d='M6.90039 98.5C7.23145 98.5002 7.49979 98.7685 7.5 99.0996V103.061C7.5 103.536 6.98208 103.811 6.59473 103.578L6.51953 103.524L5.2041 102.443C4.86631 102.66 4.29384 103.059 3.79199 103.567L3.51953 103.864C3.17418 104.27 3.07318 104.625 3.06055 104.897C3.04754 105.179 3.1273 105.411 3.19824 105.558L3.23242 105.645C3.29529 105.847 3.24255 106.05 3.13965 106.191C3.03293 106.337 2.83215 106.464 2.5918 106.438L2.48633 106.416C2.25618 106.349 1.90645 106.225 1.56738 106.019C1.23148 105.814 0.864907 105.502 0.666992 105.042L0.615234 104.909C0.382464 104.249 0.537176 103.615 0.773438 103.116C0.961124 102.72 1.21674 102.373 1.42676 102.115L1.61719 101.888C1.93795 101.512 2.66637 100.839 3.12988 100.418L2.12012 99.5566C1.69574 99.1947 1.95199 98.5 2.50977 98.5H6.90039Z' fill='%2329313B' stroke='white'/%3e%3crect x='598.5' y='74.5' width='7' height='3' rx='0.5' fill='%23CEE2FD' stroke='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M599 75H605V78.4164L606 77.4164V75C606 74.4477 605.552 74 605 74H599C598.448 74 598 74.4477 598 75V87C598 87.5523 598.448 88 599 88H605C605.552 88 606 87.5523 606 87V84.6791L605.011 85.6681C605.007 85.6718 605.004 85.6754 605 85.679V87H601.535C601.299 87.0693 601.066 87.0631 600.857 87H599V75ZM605 79.8311L606 78.8311V78.8306L605 79.8306V79.8311Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M609.952 76.2929C609.562 75.9024 608.929 75.9024 608.538 76.2929L607.373 77.4578L609.59 79.6749L610.755 78.51C611.146 78.1195 611.146 77.4863 610.755 77.0958L609.952 76.2929ZM608.999 80.2662L606.782 78.0491L602.087 82.7439C601.973 82.8576 601.889 82.9971 601.84 83.1505L601.01 85.7878C600.961 85.9421 601.106 86.0872 601.26 86.0386L603.898 85.2077C604.051 85.1594 604.191 85.0748 604.304 84.961L608.999 80.2662Z' fill='%23FAB200'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M603.001 85.4899L601.558 84.0466L601.01 85.7875C600.961 85.9418 601.106 86.087 601.26 86.0384L603.001 85.4899Z' fill='black' fill-opacity='0.85'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M609.952 76.2929C609.562 75.9024 608.929 75.9024 608.538 76.2929L607.327 77.5039L609.544 79.721L610.755 78.51C611.146 78.1195 611.146 77.4863 610.755 77.0958L609.952 76.2929Z' fill='%23E02020'/%3e%3cpath d='M592 75V87H578V75H592ZM582 84H579V86H582V84ZM586 84H583V86H586V84ZM591 84H587V86H591V84ZM582 81H579V83H582V81ZM586 81H583V83H586V81ZM591 81H587V83H591V81ZM582 78H579V80H582V78ZM586 78H583V80H586V78ZM591 78H587V80H591V78Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M574 87H560V75H561V86H574V87ZM565 80H562V85H565V80ZM566 78H569V85H566V78ZM573 76H570V85H573V76Z' fill='%234774C6'/%3e%3cpath d='M564.9 80.5C565.231 80.5002 565.5 80.7685 565.5 81.0996V85.0605C565.5 85.5356 564.982 85.8106 564.595 85.5781L564.52 85.5244L563.204 84.4434C562.866 84.6598 562.294 85.0586 561.792 85.5674L561.52 85.8643C561.174 86.2698 561.073 86.6251 561.061 86.8975C561.048 87.1788 561.127 87.411 561.198 87.5576L561.232 87.6445C561.295 87.8472 561.243 88.0504 561.14 88.1914C561.033 88.3373 560.832 88.4644 560.592 88.4375L560.486 88.416C560.256 88.3486 559.906 88.2253 559.567 88.0186C559.231 87.8137 558.865 87.502 558.667 87.042L558.615 86.9092C558.382 86.2493 558.537 85.6148 558.773 85.1162C558.961 84.7202 559.217 84.3734 559.427 84.1152L559.617 83.8877C559.938 83.5123 560.666 82.8393 561.13 82.418L560.12 81.5566C559.696 81.1947 559.952 80.5 560.51 80.5H564.9Z' fill='%2329313B' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M556 87H542V75H543V86H556V87ZM547 80H544V85H547V80ZM548 78H551V85H548V78ZM555 76H552V85H555V76Z' fill='%234774C6'/%3e%3cpath d='M526.059 75L526.069 75.3753L531.02 81.1136L526.014 86.6513L526 87L535.706 86.9532C535.801 85.8363 536.061 84.6812 536.284 83.5799L535.969 83.5066C535.675 84.1233 535.466 84.7828 534.839 85.1922C534.151 85.6411 533.243 85.5843 532.446 85.5843H527.978L532.533 80.4677L528.426 75.6933L530.817 75.6844C532.349 75.6844 534.53 75.3402 535.136 77.0533C535.24 77.3462 535.312 77.6503 535.338 77.9578H535.68L535.417 75H526.059Z' fill='%2335383A'/%3e%3cpath d='M524 79.979H526V77.979L527 77.979V79.979H529V80.979H527V82.979H526V80.979H524V79.979Z' fill='%2335383A'/%3e%3crect x='534' y='79.979' width='5' height='1' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M508 76L512 74V76L508 78V76ZM512 77L508 79V81L512 79V77ZM515 84L510 89L505 84H508V82L512 80V84H515ZM516 78H515V82H518V81H516V78Z' fill='%2335383A'/%3e%3crect x='514' y='75' width='3' height='3' fill='%2300AD8F'/%3e%3crect x='518' y='80' width='3' height='3' fill='%23EB6756'/%3e%3crect x='489.5' y='74.5' width='6' height='12' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='495.5' y='77.5' width='3' height='9' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='498.5' y='80.5' width='2' height='6' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M491 77H495V78H491V77ZM491 83H495V84H491V83ZM495 80H492V81H495V80Z' fill='%23E9932C'/%3e%3cpath d='M489.944 80.7407L494.742 76.8888L499.574 74.9629V75.9259L494.759 77.8518L489.944 81.7036V80.7407Z' fill='%2335383A'/%3e%3ccircle cx='489.944' cy='81.2223' r='1.44444' fill='%2335383A'/%3e%3ccircle cx='494.759' cy='77.3702' r='1.44444' fill='%2335383A'/%3e%3ccircle cx='500.056' cy='75.4444' r='1.44444' fill='%2335383A'/%3e%3crect x='471.5' y='74.5' width='6' height='12' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='477.5' y='77.5' width='3' height='9' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='480.5' y='80.5' width='2' height='6' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M473 77H477V78H473V77ZM473 83H477V84H473V83ZM477 80H474V81H477V80Z' fill='%23E9932C'/%3e%3cpath d='M474.9 80.5C475.231 80.5002 475.5 80.7685 475.5 81.0996V85.0605C475.5 85.5356 474.982 85.8106 474.595 85.5781L474.52 85.5244L473.204 84.4434C472.866 84.6598 472.294 85.0586 471.792 85.5674L471.52 85.8643C471.174 86.2698 471.073 86.6251 471.061 86.8975C471.048 87.1788 471.127 87.411 471.198 87.5576L471.232 87.6445C471.295 87.8472 471.243 88.0504 471.14 88.1914C471.033 88.3373 470.832 88.4644 470.592 88.4375L470.486 88.416C470.256 88.3486 469.906 88.2253 469.567 88.0186C469.231 87.8137 468.865 87.502 468.667 87.042L468.615 86.9092C468.382 86.2493 468.537 85.6148 468.773 85.1162C468.961 84.7202 469.217 84.3734 469.427 84.1152L469.617 83.8877C469.938 83.5123 470.666 82.8393 471.13 82.418L470.12 81.5566C469.696 81.1947 469.952 80.5 470.51 80.5H474.9Z' fill='%2329313B' stroke='white'/%3e%3cpath d='M457.5 80.793L452.5 75.793V74.5H464.5V75.793L459.5 80.793V85.793L457.793 87.5H457.5V80.793Z' fill='%23C6E89F' stroke='%2376B236'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M460 79.5098C460 78.1237 461.11 77 462.5 77C463.881 77 465 78.1286 465 79.5098V80C465.552 80 466 80.4477 466 81V85C466 85.5523 465.552 86 465 86H460C459.448 86 459 85.5523 459 85V81C459 80.4477 459.448 80 460 80V79.5098ZM461 80V79.5098C461 78.6711 461.667 78 462.5 78C463.326 78 464 78.678 464 79.5098V80H461ZM463.084 83C463.084 83.3314 462.822 83.6 462.5 83.6C462.178 83.6 461.917 83.3314 461.917 83C461.917 82.6686 462.178 82.4 462.5 82.4C462.822 82.4 463.084 82.6686 463.084 83Z' fill='%2335383A'/%3e%3cpath d='M440 87H441.8L440.5 85H440V87ZM440 84H440.95L442.5 82H440V84ZM440 81H448V79H440V81ZM434 81H436V87H434V81ZM437 79H439V87H437V79ZM434 75H448V77H434V75Z' fill='%23E15F4D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M443.927 81.6248L444.927 82.3752L443.04 84.8887L444.941 87.6451L443.913 88.3549L441.5 84.8579L443.927 81.6248ZM446.575 81.6248L445.575 82.3752L447.462 84.8887L445.561 87.6451L446.589 88.3549L449.002 84.8579L446.575 81.6248Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M430 75H416V77H430V75ZM422 81H430V79H422V81ZM430 84H422V82H430V84ZM430 87H422V85H430V87ZM418 81H416V87H418V81ZM419 79H421V87H419V79Z' fill='%23E15F4D'/%3e%3cpath d='M420.9 80.5C421.231 80.5002 421.5 80.7685 421.5 81.0996V85.0605C421.5 85.5356 420.982 85.8106 420.595 85.5781L420.52 85.5244L419.204 84.4434C418.866 84.6598 418.294 85.0586 417.792 85.5674L417.52 85.8643C417.174 86.2698 417.073 86.6251 417.061 86.8975C417.048 87.1788 417.127 87.411 417.198 87.5576L417.232 87.6445C417.295 87.8472 417.243 88.0504 417.14 88.1914C417.033 88.3373 416.832 88.4644 416.592 88.4375L416.486 88.416C416.256 88.3486 415.906 88.2253 415.567 88.0186C415.231 87.8137 414.865 87.502 414.667 87.042L414.615 86.9092C414.382 86.2493 414.537 85.6148 414.773 85.1162C414.961 84.7202 415.217 84.3734 415.427 84.1152L415.617 83.8877C415.938 83.5123 416.666 82.8393 417.13 82.418L416.12 81.5566C415.696 81.1947 415.952 80.5 416.51 80.5H420.9Z' fill='%2329313B' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M412 75H398V77H412V75ZM404 81H412V79H404V81ZM412 84H404V82H412V84ZM412 87H404V85H412V87ZM400 81H398V87H400V81ZM401 79H403V87H401V79Z' fill='%23E15F4D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M379.644 74.3431C379.644 74.1576 379.756 74.0073 379.894 74.0073H383.423C383.555 74.0142 383.754 74.0841 383.939 74.2378C384.054 74.3335 384.232 74.5739 384.414 74.8204C384.639 75.1248 384.871 75.4384 385 75.5001C385 75.5002 385.001 75.5003 385.001 75.5004H385.999L386 75.5001C386 75.5001 386 75.5002 385.999 75.5004H394.076V86.8878H379.644V76.5001V75.5004V74.3431Z' fill='%235AA5F4'/%3e%3crect x='379.65' y='76.3599' width='14.42' height='0.168' fill='black' fill-opacity='0.03'/%3e%3crect x='379.65' y='76.5278' width='14.42' height='0.168' fill='black' fill-opacity='0.06'/%3e%3crect x='379.65' y='76.6958' width='14.42' height='0.168' fill='black' fill-opacity='0.1'/%3e%3crect x='379.65' y='76.8638' width='14.42' height='0.168' fill='black' fill-opacity='0.13'/%3e%3crect x='379.65' y='77.0317' width='14.42' height='0.168' fill='black' fill-opacity='0.16'/%3e%3crect x='380.412' y='76.4443' width='12.6687' height='9.80206' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M379.633 77.2H394.087C394.369 77.2 394.589 77.4208 394.579 77.6961L394.264 86.5058C394.254 86.7799 394.027 87.002 393.759 87.002H379.961C379.691 87.002 379.465 86.7812 379.456 86.5058L379.14 77.6961C379.13 77.4221 379.351 77.2 379.633 77.2Z' fill='%235AA5F4'/%3e%3cpath d='M384.9 80.5C385.231 80.5002 385.5 80.7685 385.5 81.0996V85.0605C385.5 85.5356 384.982 85.8106 384.595 85.5781L384.52 85.5244L383.204 84.4434C382.866 84.6598 382.294 85.0586 381.792 85.5674L381.52 85.8643C381.174 86.2698 381.073 86.6251 381.061 86.8975C381.048 87.1788 381.127 87.411 381.198 87.5576L381.232 87.6445C381.295 87.8472 381.243 88.0504 381.14 88.1914C381.033 88.3373 380.832 88.4644 380.592 88.4375L380.486 88.416C380.256 88.3486 379.906 88.2253 379.567 88.0186C379.231 87.8137 378.865 87.502 378.667 87.042L378.615 86.9092C378.382 86.2493 378.537 85.6148 378.773 85.1162C378.961 84.7202 379.217 84.3734 379.427 84.1152L379.617 83.8877C379.938 83.5123 380.666 82.8393 381.13 82.418L380.12 81.5566C379.696 81.1947 379.952 80.5 380.51 80.5H384.9Z' fill='%2329313B' stroke='white'/%3e%3cmask id='path-623-inside-11_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M365.003 83.6645H368C367.991 83.2802 368.129 82.8986 368.28 82.5456C368.552 82.0847 368.916 81.6746 369.326 81.3335C369.944 80.8333 370.465 80.2222 370.864 79.531C371.117 79.0531 371.25 78.5191 371.249 77.977C371.282 76.7464 370.705 75.5802 369.71 74.8691C368.877 74.272 367.87 73.9714 366.849 74.0144C365.599 73.9119 364.365 74.3593 363.465 75.2421C362.725 76.1346 362.298 77.249 362.25 78.4121L365.403 78.8628C365.406 78.3085 365.572 77.7676 365.88 77.3088C366.117 77.0258 366.467 76.866 366.834 76.8737C367.128 76.8489 367.418 76.9505 367.634 77.1534C367.821 77.3783 367.915 77.6681 367.895 77.9615C367.837 78.4148 367.598 78.8245 367.234 79.0959C366.677 79.6006 366.162 80.1516 365.696 80.743C365.468 81.0575 365.296 81.4099 365.188 81.7842C365.046 82.2892 364.984 82.8136 365.003 83.3381V83.6645ZM368.004 85H365.004V88H368.004V85Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M365.003 83.6645H368C367.991 83.2802 368.129 82.8986 368.28 82.5456C368.552 82.0847 368.916 81.6746 369.326 81.3335C369.944 80.8333 370.465 80.2222 370.864 79.531C371.117 79.0531 371.25 78.5191 371.249 77.977C371.282 76.7464 370.705 75.5802 369.71 74.8691C368.877 74.272 367.87 73.9714 366.849 74.0144C365.599 73.9119 364.365 74.3593 363.465 75.2421C362.725 76.1346 362.298 77.249 362.25 78.4121L365.403 78.8628C365.406 78.3085 365.572 77.7676 365.88 77.3088C366.117 77.0258 366.467 76.866 366.834 76.8737C367.128 76.8489 367.418 76.9505 367.634 77.1534C367.821 77.3783 367.915 77.6681 367.895 77.9615C367.837 78.4148 367.598 78.8245 367.234 79.0959C366.677 79.6006 366.162 80.1516 365.696 80.743C365.468 81.0575 365.296 81.4099 365.188 81.7842C365.046 82.2892 364.984 82.8136 365.003 83.3381V83.6645ZM368.004 85H365.004V88H368.004V85Z' fill='%23C6E89F'/%3e%3cpath d='M368 83.6645V84.6645H369.023L369 83.6419L368 83.6645ZM365.003 83.6645H364.003V84.6645H365.003V83.6645ZM368.28 82.5456L367.419 82.0375L367.386 82.0935L367.36 82.1532L368.28 82.5456ZM369.326 81.3335L368.697 80.5562L368.686 80.5648L369.326 81.3335ZM370.864 79.531L371.73 80.0307L371.739 80.0152L371.748 79.9994L370.864 79.531ZM371.249 77.977L370.249 77.9497L370.249 77.9642L370.249 77.9788L371.249 77.977ZM369.71 74.8691L369.128 75.6821L369.129 75.6826L369.71 74.8691ZM366.849 74.0144L366.768 75.0111L366.829 75.0162L366.891 75.0135L366.849 74.0144ZM363.465 75.2421L362.765 74.528L362.728 74.5642L362.695 74.604L363.465 75.2421ZM362.25 78.4121L361.251 78.3706L361.213 79.2741L362.109 79.4021L362.25 78.4121ZM365.403 78.8628L365.262 79.8527L366.397 80.0149L366.403 78.8682L365.403 78.8628ZM365.88 77.3088L365.113 76.6673L365.079 76.7078L365.05 76.7516L365.88 77.3088ZM366.834 76.8737L366.813 77.8735L366.865 77.8746L366.918 77.8702L366.834 76.8737ZM367.634 77.1534L368.402 76.513L368.363 76.4665L368.319 76.4251L367.634 77.1534ZM367.895 77.9615L368.887 78.0891L368.891 78.0591L368.893 78.0288L367.895 77.9615ZM367.234 79.0959L366.636 78.2939L366.598 78.3225L366.563 78.3547L367.234 79.0959ZM365.696 80.743L364.91 80.1238L364.898 80.1397L364.886 80.156L365.696 80.743ZM365.188 81.7842L364.227 81.5075L364.225 81.5138L365.188 81.7842ZM365.003 83.3381H366.003V83.3195L366.003 83.3009L365.003 83.3381ZM365.004 85V84H364.004V85H365.004ZM368.004 85H369.004V84H368.004V85ZM365.004 88H364.004V89H365.004V88ZM368.004 88V89H369.004V88H368.004ZM368 82.6645H365.003V84.6645H368V82.6645ZM367.36 82.1532C367.205 82.516 366.986 83.0703 367 83.6871L369 83.6419C368.996 83.4901 369.053 83.2812 369.2 82.938L367.36 82.1532ZM368.686 80.5648C368.199 80.97 367.756 81.4657 367.419 82.0375L369.141 83.0537C369.348 82.7036 369.632 82.3793 369.965 82.1023L368.686 80.5648ZM369.998 79.0313C369.66 79.6166 369.219 80.1335 368.697 80.5563L369.955 82.1108C370.669 81.533 371.27 80.8278 371.73 80.0307L369.998 79.0313ZM370.249 77.9788C370.249 78.3574 370.157 78.7298 369.981 79.0625L371.748 79.9994C372.078 79.3763 372.25 78.6809 372.249 77.9752L370.249 77.9788ZM369.129 75.6826C369.851 76.1988 370.274 77.0487 370.249 77.9497L372.248 78.0043C372.291 76.4441 371.559 74.9617 370.292 74.0556L369.129 75.6826ZM366.891 75.0135C367.689 74.98 368.475 75.2145 369.128 75.6821L370.293 74.0561C369.278 73.3295 368.052 72.9629 366.807 73.0153L366.891 75.0135ZM364.165 75.9561C364.859 75.2754 365.808 74.9324 366.768 75.0111L366.931 73.0178C365.39 72.8914 363.871 73.4433 362.765 74.528L364.165 75.9561ZM363.249 78.4536C363.288 77.5081 363.636 76.6035 364.235 75.8801L362.695 74.604C361.815 75.6658 361.308 76.99 361.251 78.3706L363.249 78.4536ZM365.545 77.8728L362.391 77.4222L362.109 79.4021L365.262 79.8527L365.545 77.8728ZM365.05 76.7516C364.632 77.3742 364.407 78.1071 364.403 78.8573L366.403 78.8682C366.405 78.5099 366.513 78.161 366.711 77.866L365.05 76.7516ZM366.855 75.8739C366.183 75.8597 365.543 76.1531 365.113 76.6673L366.647 77.9503C366.691 77.8986 366.752 77.8722 366.813 77.8735L366.855 75.8739ZM368.319 76.4251C367.898 76.0287 367.328 75.8285 366.75 75.8772L366.918 77.8702C366.927 77.8694 366.939 77.8723 366.949 77.8818L368.319 76.4251ZM368.893 78.0288C368.93 77.4799 368.755 76.9364 368.402 76.513L366.866 77.7938C366.888 77.8202 366.9 77.8562 366.898 77.8941L368.893 78.0288ZM367.831 79.8978C368.415 79.4633 368.794 78.8094 368.887 78.0891L366.903 77.8339C366.879 78.0202 366.782 78.1858 366.636 78.2939L367.831 79.8978ZM366.481 81.3623C366.913 80.8145 367.389 80.3043 367.905 79.837L366.563 78.3547C365.964 78.897 365.411 79.4887 364.91 80.1238L366.481 81.3623ZM366.149 82.0609C366.225 81.7977 366.345 81.5504 366.505 81.3301L364.886 80.156C364.59 80.5646 364.367 81.022 364.227 81.5075L366.149 82.0609ZM366.003 83.3009C365.987 82.8801 366.037 82.4595 366.151 82.0546L364.225 81.5138C364.055 82.1189 363.981 82.7471 364.004 83.3754L366.003 83.3009ZM366.003 83.6645V83.3381H364.003V83.6645H366.003ZM365.004 86H368.004V84H365.004V86ZM366.004 88V85H364.004V88H366.004ZM368.004 87H365.004V89H368.004V87ZM367.004 85V88H369.004V85H367.004Z' fill='%2376B236' mask='url(%23path-623-inside-11_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M376 75H371.1C371.1 75 371.5 75.4927 371.7 76H376V75ZM370.9 81C371.361 80.488 371.6 80 371.6 80H376V81H370.9ZM369 85H376V86H369V85Z' fill='%2376B236'/%3e%3cpath d='M366.9 80.5C367.231 80.5002 367.5 80.7685 367.5 81.0996V85.0605C367.5 85.5356 366.982 85.8106 366.595 85.5781L366.52 85.5244L365.204 84.4434C364.866 84.6598 364.294 85.0586 363.792 85.5674L363.52 85.8643C363.174 86.2698 363.073 86.6251 363.061 86.8975C363.048 87.1788 363.127 87.411 363.198 87.5576L363.232 87.6445C363.295 87.8472 363.243 88.0504 363.14 88.1914C363.033 88.3373 362.832 88.4644 362.592 88.4375L362.486 88.416C362.256 88.3486 361.906 88.2253 361.567 88.0186C361.231 87.8137 360.865 87.502 360.667 87.042L360.615 86.9092C360.382 86.2493 360.537 85.6148 360.773 85.1162C360.961 84.7202 361.217 84.3734 361.427 84.1152L361.617 83.8877C361.938 83.5123 362.666 82.8393 363.13 82.418L362.12 81.5566C361.696 81.1947 361.952 80.5 362.51 80.5H366.9Z' fill='%2329313B' stroke='white'/%3e%3cmask id='path-627-inside-12_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M347.003 83.6645H350C349.991 83.2802 350.129 82.8986 350.28 82.5456C350.552 82.0847 350.916 81.6746 351.326 81.3335C351.944 80.8333 352.465 80.2222 352.864 79.531C353.117 79.0531 353.25 78.5191 353.249 77.977C353.282 76.7464 352.705 75.5802 351.71 74.8691C350.877 74.272 349.87 73.9714 348.849 74.0144C347.599 73.9119 346.365 74.3593 345.465 75.2421C344.725 76.1346 344.298 77.249 344.25 78.4121L347.403 78.8628C347.406 78.3085 347.572 77.7676 347.88 77.3088C348.117 77.0258 348.467 76.866 348.834 76.8737C349.128 76.8489 349.418 76.9505 349.634 77.1534C349.821 77.3783 349.915 77.6681 349.895 77.9615C349.837 78.4148 349.598 78.8245 349.234 79.0959C348.677 79.6006 348.162 80.1516 347.696 80.743C347.468 81.0575 347.296 81.4099 347.188 81.7842C347.046 82.2892 346.984 82.8136 347.003 83.3381V83.6645ZM350.004 85H347.004V88H350.004V85Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M347.003 83.6645H350C349.991 83.2802 350.129 82.8986 350.28 82.5456C350.552 82.0847 350.916 81.6746 351.326 81.3335C351.944 80.8333 352.465 80.2222 352.864 79.531C353.117 79.0531 353.25 78.5191 353.249 77.977C353.282 76.7464 352.705 75.5802 351.71 74.8691C350.877 74.272 349.87 73.9714 348.849 74.0144C347.599 73.9119 346.365 74.3593 345.465 75.2421C344.725 76.1346 344.298 77.249 344.25 78.4121L347.403 78.8628C347.406 78.3085 347.572 77.7676 347.88 77.3088C348.117 77.0258 348.467 76.866 348.834 76.8737C349.128 76.8489 349.418 76.9505 349.634 77.1534C349.821 77.3783 349.915 77.6681 349.895 77.9615C349.837 78.4148 349.598 78.8245 349.234 79.0959C348.677 79.6006 348.162 80.1516 347.696 80.743C347.468 81.0575 347.296 81.4099 347.188 81.7842C347.046 82.2892 346.984 82.8136 347.003 83.3381V83.6645ZM350.004 85H347.004V88H350.004V85Z' fill='%23C6E89F'/%3e%3cpath d='M350 83.6645V84.6645H351.023L351 83.6419L350 83.6645ZM347.003 83.6645H346.003V84.6645H347.003V83.6645ZM350.28 82.5456L349.419 82.0375L349.386 82.0935L349.36 82.1532L350.28 82.5456ZM351.326 81.3335L350.697 80.5562L350.686 80.5648L351.326 81.3335ZM352.864 79.531L353.73 80.0307L353.739 80.0152L353.748 79.9994L352.864 79.531ZM353.249 77.977L352.249 77.9497L352.249 77.9642L352.249 77.9788L353.249 77.977ZM351.71 74.8691L351.128 75.6821L351.129 75.6826L351.71 74.8691ZM348.849 74.0144L348.768 75.0111L348.829 75.0162L348.891 75.0135L348.849 74.0144ZM345.465 75.2421L344.765 74.528L344.728 74.5642L344.695 74.604L345.465 75.2421ZM344.25 78.4121L343.251 78.3706L343.213 79.2741L344.109 79.4021L344.25 78.4121ZM347.403 78.8628L347.262 79.8527L348.397 80.0149L348.403 78.8682L347.403 78.8628ZM347.88 77.3088L347.113 76.6673L347.079 76.7078L347.05 76.7516L347.88 77.3088ZM348.834 76.8737L348.813 77.8735L348.865 77.8746L348.918 77.8702L348.834 76.8737ZM349.634 77.1534L350.402 76.513L350.363 76.4665L350.319 76.4251L349.634 77.1534ZM349.895 77.9615L350.887 78.0891L350.891 78.0591L350.893 78.0288L349.895 77.9615ZM349.234 79.0959L348.636 78.2939L348.598 78.3225L348.563 78.3547L349.234 79.0959ZM347.696 80.743L346.91 80.1238L346.898 80.1397L346.886 80.156L347.696 80.743ZM347.188 81.7842L346.227 81.5075L346.225 81.5138L347.188 81.7842ZM347.003 83.3381H348.003V83.3195L348.003 83.3009L347.003 83.3381ZM347.004 85V84H346.004V85H347.004ZM350.004 85H351.004V84H350.004V85ZM347.004 88H346.004V89H347.004V88ZM350.004 88V89H351.004V88H350.004ZM350 82.6645H347.003V84.6645H350V82.6645ZM349.36 82.1532C349.205 82.516 348.986 83.0703 349 83.6871L351 83.6419C350.996 83.4901 351.053 83.2812 351.2 82.938L349.36 82.1532ZM350.686 80.5648C350.199 80.97 349.756 81.4657 349.419 82.0375L351.141 83.0537C351.348 82.7036 351.632 82.3793 351.965 82.1023L350.686 80.5648ZM351.998 79.0313C351.66 79.6166 351.219 80.1335 350.697 80.5563L351.955 82.1108C352.669 81.533 353.27 80.8278 353.73 80.0307L351.998 79.0313ZM352.249 77.9788C352.249 78.3574 352.157 78.7298 351.981 79.0625L353.748 79.9994C354.078 79.3763 354.25 78.6809 354.249 77.9752L352.249 77.9788ZM351.129 75.6826C351.851 76.1988 352.274 77.0487 352.249 77.9497L354.248 78.0043C354.291 76.4441 353.559 74.9617 352.292 74.0556L351.129 75.6826ZM348.891 75.0135C349.689 74.98 350.475 75.2145 351.128 75.6821L352.293 74.0561C351.278 73.3295 350.052 72.9629 348.807 73.0153L348.891 75.0135ZM346.165 75.9561C346.859 75.2754 347.808 74.9324 348.768 75.0111L348.931 73.0178C347.39 72.8914 345.871 73.4433 344.765 74.528L346.165 75.9561ZM345.249 78.4536C345.288 77.5081 345.636 76.6035 346.235 75.8801L344.695 74.604C343.815 75.6658 343.308 76.99 343.251 78.3706L345.249 78.4536ZM347.545 77.8728L344.391 77.4222L344.109 79.4021L347.262 79.8527L347.545 77.8728ZM347.05 76.7516C346.632 77.3742 346.407 78.1071 346.403 78.8573L348.403 78.8682C348.405 78.5099 348.513 78.161 348.711 77.866L347.05 76.7516ZM348.855 75.8739C348.183 75.8597 347.543 76.1531 347.113 76.6673L348.647 77.9503C348.691 77.8986 348.752 77.8722 348.813 77.8735L348.855 75.8739ZM350.319 76.4251C349.898 76.0287 349.328 75.8285 348.75 75.8772L348.918 77.8702C348.927 77.8694 348.939 77.8723 348.949 77.8818L350.319 76.4251ZM350.893 78.0288C350.93 77.4799 350.755 76.9364 350.402 76.513L348.866 77.7938C348.888 77.8202 348.9 77.8562 348.898 77.8941L350.893 78.0288ZM349.831 79.8978C350.415 79.4633 350.794 78.8094 350.887 78.0891L348.903 77.8339C348.879 78.0202 348.782 78.1858 348.636 78.2939L349.831 79.8978ZM348.481 81.3623C348.913 80.8145 349.389 80.3043 349.905 79.837L348.563 78.3547C347.964 78.897 347.411 79.4887 346.91 80.1238L348.481 81.3623ZM348.149 82.0609C348.225 81.7977 348.345 81.5504 348.505 81.3301L346.886 80.156C346.59 80.5646 346.367 81.022 346.227 81.5075L348.149 82.0609ZM348.003 83.3009C347.987 82.8801 348.037 82.4595 348.151 82.0546L346.225 81.5138C346.055 82.1189 345.981 82.7471 346.004 83.3754L348.003 83.3009ZM348.003 83.6645V83.3381H346.003V83.6645H348.003ZM347.004 86H350.004V84H347.004V86ZM348.004 88V85H346.004V88H348.004ZM350.004 87H347.004V89H350.004V87ZM349.004 85V88H351.004V85H349.004Z' fill='%2376B236' mask='url(%23path-627-inside-12_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M358 75H353.1C353.1 75 353.5 75.4927 353.7 76H358V75ZM352.9 81C353.361 80.488 353.6 80 353.6 80H358V81H352.9ZM351 85H358V86H351V85Z' fill='%2376B236'/%3e%3cpath d='M331.5 80.793L326.5 75.793V74.5H338.5V75.793L333.5 80.793V85.793L331.793 87.5H331.5V80.793Z' fill='%23C6E89F' stroke='%2376B236'/%3e%3cpath d='M330.9 80.5C331.231 80.5002 331.5 80.7685 331.5 81.0996V85.0605C331.5 85.5356 330.982 85.8106 330.595 85.5781L330.52 85.5244L329.204 84.4434C328.866 84.6598 328.294 85.0586 327.792 85.5674L327.52 85.8643C327.174 86.2698 327.073 86.6251 327.061 86.8975C327.048 87.1788 327.127 87.411 327.198 87.5576L327.232 87.6445C327.295 87.8472 327.243 88.0504 327.14 88.1914C327.033 88.3373 326.832 88.4644 326.592 88.4375L326.486 88.416C326.256 88.3486 325.906 88.2253 325.567 88.0186C325.231 87.8137 324.865 87.502 324.667 87.042L324.615 86.9092C324.382 86.2493 324.537 85.6148 324.773 85.1162C324.961 84.7202 325.217 84.3734 325.427 84.1152L325.617 83.8877C325.938 83.5123 326.666 82.8393 327.13 82.418L326.12 81.5566C325.696 81.1947 325.952 80.5 326.51 80.5H330.9Z' fill='%2329313B' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M321.846 81.099L322.491 81.788L316.421 88.097C316.421 88.097 310.598 82.1638 309.68 81.283C308.762 80.4022 307.601 81.788 308.307 82.48C309.013 83.172 312.724 86.876 312.724 86.876L312.015 87.634C312.015 87.634 308.077 83.6612 307.523 83.0947C306.969 82.5282 306.827 81.6266 307.4 81C307.972 80.3734 312.218 76.1076 312.657 75.613C313.096 75.1184 313.952 75.1816 314.377 75.603C314.802 76.0244 315.251 76.5046 315.251 76.5046C315.251 76.5046 315.856 75.9023 316.357 75.363C316.859 74.8237 317.455 74.706 318.077 75.353C318.7 76 322.24 79.496 322.24 79.496L317.101 84.718C317.101 84.718 314.318 81.9443 313.38 81.033C312.442 80.1217 311.25 81.442 312.094 82.3195C312.937 83.1969 316.421 86.626 316.421 86.626L321.846 81.099Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M320.83 79.5029L317.093 83.3009C317.093 83.3009 314.33 80.5543 313.976 80.2143C313.623 79.8743 313.35 79.8559 313.35 79.8559C313.35 79.8559 316.646 76.4779 316.903 76.2499C317.16 76.022 317.342 76.0341 317.558 76.2499C317.775 76.4658 320.83 79.5029 320.83 79.5029Z' fill='%23A8CBFD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M314.539 77.1829C314.539 77.1829 311.216 80.5605 311.078 80.7007C310.94 80.8408 310.9 81.0999 310.9 81.0999C310.9 81.0999 310.63 80.8038 310.276 80.4638C309.923 80.1238 309.649 80.1055 309.649 80.1055C309.649 80.1055 312.946 76.7274 313.203 76.4995C313.46 76.2715 313.642 76.2836 313.858 76.4995C314.075 76.7153 314.539 77.1829 314.539 77.1829Z' fill='%23A8CBFD'/%3e%3cpath d='M312.9 80.5C313.231 80.5002 313.5 80.7685 313.5 81.0996V85.0605C313.5 85.5356 312.982 85.8106 312.595 85.5781L312.52 85.5244L311.204 84.4434C310.866 84.6598 310.294 85.0586 309.792 85.5674L309.52 85.8643C309.174 86.2698 309.073 86.6251 309.061 86.8975C309.048 87.1788 309.127 87.411 309.198 87.5576L309.232 87.6445C309.295 87.8472 309.243 88.0504 309.14 88.1914C309.033 88.3373 308.832 88.4644 308.592 88.4375L308.486 88.416C308.256 88.3486 307.906 88.2253 307.567 88.0186C307.231 87.8137 306.865 87.502 306.667 87.042L306.615 86.9092C306.382 86.2493 306.537 85.6148 306.773 85.1162C306.961 84.7202 307.217 84.3734 307.427 84.1152L307.617 83.8877C307.938 83.5123 308.666 82.8393 309.13 82.418L308.12 81.5566C307.696 81.1947 307.952 80.5 308.51 80.5H312.9Z' fill='%2329313B' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M302.991 77.0113C302.991 77.0327 302.99 77.0539 302.989 77.0751L302.989 77.0751V78.4688C302.991 78.4882 302.991 78.5076 302.991 78.5271C302.991 78.5466 302.991 78.5661 302.989 78.5855V78.667H302.98C302.793 79.8784 300.185 80.8385 296.996 80.8385C293.807 80.8385 291.199 79.8784 291.012 78.667H291.001V77.0751L291.003 77.0751C291.002 77.0539 291.001 77.0327 291.001 77.0113C291.001 75.7348 293.685 74.7 296.996 74.7C300.307 74.7 302.991 75.7348 302.991 77.0113ZM302.955 80.1122C302.978 80.1952 302.99 80.2795 302.99 80.3648C302.99 80.3862 302.989 80.4074 302.988 80.4286L302.988 81.8222C302.99 81.8416 302.99 81.8611 302.99 81.8806C302.99 81.9001 302.99 81.9196 302.988 81.9389V82.0205H302.979C302.792 83.2319 300.184 84.192 296.995 84.192C293.806 84.192 291.198 83.2319 291.011 82.0205H291V80.4286H291.002C291.001 80.4074 291 80.3862 291 80.3648C291 80.2795 291.012 80.1952 291.035 80.1122C291.362 81.2699 293.906 82.171 296.995 82.171C300.085 82.171 302.628 81.2699 302.955 80.1122ZM302.965 83.6202C302.988 83.7031 303 83.7874 303 83.8728C303 83.8941 302.999 83.9154 302.998 83.9366L302.998 85.3302C302.999 85.3496 303 85.3691 303 85.3886C303 85.4081 302.999 85.4275 302.998 85.4469V85.5285H302.989C302.802 86.7399 300.194 87.7 297.005 87.7C293.816 87.7 291.208 86.7399 291.021 85.5285H291.01V83.9366H291.012C291.011 83.9154 291.01 83.8941 291.01 83.8728C291.01 83.7874 291.022 83.7031 291.045 83.6202C291.372 84.7779 293.915 85.6789 297.005 85.6789C300.094 85.6789 302.638 84.7779 302.965 83.6202Z' fill='%237565C0'/%3e%3cellipse cx='297' cy='77.2' rx='5' ry='1.5' fill='%23C3BCE6'/%3e%3cpath d='M294.9 80.5C295.231 80.5002 295.5 80.7685 295.5 81.0996V85.0605C295.5 85.5356 294.982 85.8106 294.595 85.5781L294.52 85.5244L293.204 84.4434C292.866 84.6598 292.294 85.0586 291.792 85.5674L291.52 85.8643C291.174 86.2698 291.073 86.6251 291.061 86.8975C291.048 87.1788 291.127 87.411 291.198 87.5576L291.232 87.6445C291.295 87.8472 291.243 88.0504 291.14 88.1914C291.033 88.3373 290.832 88.4644 290.592 88.4375L290.486 88.416C290.256 88.3486 289.906 88.2253 289.567 88.0186C289.231 87.8137 288.865 87.502 288.667 87.042L288.615 86.9092C288.382 86.2493 288.537 85.6148 288.773 85.1162C288.961 84.7202 289.217 84.3734 289.427 84.1152L289.617 83.8877C289.938 83.5123 290.666 82.8393 291.13 82.418L290.12 81.5566C289.696 81.1947 289.952 80.5 290.51 80.5H294.9Z' fill='%2329313B' stroke='white'/%3e%3cmask id='path-639-inside-13_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M279 74.5L273 76.9528L279 79.7L285 76.9528L279 74.5ZM278.5 80.5714V87L273 84.6857V78L278.5 80.5714ZM279.5 80.5714L285 78V84.6857L279.5 87V80.5714Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M279 74.5L273 76.9528L279 79.7L285 76.9528L279 74.5ZM278.5 80.5714V87L273 84.6857V78L278.5 80.5714ZM279.5 80.5714L285 78V84.6857L279.5 87V80.5714Z' fill='%23C3BCE6'/%3e%3cpath d='M273 76.9528L272.622 76.0272L270.484 76.9009L272.584 77.8621L273 76.9528ZM279 74.5L279.378 73.5744L279 73.4197L278.622 73.5744L279 74.5ZM279 79.7L278.584 80.6092L279 80.7998L279.416 80.6092L279 79.7ZM285 76.9528L285.416 77.8621L287.516 76.9009L285.378 76.0272L285 76.9528ZM278.5 87L278.112 87.9217L279.5 88.5057V87H278.5ZM278.5 80.5714H279.5V79.9351L278.924 79.6655L278.5 80.5714ZM273 84.6857H272V85.3499L272.612 85.6074L273 84.6857ZM273 78L273.424 77.0941L272 76.4286V78H273ZM285 78H286V76.4286L284.576 77.0941L285 78ZM279.5 80.5714L279.076 79.6655L278.5 79.9351V80.5714H279.5ZM285 84.6857L285.388 85.6074L286 85.3499V84.6857H285ZM279.5 87H278.5V88.5057L279.888 87.9217L279.5 87ZM273.378 77.8785L279.378 75.4256L278.622 73.5744L272.622 76.0272L273.378 77.8785ZM279.416 78.7908L273.416 76.0436L272.584 77.8621L278.584 80.6092L279.416 78.7908ZM284.584 76.0436L278.584 78.7908L279.416 80.6092L285.416 77.8621L284.584 76.0436ZM278.622 75.4256L284.622 77.8785L285.378 76.0272L279.378 73.5744L278.622 75.4256ZM279.5 87V80.5714H277.5V87H279.5ZM272.612 85.6074L278.112 87.9217L278.888 86.0783L273.388 83.764L272.612 85.6074ZM272 78V84.6857H274V78H272ZM278.924 79.6655L273.424 77.0941L272.576 78.9059L278.076 81.4773L278.924 79.6655ZM284.576 77.0941L279.076 79.6655L279.924 81.4773L285.424 78.9059L284.576 77.0941ZM286 84.6857V78H284V84.6857H286ZM279.888 87.9217L285.388 85.6074L284.612 83.764L279.112 86.0783L279.888 87.9217ZM278.5 80.5714V87H280.5V80.5714H278.5Z' fill='%237565C0' mask='url(%23path-639-inside-13_15778_26381)'/%3e%3cpath d='M276.9 80.5C277.231 80.5002 277.5 80.7685 277.5 81.0996V85.0605C277.5 85.5356 276.982 85.8106 276.595 85.5781L276.52 85.5244L275.204 84.4434C274.866 84.6598 274.294 85.0586 273.792 85.5674L273.52 85.8643C273.174 86.2698 273.073 86.6251 273.061 86.8975C273.048 87.1788 273.127 87.411 273.198 87.5576L273.232 87.6445C273.295 87.8472 273.243 88.0504 273.14 88.1914C273.033 88.3373 272.832 88.4644 272.592 88.4375L272.486 88.416C272.256 88.3486 271.906 88.2253 271.567 88.0186C271.231 87.8137 270.865 87.502 270.667 87.042L270.615 86.9092C270.382 86.2493 270.537 85.6148 270.773 85.1162C270.961 84.7202 271.217 84.3734 271.427 84.1152L271.617 83.8877C271.938 83.5123 272.666 82.8393 273.13 82.418L272.12 81.5566C271.696 81.1947 271.952 80.5 272.51 80.5H276.9Z' fill='%2329313B' stroke='white'/%3e%3cmask id='path-642-inside-14_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261 74.5L255 76.9528L261 79.7L267 76.9528L261 74.5ZM260.5 80.5714V87L255 84.6857V78L260.5 80.5714ZM261.5 80.5714L267 78V84.6857L261.5 87V80.5714Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261 74.5L255 76.9528L261 79.7L267 76.9528L261 74.5ZM260.5 80.5714V87L255 84.6857V78L260.5 80.5714ZM261.5 80.5714L267 78V84.6857L261.5 87V80.5714Z' fill='%23C3BCE6'/%3e%3cpath d='M255 76.9528L254.622 76.0272L252.484 76.9009L254.584 77.8621L255 76.9528ZM261 74.5L261.378 73.5744L261 73.4197L260.622 73.5744L261 74.5ZM261 79.7L260.584 80.6092L261 80.7998L261.416 80.6092L261 79.7ZM267 76.9528L267.416 77.8621L269.516 76.9009L267.378 76.0272L267 76.9528ZM260.5 87L260.112 87.9217L261.5 88.5057V87H260.5ZM260.5 80.5714H261.5V79.9351L260.924 79.6655L260.5 80.5714ZM255 84.6857H254V85.3499L254.612 85.6074L255 84.6857ZM255 78L255.424 77.0941L254 76.4286V78H255ZM267 78H268V76.4286L266.576 77.0941L267 78ZM261.5 80.5714L261.076 79.6655L260.5 79.9351V80.5714H261.5ZM267 84.6857L267.388 85.6074L268 85.3499V84.6857H267ZM261.5 87H260.5V88.5057L261.888 87.9217L261.5 87ZM255.378 77.8785L261.378 75.4256L260.622 73.5744L254.622 76.0272L255.378 77.8785ZM261.416 78.7908L255.416 76.0436L254.584 77.8621L260.584 80.6092L261.416 78.7908ZM266.584 76.0436L260.584 78.7908L261.416 80.6092L267.416 77.8621L266.584 76.0436ZM260.622 75.4256L266.622 77.8785L267.378 76.0272L261.378 73.5744L260.622 75.4256ZM261.5 87V80.5714H259.5V87H261.5ZM254.612 85.6074L260.112 87.9217L260.888 86.0783L255.388 83.764L254.612 85.6074ZM254 78V84.6857H256V78H254ZM260.924 79.6655L255.424 77.0941L254.576 78.9059L260.076 81.4773L260.924 79.6655ZM266.576 77.0941L261.076 79.6655L261.924 81.4773L267.424 78.9059L266.576 77.0941ZM268 84.6857V78H266V84.6857H268ZM261.888 87.9217L267.388 85.6074L266.612 83.764L261.112 86.0783L261.888 87.9217ZM260.5 80.5714V87H262.5V80.5714H260.5Z' fill='%237565C0' mask='url(%23path-642-inside-14_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M248.991 77.0113C248.991 77.0327 248.99 77.0539 248.989 77.0751L248.989 77.0751V78.4688C248.991 78.4882 248.991 78.5076 248.991 78.5271C248.991 78.5466 248.991 78.5661 248.989 78.5855V78.667H248.98C248.793 79.8784 246.185 80.8385 242.996 80.8385C239.807 80.8385 237.199 79.8784 237.012 78.667H237.001V77.0751L237.003 77.0751C237.002 77.0539 237.001 77.0327 237.001 77.0113C237.001 75.7348 239.685 74.7 242.996 74.7C246.307 74.7 248.991 75.7348 248.991 77.0113ZM248.955 80.1122C248.978 80.1952 248.99 80.2795 248.99 80.3648C248.99 80.3862 248.989 80.4074 248.988 80.4286L248.988 81.8222C248.99 81.8416 248.99 81.8611 248.99 81.8806C248.99 81.9001 248.99 81.9196 248.988 81.9389V82.0205H248.979C248.792 83.2319 246.184 84.192 242.995 84.192C239.806 84.192 237.198 83.2319 237.011 82.0205H237V80.4286H237.002C237.001 80.4074 237 80.3862 237 80.3648C237 80.2795 237.012 80.1952 237.035 80.1122C237.362 81.2699 239.906 82.171 242.995 82.171C246.085 82.171 248.628 81.2699 248.955 80.1122ZM248.965 83.6202C248.988 83.7031 249 83.7874 249 83.8728C249 83.8941 248.999 83.9154 248.998 83.9366L248.998 85.3302C248.999 85.3496 249 85.3691 249 85.3886C249 85.4081 248.999 85.4275 248.998 85.4469V85.5285H248.989C248.802 86.7399 246.194 87.7 243.005 87.7C239.816 87.7 237.208 86.7399 237.021 85.5285H237.01V83.9366H237.012C237.011 83.9154 237.01 83.8941 237.01 83.8728C237.01 83.7874 237.022 83.7031 237.045 83.6202C237.372 84.7779 239.915 85.6789 243.005 85.6789C246.094 85.6789 248.638 84.7779 248.965 83.6202Z' fill='%237565C0'/%3e%3cellipse cx='243' cy='77.2' rx='5' ry='1.5' fill='%23C3BCE6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M231.846 81.099L232.491 81.788L226.421 88.097C226.421 88.097 220.598 82.1638 219.68 81.283C218.762 80.4022 217.601 81.788 218.307 82.48C219.013 83.172 222.724 86.876 222.724 86.876L222.015 87.634C222.015 87.634 218.077 83.6612 217.523 83.0947C216.969 82.5282 216.827 81.6266 217.4 81C217.972 80.3734 222.218 76.1076 222.657 75.613C223.096 75.1184 223.952 75.1816 224.377 75.603C224.802 76.0244 225.251 76.5046 225.251 76.5046C225.251 76.5046 225.856 75.9023 226.357 75.363C226.859 74.8237 227.455 74.706 228.077 75.353C228.7 76 232.24 79.496 232.24 79.496L227.101 84.718C227.101 84.718 224.318 81.9443 223.38 81.033C222.442 80.1217 221.25 81.442 222.094 82.3195C222.937 83.1969 226.421 86.626 226.421 86.626L231.846 81.099Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M230.83 79.5029L227.093 83.3009C227.093 83.3009 224.33 80.5543 223.976 80.2143C223.623 79.8743 223.35 79.8559 223.35 79.8559C223.35 79.8559 226.646 76.4779 226.903 76.2499C227.16 76.022 227.342 76.0341 227.558 76.2499C227.775 76.4658 230.83 79.5029 230.83 79.5029Z' fill='%23A8CBFD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M224.539 77.1829C224.539 77.1829 221.216 80.5605 221.078 80.7007C220.94 80.8408 220.9 81.0999 220.9 81.0999C220.9 81.0999 220.63 80.8038 220.276 80.4638C219.923 80.1238 219.649 80.1055 219.649 80.1055C219.649 80.1055 222.946 76.7274 223.203 76.4995C223.46 76.2715 223.642 76.2836 223.858 76.4995C224.075 76.7153 224.539 77.1829 224.539 77.1829Z' fill='%23A8CBFD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M207 74L210.031 75.7668V79.3005L207 81.0673L203.969 79.3005V75.7668L207 74Z' fill='%23CECECE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M210.5 80.0576L213.531 81.8244V85.3581L210.5 87.1249L207.469 85.3581V81.8244L210.5 80.0576Z' fill='%23CECECE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M203.5 80.0576L206.531 81.8244V85.3581L203.5 87.1249L200.469 85.3581V81.8244L203.5 80.0576Z' fill='%23CECECE'/%3e%3crect x='165.5' y='74.5' width='6' height='12' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='171.5' y='77.5' width='3' height='9' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3crect x='174.5' y='80.5' width='2' height='6' fill='%23FAE2C1' stroke='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M167 77H171V78H167V77ZM167 83H171V84H167V83ZM171 80H168V81H171V80Z' fill='%23E9932C'/%3e%3cpath d='M151.5 80.793L146.5 75.793V74.5H158.5V75.793L153.5 80.793V85.793L151.793 87.5H151.5V80.793Z' fill='%23C6E89F' stroke='%2376B236'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M129 75L135 75V76H130V86H140V81H141V87H129V75Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M130 76L135 76V81H140V86H130V76Z' fill='%23FAE2C1'/%3e%3crect x='132' y='83' width='1' height='1' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M131 82H134V83H132V84H133V83H134V85H131V82Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M134 81L135 81V82H134V81Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M135 80L136 80V81H135V80Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M136 74H142V76H138V78H140V76H142V80H136V74Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M113.33 82.0076L113.66 80.008H110.66L110.99 78.008H113.991L114.488 75.0002H116.488L115.991 78.008H117.991L118.488 75.0002H120.488L119.991 78.008H122.99L122.659 80.008H119.661L119.33 82.0076H122.331L121.999 84.0076H119L118.506 87.0002H116.505L116.999 84.0076H115L114.505 87.0002H112.505L113 84.0076H110L110.33 82.0076H113.33ZM115.33 82.0076H117.33L117.66 80.008H115.66L115.33 82.0076Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M94.8018 82.2895L98.4018 77.4895L99.2018 78.0895L95.6018 82.8895L94.8018 82.2895ZM100.047 77.9907L103.752 82.7103L102.965 83.3278L99.2604 78.6081L100.047 77.9907Z' fill='%2300AD8F'/%3e%3cmask id='path-666-inside-15_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.002 75H96.002V79H102.002V75ZM92.002 82H98.002V86H92.002V82ZM100.002 82H106.002V86H100.002V82Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.002 75H96.002V79H102.002V75ZM92.002 82H98.002V86H92.002V82ZM100.002 82H106.002V86H100.002V82Z' fill='%2397E5D7'/%3e%3cpath d='M96.002 75V74H95.002V75H96.002ZM102.002 75H103.002V74H102.002V75ZM96.002 79H95.002V80H96.002V79ZM102.002 79V80H103.002V79H102.002ZM98.002 82H99.002V81H98.002V82ZM92.002 82V81H91.002V82H92.002ZM98.002 86V87H99.002V86H98.002ZM92.002 86H91.002V87H92.002V86ZM106.002 82H107.002V81H106.002V82ZM100.002 82V81H99.002V82H100.002ZM106.002 86V87H107.002V86H106.002ZM100.002 86H99.002V87H100.002V86ZM96.002 76H102.002V74H96.002V76ZM97.002 79V75H95.002V79H97.002ZM102.002 78H96.002V80H102.002V78ZM101.002 75V79H103.002V75H101.002ZM98.002 81H92.002V83H98.002V81ZM99.002 86V82H97.002V86H99.002ZM92.002 87H98.002V85H92.002V87ZM91.002 82V86H93.002V82H91.002ZM106.002 81H100.002V83H106.002V81ZM107.002 86V82H105.002V86H107.002ZM100.002 87H106.002V85H100.002V87ZM99.002 82V86H101.002V82H99.002Z' fill='%2300AD8F' mask='url(%23path-666-inside-15_15778_26381)'/%3e%3cpath d='M96.9004 80.5C97.2315 80.5002 97.4998 80.7685 97.5 81.0996V85.0605C97.5 85.5356 96.9821 85.8106 96.5947 85.5781L96.5195 85.5244L95.2041 84.4434C94.8663 84.6598 94.2938 85.0586 93.792 85.5674L93.5195 85.8643C93.1742 86.2698 93.0732 86.6251 93.0605 86.8975C93.0475 87.1788 93.1273 87.411 93.1982 87.5576L93.2324 87.6445C93.2953 87.8472 93.2426 88.0504 93.1396 88.1914C93.0329 88.3373 92.8322 88.4644 92.5918 88.4375L92.4863 88.416C92.2562 88.3486 91.9064 88.2253 91.5674 88.0186C91.2315 87.8137 90.8649 87.502 90.667 87.042L90.6152 86.9092C90.3825 86.2493 90.5372 85.6148 90.7734 85.1162C90.9611 84.7202 91.2167 84.3734 91.4268 84.1152L91.6172 83.8877C91.9379 83.5123 92.6664 82.8393 93.1299 82.418L92.1201 81.5566C91.6957 81.1947 91.952 80.5 92.5098 80.5H96.9004Z' fill='%2329313B' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M76.8018 82.2895L80.4018 77.4895L81.2018 78.0895L77.6018 82.8895L76.8018 82.2895ZM82.047 77.9907L85.7517 82.7103L84.965 83.3278L81.2604 78.6081L82.047 77.9907Z' fill='%2300AD8F'/%3e%3cmask id='path-670-inside-16_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.002 75H78.002V79H84.002V75ZM74.002 82H80.002V86H74.002V82ZM82.002 82H88.002V86H82.002V82Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.002 75H78.002V79H84.002V75ZM74.002 82H80.002V86H74.002V82ZM82.002 82H88.002V86H82.002V82Z' fill='%2397E5D7'/%3e%3cpath d='M78.002 75V74H77.002V75H78.002ZM84.002 75H85.002V74H84.002V75ZM78.002 79H77.002V80H78.002V79ZM84.002 79V80H85.002V79H84.002ZM80.002 82H81.002V81H80.002V82ZM74.002 82V81H73.002V82H74.002ZM80.002 86V87H81.002V86H80.002ZM74.002 86H73.002V87H74.002V86ZM88.002 82H89.002V81H88.002V82ZM82.002 82V81H81.002V82H82.002ZM88.002 86V87H89.002V86H88.002ZM82.002 86H81.002V87H82.002V86ZM78.002 76H84.002V74H78.002V76ZM79.002 79V75H77.002V79H79.002ZM84.002 78H78.002V80H84.002V78ZM83.002 75V79H85.002V75H83.002ZM80.002 81H74.002V83H80.002V81ZM81.002 86V82H79.002V86H81.002ZM74.002 87H80.002V85H74.002V87ZM73.002 82V86H75.002V82H73.002ZM88.002 81H82.002V83H88.002V81ZM89.002 86V82H87.002V86H89.002ZM82.002 87H88.002V85H82.002V87ZM81.002 82V86H83.002V82H81.002Z' fill='%2300AD8F' mask='url(%23path-670-inside-16_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M57 76V85H60V84H58V81H60V80H58V77H60V76H57Z' fill='%2300AD8F'/%3e%3cmask id='path-673-inside-17_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M69 75H60V78H69V75ZM60 79H69V82H60V79ZM60 83H69V86H60V83Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M69 75H60V78H69V75ZM60 79H69V82H60V79ZM60 83H69V86H60V83Z' fill='%2397E5D7'/%3e%3cpath d='M60 75V74H59V75H60ZM69 75H70V74H69V75ZM60 78H59V79H60V78ZM69 78V79H70V78H69ZM69 79H70V78H69V79ZM60 79V78H59V79H60ZM69 82V83H70V82H69ZM60 82H59V83H60V82ZM69 83H70V82H69V83ZM60 83V82H59V83H60ZM69 86V87H70V86H69ZM60 86H59V87H60V86ZM60 76H69V74H60V76ZM61 78V75H59V78H61ZM69 77H60V79H69V77ZM68 75V78H70V75H68ZM69 78H60V80H69V78ZM70 82V79H68V82H70ZM60 83H69V81H60V83ZM59 79V82H61V79H59ZM69 82H60V84H69V82ZM70 86V83H68V86H70ZM60 87H69V85H60V87ZM59 83V86H61V83H59Z' fill='%2300AD8F' mask='url(%23path-673-inside-17_15778_26381)'/%3e%3cpath d='M60.9004 80.5C61.2315 80.5002 61.4998 80.7685 61.5 81.0996V85.0605C61.5 85.5356 60.9821 85.8106 60.5947 85.5781L60.5195 85.5244L59.2041 84.4434C58.8663 84.6598 58.2938 85.0586 57.792 85.5674L57.5195 85.8643C57.1742 86.2698 57.0732 86.6251 57.0605 86.8975C57.0475 87.1788 57.1273 87.411 57.1982 87.5576L57.2324 87.6445C57.2953 87.8472 57.2426 88.0504 57.1396 88.1914C57.0329 88.3373 56.8322 88.4644 56.5918 88.4375L56.4863 88.416C56.2562 88.3486 55.9064 88.2253 55.5674 88.0186C55.2315 87.8137 54.8649 87.502 54.667 87.042L54.6152 86.9092C54.3825 86.2493 54.5372 85.6148 54.7734 85.1162C54.9611 84.7202 55.2167 84.3734 55.4268 84.1152L55.6172 83.8877C55.9379 83.5123 56.6664 82.8393 57.1299 82.418L56.1201 81.5566C55.6957 81.1947 55.952 80.5 56.5098 80.5H60.9004Z' fill='%2329313B' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M39 76V85H42V84H40V81H42V80H40V77H42V76H39Z' fill='%2300AD8F'/%3e%3cmask id='path-677-inside-18_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51 75H42V78H51V75ZM42 79H51V82H42V79ZM42 83H51V86H42V83Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M51 75H42V78H51V75ZM42 79H51V82H42V79ZM42 83H51V86H42V83Z' fill='%2397E5D7'/%3e%3cpath d='M42 75V74H41V75H42ZM51 75H52V74H51V75ZM42 78H41V79H42V78ZM51 78V79H52V78H51ZM51 79H52V78H51V79ZM42 79V78H41V79H42ZM51 82V83H52V82H51ZM42 82H41V83H42V82ZM51 83H52V82H51V83ZM42 83V82H41V83H42ZM51 86V87H52V86H51ZM42 86H41V87H42V86ZM42 76H51V74H42V76ZM43 78V75H41V78H43ZM51 77H42V79H51V77ZM50 75V78H52V75H50ZM51 78H42V80H51V78ZM52 82V79H50V82H52ZM42 83H51V81H42V83ZM41 79V82H43V79H41ZM51 82H42V84H51V82ZM52 86V83H50V86H52ZM42 87H51V85H42V87ZM41 83V86H43V83H41Z' fill='%2300AD8F' mask='url(%23path-677-inside-18_15778_26381)'/%3e%3cpath d='M33.293 81L27 87.293L20.707 81L27 74.707L33.293 81Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath d='M24.9004 80.5C25.2315 80.5002 25.4998 80.7685 25.5 81.0996V85.0605C25.5 85.5356 24.9821 85.8106 24.5947 85.5781L24.5195 85.5244L23.2041 84.4434C22.8663 84.6598 22.2938 85.0586 21.792 85.5674L21.5195 85.8643C21.1742 86.2698 21.0732 86.6251 21.0605 86.8975C21.0475 87.1788 21.1273 87.411 21.1982 87.5576L21.2324 87.6445C21.2953 87.8472 21.2426 88.0504 21.1396 88.1914C21.0329 88.3373 20.8322 88.4644 20.5918 88.4375L20.4863 88.416C20.2562 88.3486 19.9064 88.2253 19.5674 88.0186C19.2315 87.8137 18.8649 87.502 18.667 87.042L18.6152 86.9092C18.3825 86.2493 18.5372 85.6148 18.7734 85.1162C18.9611 84.7202 19.2167 84.3734 19.4268 84.1152L19.6172 83.8877C19.9379 83.5123 20.6664 82.8393 21.1299 82.418L20.1201 81.5566C19.6957 81.1947 19.952 80.5 20.5098 80.5H24.9004Z' fill='%2329313B' stroke='white'/%3e%3cpath d='M15.293 81L9 87.293L2.70703 81L9 74.707L15.293 81Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M608 59H606C605.448 59 605 58.5523 605 58V56H598V59V69H608V59Z' fill='%23C2D3F2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M598 55C597.448 55 597 55.4477 597 56V69C597 69.5523 597.448 70 598 70H608C608.552 70 609 69.5523 609 69V58.5L605.5 55H598ZM603 56H598V69H608V59H606C605.448 59 605 58.5523 605 58V56H603Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M606.5 61C606.776 61 607 61.2239 607 61.5V62V63V64V65V66V67V67.5C607 67.7761 606.776 68 606.5 68H606H604H603H602H601H600H599.5C599.224 68 599 67.7761 599 67.5V67V66V65V64V63V62V61.5C599 61.2239 599.224 61 599.5 61H600H601H602H603H604H606H606.5ZM604 62H606V63H604V62ZM604 64H606V65H604V64ZM603 65V64H602V65H603ZM604 66H606V67H604V66ZM603 67V66H602V67H603ZM603 63V62H602V63H603ZM600 67H601V66H600V67ZM600 65H601V64H600V65ZM600 63H601V62H600V63Z' fill='%234774C6'/%3e%3cpath d='M600.162 58.5L600.289 58.5088C600.863 58.586 601.143 59.1823 601.027 59.6729L600.996 59.7764L600.019 62.4502H601.605C602.02 62.4502 602.309 62.7276 602.428 63.0205C602.542 63.3024 602.529 63.6609 602.316 63.9551L602.317 63.9561L597.55 71.125L597.539 71.1416L597.526 71.1572C597.221 71.5449 596.743 71.5812 596.397 71.376C596.071 71.1818 595.873 70.7853 595.967 70.3516H595.966L596.901 65.5234H595.395C594.701 65.5234 594.369 64.8039 594.553 64.2666L594.558 64.2529L594.563 64.2393L596.663 59.0938C596.788 58.7615 597.1 58.5001 597.494 58.5H600.162Z' fill='%23FFB132' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M592 57H578V59H592V57ZM584 63H592V61H584V63ZM592 66H584V64H592V66ZM592 69H584V67H592V69ZM580 63H578V69H580V63ZM581 61H583V69H581V61Z' fill='%23E15F4D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M589.172 62.9799C588.795 62.3427 588.175 62.3373 587.794 62.9799L584.065 69.2806C583.688 69.9171 583.979 70.4444 584.722 70.4444H592.245C592.982 70.4444 593.282 69.9232 592.902 69.2806L589.172 62.9799Z' fill='%23FFB132'/%3e%3cg filter='url(%23filter4_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M588.055 64.7263C587.901 64.7263 587.782 64.8639 587.806 65.0165L588.173 67.4263C588.196 67.5806 588.329 67.6946 588.485 67.6946C588.641 67.6946 588.774 67.5806 588.797 67.4263L589.164 65.0165C589.188 64.8639 589.07 64.7263 588.915 64.7263H588.055ZM588.485 68.393C588.781 68.393 589.02 68.6275 589.02 68.9168C589.02 69.2061 588.781 69.4406 588.485 69.4406C588.189 69.4406 587.949 69.2061 587.949 68.9168C587.949 68.6275 588.189 68.393 588.485 68.393Z' fill='white'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M573.846 63.099L574.491 63.788L568.421 70.097C568.421 70.097 562.598 64.1638 561.68 63.283C560.762 62.4022 559.601 63.788 560.307 64.48C561.013 65.172 564.724 68.876 564.724 68.876L564.015 69.634C564.015 69.634 560.077 65.6612 559.523 65.0947C558.969 64.5282 558.827 63.6266 559.4 63C559.972 62.3734 564.218 58.1076 564.657 57.613C565.096 57.1184 565.952 57.1816 566.377 57.603C566.802 58.0244 567.251 58.5046 567.251 58.5046C567.251 58.5046 567.856 57.9023 568.357 57.363C568.859 56.8237 569.455 56.706 570.077 57.353C570.7 58 574.24 61.496 574.24 61.496L569.101 66.718C569.101 66.718 566.318 63.9443 565.38 63.033C564.442 62.1217 563.25 63.442 564.094 64.3195C564.937 65.1969 568.421 68.626 568.421 68.626L573.846 63.099Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M572.83 61.5029L569.093 65.3009C569.093 65.3009 566.33 62.5543 565.976 62.2143C565.623 61.8743 565.35 61.8559 565.35 61.8559C565.35 61.8559 568.646 58.4779 568.903 58.2499C569.16 58.022 569.342 58.0341 569.558 58.2499C569.775 58.4658 572.83 61.5029 572.83 61.5029Z' fill='%23A8CBFD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M566.539 59.1829C566.539 59.1829 563.216 62.5605 563.078 62.7007C562.94 62.8408 562.9 63.0999 562.9 63.0999C562.9 63.0999 562.63 62.8038 562.276 62.4638C561.923 62.1238 561.649 62.1055 561.649 62.1055C561.649 62.1055 564.946 58.7274 565.203 58.4995C565.46 58.2715 565.642 58.2836 565.858 58.4995C566.075 58.7153 566.539 59.1829 566.539 59.1829Z' fill='%23A8CBFD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M571.272 62.9799C570.895 62.3427 570.274 62.3373 569.894 62.9799L566.165 69.2806C565.788 69.9171 566.079 70.4444 566.822 70.4444H574.344C575.082 70.4444 575.382 69.9232 575.001 69.2806L571.272 62.9799Z' fill='%23FFB132'/%3e%3cg filter='url(%23filter5_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M570.155 64.7263C570 64.7263 569.882 64.8639 569.905 65.0165L570.272 67.4263C570.296 67.5806 570.429 67.6946 570.585 67.6946C570.741 67.6946 570.873 67.5806 570.897 67.4263L571.264 65.0165C571.287 64.8639 571.169 64.7263 571.015 64.7263H570.155ZM570.584 68.393C570.88 68.393 571.12 68.6275 571.12 68.9168C571.12 69.2061 570.88 69.4406 570.584 69.4406C570.288 69.4406 570.049 69.2061 570.049 68.9168C570.049 68.6275 570.288 68.393 570.584 68.393Z' fill='white'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M553.896 60.0299C553.896 62.79 551.658 65.0275 548.898 65.0275C546.138 65.0275 543.9 62.79 543.9 60.0299C543.9 57.2697 546.138 55.0322 548.898 55.0322C550.475 55.0322 551.881 55.7623 552.797 56.9028L548.86 60.8401L546.924 58.4234L546.263 58.9531L548.791 62.1077L553.277 57.6201C553.671 58.3347 553.896 59.1561 553.896 60.0299ZM549.447 65.8599L551.237 70.778L552.263 68.845L554.379 69.6344L552.531 64.557C551.679 65.2711 550.615 65.7412 549.447 65.8599ZM548.309 65.863C547.14 65.7508 546.074 65.2868 545.218 64.5781L543.378 69.6344L545.483 68.8457L546.52 70.778L548.309 65.863Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M535.896 60.0299C535.896 60.3646 535.863 60.6916 535.8 61.0079C535.701 61.0026 535.601 60.9999 535.5 60.9999C532.989 60.9999 530.872 62.6821 530.212 64.9809C527.777 64.6467 525.9 62.5574 525.9 60.0299C525.9 57.2697 528.138 55.0322 530.898 55.0322C532.475 55.0322 533.881 55.7623 534.797 56.9028L530.86 60.8401L528.924 58.4234L528.263 58.9531L530.791 62.1077L535.277 57.6201C535.671 58.3347 535.896 59.1561 535.896 60.0299ZM530 66.4999C530 66.2734 530.014 66.0501 530.04 65.8308C528.977 65.6778 528.008 65.2321 527.218 64.5781L525.378 69.6344L527.483 68.8457L528.52 70.778L530.004 66.7018C530.001 66.6348 530 66.5675 530 66.4999ZM540 66.4999C540 68.9852 537.985 70.9999 535.5 70.9999C533.015 70.9999 531 68.9852 531 66.4999C531 64.0146 533.015 61.9999 535.5 61.9999C537.985 61.9999 540 64.0146 540 66.4999ZM536.915 68.6212C537.11 68.8165 537.427 68.8165 537.622 68.6212C537.817 68.4259 537.817 68.1094 537.622 67.9141L536.208 66.4999L537.622 65.0857C537.817 64.8904 537.817 64.5738 537.622 64.3786C537.427 64.1833 537.11 64.1833 536.915 64.3786L535.5 65.7928L534.086 64.3786C533.891 64.1833 533.574 64.1833 533.379 64.3786C533.184 64.5738 533.184 64.8904 533.379 65.0857L534.793 66.4999L533.379 67.9141C533.184 68.1094 533.184 68.4259 533.379 68.6212C533.574 68.8165 533.891 68.8165 534.086 68.6212L535.5 67.207L536.915 68.6212Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M517.896 60.0299C517.896 62.79 515.658 65.0275 512.898 65.0275C510.138 65.0275 507.9 62.79 507.9 60.0299C507.9 57.2697 510.138 55.0322 512.898 55.0322C514.475 55.0322 515.881 55.7623 516.797 56.9028L512.86 60.8401L510.924 58.4234L510.263 58.9531L512.791 62.1077L517.277 57.6201C517.671 58.3347 517.896 59.1561 517.896 60.0299ZM513.447 65.8599L515.237 70.778L516.263 68.845L518.379 69.6344L516.531 64.557C515.679 65.2711 514.615 65.7412 513.447 65.8599ZM512.309 65.863C511.14 65.7508 510.074 65.2868 509.218 64.5781L507.378 69.6344L509.483 68.8457L510.52 70.778L512.309 65.863Z' fill='%23F86516'/%3e%3cpath d='M493.687 67.6876V66.3128C492.134 65.6973 491.217 64.0848 491.482 62.4349C491.747 60.7851 493.124 59.5415 494.792 59.4443C496.46 59.3471 497.972 60.4225 498.427 62.0304C498.882 63.6382 498.159 65.3464 496.687 66.1381V67.6876H493.687Z' fill='%23FFE489'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M491.247 61.8205C491.761 60.1805 493.281 59.0641 495 59.0625C496.718 59.0641 498.238 60.1805 498.753 61.8205C499.267 63.4605 498.659 65.2449 497.25 66.2288V67.5C497.25 67.8107 496.998 68.0625 496.687 68.0625H493.312C493.163 68.0625 493.02 68.0032 492.914 67.8977C492.809 67.7923 492.75 67.6492 492.75 67.5V66.2288C491.34 65.2449 490.732 63.4605 491.247 61.8205ZM496.124 65.6437L496.602 65.3062C497.613 64.6053 498.051 63.3291 497.683 62.1555C497.316 60.9818 496.229 60.1829 494.999 60.1829C493.769 60.1829 492.682 60.9818 492.315 62.1555C491.948 63.3291 492.386 64.6053 493.396 65.3062L493.874 65.6437V66.9375H496.124V65.6437Z' fill='%23484848'/%3e%3cmask id='path-699-inside-19_15778_26381' fill='white'%3e%3crect x='492.75' y='67' width='4.5' height='3' rx='0.5'/%3e%3c/mask%3e%3crect x='492.75' y='67' width='4.5' height='3' rx='0.5' fill='white' stroke='%23484848' stroke-width='2' mask='url(%23path-699-inside-19_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M495 55.4062C495.259 55.4062 495.469 55.6161 495.469 55.875V58.125C495.469 58.3839 495.259 58.5938 495 58.5938C494.741 58.5938 494.531 58.3839 494.531 58.125V55.875C494.531 55.6161 494.741 55.4062 495 55.4062ZM499.366 56.9731C499.588 57.1062 499.66 57.3942 499.527 57.6162L498.402 59.4912C498.269 59.7132 497.981 59.7851 497.759 59.6519C497.537 59.5188 497.465 59.2308 497.598 59.0088L498.723 57.1338C498.856 56.9118 499.144 56.8399 499.366 56.9731ZM491.277 57.1338C491.144 56.9118 490.856 56.8399 490.634 56.9731C490.412 57.1062 490.34 57.3942 490.473 57.6162L491.598 59.4912C491.731 59.7132 492.019 59.7851 492.241 59.6519C492.463 59.5188 492.535 59.2308 492.402 59.0088L491.277 57.1338Z' fill='%23484848'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M480 63L475 67L475 59L480 63Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M459 66L455 61H463L459 66Z' fill='%2335383A'/%3e%3crect x='438' y='60' width='6' height='6' fill='%23E9932C'/%3e%3crect x='420' y='60' width='6' height='6' fill='%237565C0'/%3e%3crect x='398' y='55' width='8' height='4' fill='%23E9932C'/%3e%3crect x='408' y='61' width='4' height='4' fill='%23E9932C'/%3e%3crect x='408' y='66' width='4' height='4' fill='%23E9932C'/%3e%3cpath d='M408.146 63H401.193' stroke='%23E9932C'/%3e%3cpath d='M401.193 57.3269V68H408.146' stroke='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M388.127 57.2853C387.51 56.2427 386.494 56.2338 385.872 57.2853L379.77 67.5955C379.153 68.637 379.629 69.5 380.845 69.5H393.154C394.361 69.5 394.852 68.647 394.23 67.5955L388.127 57.2853Z' fill='%23F7B500'/%3e%3cg filter='url(%23filter6_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M386.299 60.1428C386.046 60.1428 385.852 60.3679 385.891 60.6177L386.491 64.561C386.53 64.8134 386.747 65 387.002 65C387.258 65 387.475 64.8134 387.513 64.561L388.114 60.6177C388.152 60.3679 387.959 60.1428 387.706 60.1428H386.299ZM387.003 66.1428C387.487 66.1428 387.879 66.5265 387.879 66.9999C387.879 67.4733 387.487 67.8571 387.003 67.8571C386.518 67.8571 386.126 67.4733 386.126 66.9999C386.126 66.5265 386.518 66.1428 387.003 66.1428Z' fill='white'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M351 70C354.866 70 358 66.866 358 63C358 59.134 354.866 56 351 56C347.134 56 344 59.134 344 63C344 66.866 347.134 70 351 70ZM348.3 60.3001C348.466 60.1344 348.735 60.1344 348.901 60.3002L351 62.4002L353.099 60.301C353.265 60.1353 353.533 60.1353 353.699 60.301C353.865 60.4667 353.865 60.7353 353.699 60.9009L351.6 63.0001L353.7 65.0995C353.866 65.2652 353.866 65.5339 353.7 65.6997C353.534 65.8654 353.265 65.8654 353.1 65.6997L351 63.6003L348.9 65.7C348.734 65.8657 348.466 65.8657 348.3 65.7C348.134 65.5344 348.134 65.2658 348.3 65.1001L350.4 63.0003L348.3 60.9002C348.135 60.7345 348.135 60.4658 348.3 60.3001Z' fill='%23F8472F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M333 70C336.866 70 340 66.866 340 63C340 59.134 336.866 56 333 56C329.134 56 326 59.134 326 63C326 66.866 329.134 70 333 70ZM335.5 60.5H330.5V65.5H335.5V60.5Z' fill='%23F8472F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M315 56C318.866 56 322 59.134 322 63C322 66.867 318.866 70 315 70C311.134 70 308 66.867 308 63C308 59.134 311.134 56 315 56Z' fill='%2367C630'/%3e%3cg filter='url(%23filter7_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M314.184 65.8C314.322 65.8 314.457 65.7467 314.564 65.6445L318.525 61.7121C318.736 61.5032 318.736 61.1655 318.525 60.9567C318.315 60.7478 317.975 60.7478 317.764 60.9567L314.179 64.5159L312.518 62.8639C312.308 62.6551 311.968 62.6551 311.757 62.8639C311.547 63.0728 311.547 63.4105 311.757 63.6193L313.803 65.6445C313.906 65.7467 314.045 65.8 314.184 65.8Z' fill='white'/%3e%3c/g%3e%3cpath d='M279 110C282.866 110 286 113.134 286 117C286 120.867 282.866 124 279 124C275.134 124 272 120.867 272 117C272 113.134 275.134 110 279 110' stroke='%23C2C3C4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M278.184 119.8C278.322 119.8 278.457 119.747 278.564 119.645L282.525 115.712C282.736 115.503 282.736 115.166 282.525 114.957C282.315 114.748 281.975 114.748 281.764 114.957L278.179 118.516L276.518 116.864C276.308 116.655 275.968 116.655 275.757 116.864C275.547 117.073 275.547 117.41 275.757 117.619L277.803 119.645C277.906 119.747 278.045 119.8 278.184 119.8Z' fill='%23C2C3C4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M298.127 57.2853C297.51 56.2427 296.494 56.2338 295.872 57.2853L289.77 67.5955C289.153 68.637 289.629 69.5 290.845 69.5H303.154C304.361 69.5 304.852 68.647 304.23 67.5955L298.127 57.2853Z' fill='%23F8472F'/%3e%3cg filter='url(%23filter8_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M296.298 60.1428C296.045 60.1428 295.851 60.3679 295.89 60.6177L296.49 64.561C296.529 64.8134 296.746 65 297.001 65C297.257 65 297.474 64.8134 297.512 64.561L298.113 60.6177C298.151 60.3679 297.958 60.1428 297.705 60.1428H296.298ZM297.002 66.1428C297.486 66.1428 297.878 66.5265 297.878 66.9999C297.878 67.4733 297.486 67.8571 297.002 67.8571C296.517 67.8571 296.125 67.4733 296.125 66.9999C296.125 66.5265 296.517 66.1428 297.002 66.1428Z' fill='white'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M258.5 57H257C255.6 58.1 254 60.212 254 63C254 65.788 255.602 67.9 257 69H258.5C257 67.3 256 65.3179 256 63C256 60.6821 257 58.7 258.5 57ZM263.5 57H265C266.4 58.1 268 60.212 268 63C268 65.788 266.398 67.9 265 69H263.5C265 67.3 266 65.3179 266 63C266 60.6821 265 58.7 263.5 57Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M239 57L236 63L239 69H241L238 63L241 57H239ZM247 57L250 63L247 69H245L248 63L245 57H247Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M227 58.5C227 59.3284 226.328 60 225.5 60C224.672 60 224 59.3284 224 58.5C224 57.6716 224.672 57 225.5 57C226.328 57 227 57.6716 227 58.5ZM232 64V62H219V64H232ZM225.5 69C226.328 69 227 68.3284 227 67.5C227 66.6716 226.328 66 225.5 66C224.672 66 224 66.6716 224 67.5C224 68.3284 224.672 69 225.5 69Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M213 67.5L211.5 69L207 64.5L202.5 69L201 67.5L205.5 63L201 58.5L202.5 57L207 61.5L211.5 57L213 58.5L208.5 63L213 67.5Z' fill='%2335383A'/%3e%3cpath d='M196 64V62H182V64H196Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M172 70H170V64H164V62H170V56H172V62H178V64H172V70Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M155 56V59V61H148V56H146V70H160V59L157 56H155ZM158 68H148V63H158V68ZM152 56H150V60H152V56Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M140.297 61.3433L141.279 61.512C141.698 61.5836 142.002 61.9482 141.996 62.3793V63.6285C141.996 64.0589 141.692 64.4242 141.274 64.495L140.291 64.6612C140.192 64.9937 140.057 65.3171 139.896 65.6289L140.475 66.4543C140.721 66.804 140.68 67.2821 140.382 67.585L139.511 68.4696C139.347 68.6358 139.13 68.728 138.899 68.728C138.718 68.728 138.543 68.6712 138.397 68.5642L137.586 67.9767C137.282 68.1404 136.964 68.2737 136.634 68.3774L136.467 69.3747C136.397 69.7994 136.037 70.1079 135.613 70.1079H134.379C133.956 70.1079 133.596 69.7994 133.526 69.3747L133.362 68.3774C133.043 68.2762 132.733 68.1486 132.438 67.9915L131.616 68.5856C131.47 68.6917 131.298 68.7485 131.117 68.7485C130.886 68.7485 130.669 68.6564 130.506 68.4901L129.634 67.6055C129.333 67.3027 129.295 66.8254 129.54 66.4749L130.117 65.6619C129.953 65.3533 129.818 65.0291 129.716 64.6974L128.722 64.5246C128.304 64.4539 128 64.0885 128 63.6581V62.409C128 61.9786 128.304 61.6132 128.722 61.5416L129.693 61.3754C129.792 61.0405 129.92 60.7171 130.082 60.4052L129.496 59.5708C129.251 59.2211 129.292 58.743 129.59 58.4402L130.464 57.5556C130.626 57.3893 130.844 57.298 131.075 57.298C131.257 57.298 131.432 57.354 131.578 57.4609L132.382 58.0485C132.686 57.8822 133.006 57.7456 133.333 57.642L133.502 56.6331C133.572 56.2085 133.932 55.8999 134.356 55.8999H135.586C136.01 55.8999 136.37 56.2085 136.441 56.6331L136.605 57.6181C136.947 57.7218 137.277 57.8617 137.593 58.0312L138.405 57.4428C138.552 57.3358 138.724 57.2799 138.905 57.2799C139.136 57.2799 139.353 57.3721 139.516 57.5383L140.388 58.4229C140.688 58.7249 140.727 59.203 140.481 59.5535L139.902 60.3756C140.063 60.6842 140.195 61.0076 140.297 61.3433ZM132.8 63.0372C132.8 64.2872 133.8 65.3018 135.031 65.3018C136.261 65.3018 137.262 64.2872 137.262 63.0372C137.262 61.7881 136.261 60.7726 135.031 60.7726C133.8 60.7726 132.8 61.7881 132.8 63.0372Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M117 59.5C116.172 59.5 115.5 58.8284 115.5 58C115.5 57.1716 116.172 56.5 117 56.5C117.828 56.5 118.5 57.1716 118.5 58C118.5 58.8284 117.828 59.5 117 59.5ZM117 64.5C116.172 64.5 115.5 63.8284 115.5 63C115.5 62.1716 116.172 61.5 117 61.5C117.828 61.5 118.5 62.1716 118.5 63C118.5 63.8284 117.828 64.5 117 64.5ZM115.5 68C115.5 68.8284 116.172 69.5 117 69.5C117.828 69.5 118.5 68.8284 118.5 68C118.5 67.1716 117.828 66.5 117 66.5C116.172 66.5 115.5 67.1716 115.5 68Z' fill='%2335383A'/%3e%3cpath d='M98.5 57.5H99.5' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M95.5 56.5049V68.5049H95.2014L93 66.4286' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M98.5 60.5H101.5' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M98.5 63.5H103.5' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M98.5 66.5H105.5' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M80.5 57.5H87.5' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M77.5 56.5049V68.5049H77.2014L75 66.4286' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M80.5 60.5H85.5' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M80.5 63.5H83.5' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M80.5 66.5H81.5' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M66 60V61H68V62H64V58H65V60H66ZM67 59V60H66V59H67ZM67 59V58H68V59H67ZM61 64H59V63H63V67H62V65H61V64ZM60 66V65H61V66H60ZM60 66H59V67H60V66Z' fill='%23575A5D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.0827 65.7827C46.2293 66.481 45.1386 66.8999 43.95 66.8999C41.2162 66.8999 39 64.6837 39 61.95C39 59.2162 41.2162 57 43.95 57C46.6837 57 48.8999 59.2162 48.8999 61.95C48.8999 63.1386 48.481 64.2293 47.7827 65.0827L51 68.3L50.3 69L47.0827 65.7827ZM47.9099 61.95C47.9099 64.137 46.137 65.9099 43.95 65.9099C41.7629 65.9099 39.99 64.137 39.99 61.95C39.99 59.7629 41.7629 57.99 43.95 57.99C46.137 57.99 47.9099 59.7629 47.9099 61.95Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.2969 61.3433L33.2794 61.512C33.6977 61.5836 34.0017 61.9482 33.996 62.3793V63.6285C33.996 64.0589 33.692 64.4242 33.2737 64.495L32.2913 64.6612C32.1916 64.9937 32.057 65.3171 31.8965 65.6289L32.4753 66.4543C32.7209 66.804 32.6804 67.2821 32.3821 67.585L31.5106 68.4696C31.3469 68.6358 31.1305 68.728 30.8995 68.728C30.7179 68.728 30.5428 68.6712 30.3969 68.5642L29.5863 67.9767C29.2823 68.1404 28.9637 68.2737 28.6338 68.3774L28.4668 69.3747C28.3971 69.7994 28.0372 70.1079 27.6132 70.1079H26.3795C25.9555 70.1079 25.5956 69.7994 25.5259 69.3747L25.3622 68.3774C25.0428 68.2762 24.7331 68.1486 24.4381 67.9915L23.6161 68.5856C23.4702 68.6917 23.2976 68.7485 23.1168 68.7485C22.8858 68.7485 22.6693 68.6564 22.5056 68.4901L21.6342 67.6055C21.3326 67.3027 21.2945 66.8254 21.5402 66.4749L22.1165 65.6619C21.9528 65.3533 21.8182 65.0291 21.7161 64.6974L20.7223 64.5246C20.304 64.4539 20 64.0885 20 63.6581V62.409C20 61.9786 20.304 61.6132 20.7223 61.5416L21.6926 61.3754C21.7923 61.0405 21.9203 60.7171 22.0816 60.4052L21.4964 59.5708C21.2508 59.2211 21.2921 58.743 21.5904 58.4402L22.4643 57.5556C22.6256 57.3893 22.8444 57.298 23.0755 57.298C23.257 57.298 23.4321 57.354 23.578 57.4609L24.3822 58.0485C24.6861 57.8822 25.0055 57.7456 25.333 57.642L25.5024 56.6331C25.5721 56.2085 25.932 55.8999 26.356 55.8999H27.5865C28.0104 55.8999 28.3703 56.2085 28.4409 56.6331L28.6046 57.6181C28.9467 57.7218 29.2766 57.8617 29.5927 58.0312L30.405 57.4428C30.5517 57.3358 30.7244 57.2799 30.9051 57.2799C31.1361 57.2799 31.3526 57.3721 31.5163 57.5383L32.3877 58.4229C32.6885 58.7249 32.7266 59.203 32.4809 59.5535L31.9022 60.3756C32.0627 60.6842 32.1948 61.0076 32.2969 61.3433ZM24.8 63.0372C24.8 64.2872 25.8003 65.3018 27.0308 65.3018C28.2613 65.3018 29.2616 64.2872 29.2616 63.0372C29.2616 61.7881 28.2613 60.7726 27.0308 60.7726C25.8003 60.7726 24.8 61.7881 24.8 63.0372Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.891 63.396L13.3889 64.4933C13.6443 64.6804 13.6996 65.0393 13.5124 65.2947L12.7742 66.3025L6.40234 61.6348L7.14057 60.6268C7.32771 60.3714 7.6866 60.3161 7.94199 60.5032L9.44012 61.6005L9.52842 61.6125C9.69794 61.6354 9.87212 61.5878 10.0005 61.4746C10.0645 61.4177 10.1226 61.3541 10.1737 61.2844L10.9808 60.1828C10.8311 59.7674 10.883 59.2868 11.162 58.9061L13.6139 55.559C14.0593 54.951 14.9208 54.8182 15.5286 55.2633L16.0971 55.6795C16.7049 56.1249 16.838 56.9867 16.3926 57.5945L13.9408 60.9417C13.6617 61.3225 13.2192 61.5169 12.7778 61.4993L11.9728 62.5986C11.9199 62.6705 11.8754 62.7479 11.8401 62.8293C11.7723 62.9842 11.7792 63.1621 11.8521 63.3148L11.891 63.396ZM7.0072 70.8655L3.84649 68.55C4.85915 68.5386 5.80517 66.219 5.80517 66.219C5.80517 66.219 3.96618 68.3865 3.02968 67.9515L2.11747 67.2833C1.98968 67.1898 1.96173 67.0099 2.0555 66.8821C2.0555 66.8821 2.69145 66.6996 3.17023 66.0461L5.92304 62.2883L12.2949 66.956C12.2949 66.956 10.529 69.6592 9.7278 70.4605C9.54634 70.6421 9.16193 70.8655 8.9594 70.8655H7.0072Z' fill='%2335383A'/%3e%3cpath d='M603 39V40H596V39H603Z' fill='%2335383A'/%3e%3cpath d='M610 39V40H609V39H610Z' fill='%2335383A'/%3e%3cpath d='M598 44V45H596V44H598Z' fill='%2335383A'/%3e%3cpath d='M610 44V45H604V44H610Z' fill='%2335383A'/%3e%3cpath d='M608 38L607.996 41H604L604.004 38H608Z' fill='%237565C0'/%3e%3cpath d='M602.999 43L602.995 46H598.999L599.003 43H602.999Z' fill='%230091FF'/%3e%3cpath d='M601 49V50H596V49H601Z' fill='%2335383A'/%3e%3cpath d='M610 49V50H607V49H610Z' fill='%2335383A'/%3e%3cpath d='M606 48L605.996 51H602L602.004 48H606Z' fill='%23E9932C'/%3e%3cpath d='M581.8 45H580.2C580.2 47.8949 582.353 50.25 585 50.25C585.74 50.25 586.438 50.0609 587.063 49.7314L588.249 51.0283C587.296 51.6443 586.187 52 585 52C581.465 52 578.6 48.866 578.6 45H577L579.4 41.9375L581.8 45ZM585 38C588.535 38 591.4 41.134 591.4 45H593L590.6 48.0625L588.2 45H589.8C589.8 42.1051 587.647 39.75 585 39.75C584.26 39.75 583.562 39.9391 582.937 40.2686L581.751 38.9717C582.704 38.3557 583.813 38 585 38Z' fill='%230E6FF9'/%3e%3cpath d='M565 45V51.7929C565 52.2383 565.539 52.4614 565.854 52.1464L568 50V45L573 40V38H560L560 40L565 45Z' fill='%2335383A'/%3e%3crect x='542.25' y='43.875' width='2.25' height='6.75' fill='%23444649'/%3e%3crect x='545.625' y='41.625' width='2.25' height='9' fill='%23444649'/%3e%3crect x='549' y='45' width='2.25' height='5.625' fill='%23444649'/%3e%3crect x='552.375' y='39.375' width='2.25' height='11.25' fill='%23444649'/%3e%3cpath d='M527.504 49.0011V51C527.504 51.5523 527.952 52 528.504 52L536.539 52C537.091 52 537.539 51.5523 537.539 51V39.6112C537.539 39.0589 537.091 38.6112 536.539 38.6112H528.504C527.952 38.6112 527.504 39.0589 527.504 39.6112V40.9997' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M533 45.3055L530.535 48.4253V42.2338L533 45.3055Z' fill='%2335383A'/%3e%3crect x='-0.5' y='-0.5' width='1' height='5' transform='matrix(0 -1 -1 0 529.943 45.2339)' fill='%2335383A' stroke='%2335383A'/%3e%3cmask id='path-761-inside-20_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M508 40H511V43H508V40ZM507 39H508H511H512V40V43V44H511H508H507V43V40V39ZM515 40H518V43H515V40ZM514 39H515H518H519V40V43V44H518H515H514V43V40V39ZM511 47H508V50H511V47ZM508 46H507V47V50V51H508H511H512V50V47V46H511H508ZM515 47H518V50H515V47ZM514 46H515H518H519V47V50V51H518H515H514V50V47V46Z'/%3e%3c/mask%3e%3cpath d='M511 40H512V39H511V40ZM508 40V39H507V40H508ZM511 43V44H512V43H511ZM508 43H507V44H508V43ZM507 39V38H506V39H507ZM512 39H513V38H512V39ZM512 44V45H513V44H512ZM507 44H506V45H507V44ZM518 40H519V39H518V40ZM515 40V39H514V40H515ZM518 43V44H519V43H518ZM515 43H514V44H515V43ZM514 39V38H513V39H514ZM519 39H520V38H519V39ZM519 44V45H520V44H519ZM514 44H513V45H514V44ZM508 47V46H507V47H508ZM511 47H512V46H511V47ZM508 50H507V51H508V50ZM511 50V51H512V50H511ZM507 46V45H506V46H507ZM507 51H506V52H507V51ZM512 51V52H513V51H512ZM512 46H513V45H512V46ZM518 47H519V46H518V47ZM515 47V46H514V47H515ZM518 50V51H519V50H518ZM515 50H514V51H515V50ZM514 46V45H513V46H514ZM519 46H520V45H519V46ZM519 51V52H520V51H519ZM514 51H513V52H514V51ZM511 39H508V41H511V39ZM512 43V40H510V43H512ZM508 44H511V42H508V44ZM507 40V43H509V40H507ZM508 38H507V40H508V38ZM511 38H508V40H511V38ZM512 38H511V40H512V38ZM513 40V39H511V40H513ZM513 43V40H511V43H513ZM513 44V43H511V44H513ZM511 45H512V43H511V45ZM508 45H511V43H508V45ZM507 45H508V43H507V45ZM506 43V44H508V43H506ZM506 40V43H508V40H506ZM506 39V40H508V39H506ZM518 39H515V41H518V39ZM519 43V40H517V43H519ZM515 44H518V42H515V44ZM514 40V43H516V40H514ZM515 38H514V40H515V38ZM518 38H515V40H518V38ZM519 38H518V40H519V38ZM520 40V39H518V40H520ZM520 43V40H518V43H520ZM520 44V43H518V44H520ZM518 45H519V43H518V45ZM515 45H518V43H515V45ZM514 45H515V43H514V45ZM513 43V44H515V43H513ZM513 40V43H515V40H513ZM513 39V40H515V39H513ZM508 48H511V46H508V48ZM509 50V47H507V50H509ZM511 49H508V51H511V49ZM510 47V50H512V47H510ZM507 47H508V45H507V47ZM508 47V46H506V47H508ZM508 50V47H506V50H508ZM508 51V50H506V51H508ZM508 50H507V52H508V50ZM511 50H508V52H511V50ZM512 50H511V52H512V50ZM511 50V51H513V50H511ZM511 47V50H513V47H511ZM511 46V47H513V46H511ZM511 47H512V45H511V47ZM508 47H511V45H508V47ZM518 46H515V48H518V46ZM519 50V47H517V50H519ZM515 51H518V49H515V51ZM514 47V50H516V47H514ZM515 45H514V47H515V45ZM518 45H515V47H518V45ZM519 45H518V47H519V45ZM520 47V46H518V47H520ZM520 50V47H518V50H520ZM520 51V50H518V51H520ZM518 52H519V50H518V52ZM515 52H518V50H515V52ZM514 52H515V50H514V52ZM513 50V51H515V50H513ZM513 47V50H515V47H513ZM513 46V47H515V46H513Z' fill='%2335383A' mask='url(%23path-761-inside-20_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M492.915 41C492.97 40.8436 493 40.6753 493 40.5C493 40.3247 492.97 40.1564 492.915 40H502.5C502.776 40 503 40.2239 503 40.5C503 40.7761 502.776 41 502.5 41H492.915ZM490.085 41H487.5C487.224 41 487 40.7761 487 40.5C487 40.2239 487.224 40 487.5 40H490.085C490.03 40.1564 490 40.3247 490 40.5C490 40.6753 490.03 40.8436 490.085 41Z' fill='%2335383A'/%3e%3ccircle cx='491.5' cy='40.5' r='2' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M499.915 46C499.97 45.8436 500 45.6753 500 45.5C500 45.3247 499.97 45.1564 499.915 45H502.5C502.776 45 503 45.2239 503 45.5C503 45.7761 502.776 46 502.5 46H499.915ZM497.085 46H487.5C487.224 46 487 45.7761 487 45.5C487 45.2239 487.224 45 487.5 45H497.085C497.03 45.1564 497 45.3247 497 45.5C497 45.6753 497.03 45.8436 497.085 46Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M492.915 51C492.97 50.8436 493 50.6753 493 50.5C493 50.3247 492.97 50.1564 492.915 50H502.5C502.776 50 503 50.2239 503 50.5C503 50.7761 502.776 51 502.5 51H492.915ZM490.085 51H487.5C487.224 51 487 50.7761 487 50.5C487 50.2239 487.224 50 487.5 50H490.085C490.03 50.1564 490 50.3247 490 50.5C490 50.6753 490.03 50.8436 490.085 51Z' fill='%2335383A'/%3e%3ccircle cx='491.5' cy='50.5' r='2' stroke='%2335383A'/%3e%3ccircle cx='498.5' cy='45.5' r='2' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M481.956 44.6667C481.956 44.9996 481.918 45.3218 481.86 45.6373L482.893 46.2382C483.314 46.4836 483.458 47.0276 483.215 47.4524L482.334 48.992C482.09 49.4169 481.551 49.5631 481.129 49.3173L480.086 48.7107C479.599 49.1284 479.045 49.4707 478.43 49.6902V50.4444C478.43 50.9351 478.035 51.3333 477.548 51.3333H475.785C475.298 51.3333 474.903 50.9351 474.903 50.4444V49.6902C474.288 49.4707 473.734 49.1284 473.247 48.7107L472.204 49.3173C471.782 49.5631 471.243 49.4169 471 48.992L470.118 47.4524C469.875 47.0276 470.019 46.4836 470.441 46.2382L471.473 45.6373C471.415 45.3218 471.377 44.9996 471.377 44.6667C471.377 44.3342 471.415 44.0116 471.473 43.696L470.441 43.0951C470.019 42.8498 469.875 42.3058 470.118 41.8809L471 40.3413C471.243 39.9164 471.782 39.7702 472.204 40.016L473.247 40.6227C473.734 40.2049 474.288 39.8631 474.903 39.6431V38.8889C474.903 38.3982 475.298 38 475.785 38H477.548C478.035 38 478.43 38.3982 478.43 38.8889V39.6431C479.045 39.8631 479.599 40.2049 480.086 40.6227L481.129 40.016C481.551 39.7702 482.09 39.9164 482.334 40.3413L483.215 41.8809C483.458 42.3058 483.314 42.8498 482.893 43.0951L481.86 43.696C481.918 44.0116 481.956 44.3342 481.956 44.6667ZM476.666 47.0909C478.005 47.0909 479.091 46.0055 479.091 44.6667C479.091 43.3278 478.005 42.2424 476.666 42.2424C475.328 42.2424 474.242 43.3278 474.242 44.6667C474.242 46.0055 475.328 47.0909 476.666 47.0909Z' fill='%2335383A'/%3e%3cpath d='M452.5 44V49.538C452.5 50.643 453.4 51.5 454.5 51.5H463.5C464.6 51.5 465.5 50.643 465.5 49.538V44' stroke='%239A9A9A'/%3e%3cpath d='M458 38H460V44H462.5L459 47L455.5 44H458V38Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M445 37H437L433 41V52H445V49.4437H444V51H434V41H437V38H439H444V42.4437H445V37Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M442.96 48.88C442.704 49.0187 442.36 49.088 441.928 49.088C441.496 49.088 441.152 49.0187 440.896 48.88C440.64 48.7414 440.444 48.5414 440.308 48.28C440.172 48.0187 440.084 47.7067 440.044 47.344C440.004 46.9814 439.984 46.5814 439.984 46.144C439.984 45.712 440.004 45.3134 440.044 44.948C440.084 44.5827 440.172 44.2694 440.308 44.008C440.444 43.7467 440.64 43.5427 440.896 43.396C441.152 43.2494 441.496 43.176 441.928 43.176C442.36 43.176 442.704 43.2494 442.96 43.396C443.216 43.5427 443.412 43.7467 443.548 44.008C443.684 44.2694 443.772 44.5827 443.812 44.948C443.852 45.3134 443.872 45.712 443.872 46.144C443.872 46.5814 443.852 46.9814 443.812 47.344C443.772 47.7067 443.684 48.0187 443.548 48.28C443.412 48.5414 443.216 48.7414 442.96 48.88ZM439.592 48.056V49H436.4V43.288H437.552V48.056H439.592ZM441.929 48.264C441.758 48.264 441.621 48.2254 441.517 48.148C441.413 48.0707 441.333 47.948 441.277 47.78C441.221 47.612 441.183 47.3934 441.165 47.124C441.146 46.8547 441.137 46.528 441.137 46.144C441.137 45.76 441.146 45.4347 441.165 45.168C441.183 44.9014 441.221 44.6827 441.277 44.512C441.333 44.3414 441.413 44.2174 441.517 44.14C441.621 44.0627 441.758 44.024 441.929 44.024C442.099 44.024 442.237 44.0627 442.341 44.14C442.445 44.2174 442.525 44.3414 442.581 44.512C442.637 44.6827 442.674 44.9014 442.693 45.168C442.711 45.4347 442.721 45.76 442.721 46.144C442.721 46.528 442.711 46.8547 442.693 47.124C442.674 47.3934 442.637 47.612 442.581 47.78C442.525 47.948 442.445 48.0707 442.341 48.148C442.237 48.2254 442.099 48.264 441.929 48.264ZM446.892 48.948C446.697 49.0414 446.464 49.088 446.192 49.088C445.84 49.088 445.553 49.0267 445.332 48.904C445.111 48.7814 444.937 48.592 444.812 48.336C444.687 48.08 444.603 47.764 444.56 47.388C444.517 47.012 444.496 46.576 444.496 46.08C444.496 45.6 444.527 45.1787 444.588 44.816C444.649 44.4534 444.755 44.1507 444.904 43.908C445.053 43.6654 445.251 43.4827 445.496 43.36C445.741 43.2374 446.048 43.176 446.416 43.176C447.045 43.176 447.499 43.332 447.776 43.644C448.053 43.956 448.192 44.4027 448.192 44.984H447.088C447.088 44.8774 447.076 44.768 447.052 44.656C447.028 44.544 446.989 44.4414 446.936 44.348C446.883 44.2547 446.815 44.1774 446.732 44.116C446.649 44.0547 446.549 44.024 446.432 44.024C446.155 44.024 445.955 44.1787 445.832 44.488C445.709 44.7974 445.648 45.3094 445.648 46.024C445.648 46.3654 445.659 46.6747 445.68 46.952C445.701 47.2294 445.74 47.4654 445.796 47.66C445.852 47.8547 445.932 48.004 446.036 48.108C446.14 48.212 446.275 48.264 446.44 48.264C446.509 48.264 446.585 48.2454 446.668 48.208C446.751 48.1707 446.828 48.1147 446.9 48.04C446.972 47.9654 447.032 47.8707 447.08 47.756C447.128 47.6414 447.152 47.5067 447.152 47.352V46.768H446.392V45.92H448.256V49H447.408V48.472H447.392C447.253 48.696 447.087 48.8547 446.892 48.948Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M422.827 51.8274C426.693 51.8274 429.827 48.6934 429.827 44.8274C429.827 40.9614 426.693 37.8274 422.827 37.8274C418.961 37.8274 415.827 40.9614 415.827 44.8274C415.827 48.6934 418.961 51.8274 422.827 51.8274ZM425.88 44.8578L421.044 41.5333V48.1822L425.88 44.8578Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M412 45C412 41.134 408.866 38 405 38C401.134 38 398 41.134 398 45C398 48.867 401.134 52 405 52C408.866 52 412 48.867 412 45ZM403.711 42.1679C404.102 41.962 404.538 41.8438 405 41.8438C406.655 41.8438 408 43.3157 408 45.125H407L408.5 47.0391L410 45.125H409C409 42.7088 407.21 40.75 405 40.75C404.259 40.75 403.565 40.9722 402.97 41.3572L403.711 42.1679ZM406.29 48.0821C405.899 48.288 405.462 48.4062 405 48.4062C403.346 48.4062 402 46.9343 402 45.125H403L401.5 43.2109L400 45.125H401C401 47.5412 402.791 49.5 405 49.5C405.742 49.5 406.435 49.2778 407.031 48.8928L406.29 48.0821Z' fill='%233492ED'/%3e%3ccircle cx='387' cy='45' r='4' fill='%23DBDBDB'/%3e%3ccircle cx='369' cy='45' r='4' fill='%2367C630'/%3e%3ccircle cx='351' cy='45' r='7' fill='%2345DCFF'/%3e%3cpath d='M350 41H351V45H354V46H350V41Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M333 38C336.866 38 340 41.134 340 45C340 48.867 336.866 52 333 52C329.134 52 326 48.867 326 45C326 41.134 329.134 38 333 38Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M332.703 41V44.7608L331.495 43.5524L330.974 44.0737L333.058 46.1579L335.142 44.0737L334.621 43.5524L333.439 44.7343V41H332.703Z' fill='white' stroke='white' stroke-width='0.2' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M335.763 46.158V47.2632H330.237V46.158H329.5V47.6501C329.5 47.8435 329.657 48.0001 329.85 48.0001H336.15C336.343 48.0001 336.5 47.8435 336.5 47.6501V46.158H335.763Z' fill='white' stroke='white' stroke-width='0.2' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M322 45C322 48.8663 318.865 52 315 52C311.134 52 308 48.8663 308 45C308 41.1348 311.134 38 315 38C318.865 38 322 41.1348 322 45Z' fill='%2335383A' fill-opacity='0.3'/%3e%3cg filter='url(%23filter9_d_15778_26381)'%3e%3crect x='311.354' y='44.4167' width='7.29167' height='1.16667' rx='0.583333' fill='white'/%3e%3c/g%3e%3cpath d='M290.5 44.4243V50.0462C290.5 51.1679 291.4 52.038 292.5 52.038H301.5C302.6 52.038 303.5 51.1679 303.5 50.0462V44.4243' stroke='%230E6FF9'/%3e%3cpath d='M298 47.4697L296 47.4697L296 41.3788L293.5 41.3788L297 38.3334L300.5 41.3788L298 41.3788L298 47.4697Z' fill='%230E6FF9'/%3e%3cpath d='M272.5 44.4243V50.0462C272.5 51.1679 273.4 52.038 274.5 52.038H283.5C284.6 52.038 285.5 51.1679 285.5 50.0462V44.4243' stroke='%2335383A'/%3e%3cpath d='M280 47.4697L278 47.4697L278 41.3788L275.5 41.3788L279 38.3334L282.5 41.3788L280 41.3788L280 47.4697Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261.667 44.8008C263.026 44.3204 264 43.0239 264 41.5C264 39.567 262.433 38 260.5 38C258.567 38 257 39.567 257 41.5C257 43.0239 257.974 44.3204 259.333 44.8008V50.8333L260.5 52L261.667 50.8333V49.6655L260.85 48.5L261.667 47.3669V44.8008ZM261.667 40.3333C261.667 40.9777 261.144 41.5 260.5 41.5C259.856 41.5 259.333 40.9777 259.333 40.3333C259.333 39.689 259.856 39.1667 260.5 39.1667C261.144 39.1667 261.667 39.689 261.667 40.3333Z' fill='%23ECB114'/%3e%3cellipse cx='243.239' cy='44.566' rx='1.30819' ry='1.30233' fill='%2335383A'/%3e%3cellipse cx='245.493' cy='42.0543' rx='1.14467' ry='1.13953' fill='%2335383A'/%3e%3cellipse cx='239.478' cy='46.3566' rx='1.14467' ry='1.13953' fill='%2335383A' stroke='%2335383A' stroke-width='0.5'/%3e%3cellipse cx='243.157' cy='48.5055' rx='1.14467' ry='1.13953' fill='%2335383A' stroke='%2335383A' stroke-width='0.5'/%3e%3cellipse cx='246.369' cy='46.4147' rx='1.14467' ry='1.13953' fill='%2335383A'/%3e%3cellipse cx='240.786' cy='41.4728' rx='1.14467' ry='1.13953' fill='%2335383A'/%3e%3cpath d='M241.473 42.5149L242.258 43.5452' stroke='%2335383A' stroke-width='0.639323' stroke-linecap='square'/%3e%3cpath d='M240.553 45.8566L242.013 44.9845' stroke='%2335383A' stroke-width='0.639323' stroke-linecap='square'/%3e%3cpath d='M243.181 47.3102V45.8567' stroke='%2335383A' stroke-width='0.639323' stroke-linecap='square'/%3e%3cpath d='M244.641 42.9496L244.057 43.531' stroke='%2335383A' stroke-width='0.639323' stroke-linecap='square'/%3e%3cpath d='M245.225 45.8565L244.057 45.2751' stroke='%2335383A' stroke-width='0.639323' stroke-linecap='square'/%3e%3cpath d='M248.405 48.8763C248.18 48.7049 247.858 48.7488 247.686 48.9744C247.654 49.0176 247.62 49.0604 247.585 49.1026C247.071 49.732 246.378 50.2431 245.523 50.6231C245.519 50.625 245.515 50.6269 245.51 50.6289C244.162 51.2727 242.583 51.3607 241.07 50.8776C239.741 50.4449 238.659 49.6071 237.855 48.3874C237.258 47.4303 236.946 46.3899 236.923 45.2926C236.923 45.2659 236.923 45.2391 236.923 45.2124H237.552C237.788 45.2124 237.907 44.9264 237.739 44.7591L236.597 43.6163C236.493 43.5127 236.325 43.5127 236.221 43.6163L235.078 44.7591C234.911 44.9264 235.03 45.2124 235.266 45.2124H235.896C235.904 46.5362 236.272 47.7885 236.989 48.9361C236.991 48.9395 236.993 48.9428 236.995 48.9462C237.93 50.3678 239.194 51.3457 240.755 51.8537C241.503 52.0923 242.264 52.2109 243.015 52.2109C244.035 52.2109 245.033 51.9919 245.946 51.5575C247.015 51.0813 247.875 50.421 248.503 49.5949C248.674 49.3694 248.631 49.0477 248.405 48.8763Z' fill='%2332383A'/%3e%3cpath d='M250.73 45.1068H250.1C250.1 44.9662 250.096 44.824 250.087 44.6842C250.022 43.5761 249.692 42.485 249.133 41.5288C248.588 40.5964 247.824 39.7875 246.923 39.1894C246.008 38.5813 244.948 38.1902 243.858 38.0585C242.647 37.9121 241.416 38.0783 240.296 38.5389C239.199 38.9906 238.223 39.7192 237.473 40.6457C237.295 40.8659 237.33 41.1888 237.55 41.3669C237.77 41.545 238.093 41.5109 238.271 41.2907C238.309 41.2433 238.348 41.1967 238.388 41.1505C239.013 40.4239 239.804 39.8508 240.687 39.4874C241.644 39.0935 242.698 38.9514 243.735 39.0768C244.667 39.1894 245.573 39.5237 246.356 40.0437C247.127 40.5558 247.781 41.2483 248.247 42.0465C248.725 42.8639 249.007 43.7969 249.063 44.7446C249.067 44.8049 249.07 44.8656 249.071 44.9265C249.073 44.9866 249.074 45.0469 249.074 45.1068H248.444C248.208 45.1068 248.089 45.3928 248.256 45.56L249.399 46.7029C249.503 46.8065 249.671 46.8065 249.775 46.7029L250.918 45.56C251.085 45.3928 250.966 45.1068 250.73 45.1068Z' fill='%2332383A'/%3e%3cellipse cx='225.359' cy='44.3488' rx='1.96229' ry='1.95349' fill='%235D63D8'/%3e%3cellipse cx='228.74' cy='40.5814' rx='1.717' ry='1.7093' fill='%235D63D8'/%3e%3cellipse cx='219.717' cy='47.035' rx='1.717' ry='1.7093' fill='%235D63D8' stroke='%235D63D8' stroke-width='0.5'/%3e%3cellipse cx='225.236' cy='50.2581' rx='1.717' ry='1.7093' fill='%235D63D8' stroke='%235D63D8' stroke-width='0.5'/%3e%3cellipse cx='230.054' cy='47.1221' rx='1.717' ry='1.7093' fill='%235D63D8'/%3e%3cellipse cx='221.679' cy='39.7093' rx='1.717' ry='1.7093' fill='%235D63D8'/%3e%3cpath d='M222.709 41.2725L223.886 42.8178' stroke='%235D63D8' stroke-width='0.976744' stroke-linecap='square'/%3e%3cpath d='M221.329 46.285L223.519 44.9768' stroke='%235D63D8' stroke-width='0.976744' stroke-linecap='square'/%3e%3cpath d='M225.271 48.4651V46.2849' stroke='%235D63D8' stroke-width='0.976744' stroke-linecap='square'/%3e%3cpath d='M227.461 41.9243L226.584 42.7964' stroke='%235D63D8' stroke-width='0.976744' stroke-linecap='square'/%3e%3cpath d='M228.337 46.2849L226.585 45.4129' stroke='%235D63D8' stroke-width='0.976744' stroke-linecap='square'/%3e%3cmask id='path-814-inside-21_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M186 42H182V46H186V42ZM196 42H192V46H196V42ZM182 47H186V51H182V47ZM196 47H192V51H196V47Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M186 42H182V46H186V42ZM196 42H192V46H196V42ZM182 47H186V51H182V47ZM196 47H192V51H196V47Z' fill='%23D7DADC'/%3e%3cpath d='M182 42V41H181V42H182ZM186 42H187V41H186V42ZM182 46H181V47H182V46ZM186 46V47H187V46H186ZM192 42V41H191V42H192ZM196 42H197V41H196V42ZM192 46H191V47H192V46ZM196 46V47H197V46H196ZM186 47H187V46H186V47ZM182 47V46H181V47H182ZM186 51V52H187V51H186ZM182 51H181V52H182V51ZM192 47V46H191V47H192ZM196 47H197V46H196V47ZM192 51H191V52H192V51ZM196 51V52H197V51H196ZM182 43H186V41H182V43ZM183 46V42H181V46H183ZM186 45H182V47H186V45ZM185 42V46H187V42H185ZM192 43H196V41H192V43ZM193 46V42H191V46H193ZM196 45H192V47H196V45ZM195 42V46H197V42H195ZM186 46H182V48H186V46ZM187 51V47H185V51H187ZM182 52H186V50H182V52ZM181 47V51H183V47H181ZM192 48H196V46H192V48ZM193 51V47H191V51H193ZM196 50H192V52H196V50ZM195 47V51H197V47H195Z' fill='%239A9A9A' mask='url(%23path-814-inside-21_15778_26381)'/%3e%3crect x='187.5' y='42.5' width='3' height='8' fill='%23C3BCE6' stroke='%237565C0'/%3e%3crect x='182' y='39' width='14' height='2' fill='%239A9A9A'/%3e%3cpath d='M167.505 37C169.024 37 170.182 37.7732 170.96 39C171.611 40.028 171.505 40.9999 171.505 42L171.504 43H178.004C178.554 43 179 43.4463 179 43.9975V51.0025C179 51.5534 178.555 52 178.004 52H168.996C168.446 52 168 51.5537 168 51.0025V43.9975C168 43.4466 168.445 43 168.996 43H169.504L169.504 41.7789C169.501 40.932 169.472 40.5201 169.21 40.0095C168.901 39.4069 168.287 39 167.505 39C166.723 39 166.093 39.4073 165.784 40.0097C165.521 40.5207 165.505 40.9321 165.505 41.7789L165.505 43.0748H163.505V42C163.505 40.9999 163.412 40.0894 164.056 39C164.763 37.8057 165.984 37 167.505 37ZM173.5 45C172.672 45 172 45.6716 172 46.5C172 47.1563 172.413 47.7141 173 47.9176V50.0048H174V47.9103C174.576 47.701 175 47.1486 175 46.5C175 45.6716 174.328 45 173.5 45Z' fill='%2335383A'/%3e%3cpath d='M153.505 37C155.024 37 156.182 37.7732 156.96 39C157.611 40.028 157.505 40.9999 157.505 42L157.504 43H158.004C158.554 43 159 43.4463 159 43.9975V51.0025C159 51.5534 158.555 52 158.004 52H148.996C148.446 52 148 51.5537 148 51.0025V43.9975C148 43.4466 148.445 43 148.996 43H149.504L149.505 42C149.505 40.9999 149.412 40.0894 150.056 39C150.763 37.8057 151.984 37 153.505 37ZM153.5 45C152.672 45 152 45.6716 152 46.5C152 47.1563 152.413 47.7141 153 47.9176V50.0048H154V47.9103C154.576 47.701 155 47.1486 155 46.5C155 45.6716 154.328 45 153.5 45ZM153.505 39C152.723 39 152.093 39.4073 151.784 40.0097C151.521 40.5207 151.505 40.9321 151.505 41.7789L151.504 43H155.504L155.504 41.7789C155.501 40.932 155.472 40.5201 155.21 40.0095C154.901 39.4069 154.287 39 153.505 39Z' fill='%2335383A'/%3e%3crect x='128.478' y='42.3468' width='13.0437' height='8.04375' stroke='%237565C0' stroke-width='0.95625'/%3e%3cpath d='M130.31 47.0864C130.336 47.272 130.387 47.4107 130.462 47.5026C130.6 47.6698 130.836 47.7534 131.17 47.7534C131.371 47.7534 131.533 47.7314 131.658 47.6873C131.895 47.6028 132.014 47.4456 132.014 47.216C132.014 47.0818 131.955 46.978 131.837 46.9045C131.72 46.8328 131.535 46.7695 131.283 46.7143L130.853 46.6179C130.431 46.5223 130.139 46.4185 129.977 46.3064C129.703 46.119 129.566 45.8259 129.566 45.4272C129.566 45.0634 129.698 44.7611 129.963 44.5204C130.228 44.2797 130.616 44.1593 131.129 44.1593C131.557 44.1593 131.922 44.2732 132.223 44.5011C132.526 44.7271 132.685 45.056 132.7 45.4878H131.884C131.869 45.2434 131.763 45.0698 131.564 44.9669C131.432 44.8989 131.268 44.8649 131.071 44.8649C130.852 44.8649 130.678 44.909 130.547 44.9972C130.417 45.0854 130.352 45.2085 130.352 45.3665C130.352 45.5117 130.416 45.6201 130.545 45.6918C130.627 45.7396 130.804 45.7956 131.074 45.8599L131.774 46.028C132.081 46.1015 132.312 46.1998 132.468 46.3229C132.711 46.514 132.832 46.7906 132.832 47.1526C132.832 47.5237 132.69 47.8324 132.405 48.0787C132.122 48.323 131.722 48.4452 131.203 48.4452C130.674 48.4452 130.258 48.3249 129.955 48.0842C129.652 47.8416 129.5 47.509 129.5 47.0864H130.31Z' fill='%237565C0'/%3e%3cpath d='M135.142 47.7341C135.239 47.7341 135.333 47.7222 135.423 47.6983C135.473 47.6854 135.536 47.6625 135.613 47.6294L135.203 47.238L135.641 46.7805L136.051 47.1719C136.116 47.0396 136.161 46.9238 136.187 46.8246C136.227 46.6757 136.247 46.5021 136.247 46.3037C136.247 45.848 136.153 45.4961 135.966 45.248C135.78 44.9981 135.509 44.8732 135.15 44.8732C134.814 44.8732 134.546 44.9926 134.345 45.2315C134.145 45.4704 134.045 45.8277 134.045 46.3037C134.045 46.8604 134.188 47.2591 134.475 47.4999C134.661 47.656 134.883 47.7341 135.142 47.7341ZM137.096 46.243C137.096 46.605 137.052 46.9082 136.964 47.1526C136.892 47.3859 136.786 47.5798 136.647 47.7341L137.115 48.1724L136.672 48.6354L136.181 48.1724C136.032 48.2624 135.904 48.3258 135.795 48.3625C135.613 48.4232 135.396 48.4535 135.142 48.4535C134.613 48.4535 134.175 48.2955 133.83 47.9794C133.411 47.5991 133.202 47.0405 133.202 46.3037C133.202 45.5613 133.417 45 133.847 44.6196C134.197 44.3091 134.634 44.1538 135.156 44.1538C135.681 44.1538 136.122 44.3183 136.479 44.6472C136.89 45.0275 137.096 45.5595 137.096 46.243Z' fill='%237565C0'/%3e%3cpath d='M137.639 44.2778H138.488V47.6101H140.5V48.3405H137.639V44.2778Z' fill='%237565C0'/%3e%3crect x='128' y='39' width='14' height='1.9125' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M91.8523 51.3118C91.5862 51.0774 91.4531 50.7942 91.4531 50.4622C91.4531 50.2229 91.5325 50.03 91.6912 49.8835C91.8499 49.7371 92.0293 49.6638 92.2295 49.6638C92.4248 49.6638 92.5994 49.731 92.7532 49.8652C92.907 49.9995 92.9839 50.1814 92.9839 50.4109C92.9839 50.533 92.9436 50.6538 92.863 50.7734C92.7825 50.8931 92.7422 50.9749 92.7422 51.0188C92.7422 51.0725 92.7678 51.114 92.8191 51.1433C92.8704 51.1726 92.9326 51.1873 93.0059 51.1873C93.3818 51.1873 93.6675 50.887 93.8628 50.2864C94.0581 49.6907 94.4634 47.9475 95.0786 45.0569L95.6938 42.4568H94.5952L94.7344 41.8342H95.833C95.9209 41.4631 96.1077 40.959 96.3933 40.3218C96.679 39.6846 97.0439 39.1707 97.4883 38.78C98.0254 38.3162 98.5771 38.0842 99.1436 38.0842C99.5977 38.0842 99.97 38.1868 100.26 38.3918C100.551 38.5969 100.696 38.9021 100.696 39.3074C100.696 39.5466 100.622 39.7383 100.473 39.8823C100.324 40.0264 100.147 40.0984 99.9419 40.0984C99.7417 40.0984 99.5684 40.0276 99.4219 39.886C99.2754 39.7444 99.2021 39.5784 99.2021 39.3879C99.2021 39.2561 99.2424 39.1206 99.323 38.9814C99.4036 38.8423 99.4438 38.7605 99.4438 38.7361C99.4438 38.7019 99.4268 38.658 99.3926 38.6042C99.3535 38.5554 99.2852 38.531 99.1875 38.531C98.9141 38.531 98.6663 38.7214 98.4441 39.1023C98.2219 39.4832 98.0156 40.0398 97.8252 40.7722L97.5469 41.8342H98.9385L98.7993 42.4568H97.4443C96.7314 45.9627 96.1431 48.2624 95.6792 49.3562C95.0249 50.8943 94.1118 51.6633 92.9399 51.6633C92.481 51.6633 92.1184 51.5461 91.8523 51.3118ZM103.01 43.7092C103.567 42.9524 104.015 42.4214 104.354 42.1162C104.694 41.811 105.024 41.6584 105.347 41.6584C105.732 41.6584 105.999 41.7903 106.145 42.054C106.223 42.1907 106.262 42.3567 106.262 42.552C106.262 42.7522 106.182 42.9353 106.021 43.1013C105.859 43.2673 105.664 43.3503 105.435 43.3503C105.293 43.3503 105.133 43.2966 104.955 43.1892C104.777 43.0818 104.641 43.0281 104.548 43.0281C104.368 43.0281 104.196 43.1208 104.032 43.3064C103.868 43.4919 103.586 43.885 103.186 44.4856L103.325 45.218C103.398 45.594 103.459 45.9028 103.508 46.1445C103.557 46.3862 103.611 46.6096 103.669 46.8147C103.748 47.0979 103.826 47.303 103.904 47.4299C103.982 47.5569 104.097 47.6204 104.248 47.6204C104.385 47.6204 104.551 47.5203 104.746 47.3201C104.854 47.2126 105.017 47.0149 105.237 46.7268L105.544 46.9392C105.286 47.3738 104.95 47.7864 104.537 48.177C104.125 48.5676 103.721 48.7629 103.325 48.7629C102.993 48.7629 102.72 48.6262 102.505 48.3528C102.383 48.2063 102.275 48.0061 102.183 47.7522C102.134 47.6204 102.067 47.3872 101.981 47.0527C101.896 46.7183 101.841 46.512 101.816 46.4338L101.714 46.6096C101.23 47.4397 100.876 47.9792 100.652 48.2283C100.315 48.5994 99.9243 48.7849 99.48 48.7849C99.2261 48.7849 99.0051 48.6982 98.8171 48.5249C98.6291 48.3516 98.5352 48.1379 98.5352 47.884C98.5352 47.6741 98.6047 47.48 98.7439 47.3018C98.8831 47.1235 99.0771 47.0344 99.3262 47.0344C99.4775 47.0344 99.6643 47.0881 99.8865 47.1956C100.109 47.303 100.254 47.3567 100.322 47.3567C100.474 47.3567 100.604 47.2896 100.714 47.1553C100.824 47.021 101.04 46.6877 101.362 46.1555L101.655 45.6721C101.606 45.467 101.554 45.2156 101.498 44.9177C101.442 44.6199 101.384 44.3147 101.326 44.0022L101.208 43.3796C101.125 42.9304 100.994 42.635 100.813 42.4934C100.71 42.4104 100.542 42.3689 100.308 42.3689C100.283 42.3689 100.225 42.3726 100.132 42.3799C100.039 42.3872 99.9463 42.3958 99.8535 42.4055V42.0027C100.293 41.949 100.775 41.8806 101.3 41.7976C101.825 41.7146 102.175 41.656 102.351 41.6218C102.498 41.8171 102.618 42.054 102.714 42.3323C102.809 42.6106 102.881 42.906 102.93 43.2185L103.01 43.7092Z' fill='%2335383A'/%3e%3cpath d='M91.8523 51.3118L92.0175 51.1242L92.0175 51.1242L91.8523 51.3118ZM91.6912 49.8835L91.8607 50.0672L91.6912 49.8835ZM93.8628 50.2864L93.6252 50.2085L93.625 50.2091L93.8628 50.2864ZM95.0786 45.0569L94.8353 44.9993L94.8341 45.0048L95.0786 45.0569ZM95.6938 42.4568L95.9371 42.5144L96.0099 42.2068H95.6938V42.4568ZM94.5952 42.4568L94.3512 42.4023L94.2832 42.7068H94.5952V42.4568ZM94.7344 41.8342V41.5842H94.5341L94.4904 41.7797L94.7344 41.8342ZM95.833 41.8342V42.0842H96.0307L96.0763 41.8918L95.833 41.8342ZM97.4883 38.78L97.3249 38.5908L97.3232 38.5923L97.4883 38.78ZM100.26 38.3918L100.116 38.5961L100.26 38.3918ZM99.3926 38.6042L99.6035 38.47L99.5962 38.4586L99.5878 38.4481L99.3926 38.6042ZM97.8252 40.7722L98.067 40.8356L98.0672 40.8351L97.8252 40.7722ZM97.5469 41.8342L97.305 41.7709L97.2229 42.0842H97.5469V41.8342ZM98.9385 41.8342L99.1825 41.8888L99.2505 41.5842H98.9385V41.8342ZM98.7993 42.4568V42.7068H98.9996L99.0433 42.5113L98.7993 42.4568ZM97.4443 42.4568V42.2068H97.2401L97.1993 42.407L97.4443 42.4568ZM95.6792 49.3562L95.9092 49.4541L95.9094 49.4538L95.6792 49.3562ZM103.01 43.7092L102.764 43.7497L102.86 44.3358L103.212 43.8574L103.01 43.7092ZM104.354 42.1162L104.187 41.9303L104.354 42.1162ZM106.145 42.054L105.926 42.1754L105.928 42.178L106.145 42.054ZM103.186 44.4856L102.978 44.3469L102.921 44.4319L102.94 44.5323L103.186 44.4856ZM103.325 45.218L103.08 45.2647L103.08 45.2658L103.325 45.218ZM103.669 46.8147L103.91 46.7482L103.91 46.746L103.669 46.8147ZM104.746 47.3201L104.569 47.1433L104.567 47.1455L104.746 47.3201ZM105.237 46.7268L105.379 46.5211L105.183 46.3856L105.038 46.5752L105.237 46.7268ZM105.544 46.9392L105.759 47.0671L105.879 46.8663L105.686 46.7335L105.544 46.9392ZM102.505 48.3528L102.702 48.1983L102.697 48.1927L102.505 48.3528ZM102.183 47.7522L102.417 47.6664L102.417 47.6654L102.183 47.7522ZM101.816 46.4338L102.055 46.3593L101.886 45.8184L101.6 46.3079L101.816 46.4338ZM101.714 46.6096L101.498 46.4837L101.498 46.4838L101.714 46.6096ZM100.652 48.2283L100.837 48.3963L100.837 48.3957L100.652 48.2283ZM98.8171 48.5249L98.6477 48.7087L98.8171 48.5249ZM98.7439 47.3018L98.5468 47.1479L98.7439 47.3018ZM101.362 46.1555L101.149 46.0259L101.148 46.026L101.362 46.1555ZM101.655 45.6721L101.869 45.8017L101.922 45.714L101.898 45.6142L101.655 45.6721ZM101.326 44.0022L101.571 43.9561L101.571 43.956L101.326 44.0022ZM101.208 43.3796L100.963 43.4251L100.963 43.4259L101.208 43.3796ZM100.813 42.4934L100.656 42.6877L100.659 42.6902L100.813 42.4934ZM99.8535 42.4055H99.6035V42.6832L99.8797 42.6541L99.8535 42.4055ZM99.8535 42.0027L99.8232 41.7545L99.6035 41.7814V42.0027H99.8535ZM102.351 41.6218L102.551 41.4718L102.457 41.3465L102.303 41.3764L102.351 41.6218ZM102.714 42.3323L102.95 42.2514L102.714 42.3323ZM102.93 43.2185L102.683 43.2571L102.683 43.259L102.93 43.2185ZM92.0175 51.1242C91.8012 50.9336 91.7031 50.717 91.7031 50.4622H91.2031C91.2031 50.8713 91.3712 51.2212 91.6871 51.4994L92.0175 51.1242ZM91.7031 50.4622C91.7031 50.2843 91.7591 50.161 91.8607 50.0672L91.5216 49.6998C91.3058 49.899 91.2031 50.1615 91.2031 50.4622H91.7031ZM91.8607 50.0672C91.9772 49.9597 92.0973 49.9138 92.2295 49.9138V49.4138C91.9612 49.4138 91.7225 49.5144 91.5216 49.6998L91.8607 50.0672ZM92.2295 49.9138C92.3614 49.9138 92.4782 49.9571 92.5888 50.0536L92.9176 49.6769C92.7205 49.5048 92.4882 49.4138 92.2295 49.4138V49.9138ZM92.5888 50.0536C92.6811 50.1342 92.7339 50.2436 92.7339 50.4109H93.2339C93.2339 50.1192 93.1329 49.8649 92.9176 49.6769L92.5888 50.0536ZM92.7339 50.4109C92.7339 50.4747 92.7136 50.5478 92.6557 50.6338L93.0704 50.9131C93.1736 50.7598 93.2339 50.5912 93.2339 50.4109H92.7339ZM92.6557 50.6338C92.6123 50.6982 92.5752 50.759 92.5481 50.814C92.5255 50.86 92.4922 50.9356 92.4922 51.0188H92.9922C92.9922 51.032 92.9907 51.0417 92.9897 51.0469C92.9892 51.0496 92.9887 51.0517 92.9884 51.053C92.9881 51.0542 92.9878 51.0549 92.9878 51.055C92.9878 51.0551 92.9883 51.0534 92.9899 51.0498C92.9914 51.0462 92.9936 51.0413 92.9967 51.035C93.0098 51.0082 93.0332 50.9683 93.0704 50.9131L92.6557 50.6338ZM92.4922 51.0188C92.4922 51.1726 92.5753 51.2919 92.6951 51.3604L92.9431 50.9262C92.9462 50.928 92.9608 50.9373 92.9741 50.9588C92.9881 50.9815 92.9922 51.0041 92.9922 51.0188H92.4922ZM92.6951 51.3604C92.7922 51.4159 92.8995 51.4373 93.0059 51.4373V50.9373C92.9658 50.9373 92.9486 50.9293 92.9431 50.9262L92.6951 51.3604ZM93.0059 51.4373C93.5554 51.4373 93.8977 50.9873 94.1005 50.3637L93.625 50.2091C93.4372 50.7866 93.2083 50.9373 93.0059 50.9373V51.4373ZM94.1004 50.3643C94.3009 49.7526 94.7092 47.9932 95.3231 45.1089L94.8341 45.0048C94.2175 47.9018 93.8153 49.6287 93.6252 50.2085L94.1004 50.3643ZM95.3219 45.1144L95.9371 42.5144L95.4506 42.3992L94.8353 44.9993L95.3219 45.1144ZM95.6938 42.2068H94.5952V42.7068H95.6938V42.2068ZM94.8392 42.5113L94.9784 41.8888L94.4904 41.7797L94.3512 42.4023L94.8392 42.5113ZM94.7344 42.0842H95.833V41.5842H94.7344V42.0842ZM96.0763 41.8918C96.1587 41.5438 96.3379 41.0566 96.6214 40.424L96.1652 40.2195C95.8775 40.8614 95.6831 41.3825 95.5897 41.7766L96.0763 41.8918ZM96.6214 40.424C96.895 39.8137 97.2403 39.3309 97.6533 38.9678L97.3232 38.5923C96.8476 39.0104 96.4629 39.5554 96.1652 40.2195L96.6214 40.424ZM97.6517 38.9692C98.1553 38.5343 98.6512 38.3342 99.1436 38.3342V37.8342C98.5031 37.8342 97.8955 38.098 97.3249 38.5908L97.6517 38.9692ZM99.1436 38.3342C99.5603 38.3342 99.8783 38.4281 100.116 38.5961L100.405 38.1876C100.062 37.9454 99.635 37.8342 99.1436 37.8342V38.3342ZM100.116 38.5961C100.33 38.7472 100.446 38.9702 100.446 39.3074H100.946C100.946 38.834 100.772 38.4466 100.405 38.1876L100.116 38.5961ZM100.446 39.3074C100.446 39.4903 100.392 39.6131 100.299 39.7026L100.647 40.062C100.852 39.8635 100.946 39.603 100.946 39.3074H100.446ZM100.299 39.7026C100.196 39.8021 100.081 39.8484 99.9419 39.8484V40.3484C100.213 40.3484 100.452 40.2506 100.647 40.062L100.299 39.7026ZM99.9419 39.8484C99.8078 39.8484 99.6964 39.8037 99.5956 39.7062L99.2481 40.0657C99.4403 40.2515 99.6756 40.3484 99.9419 40.3484V39.8484ZM99.5956 39.7062C99.4941 39.6081 99.4521 39.5055 99.4521 39.3879H98.9521C98.9521 39.6512 99.0567 39.8807 99.2481 40.0657L99.5956 39.7062ZM99.4521 39.3879C99.4521 39.3088 99.476 39.2161 99.5394 39.1067L99.1066 38.8562C99.0089 39.0251 98.9521 39.2034 98.9521 39.3879H99.4521ZM99.5394 39.1067C99.5807 39.0353 99.6141 38.9745 99.6379 38.9262C99.6497 38.9023 99.661 38.8776 99.67 38.8538C99.6753 38.8399 99.6938 38.7923 99.6938 38.7361H99.1938C99.1938 38.7088 99.1989 38.6894 99.2 38.6851C99.2017 38.6784 99.2031 38.6751 99.2025 38.6765C99.2015 38.6793 99.1978 38.6882 99.1894 38.7053C99.1729 38.7388 99.1459 38.7884 99.1066 38.8562L99.5394 39.1067ZM99.6938 38.7361C99.6938 38.6286 99.6445 38.5344 99.6035 38.47L99.1817 38.7385C99.187 38.7469 99.1909 38.7537 99.1937 38.7589C99.1964 38.7642 99.1977 38.7672 99.198 38.7681C99.1984 38.7691 99.1975 38.767 99.1964 38.762C99.1953 38.7571 99.1938 38.7482 99.1938 38.7361H99.6938ZM99.5878 38.4481C99.4797 38.313 99.3181 38.281 99.1875 38.281V38.781C99.2017 38.781 99.2119 38.7819 99.2189 38.7829C99.2258 38.7839 99.2285 38.785 99.2279 38.7848C99.2272 38.7845 99.223 38.7829 99.217 38.7788C99.2107 38.7745 99.2037 38.7684 99.1974 38.7604L99.5878 38.4481ZM99.1875 38.281C98.7798 38.281 98.4663 38.5681 98.2281 38.9763L98.66 39.2283C98.8663 38.8747 99.0483 38.781 99.1875 38.781V38.281ZM98.2281 38.9763C97.9891 39.3861 97.7759 39.9682 97.5832 40.7093L98.0672 40.8351C98.2553 40.1114 98.4547 39.5802 98.66 39.2283L98.2281 38.9763ZM97.5834 40.7088L97.305 41.7709L97.7887 41.8976L98.067 40.8356L97.5834 40.7088ZM97.5469 42.0842H98.9385V41.5842H97.5469V42.0842ZM98.6945 41.7797L98.5553 42.4023L99.0433 42.5113L99.1825 41.8888L98.6945 41.7797ZM98.7993 42.2068H97.4443V42.7068H98.7993V42.2068ZM97.1993 42.407C96.4856 45.9171 95.9014 48.1919 95.449 49.2586L95.9094 49.4538C96.3847 48.333 96.9773 46.0082 97.6893 42.5066L97.1993 42.407ZM95.4491 49.2583C94.8145 50.7503 93.9695 51.4133 92.9399 51.4133V51.9133C94.2542 51.9133 95.2353 51.0382 95.9092 49.4541L95.4491 49.2583ZM92.9399 51.4133C92.5234 51.4133 92.2259 51.3077 92.0175 51.1242L91.6871 51.4994C92.0109 51.7846 92.4385 51.9133 92.9399 51.9133V51.4133ZM103.212 43.8574C103.766 43.103 104.202 42.5893 104.521 42.3021L104.187 41.9303C103.828 42.2535 103.367 42.8018 102.809 43.5611L103.212 43.8574ZM104.521 42.3021C104.834 42.0211 105.108 41.9084 105.347 41.9084V41.4084C104.941 41.4084 104.553 41.601 104.187 41.9303L104.521 42.3021ZM105.347 41.9084C105.671 41.9084 105.837 42.0139 105.926 42.1754L106.364 41.9325C106.16 41.5667 105.794 41.4084 105.347 41.4084V41.9084ZM105.928 42.178C105.98 42.2689 106.012 42.3898 106.012 42.552H106.512C106.512 42.3235 106.466 42.1125 106.362 41.9299L105.928 42.178ZM106.012 42.552C106.012 42.677 105.965 42.8 105.841 42.9272L106.2 43.2754C106.399 43.0706 106.512 42.8274 106.512 42.552H106.012ZM105.841 42.9272C105.727 43.0452 105.596 43.1003 105.435 43.1003V43.6003C105.732 43.6003 105.992 43.4895 106.2 43.2754L105.841 42.9272ZM105.435 43.1003C105.355 43.1003 105.24 43.0694 105.084 42.9751L104.826 43.4033C105.026 43.5239 105.231 43.6003 105.435 43.6003V43.1003ZM105.084 42.9751C104.904 42.8667 104.716 42.7781 104.548 42.7781V43.2781C104.548 43.2781 104.554 43.2781 104.569 43.2815C104.583 43.2848 104.602 43.2908 104.627 43.3008C104.678 43.3209 104.744 43.354 104.826 43.4033L105.084 42.9751ZM104.548 42.7781C104.272 42.7781 104.037 42.9224 103.844 43.1411L104.22 43.4717C104.354 43.3193 104.463 43.2781 104.548 43.2781V42.7781ZM103.844 43.1411C103.668 43.3413 103.377 43.7484 102.978 44.3469L103.394 44.6243C103.796 44.0216 104.069 43.6426 104.22 43.4717L103.844 43.1411ZM102.94 44.5323L103.08 45.2647L103.571 45.1714L103.432 44.4389L102.94 44.5323ZM103.08 45.2658C103.153 45.6421 103.214 45.9515 103.263 46.194L103.753 46.095C103.705 45.8541 103.644 45.5459 103.571 45.1702L103.08 45.2658ZM103.263 46.194C103.313 46.4412 103.368 46.6711 103.429 46.8834L103.91 46.746C103.853 46.5482 103.801 46.3312 103.753 46.095L103.263 46.194ZM103.428 46.8812C103.508 47.1696 103.594 47.4028 103.691 47.561L104.117 47.2989C104.058 47.2032 103.987 47.0262 103.91 46.7482L103.428 46.8812ZM103.691 47.561C103.815 47.7632 104.012 47.8704 104.248 47.8704V47.3704C104.182 47.3704 104.148 47.3505 104.117 47.2989L103.691 47.561ZM104.248 47.8704C104.377 47.8704 104.498 47.8236 104.604 47.7594C104.712 47.6947 104.818 47.6039 104.925 47.4946L104.567 47.1455C104.478 47.2364 104.405 47.2958 104.346 47.3312C104.287 47.3671 104.256 47.3704 104.248 47.3704V47.8704ZM104.923 47.4968C105.043 47.3764 105.216 47.1666 105.436 46.8784L105.038 46.5752C104.818 46.8632 104.664 47.0489 104.569 47.1433L104.923 47.4968ZM105.095 46.9325L105.402 47.1449L105.686 46.7335L105.379 46.5211L105.095 46.9325ZM105.33 46.8113C105.084 47.2238 104.763 47.6187 104.365 47.9955L104.709 48.3585C105.137 47.954 105.487 47.5237 105.759 47.0671L105.33 46.8113ZM104.365 47.9955C103.979 48.3613 103.634 48.5129 103.325 48.5129V49.0129C103.808 49.0129 104.27 48.774 104.709 48.3585L104.365 47.9955ZM103.325 48.5129C103.074 48.5129 102.872 48.4148 102.701 48.1983L102.308 48.5072C102.568 48.8377 102.912 49.0129 103.325 49.0129V48.5129ZM102.697 48.1927C102.599 48.0755 102.504 47.9037 102.417 47.6664L101.948 47.838C102.047 48.1086 102.166 48.3371 102.313 48.5128L102.697 48.1927ZM102.417 47.6654C102.373 47.5472 102.309 47.3255 102.223 46.9909L101.739 47.1146C101.824 47.4489 101.894 47.6936 101.948 47.839L102.417 47.6654ZM102.223 46.9909C102.139 46.659 102.082 46.4452 102.055 46.3593L101.578 46.5084C101.6 46.5788 101.653 46.7775 101.739 47.1146L102.223 46.9909ZM101.6 46.3079L101.498 46.4837L101.93 46.7356L102.032 46.5598L101.6 46.3079ZM101.498 46.4838C101.013 47.317 100.671 47.834 100.466 48.0608L100.837 48.3957C101.082 48.1245 101.448 47.5624 101.93 46.7354L101.498 46.4838ZM100.467 48.0602C100.171 48.3865 99.8444 48.5349 99.48 48.5349V49.0349C100.004 49.0349 100.459 48.8122 100.837 48.3963L100.467 48.0602ZM99.48 48.5349C99.2894 48.5349 99.1288 48.4722 98.9866 48.3411L98.6477 48.7087C98.8815 48.9243 99.1628 49.0349 99.48 49.0349V48.5349ZM98.9866 48.3411C98.8495 48.2147 98.7852 48.0676 98.7852 47.884H98.2852C98.2852 48.2083 98.4088 48.4884 98.6477 48.7087L98.9866 48.3411ZM98.7852 47.884C98.7852 47.7342 98.8333 47.5935 98.9409 47.4556L98.5468 47.1479C98.3762 47.3665 98.2852 47.6139 98.2852 47.884H98.7852ZM98.9409 47.4556C99.0275 47.3448 99.1452 47.2844 99.3262 47.2844V46.7844C99.0091 46.7844 98.7386 46.9023 98.5468 47.1479L98.9409 47.4556ZM99.3262 47.2844C99.4233 47.2844 99.5705 47.3205 99.7776 47.4206L99.9953 46.9705C99.7581 46.8558 99.5317 46.7844 99.3262 46.7844V47.2844ZM99.7776 47.4206C99.8923 47.476 99.9921 47.5201 100.075 47.5509C100.15 47.5783 100.24 47.6067 100.322 47.6067V47.1067C100.337 47.1067 100.32 47.1082 100.249 47.0819C100.187 47.059 100.103 47.0225 99.9953 46.9705L99.7776 47.4206ZM100.322 47.6067C100.56 47.6067 100.758 47.4964 100.908 47.3136L100.521 46.997C100.45 47.0827 100.387 47.1067 100.322 47.1067V47.6067ZM100.908 47.3136C101.031 47.1628 101.257 46.8127 101.576 46.285L101.148 46.026C100.823 46.5628 100.617 46.8792 100.521 46.997L100.908 47.3136ZM101.576 46.2851L101.869 45.8017L101.441 45.5425L101.149 46.0259L101.576 46.2851ZM101.898 45.6142C101.851 45.4142 101.799 45.1669 101.743 44.8714L101.252 44.964C101.309 45.2643 101.362 45.5198 101.412 45.73L101.898 45.6142ZM101.743 44.8714C101.687 44.5736 101.63 44.2685 101.571 43.9561L101.08 44.0483C101.139 44.3608 101.196 44.6661 101.252 44.964L101.743 44.8714ZM101.571 43.956L101.454 43.3334L100.963 43.4259L101.08 44.0484L101.571 43.956ZM101.454 43.3342C101.37 42.8758 101.225 42.4987 100.967 42.2966L100.659 42.6902C100.762 42.7714 100.881 42.985 100.963 43.4251L101.454 43.3342ZM100.97 42.2991C100.8 42.1612 100.56 42.1189 100.308 42.1189V42.6189C100.524 42.6189 100.621 42.6596 100.656 42.6877L100.97 42.2991ZM100.308 42.1189C100.271 42.1189 100.202 42.1236 100.112 42.1307L100.152 42.6291C100.197 42.6255 100.234 42.6229 100.261 42.6212C100.275 42.6203 100.286 42.6197 100.294 42.6193C100.298 42.6192 100.301 42.619 100.304 42.619C100.305 42.6189 100.306 42.6189 100.307 42.6189C100.307 42.6189 100.308 42.6189 100.308 42.6189V42.1189ZM100.112 42.1307C100.017 42.1382 99.9223 42.1469 99.8273 42.1569L99.8797 42.6541C99.9703 42.6446 100.061 42.6363 100.152 42.6291L100.112 42.1307ZM100.104 42.4055V42.0027H99.6035V42.4055H100.104ZM99.8838 42.2508C100.327 42.1967 100.812 42.1279 101.339 42.0445L101.261 41.5507C100.738 41.6333 100.259 41.7012 99.8232 41.7545L99.8838 42.2508ZM101.339 42.0445C101.863 41.9616 102.218 41.9024 102.399 41.8672L102.303 41.3764C102.133 41.4096 101.787 41.4676 101.261 41.5507L101.339 42.0445ZM102.151 41.7718C102.279 41.9424 102.389 42.1548 102.477 42.4132L102.95 42.2514C102.848 41.9531 102.716 41.6919 102.551 41.4718L102.151 41.7718ZM102.477 42.4132C102.567 42.6768 102.636 42.9579 102.683 43.2571L103.177 43.1799C103.126 42.8541 103.05 42.5444 102.95 42.2514L102.477 42.4132ZM102.683 43.259L102.764 43.7497L103.257 43.6687L103.176 43.178L102.683 43.259Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M79.0512 43.3852H78C78.0676 42.0574 78.9529 41 80.6803 41C82.2295 41 83.2869 41.959 83.2869 43.2254C83.2869 44.1906 82.7889 44.873 82.002 45.3463C81.2213 45.8074 81 46.1516 81 46.7971V47.1967H79.9242V46.6311C79.918 45.8197 80.3115 45.2664 81.1537 44.7623C81.8668 44.3258 82.1434 43.9385 82.1434 43.2807C82.1434 42.5184 81.5533 41.959 80.6373 41.959C79.709 41.959 79.1189 42.5061 79.0512 43.3852ZM81.1663 49.2992C81.1663 49.6927 80.8651 50 80.4655 50C80.072 50 79.7646 49.6927 79.7646 49.2992C79.7646 48.8996 80.072 48.5984 80.4655 48.5984C80.8651 48.5984 81.1663 48.8996 81.1663 49.2992Z' fill='%2335383A'/%3e%3cpath d='M63.1221 46.0728L58.9766 50.2183C58.8789 50.3159 58.7617 50.3647 58.625 50.3647C58.4818 50.3647 58.3613 50.3175 58.2637 50.2231C58.1693 50.1255 58.1221 50.005 58.1221 49.8618C58.1221 49.7251 58.1709 49.6079 58.2686 49.5103L62.4141 45.3647L58.2686 41.2192C58.1709 41.1216 58.1221 41.0028 58.1221 40.8628C58.1221 40.7944 58.1351 40.7293 58.1611 40.6675C58.1872 40.6056 58.223 40.5535 58.2686 40.5112C58.3141 40.4657 58.3678 40.4299 58.4297 40.4038C58.4915 40.3778 58.5566 40.3647 58.625 40.3647C58.7617 40.3647 58.8789 40.4136 58.9766 40.5112L63.1221 44.6567L67.2676 40.5112C67.3652 40.4136 67.484 40.3647 67.624 40.3647C67.6924 40.3647 67.7559 40.3778 67.8145 40.4038C67.8763 40.4299 67.93 40.4657 67.9756 40.5112C68.0212 40.5568 68.057 40.6105 68.083 40.6724C68.109 40.731 68.1221 40.7944 68.1221 40.8628C68.1221 41.0028 68.0732 41.1216 67.9756 41.2192L63.8301 45.3647L67.9756 49.5103C68.0732 49.6079 68.1221 49.7251 68.1221 49.8618C68.1221 49.9302 68.109 49.9953 68.083 50.0571C68.057 50.119 68.0212 50.1727 67.9756 50.2183C67.9333 50.2638 67.8812 50.2996 67.8193 50.3257C67.7575 50.3517 67.6924 50.3647 67.624 50.3647C67.484 50.3647 67.3652 50.3159 67.2676 50.2183L63.1221 46.0728Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.0948 45.1064L47.6371 42.4145C47.789 42.2537 48.0352 42.2537 48.1871 42.4145C48.3389 42.5754 48.3389 42.8361 48.1871 42.9969L45.6448 45.6887L48.1871 48.3805C48.3389 48.5413 48.3389 48.802 48.1871 48.9628C48.0352 49.1236 47.789 49.1236 47.6371 48.9628L45.0948 46.271L42.5525 48.9628C42.4007 49.1236 42.1544 49.1236 42.0026 48.9628C41.8507 48.802 41.8507 48.5413 42.0026 48.3805L44.5448 45.6887L42.0026 42.9969C41.8507 42.8361 41.8507 42.5754 42.0026 42.4145C42.1544 42.2537 42.4007 42.2537 42.5525 42.4145L45.0948 45.1064Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29 38V41V43H22V38H20V52H34V41L31 38H29ZM32 50H22V45H32V50ZM26 38H24V42H26V38Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9997 48.6667L10.333 46L12.9997 48.6667Z' stroke='%23787878'/%3e%3ccircle cx='8.33301' cy='44' r='3' stroke='%23787878'/%3e%3crect x='596.5' y='20.5' width='13' height='13' rx='1.5' stroke='%23BFBFBF'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M602.271 24.2292C602.271 23.0211 601.291 22.0417 600.083 22.0417C598.875 22.0417 597.896 23.0211 597.896 24.2292C597.896 25.4374 598.875 26.4167 600.083 26.4167C601.291 26.4167 602.271 25.4374 602.271 24.2292ZM598.771 24.2292C598.771 23.5044 599.358 22.9167 600.083 22.9167C600.808 22.9167 601.396 23.5044 601.396 24.2292C601.396 24.9541 600.808 25.5417 600.083 25.5417C599.358 25.5417 598.771 24.9541 598.771 24.2292Z' fill='%237565C0'/%3e%3crect x='597.896' y='27.7292' width='4.08333' height='4.08333' fill='%230091FF'/%3e%3crect x='603.875' y='27.5833' width='4.375' height='4.375' rx='2.1875' fill='%23E9932C'/%3e%3cpath d='M606.063 22.0417L608.396 26.1251H603.729L606.063 22.0417Z' fill='%2300AD8F'/%3e%3cpath d='M581.8 27.1367H580.2C580.2 30.0753 582.353 32.4658 585 32.4658C585.74 32.4658 586.438 32.2739 587.063 31.9395L588.249 33.2559C587.296 33.8812 586.187 34.2422 585 34.2422C581.466 34.2422 578.6 31.0611 578.6 27.1367H577L579.4 24.0273L581.8 27.1367ZM585 20.0303C588.535 20.0303 591.4 23.2122 591.4 27.1367H593L590.6 30.2451L588.2 27.1367H589.8C589.8 24.1979 587.647 21.8066 585 21.8066C584.26 21.8066 583.562 21.9986 582.937 22.333L581.751 21.0166C582.704 20.3913 583.813 20.0303 585 20.0303Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M566.312 32.9422C566.098 32.8446 565.962 32.6401 565.962 32.4158V26.3959L562 22.1017V21H572.272V22.1088L568.175 26.3977V30.7906C568.175 30.9682 568.09 31.1358 567.944 31.2468L566.963 32.8715C566.852 32.9568 566.716 33 566.579 33C566.488 33 566.397 32.9813 566.312 32.9422Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M548.312 32.9422C548.098 32.8446 547.962 32.6401 547.962 32.4158V26.3959L544 22.1017V21H554.272V22.1088L550.175 26.3977V30.7906C550.175 30.9682 550.09 31.1358 549.944 31.2468L548.963 32.8715C548.852 32.9568 548.716 33 548.579 33C548.488 33 548.397 32.9813 548.312 32.9422Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M531.095 27.1064L533.637 24.4145C533.789 24.2537 534.035 24.2537 534.187 24.4145C534.339 24.5754 534.339 24.8361 534.187 24.9969L531.645 27.6887L534.187 30.3805C534.339 30.5413 534.339 30.802 534.187 30.9628C534.035 31.1236 533.789 31.1236 533.637 30.9628L531.095 28.271L528.553 30.9628C528.401 31.1236 528.154 31.1236 528.003 30.9628C527.851 30.802 527.851 30.5413 528.003 30.3805L530.545 27.6887L528.003 24.9969C527.851 24.8361 527.851 24.5754 528.003 24.4145C528.154 24.2537 528.401 24.2537 528.553 24.4145L531.095 27.1064Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M516.3 22.0206C515.877 21.6656 515.246 21.7208 514.891 22.1439L514.239 22.9213L517.303 25.4925L517.956 24.715C518.311 24.2919 518.255 23.6612 517.832 23.3062L516.3 22.0206ZM516.656 26.2643L513.592 23.6931L508.411 29.8673L508 33.46L511.475 32.4384L516.656 26.2643Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M498.3 22.0206C497.877 21.6656 497.246 21.7208 496.891 22.1439L496.239 22.9213L499.303 25.4925L499.956 24.715C500.311 24.2919 500.255 23.6612 499.832 23.3062L498.3 22.0206ZM498.656 26.2643L495.592 23.6931L490.411 29.8673L490 33.46L493.475 32.4384L498.656 26.2643Z' fill='%239A9A9A'/%3e%3cpath d='M470.5 26V31.538C470.5 32.643 471.4 33.5 472.5 33.5H481.5C482.6 33.5 483.5 32.643 483.5 31.538V26' stroke='%230E6FF9'/%3e%3cpath d='M476 20H478V26H480.5L477 29L473.5 26H476V20Z' fill='%230E6FF9'/%3e%3cpath d='M452.5 26.1211V31.743C452.5 32.8647 453.4 33.7347 454.5 33.7347H463.5C464.6 33.7347 465.5 32.8647 465.5 31.743V26.1211' stroke='%2335383A'/%3e%3cpath d='M458 20.0303H460V26.1212H462.5L459 29.1666L455.5 26.1212H458V20.0303Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M440.827 33.8274C444.693 33.8274 447.827 30.6934 447.827 26.8274C447.827 22.9614 444.693 19.8274 440.827 19.8274C436.961 19.8274 433.827 22.9614 433.827 26.8274C433.827 30.6934 436.961 33.8274 440.827 33.8274ZM443.88 26.8578L439.044 23.5333V30.1822L443.88 26.8578Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M422.827 33.8274C426.693 33.8274 429.827 30.6934 429.827 26.8274C429.827 22.9614 426.693 19.8274 422.827 19.8274C418.961 19.8274 415.827 22.9614 415.827 26.8274C415.827 30.6934 418.961 33.8274 422.827 33.8274ZM425.88 26.8578L421.044 23.5333V30.1822L425.88 26.8578Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M403.149 22.1703C403.368 21.9513 403.725 21.9591 403.935 22.1874L408.238 26.8823L403.935 31.577C403.725 31.8053 403.368 31.8131 403.149 31.5941C402.944 31.3894 402.936 31.0601 403.13 30.8451L406.704 26.8823L403.13 22.9192C402.936 22.7042 402.944 22.375 403.149 22.1703Z' fill='%233492ED'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M385.149 22.1703C385.368 21.9513 385.725 21.9591 385.935 22.1874L390.238 26.8823L385.935 31.577C385.725 31.8053 385.368 31.8131 385.149 31.5941C384.944 31.3894 384.936 31.0601 385.13 30.8451L388.704 26.8823L385.13 22.9192C384.936 22.7042 384.944 22.375 385.149 22.1703Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M370.851 22.1703C370.632 21.9513 370.275 21.9591 370.065 22.1874L365.762 26.8823L370.065 31.577C370.275 31.8053 370.632 31.8131 370.851 31.5941C371.056 31.3894 371.064 31.0601 370.87 30.8451L367.296 26.8823L370.87 22.9192C371.064 22.7042 371.056 22.375 370.851 22.1703Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M350.935 22.1874C350.725 21.9591 350.368 21.9513 350.149 22.1703C349.944 22.375 349.936 22.7043 350.13 22.9193L353.704 26.8823L350.13 30.8452C349.936 31.0602 349.944 31.3894 350.149 31.5941C350.368 31.8131 350.725 31.8054 350.935 31.5771L355.238 26.8823L350.935 22.1874ZM347.935 22.1874C347.725 21.9591 347.368 21.9513 347.149 22.1703C346.944 22.375 346.936 22.7043 347.13 22.9193L350.704 26.8823L347.13 30.8452C346.936 31.0602 346.944 31.3894 347.149 31.5941C347.368 31.8131 347.725 31.8054 347.935 31.5771L352.238 26.8823L347.935 22.1874Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M333.065 22.1874C333.275 21.9591 333.632 21.9513 333.851 22.1703C334.056 22.375 334.064 22.7043 333.87 22.9193L330.296 26.8823L333.87 30.8452C334.064 31.0602 334.056 31.3894 333.851 31.5941C333.632 31.8131 333.275 31.8054 333.065 31.5771L328.762 26.8823L333.065 22.1874ZM336.065 22.1874C336.275 21.9591 336.632 21.9513 336.851 22.1703C337.056 22.375 337.064 22.7043 336.87 22.9193L333.296 26.8823L336.87 30.8452C337.064 31.0602 337.056 31.3894 336.851 31.5941C336.632 31.8131 336.275 31.8054 336.065 31.5771L331.762 26.8823L336.065 22.1874Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M318.999 21.0659V22.0879H312.5V21.0659H311.416V22.0879H309.25V33.3296H322.249V22.0879H320.082V21.0659H318.999ZM320.082 24.1319V23.1099H321.165V25.1538H310.333V23.1099H311.416V24.1319H312.5V23.1099H318.999V24.1319H320.082ZM310.333 32.3076H321.165V26.1758H310.333V32.3076Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M303 21H291V23.4998H289.75V24.4998H291V26.4998H289.75V27.4998H291V29.4998H289.75V30.4998H291V33H303V21Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M296.925 23C295.822 23 294.927 23.8905 294.927 24.9889C294.927 26.0873 295.822 26.9777 296.925 26.9777C298.028 26.9777 298.923 26.0873 298.923 24.9889C298.923 23.8904 298.028 23 296.925 23ZM300.429 30.1814C300.429 28.728 299.204 27.5461 297.689 27.5461H296.24C294.725 27.5461 293.5 28.728 293.5 30.1814V30.7978H300.429V30.1814Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M285 21H273V23.4998H271.75V24.4998H273V26.4998H271.75V27.4998H273V29.4998H271.75V30.4998H273V33H285V21Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M275.927 24.9889C275.927 23.8905 276.822 23 277.925 23C279.028 23 279.923 23.8904 279.923 24.9889C279.923 26.0873 279.028 26.9777 277.925 26.9777C276.822 26.9777 275.927 26.0873 275.927 24.9889ZM278.689 27.5461C280.204 27.5461 281.429 28.728 281.429 30.1814V30.7978H274.5V30.1814C274.5 28.728 275.725 27.5461 277.24 27.5461H278.689ZM283.641 30.5768H282V30.1816C282 28.8954 281.218 27.7879 280.09 27.2778H281.029C282.471 27.2778 283.641 28.4067 283.641 29.7991V30.5768ZM280.402 26.9778C280.153 26.9778 279.916 26.9277 279.7 26.8371C280.189 26.3715 280.494 25.7157 280.494 24.989C280.494 24.4033 280.296 23.8635 279.963 23.4324C280.104 23.3975 280.251 23.3789 280.402 23.3789C281.401 23.3789 282.21 24.1845 282.21 25.1784C282.21 26.1722 281.401 26.9778 280.402 26.9778Z' fill='white'/%3e%3ccircle cx='261' cy='27' r='7' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M260.955 22.8C259.852 22.8 258.957 23.6905 258.957 24.7889C258.957 25.8873 259.852 26.7777 260.955 26.7777C262.059 26.7777 262.953 25.8873 262.953 24.7889C262.953 23.6905 262.059 22.8 260.955 22.8ZM264.459 29.9814C264.459 28.528 263.235 27.3461 261.72 27.3461H260.27C258.755 27.3461 257.53 28.528 257.53 29.9814V30.5978H264.459V29.9814Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M243 34C246.866 34 250 30.866 250 27C250 23.134 246.866 20 243 20C239.134 20 236 23.134 236 27C236 30.866 239.134 34 243 34ZM241.925 22.8C240.822 22.8 239.927 23.6905 239.927 24.7889C239.927 25.8873 240.822 26.7777 241.925 26.7777C243.028 26.7777 243.923 25.8873 243.923 24.7889C243.923 23.6905 243.028 22.8 241.925 22.8ZM245.429 29.9814C245.429 28.5281 244.204 27.3461 242.689 27.3461H241.24C239.725 27.3461 238.5 28.528 238.5 29.9814V30.5978H245.429V29.9814ZM246 30.3769H247.641V29.5991C247.641 28.2067 246.471 27.0778 245.029 27.0778H244.09C245.218 27.5879 246 28.6954 246 29.9816V30.3769ZM243.7 26.6371C243.916 26.7277 244.153 26.7778 244.402 26.7778C245.401 26.7778 246.21 25.9722 246.21 24.9784C246.21 23.9846 245.401 23.179 244.402 23.179C244.251 23.179 244.104 23.1975 243.963 23.2324C244.296 23.6636 244.494 24.2033 244.494 24.7891C244.494 25.5157 244.189 26.1716 243.7 26.6371Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M229.277 20.2292C229.583 19.9236 230.079 19.9236 230.385 20.2292L231.771 21.6136C232.077 21.9193 232.077 22.4156 231.771 22.7208L225.673 28.8121C225.559 28.9264 222.507 30.1697 222.507 30.1697C222.121 30.3489 221.677 29.8687 221.819 29.4822C221.819 29.4822 223.064 26.4349 223.179 26.3203L229.277 20.2292ZM228.741 21.8705L230.108 23.275L230.939 22.4443C231.092 22.2915 231.092 22.0437 230.939 21.8906L230.108 21.0604C229.954 20.9071 229.706 20.9071 229.553 21.0604L228.741 21.8705ZM224.824 28.4075L223.583 27.1677L222.711 29.1433C222.621 29.3237 222.653 29.3678 222.846 29.2781L224.824 28.4075ZM231.125 25.8392V32.5418C231.125 33.3471 230.472 34.0001 229.667 34.0001H219.458C218.653 34.0001 218 33.3471 218 32.5418V22.3333C218 21.5279 218.653 20.875 219.458 20.875H226.153L225.278 21.75H219.458C219.136 21.75 218.875 22.0112 218.875 22.3333V32.5418C218.875 32.8639 219.136 33.1251 219.458 33.1251H229.667C229.989 33.1251 230.25 32.8639 230.25 32.5418V26.7133L231.125 25.8392Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M203.121 23.097C202.087 23.732 201.213 24.613 200.576 25.6611C200.354 26.0259 200.161 26.4105 200 26.8125C200.161 27.2143 200.354 27.5989 200.576 27.9636C201.912 30.1615 204.289 31.625 207 31.625C207.341 31.625 207.676 31.6019 208.005 31.5571L207.034 29.8748C207.023 29.8749 207.011 29.875 207 29.875C205.309 29.875 203.938 28.5039 203.938 26.8125C203.938 26.2423 204.093 25.7085 204.365 25.2514L203.121 23.097ZM205.121 26.5612C205.11 26.6434 205.104 26.7273 205.104 26.8125C205.104 27.6039 205.589 28.2821 206.278 28.566L205.121 26.5612ZM208.879 27.07L207.716 25.0565C208.408 25.339 208.896 26.0188 208.896 26.8125C208.896 26.8998 208.89 26.9858 208.879 27.07ZM209.633 28.3769C209.906 27.919 210.062 27.384 210.062 26.8125C210.062 25.1211 208.691 23.75 207 23.75C206.987 23.75 206.975 23.7501 206.962 23.7502L205.991 22.0684C206.321 22.0233 206.658 22 207 22C209.711 22 212.088 23.4633 213.424 25.6611C213.646 26.0259 213.839 26.4105 214 26.8125C213.839 27.2143 213.646 27.5989 213.424 27.9636C212.786 29.0127 211.911 29.8945 210.876 30.5297L209.633 28.3769Z' fill='%2335383A'/%3e%3cpath d='M204.455 22.4089L209.512 31.1667' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M196 26.8125C195.839 27.2143 195.646 27.5989 195.424 27.9636C194.088 30.1615 191.711 31.625 189 31.625C186.289 31.625 183.912 30.1615 182.576 27.9636C182.354 27.5989 182.161 27.2143 182 26.8125C182.161 26.4105 182.354 26.0259 182.576 25.6611C183.912 23.4633 186.289 22 189 22C191.711 22 194.088 23.4633 195.424 25.6611C195.646 26.0259 195.839 26.4105 196 26.8125ZM189 28.7083C187.953 28.7083 187.104 27.8595 187.104 26.8125C187.104 25.7654 187.953 24.9166 189 24.9166C190.047 24.9166 190.896 25.7654 190.896 26.8125C190.896 27.8595 190.047 28.7083 189 28.7083ZM192.062 26.8125C192.062 28.5039 190.691 29.875 189 29.875C187.309 29.875 185.938 28.5039 185.938 26.8125C185.938 25.1211 187.309 23.75 189 23.75C190.691 23.75 192.062 25.1211 192.062 26.8125Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M163.644 20.3431C163.644 20.1576 163.756 20.0073 163.894 20.0073H167.423C167.555 20.0142 167.754 20.0841 167.939 20.2378C168.054 20.3335 168.232 20.5739 168.414 20.8204C168.639 21.1248 168.871 21.4384 169 21.5001C169 21.5002 169.001 21.5003 169.001 21.5004H169.999L170 21.5001C170 21.5001 170 21.5002 169.999 21.5004H178.076V32.8878H163.644V22.5001V21.5004V20.3431Z' fill='%235AA5F4'/%3e%3crect x='163.65' y='24.0801' width='14.42' height='0.161538' fill='black' fill-opacity='0.03'/%3e%3crect x='163.65' y='24.2417' width='14.42' height='0.161538' fill='black' fill-opacity='0.06'/%3e%3crect x='163.65' y='24.4031' width='14.42' height='0.161538' fill='black' fill-opacity='0.1'/%3e%3crect x='163.65' y='24.5647' width='14.42' height='0.161538' fill='black' fill-opacity='0.13'/%3e%3crect x='163.65' y='24.7263' width='14.42' height='0.161538' fill='black' fill-opacity='0.16'/%3e%3crect x='163.65' y='24.8877' width='14.42' height='0.161538' fill='black' fill-opacity='0.19'/%3e%3crect x='163.65' y='25.0493' width='14.42' height='0.161538' fill='black' fill-opacity='0.22'/%3e%3crect x='163.65' y='25.2109' width='14.42' height='0.161538' fill='black' fill-opacity='0.25'/%3e%3crect x='163.65' y='25.3726' width='14.42' height='0.161538' fill='black' fill-opacity='0.28'/%3e%3crect x='163.65' y='25.5339' width='14.42' height='0.161538' fill='black' fill-opacity='0.31'/%3e%3crect x='163.65' y='25.6956' width='14.42' height='0.161538' fill='black' fill-opacity='0.34'/%3e%3crect x='163.65' y='25.8569' width='14.42' height='0.161538' fill='black' fill-opacity='0.37'/%3e%3crect x='163.65' y='26.0186' width='14.42' height='0.161538' fill='black' fill-opacity='0.4'/%3e%3crect x='164.412' y='22.4443' width='12.6687' height='9.80206' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M163.633 26H178.087C178.369 26 178.589 26.1577 178.579 26.3543L178.264 32.6457C178.254 32.8414 178.027 33 177.759 33H163.961C163.691 33 163.465 32.8423 163.456 32.6457L163.14 26.3543C163.13 26.1586 163.351 26 163.633 26Z' fill='%235AA5F4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M145.644 20.3431C145.644 20.1576 145.756 20.0073 145.894 20.0073H149.423C149.555 20.0142 149.754 20.0841 149.939 20.2378C150.054 20.3335 150.232 20.5739 150.414 20.8204C150.639 21.1248 150.871 21.4384 151 21.5001C151 21.5002 151.001 21.5003 151.001 21.5004H151.999L152 21.5001C152 21.5001 152 21.5002 151.999 21.5004H160.076V32.8878H145.644V22.5001V21.5004V20.3431Z' fill='%235AA5F4'/%3e%3crect x='145.65' y='22.3599' width='14.42' height='0.168' fill='black' fill-opacity='0.03'/%3e%3crect x='145.65' y='22.5278' width='14.42' height='0.168' fill='black' fill-opacity='0.06'/%3e%3crect x='145.65' y='22.6958' width='14.42' height='0.168' fill='black' fill-opacity='0.1'/%3e%3crect x='145.65' y='22.8638' width='14.42' height='0.168' fill='black' fill-opacity='0.13'/%3e%3crect x='145.65' y='23.0317' width='14.42' height='0.168' fill='black' fill-opacity='0.16'/%3e%3crect x='146.412' y='22.4443' width='12.6687' height='9.80206' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M145.633 23.2H160.087C160.369 23.2 160.589 23.4208 160.579 23.6961L160.264 32.5058C160.254 32.7799 160.027 33.002 159.759 33.002H145.961C145.691 33.002 145.465 32.7812 145.456 32.5058L145.14 23.6961C145.13 23.4221 145.351 23.2 145.633 23.2Z' fill='%235AA5F4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M127.644 20.3431C127.644 20.1576 127.756 20.0073 127.894 20.0073H131.423C131.555 20.0142 131.754 20.0841 131.939 20.2378C132.054 20.3335 132.232 20.5739 132.414 20.8204C132.639 21.1248 132.871 21.4384 133 21.5001C133 21.5002 133.001 21.5003 133.001 21.5004H133.999L134 21.5001C134 21.5001 134 21.5002 133.999 21.5004H142.076V32.8878H127.644V22.5001V21.5004V20.3431Z' fill='%235AA5F4'/%3e%3cg opacity='0.8'%3e%3crect x='127.65' y='24.0801' width='14.42' height='0.161538' fill='black' fill-opacity='0.03'/%3e%3crect x='127.65' y='24.2417' width='14.42' height='0.161538' fill='black' fill-opacity='0.06'/%3e%3crect x='127.65' y='24.4031' width='14.42' height='0.161538' fill='black' fill-opacity='0.1'/%3e%3crect x='127.65' y='24.5647' width='14.42' height='0.161538' fill='black' fill-opacity='0.13'/%3e%3crect x='127.65' y='24.7263' width='14.42' height='0.161538' fill='black' fill-opacity='0.16'/%3e%3crect x='127.65' y='24.8877' width='14.42' height='0.161538' fill='black' fill-opacity='0.19'/%3e%3crect x='127.65' y='25.0493' width='14.42' height='0.161538' fill='black' fill-opacity='0.22'/%3e%3crect x='127.65' y='25.2109' width='14.42' height='0.161538' fill='black' fill-opacity='0.25'/%3e%3crect x='127.65' y='25.3726' width='14.42' height='0.161538' fill='black' fill-opacity='0.28'/%3e%3crect x='127.65' y='25.5339' width='14.42' height='0.161538' fill='black' fill-opacity='0.31'/%3e%3crect x='127.65' y='25.6956' width='14.42' height='0.161538' fill='black' fill-opacity='0.34'/%3e%3crect x='127.65' y='25.8569' width='14.42' height='0.161538' fill='black' fill-opacity='0.37'/%3e%3crect x='127.65' y='26.0186' width='14.42' height='0.161538' fill='black' fill-opacity='0.4'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M127.633 26H142.087C142.369 26 142.589 26.1577 142.579 26.3543L142.264 32.6457C142.254 32.8414 142.027 33 141.759 33H127.961C127.691 33 127.465 32.8423 127.456 32.6457L127.14 26.3543C127.13 26.1586 127.351 26 127.633 26Z' fill='%235AA5F4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M109.644 20.3431C109.644 20.1576 109.756 20.0073 109.894 20.0073H113.423C113.555 20.0142 113.754 20.0841 113.939 20.2378C114.054 20.3335 114.232 20.5739 114.414 20.8204C114.639 21.1248 114.871 21.4384 115 21.5001C115 21.5002 115.001 21.5003 115.001 21.5004H115.999L116 21.5001C116 21.5001 116 21.5002 115.999 21.5004H124.076V32.8878H109.644V22.5001V21.5004V20.3431Z' fill='%235AA5F4'/%3e%3crect x='109.65' y='22.3599' width='14.42' height='0.168' fill='black' fill-opacity='0.03'/%3e%3crect x='109.65' y='22.5278' width='14.42' height='0.168' fill='black' fill-opacity='0.06'/%3e%3crect x='109.65' y='22.6958' width='14.42' height='0.168' fill='black' fill-opacity='0.1'/%3e%3crect x='109.65' y='22.8638' width='14.42' height='0.168' fill='black' fill-opacity='0.13'/%3e%3crect x='109.65' y='23.0317' width='14.42' height='0.168' fill='black' fill-opacity='0.16'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M109.633 23.2H124.087C124.369 23.2 124.589 23.4208 124.579 23.6961L124.264 32.5058C124.254 32.7799 124.027 33.002 123.759 33.002H109.961C109.691 33.002 109.465 32.7812 109.456 32.5058L109.14 23.6961C109.13 23.4221 109.351 23.2 109.633 23.2Z' fill='%235AA5F4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M91.6436 20.3431C91.6436 20.1576 91.7555 20.0073 91.8941 20.0073H95.4234C95.5546 20.0142 95.7542 20.0841 95.9389 20.2378C96.0538 20.3335 96.2317 20.5739 96.4141 20.8204C96.6393 21.1248 96.8713 21.4384 97.0002 21.5001C97.0003 21.5002 97.0005 21.5003 97.0007 21.5004H97.9986L98.0002 21.5001C98.0002 21.5001 97.9999 21.5002 97.9994 21.5004H106.076V32.8878H91.6436V22.5001V21.5004V20.3431Z' fill='%231E5793'/%3e%3crect x='91.6504' y='24.0801' width='14.42' height='0.161538' fill='black' fill-opacity='0.03'/%3e%3crect x='91.6504' y='24.2417' width='14.42' height='0.161538' fill='black' fill-opacity='0.06'/%3e%3crect x='91.6504' y='24.4031' width='14.42' height='0.161538' fill='black' fill-opacity='0.1'/%3e%3crect x='91.6504' y='24.5647' width='14.42' height='0.161538' fill='black' fill-opacity='0.13'/%3e%3crect x='91.6504' y='24.7263' width='14.42' height='0.161538' fill='black' fill-opacity='0.16'/%3e%3crect x='91.6504' y='24.8877' width='14.42' height='0.161538' fill='black' fill-opacity='0.19'/%3e%3crect x='91.6504' y='25.0493' width='14.42' height='0.161538' fill='black' fill-opacity='0.22'/%3e%3crect x='91.6504' y='25.2109' width='14.42' height='0.161538' fill='black' fill-opacity='0.25'/%3e%3crect x='91.6504' y='25.3726' width='14.42' height='0.161538' fill='black' fill-opacity='0.28'/%3e%3crect x='91.6504' y='25.5339' width='14.42' height='0.161538' fill='black' fill-opacity='0.31'/%3e%3crect x='91.6504' y='25.6956' width='14.42' height='0.161538' fill='black' fill-opacity='0.34'/%3e%3crect x='91.6504' y='25.8569' width='14.42' height='0.161538' fill='black' fill-opacity='0.37'/%3e%3crect x='91.6504' y='26.0186' width='14.42' height='0.161538' fill='black' fill-opacity='0.4'/%3e%3crect x='92.5254' y='22.2488' width='12.7453' height='9.86132' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M106.377 26.1001C106.66 26.1001 106.875 26.2578 106.856 26.4544L106.276 32.7458C106.258 32.9415 106.023 33.1001 105.754 33.1001H91.9025C91.6324 33.1001 91.412 32.9424 91.4104 32.7458L91.3574 26.4544C91.3558 26.2587 91.5846 26.1001 91.8669 26.1001H106.377Z' fill='%232869AE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M101.116 30.7403C101.101 30.8675 100.947 30.9707 100.778 30.9707H97.1266C96.955 30.9707 96.8037 30.8677 96.7887 30.7403L96.7383 30.3133C96.7941 30.3757 96.8877 30.4161 96.9962 30.4161H100.906C101.016 30.4161 101.111 30.3742 101.167 30.3098L101.116 30.7403Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M97.4366 28.0002H100.428C100.567 28.0002 100.699 28.0908 100.725 28.203L101.136 30.0378C101.161 30.1498 101.037 30.2406 100.858 30.2406H97.0068C96.8282 30.2406 96.7037 30.15 96.7288 30.0378L97.1399 28.203C97.165 28.091 97.2976 28.0002 97.4366 28.0002Z' fill='white'/%3e%3cellipse cx='100.398' cy='30.7146' rx='0.162906' ry='0.108604' fill='%232869AE'/%3e%3cpath d='M97.6289 30.7202V30.9702V31.0952H98.1289V30.9702V30.7202V30.5952H97.6289V30.7202Z' fill='%232869AE'/%3e%3cpath d='M97.3027 30.7202V30.9702V31.0952H97.8027V30.9702V30.7202V30.5952H97.3027V30.7202Z' fill='%232869AE'/%3e%3cpath d='M97.9551 30.7202V30.9702V31.0952H98.4551V30.9702V30.7202V30.5952H97.9551V30.7202Z' fill='%232869AE'/%3e%3cpath d='M98.2812 30.7202V30.9702V31.0952H98.7812V30.9702V30.7202V30.5952H98.2812V30.7202Z' fill='%232869AE'/%3e%3cmask id='mask1_15778_26381' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='98' y='28' width='2' height='2'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M99.4106 29.2522V29.5527H98.4434V28.9517H99.4106V29.2522Z' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23mask1_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M99.3794 29.0311C99.3096 28.963 99.2008 28.9535 99.1623 28.9524C99.0697 28.9462 98.9815 28.9888 98.9347 28.9888C98.8877 28.9888 98.8152 28.9534 98.7386 28.9544C98.6375 28.9553 98.5447 28.9936 98.4927 29.0536C98.3879 29.1749 98.4658 29.3545 98.5681 29.4528C98.6179 29.501 98.6774 29.555 98.7554 29.5531C98.8308 29.5511 98.8593 29.5206 98.9503 29.5206C99.0411 29.5206 99.0668 29.5531 99.1465 29.5522C99.2274 29.5511 99.2788 29.503 99.3282 29.4549C99.3854 29.399 99.4092 29.345 99.4106 29.3421C99.4088 29.3417 99.2527 29.3017 99.2511 29.1817C99.2498 29.0815 99.374 29.0333 99.3794 29.0311Z' fill='%232869AE'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M99.1735 28.7499C99.1115 28.7516 99.0363 28.779 98.9919 28.8155C98.9519 28.848 98.9169 28.9 98.9264 28.9496C98.9954 28.9533 99.0663 28.9248 99.1093 28.8882C99.1524 28.8516 99.1815 28.8006 99.1735 28.7499Z' fill='%232869AE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.6436 20.3431C73.6436 20.1576 73.7555 20.0073 73.8941 20.0073H77.4234C77.5546 20.0142 77.7542 20.0841 77.9389 20.2378C78.0538 20.3335 78.2317 20.5739 78.4141 20.8204C78.6393 21.1248 78.8713 21.4384 79.0002 21.5001C79.0003 21.5002 79.0005 21.5003 79.0007 21.5004H79.9986L80.0002 21.5001C80.0002 21.5001 79.9999 21.5002 79.9994 21.5004H88.0758V32.8878H73.6436V22.5001V21.5004V20.3431Z' fill='%231E5793'/%3e%3crect x='73.6504' y='22.3599' width='14.42' height='0.168' fill='black' fill-opacity='0.03'/%3e%3crect x='73.6504' y='22.5278' width='14.42' height='0.168' fill='black' fill-opacity='0.06'/%3e%3crect x='73.6504' y='22.6958' width='14.42' height='0.168' fill='black' fill-opacity='0.1'/%3e%3crect x='73.6504' y='22.8638' width='14.42' height='0.168' fill='black' fill-opacity='0.13'/%3e%3crect x='73.6504' y='23.0317' width='14.42' height='0.168' fill='black' fill-opacity='0.16'/%3e%3crect x='74.5254' y='22.2488' width='12.7453' height='9.86132' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M73.6308 23.2H88.0878C88.3698 23.2 88.5905 23.4221 88.5806 23.6991L88.265 32.5621C88.2552 32.8378 88.0283 33.0613 87.7598 33.0613H73.9588C73.6896 33.0613 73.4635 32.8391 73.4536 32.5621L73.138 23.6991C73.1282 23.4234 73.3495 23.2 73.6308 23.2Z' fill='%232869AE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.1159 29.8601C83.1009 30.0509 82.9465 30.2057 82.778 30.2057H79.1266C78.955 30.2057 78.8037 30.0511 78.7887 29.8601L78.7383 29.2196C78.7941 29.3132 78.8877 29.3738 78.9962 29.3738H82.9056C83.0163 29.3738 83.1112 29.3109 83.1666 29.2144L83.1159 29.8601Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M79.4366 25.7502H82.4279C82.5667 25.7502 82.6995 25.8861 82.7246 26.0544L83.1357 28.8066C83.1608 28.9746 83.0366 29.1107 82.8577 29.1107H79.0068C78.8282 29.1107 78.7037 28.9748 78.7288 28.8066L79.1399 26.0544C79.165 25.8864 79.2976 25.7502 79.4366 25.7502Z' fill='white'/%3e%3ccircle cx='82.3983' cy='29.8221' r='0.162906' fill='%232869AE'/%3e%3cpath d='M79.6289 29.7678V30.0178V30.1428H80.1289V30.0178V29.7678V29.6428H79.6289V29.7678Z' fill='%232869AE'/%3e%3cpath d='M79.3027 29.7676V30.0176V30.1426H79.8027V30.0176V29.7676V29.6426H79.3027V29.7676Z' fill='%232869AE'/%3e%3cpath d='M79.9551 29.7676V30.0176V30.1426H80.4551V30.0176V29.7676V29.6426H79.9551V29.7676Z' fill='%232869AE'/%3e%3cpath d='M80.2803 29.7676V30.0176V30.1426H80.7803V30.0176V29.7676V29.6426H80.2803V29.7676Z' fill='%232869AE'/%3e%3cmask id='mask2_15778_26381' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='80' y='27' width='2' height='2'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M81.4116 27.6283V28.0791H80.4443V27.1775H81.4116V27.6283Z' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23mask2_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M81.2525 27.5224C81.2512 27.3721 81.3754 27.2999 81.3808 27.2965C81.3111 27.1943 81.2022 27.1801 81.1637 27.1784C81.0711 27.1691 80.9829 27.233 80.9361 27.233C80.8891 27.233 80.8167 27.18 80.74 27.1815C80.6389 27.1829 80.5461 27.2402 80.4941 27.3303C80.3893 27.5122 80.4672 27.7816 80.5695 27.9291C80.6194 28.0013 80.6788 28.0823 80.7568 28.0794C80.8323 28.0765 80.8607 28.0308 80.9517 28.0308C81.0426 28.0308 81.0683 28.0794 81.1479 28.0782C81.2288 28.0765 81.2802 28.0043 81.3296 27.9321C81.3868 27.8483 81.4106 27.7673 81.412 27.763C81.4102 27.7624 81.2541 27.7024 81.2525 27.5224Z' fill='%232869AE'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M81.2927 27.2367C81.3791 27.1453 81.4372 27.0179 81.4212 26.8911C81.2972 26.8953 81.1468 26.9639 81.0581 27.055C80.9781 27.1364 80.9079 27.2663 80.927 27.3903C81.0651 27.3995 81.2069 27.3284 81.2927 27.2367Z' fill='%232869AE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.6436 20.3431C55.6436 20.1576 55.7555 20.0073 55.8941 20.0073H59.4234C59.5546 20.0142 59.7542 20.0841 59.9389 20.2378C60.0538 20.3335 60.2317 20.5739 60.4141 20.8204C60.6393 21.1248 60.8713 21.4384 61.0002 21.5001C61.0003 21.5002 61.0005 21.5003 61.0007 21.5004H61.9986L62.0002 21.5001C62.0002 21.5001 61.9999 21.5002 61.9994 21.5004H70.0758V32.8878H55.6436V22.5001V21.5004V20.3431Z' fill='%231E5793'/%3e%3crect x='55.6504' y='24.0801' width='14.42' height='0.161538' fill='black' fill-opacity='0.03'/%3e%3crect x='55.6504' y='24.2417' width='14.42' height='0.161538' fill='black' fill-opacity='0.06'/%3e%3crect x='55.6504' y='24.4031' width='14.42' height='0.161538' fill='black' fill-opacity='0.1'/%3e%3crect x='55.6504' y='24.5647' width='14.42' height='0.161538' fill='black' fill-opacity='0.13'/%3e%3crect x='55.6504' y='24.7263' width='14.42' height='0.161538' fill='black' fill-opacity='0.16'/%3e%3crect x='55.6504' y='24.8877' width='14.42' height='0.161538' fill='black' fill-opacity='0.19'/%3e%3crect x='55.6504' y='25.0493' width='14.42' height='0.161538' fill='black' fill-opacity='0.22'/%3e%3crect x='55.6504' y='25.2109' width='14.42' height='0.161538' fill='black' fill-opacity='0.25'/%3e%3crect x='55.6504' y='25.3726' width='14.42' height='0.161538' fill='black' fill-opacity='0.28'/%3e%3crect x='55.6504' y='25.5339' width='14.42' height='0.161538' fill='black' fill-opacity='0.31'/%3e%3crect x='55.6504' y='25.6956' width='14.42' height='0.161538' fill='black' fill-opacity='0.34'/%3e%3crect x='55.6504' y='25.8569' width='14.42' height='0.161538' fill='black' fill-opacity='0.37'/%3e%3crect x='55.6504' y='26.0186' width='14.42' height='0.161538' fill='black' fill-opacity='0.4'/%3e%3crect x='56.5254' y='22.2488' width='12.7453' height='9.86132' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.3766 26.1001C70.6596 26.1001 70.8745 26.2578 70.8564 26.4544L70.2758 32.7458C70.2577 32.9415 70.0234 33.1001 69.7539 33.1001H55.9025C55.6324 33.1001 55.412 32.9424 55.4104 32.7458L55.3574 26.4544C55.3558 26.2587 55.5846 26.1001 55.8669 26.1001H70.3766Z' fill='%232869AE'/%3e%3cellipse cx='64.1592' cy='30.2395' rx='0.486334' ry='0.30515' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M64.6455 29.019H63.6729L64.1592 28.4087L64.6455 29.019Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.2412 29.9343H62.2139V30.5446H61.2412V29.9343Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.376 28.6629C62.376 28.8595 62.122 29.0189 61.8086 29.0189C61.4952 29.0189 61.2412 28.8595 61.2412 28.6629C61.2412 28.4663 61.4952 28.3069 61.8086 28.3069C62.122 28.3069 62.376 28.4663 62.376 28.6629ZM61.3818 28.6629C61.3818 28.8109 61.5731 28.9309 61.809 28.9309C62.0449 28.9309 62.2362 28.8109 62.2362 28.6629C62.2362 28.5148 62.0449 28.3948 61.809 28.3948C61.5731 28.3948 61.3818 28.5148 61.3818 28.6629Z' fill='white'/%3e%3crect opacity='0.17' x='60.193' y='27.7115' width='5.38757' height='3.45493' stroke='white' stroke-width='0.2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.6436 20.3431C37.6436 20.1576 37.7555 20.0073 37.8941 20.0073H41.4234C41.5546 20.0142 41.7542 20.0841 41.9389 20.2378C42.0538 20.3335 42.2317 20.5739 42.4141 20.8204C42.6393 21.1248 42.8713 21.4384 43.0002 21.5001C43.0003 21.5002 43.0005 21.5003 43.0007 21.5004H43.9986L44.0002 21.5001C44.0002 21.5001 43.9999 21.5002 43.9994 21.5004H52.0758V32.8878H37.6436V22.5001V21.5004V20.3431Z' fill='%231E5793'/%3e%3crect x='37.6504' y='22.3599' width='14.42' height='0.168' fill='black' fill-opacity='0.03'/%3e%3crect x='37.6504' y='22.5278' width='14.42' height='0.168' fill='black' fill-opacity='0.06'/%3e%3crect x='37.6504' y='22.6958' width='14.42' height='0.168' fill='black' fill-opacity='0.1'/%3e%3crect x='37.6504' y='22.8638' width='14.42' height='0.168' fill='black' fill-opacity='0.13'/%3e%3crect x='37.6504' y='23.0317' width='14.42' height='0.168' fill='black' fill-opacity='0.16'/%3e%3crect x='38.5254' y='22.2488' width='12.7453' height='9.86132' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.6308 23.2H52.0878C52.3698 23.2 52.5905 23.4221 52.5806 23.6991L52.265 32.5621C52.2552 32.8378 52.0283 33.0613 51.7598 33.0613H37.9588C37.6896 33.0613 37.4635 32.8391 37.4536 32.5621L37.138 23.6991C37.1282 23.4234 37.3495 23.2 37.6308 23.2Z' fill='%232869AE'/%3e%3ccircle cx='46.1592' cy='29.3667' r='0.486334' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.6455 27.4214H45.6729L46.1592 26.4487L46.6455 27.4214Z' fill='white'/%3e%3crect x='43.2412' y='28.8804' width='0.972669' height='0.972669' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.376 26.854C44.376 27.1674 44.122 27.4214 43.8086 27.4214C43.4952 27.4214 43.2412 27.1674 43.2412 26.854C43.2412 26.5407 43.4952 26.2866 43.8086 26.2866C44.122 26.2866 44.376 26.5407 44.376 26.854ZM43.3818 26.854C43.3818 27.0899 43.5731 27.2812 43.809 27.2812C44.0449 27.2812 44.2362 27.0899 44.2362 26.854C44.2362 26.6181 44.0449 26.4268 43.809 26.4268C43.5731 26.4268 43.3818 26.6181 43.3818 26.854Z' fill='white'/%3e%3crect opacity='0.16931' x='42.193' y='25.3971' width='5.38757' height='5.38757' stroke='white' stroke-width='0.2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6436 20.3431C19.6436 20.1576 19.7555 20.0073 19.8941 20.0073H23.4234C23.5546 20.0142 23.7542 20.0841 23.9389 20.2378C24.0538 20.3335 24.2317 20.5739 24.4141 20.8204C24.6393 21.1248 24.8713 21.4384 25.0002 21.5001C25.0003 21.5002 25.0005 21.5003 25.0007 21.5004H25.9986L26.0002 21.5001C26.0002 21.5001 25.9999 21.5002 25.9994 21.5004H34.0758V32.8878H19.6436V22.5001V21.5004V20.3431Z' fill='%231E5793'/%3e%3crect x='19.6504' y='24.0801' width='14.42' height='0.161538' fill='black' fill-opacity='0.03'/%3e%3crect x='19.6504' y='24.2417' width='14.42' height='0.161538' fill='black' fill-opacity='0.06'/%3e%3crect x='19.6504' y='24.4031' width='14.42' height='0.161538' fill='black' fill-opacity='0.1'/%3e%3crect x='19.6504' y='24.5647' width='14.42' height='0.161538' fill='black' fill-opacity='0.13'/%3e%3crect x='19.6504' y='24.7263' width='14.42' height='0.161538' fill='black' fill-opacity='0.16'/%3e%3crect x='19.6504' y='24.8877' width='14.42' height='0.161538' fill='black' fill-opacity='0.19'/%3e%3crect x='19.6504' y='25.0493' width='14.42' height='0.161538' fill='black' fill-opacity='0.22'/%3e%3crect x='19.6504' y='25.2109' width='14.42' height='0.161538' fill='black' fill-opacity='0.25'/%3e%3crect x='19.6504' y='25.3726' width='14.42' height='0.161538' fill='black' fill-opacity='0.28'/%3e%3crect x='19.6504' y='25.5339' width='14.42' height='0.161538' fill='black' fill-opacity='0.31'/%3e%3crect x='19.6504' y='25.6956' width='14.42' height='0.161538' fill='black' fill-opacity='0.34'/%3e%3crect x='19.6504' y='25.8569' width='14.42' height='0.161538' fill='black' fill-opacity='0.37'/%3e%3crect x='19.6504' y='26.0186' width='14.42' height='0.161538' fill='black' fill-opacity='0.4'/%3e%3crect x='20.5254' y='22.2488' width='12.7453' height='9.86132' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.3766 26.1001C34.6596 26.1001 34.8745 26.2578 34.8564 26.4544L34.2758 32.7458C34.2577 32.9415 34.0234 33.1001 33.7539 33.1001H19.9025C19.6324 33.1001 19.412 32.9424 19.4104 32.7458L19.3574 26.4544C19.3558 26.2587 19.5846 26.1001 19.8669 26.1001H34.3766Z' fill='%232869AE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.1159 30.7403C29.1009 30.8675 28.9465 30.9707 28.778 30.9707H25.1266C24.955 30.9707 24.8037 30.8677 24.7887 30.7403L24.7383 30.3133C24.7941 30.3757 24.8877 30.4161 24.9962 30.4161H28.9056C29.0163 30.4161 29.1112 30.3742 29.1666 30.3098L29.1159 30.7403Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.4366 28.0002H28.4279C28.5667 28.0002 28.6995 28.0908 28.7246 28.203L29.1357 30.0378C29.1608 30.1498 29.0366 30.2406 28.8577 30.2406H25.0068C24.8282 30.2406 24.7037 30.15 24.7288 30.0378L25.1399 28.203C25.165 28.091 25.2976 28.0002 25.4366 28.0002Z' fill='white'/%3e%3cellipse cx='28.3983' cy='30.7146' rx='0.162906' ry='0.108604' fill='%232869AE'/%3e%3cpath d='M25.6289 30.7202V30.9702V31.0952H26.1289V30.9702V30.7202V30.5952H25.6289V30.7202Z' fill='%232869AE'/%3e%3cpath d='M25.3027 30.7202V30.9702V31.0952H25.8027V30.9702V30.7202V30.5952H25.3027V30.7202Z' fill='%232869AE'/%3e%3cpath d='M25.9551 30.7202V30.9702V31.0952H26.4551V30.9702V30.7202V30.5952H25.9551V30.7202Z' fill='%232869AE'/%3e%3cpath d='M26.2803 30.7202V30.9702V31.0952H26.7803V30.9702V30.7202V30.5952H26.2803V30.7202Z' fill='%232869AE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.4652 29.2188L26.4648 29.0103L26.8052 28.9754V29.2188H26.4652ZM26.8623 28.9692L27.316 28.9194V29.2188H26.8623V28.9692ZM27.3161 29.2615L27.316 29.5609L26.8623 29.5128V29.2615H27.3161ZM26.8049 29.5073L26.4649 29.4722L26.4648 29.2615H26.8049V29.5073Z' fill='%232869AE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.64355 20.3431C1.64355 20.1576 1.75554 20.0073 1.89405 20.0073H5.42342C5.55457 20.0142 5.75416 20.0841 5.93885 20.2378C6.05384 20.3335 6.23172 20.5739 6.41407 20.8204C6.63926 21.1248 6.87129 21.4384 7.00017 21.5001C7.00034 21.5002 7.00051 21.5003 7.00068 21.5004H7.99862L8.00017 21.5001C8.00017 21.5001 7.99991 21.5002 7.9994 21.5004H16.0758V32.8878H1.64355V22.5001V21.5004V20.3431Z' fill='%231E5793'/%3e%3crect x='1.65039' y='22.3599' width='14.42' height='0.168' fill='black' fill-opacity='0.03'/%3e%3crect x='1.65039' y='22.5278' width='14.42' height='0.168' fill='black' fill-opacity='0.06'/%3e%3crect x='1.65039' y='22.6958' width='14.42' height='0.168' fill='black' fill-opacity='0.1'/%3e%3crect x='1.65039' y='22.8638' width='14.42' height='0.168' fill='black' fill-opacity='0.13'/%3e%3crect x='1.65039' y='23.0317' width='14.42' height='0.168' fill='black' fill-opacity='0.16'/%3e%3crect x='2.52539' y='22.2488' width='12.7453' height='9.86132' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.63081 23.2H16.0878C16.3698 23.2 16.5905 23.4221 16.5806 23.6991L16.265 32.5621C16.2552 32.8378 16.0283 33.0613 15.7598 33.0613H1.95881C1.68962 33.0613 1.46349 32.8391 1.45363 32.5621L1.13801 23.6991C1.12819 23.4234 1.34953 23.2 1.63081 23.2Z' fill='%232869AE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1159 29.8601C11.1009 30.0509 10.9465 30.2057 10.778 30.2057H7.1266C6.95498 30.2057 6.8037 30.0511 6.78867 29.8601L6.73828 29.2196C6.79414 29.3132 6.88767 29.3738 6.99622 29.3738H10.9056C11.0163 29.3738 11.1112 29.3109 11.1666 29.2144L11.1159 29.8601Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.4366 25.7502H10.4279C10.5667 25.7502 10.6995 25.8861 10.7246 26.0544L11.1357 28.8066C11.1608 28.9746 11.0366 29.1107 10.8577 29.1107H7.00685C6.8282 29.1107 6.70368 28.9748 6.72881 28.8066L7.1399 26.0544C7.16499 25.8864 7.29762 25.7502 7.4366 25.7502Z' fill='white'/%3e%3ccircle cx='10.3983' cy='29.8218' r='0.162906' fill='%232869AE'/%3e%3cpath d='M7.62891 29.7678V30.0178V30.1428H8.12891V30.0178V29.7678V29.6428H7.62891V29.7678Z' fill='%232869AE'/%3e%3cpath d='M7.30273 29.7678V30.0178V30.1428H7.80273V30.0178V29.7678V29.6428H7.30273V29.7678Z' fill='%232869AE'/%3e%3cpath d='M7.95508 29.7678V30.0178V30.1428H8.45508V30.0178V29.7678V29.6428H7.95508V29.7678Z' fill='%232869AE'/%3e%3cpath d='M8.28027 29.7678V30.0178V30.1428H8.78027V30.0178V29.7678V29.6428H8.28027V29.7678Z' fill='%232869AE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.40467 27.5711L8.4043 27.2369L8.81554 27.181V27.5711H8.40467ZM8.88379 27.1711L9.43197 27.0913V27.5711H8.88379V27.1711ZM9.4321 27.6396L9.43197 28.1194L8.88379 28.0423V27.6396H9.4321ZM8.81522 28.0336L8.40432 27.9773L8.4043 27.6396H8.81522V28.0336Z' fill='%232869AE'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M599.565 11.4973H599.559C599.541 11.4989 599.523 11.4998 599.506 11.5H599.494C599.475 11.5 599.455 11.4991 599.435 11.4973L599.388 11.4903C599.335 11.4806 599.283 11.4647 599.233 11.4431L599.215 11.4345C599.19 11.4232 599.166 11.4098 599.143 11.3944L595.286 8.89421C595.108 8.77883 595 8.58357 595 8.37425V4.20802C595 4.14194 595.01 4.07965 595.028 4.0217L595.037 3.99733C595.048 3.96666 595.061 3.93708 595.078 3.90904C595.093 3.88101 595.11 3.85437 595.13 3.82942L595.147 3.80884C595.199 3.74964 595.261 3.69977 595.33 3.66151L599.188 1.5784C599.382 1.47387 599.618 1.47387 599.812 1.5784L603.67 3.66151L603.674 3.66422C603.742 3.70162 603.803 3.7506 603.853 3.80884L603.87 3.82942L603.889 3.85434L603.906 3.88142C603.924 3.90734 603.938 3.93493 603.95 3.96374L603.963 3.99733L603.971 4.0217C603.99 4.07965 604 4.14194 604 4.20802V6.6234L602.714 7.31793V5.27075L602.715 5.27016L602.714 5.26962V5.27075L600.143 6.6589V9.70666L601.001 9.15027C601 9.16947 601 9.18873 601 9.20805V10.6532L599.857 11.3944C599.833 11.4093 599.809 11.4229 599.785 11.435L599.767 11.4431C599.717 11.4659 599.667 11.481 599.615 11.4903H599.612L599.565 11.4973ZM596.286 8.04006V5.27016L598.857 6.6589V9.70666L596.286 8.04006ZM599.5 2.83986L596.966 4.20802L599.5 5.57618L602.033 4.20802L599.5 2.83986Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M606.559 16.4973H606.565L606.612 16.4903H606.615C606.667 16.481 606.717 16.4659 606.767 16.4431L606.785 16.435C606.809 16.4229 606.833 16.4093 606.857 16.3944L610.714 13.8942C610.893 13.7783 611 13.5833 611 13.3742V9.20802C611 9.14194 610.99 9.07965 610.971 9.0217L610.963 8.99733L610.95 8.96374C610.938 8.93493 610.924 8.90734 610.906 8.88142L610.889 8.85434L610.87 8.82942L610.853 8.80884C610.803 8.7506 610.742 8.70162 610.674 8.66422L610.67 8.66151L606.812 6.5784C606.618 6.47387 606.382 6.47387 606.188 6.5784L602.33 8.66151C602.261 8.69977 602.199 8.74964 602.147 8.80884L602.13 8.82942C602.11 8.85437 602.093 8.88101 602.078 8.90904C602.061 8.93708 602.048 8.96666 602.037 8.99733L602.028 9.0217C602.01 9.07965 602 9.14194 602 9.20802V13.3742C602 13.5836 602.108 13.7788 602.286 13.8942L606.143 16.3944C606.166 16.4098 606.19 16.4232 606.215 16.4345L606.233 16.4431C606.283 16.4647 606.335 16.4806 606.388 16.4903L606.435 16.4973C606.455 16.4991 606.475 16.5 606.494 16.5H606.506C606.523 16.4998 606.541 16.4989 606.559 16.4973ZM609.714 10.2708L609.715 10.2702L609.714 10.2696V10.2708ZM609.714 10.2708L607.143 11.6589V14.7067L609.714 13.0401V10.2708ZM603.286 10.2702V13.0401L605.857 14.7067V11.6589L603.286 10.2702ZM603.966 9.20802L606.5 7.83986L609.033 9.20802L606.5 10.5762L603.966 9.20802Z' fill='%230091FF'/%3e%3cpath d='M584.733 2L588.467 7.6H581L584.733 2Z' fill='%2335383A'/%3e%3cpath opacity='0.203728' d='M584.733 15.9999L581 10.3999H588.467L584.733 15.9999Z' fill='%2335383A'/%3e%3cpath d='M566.733 2L570.467 7.6H563L566.733 2Z' fill='%2335383A' fill-opacity='0.2'/%3e%3cpath d='M566.733 15.9999L563 10.3999H570.467L566.733 15.9999Z' fill='%2335383A'/%3e%3cpath d='M548.733 2L552.467 7.6H545L548.733 2Z' fill='%2335383A' fill-opacity='0.2'/%3e%3cpath d='M548.733 15.9999L545 10.3999H552.467L548.733 15.9999Z' fill='%2335383A' fill-opacity='0.2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M529.432 2C527.521 2 525.972 3.54212 525.972 5.44444C525.972 7.34661 527.521 8.88871 529.432 8.88871C531.343 8.88871 532.892 7.34662 532.892 5.44444C532.892 3.54211 531.343 2 529.432 2ZM535.5 14.4368C535.5 11.9199 533.379 9.873 530.755 9.873H528.245C525.621 9.873 523.5 11.9198 523.5 14.4368V16H535.5V14.4368Z' fill='%234774C6'/%3e%3cpath d='M535.5 7.5H531.5V10.5H535.5V7.5Z' fill='%230E6FF9' stroke='white'/%3e%3cpath d='M533.5 10.5H529.5V13.5H533.5V10.5Z' fill='%230E6FF9' stroke='white'/%3e%3cpath d='M537.5 10.5H533.5V13.5H537.5V10.5Z' fill='%230E6FF9' stroke='white'/%3e%3cpath d='M531.5 13.5H527.5V16.5H531.5V13.5Z' fill='%230E6FF9' stroke='white'/%3e%3cpath d='M535.5 13.5H531.5V16.5H535.5V13.5Z' fill='%230E6FF9' stroke='white'/%3e%3cpath d='M539.5 13.5H535.5V16.5H539.5V13.5Z' fill='%230E6FF9' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M512.993 2.4393C512.993 2.67082 513.173 2.86016 513.404 2.87549C516.677 3.09226 519.247 5.87639 519.12 9.23187C518.999 12.4096 516.409 14.9989 513.232 15.1197C509.876 15.2471 507.092 12.6767 506.875 9.40442C506.86 9.17348 506.671 8.99305 506.439 8.99305C506.188 8.99305 505.985 9.20428 506.001 9.45508C506.245 13.1987 509.428 16.1405 513.266 15.9948C516.898 15.857 519.857 12.8977 519.995 9.26589C520.141 5.42838 517.199 2.24471 513.455 2.00092C513.204 1.98457 512.993 2.18792 512.993 2.4393Z' fill='%230E6FF9'/%3e%3ccircle cx='477' cy='9' r='5.5' fill='white' stroke='%230E6FF9'/%3e%3ccircle cx='459' cy='9' r='5.5' fill='white' stroke='%23757575'/%3e%3crect x='435.5' y='3.5' width='10' height='11' rx='0.5' fill='white' stroke='%2335383A'/%3e%3ccircle cx='444.5' cy='12.5' r='2.5' fill='white' stroke='%2335383A'/%3e%3crect x='446.5' y='13.3999' width='3.5' height='1' rx='0.5' transform='rotate(45 446.5 13.3999)' fill='%2335383A'/%3e%3crect x='437' y='6' width='7' height='1' fill='%2335383A'/%3e%3crect x='437' y='8' width='7' height='1' fill='%2335383A'/%3e%3crect x='437' y='10' width='3' height='1' fill='%2335383A'/%3e%3ccircle cx='423' cy='9' r='4' stroke='%230E6FF9' stroke-width='4'/%3e%3crect x='398.5' y='2.5' width='13' height='13' rx='6.5' stroke='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M402.525 7.23227C402.33 7.03701 402.33 6.72043 402.525 6.52517C402.72 6.3299 403.037 6.3299 403.232 6.52517L405 8.29293L406.768 6.52517C406.963 6.3299 407.28 6.3299 407.475 6.52517C407.67 6.72043 407.67 7.03701 407.475 7.23227L405.707 9.00004L407.475 10.7678C407.67 10.9631 407.67 11.2797 407.475 11.4749C407.28 11.6702 406.963 11.6702 406.768 11.4749L405 9.70715L403.232 11.4749C403.037 11.6702 402.72 11.6702 402.525 11.4749C402.33 11.2797 402.33 10.9631 402.525 10.7678L404.293 9.00004L402.525 7.23227Z' fill='%230E6FF9'/%3e%3crect x='381.5' y='3.5' width='11' height='11' rx='1.5' fill='white' stroke='%230E6FF9'/%3e%3crect x='363.5' y='3.5' width='11' height='11' rx='1.5' fill='white' stroke='%23757575'/%3e%3crect x='344.5' y='2.5' width='13' height='13' rx='6.5' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M348.525 7.23227C348.33 7.03701 348.33 6.72043 348.525 6.52517C348.72 6.3299 349.037 6.3299 349.232 6.52517L351 8.29293L352.768 6.52517C352.963 6.3299 353.28 6.3299 353.475 6.52517C353.67 6.72043 353.67 7.03701 353.475 7.23227L351.707 9.00004L353.475 10.7678C353.67 10.9631 353.67 11.2797 353.475 11.4749C353.28 11.6702 352.963 11.6702 352.768 11.4749L351 9.70715L349.232 11.4749C349.037 11.6702 348.72 11.6702 348.525 11.4749C348.33 11.2797 348.33 10.9631 348.525 10.7678L350.293 9.00004L348.525 7.23227Z' fill='%2335383A'/%3e%3crect x='327' y='3' width='12' height='12' rx='2' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M331.973 12.4434L329.225 9.62017C328.918 9.30337 328.924 8.79698 329.241 8.48898C329.558 8.18018 330.064 8.18818 330.372 8.50418L331.94 10.1154L335.61 6.12098C335.91 5.79458 336.415 5.77538 336.74 6.07298C337.065 6.37218 337.087 6.87778 336.788 7.20338L331.973 12.4434Z' fill='white'/%3e%3crect x='309' y='3' width='12' height='12' rx='2' fill='%230E6FF9'/%3e%3crect x='311' y='8' width='8' height='2' rx='1' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M297 16C300.866 16 304 12.866 304 9C304 5.13401 300.866 2 297 2C293.134 2 290 5.13401 290 9C290 12.866 293.134 16 297 16ZM295.322 6.76562C295.239 6.76562 295.172 6.83278 295.172 6.91563V8.26406C295.172 8.34691 295.239 8.41406 295.322 8.41406H296.328V11.4594C296.328 11.5422 296.395 11.6094 296.478 11.6094H297.819C297.902 11.6094 297.969 11.5422 297.969 11.4594V6.91563C297.969 6.83278 297.902 6.76562 297.819 6.76562H295.322Z' fill='%231C1F2A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M266 9.07144C266 11.8329 263.761 14.0714 261 14.0714C258.239 14.0714 256 11.8329 256 9.07144C256 7.69073 256.56 6.44073 257.464 5.53591L258.222 6.29353C257.511 7.00446 257.071 7.9866 257.071 9.07144C257.071 11.2411 258.83 13 261 13C263.17 13 264.929 11.2411 264.929 9.07144C264.929 7.53365 264.045 6.20221 262.758 5.55713L263.236 4.59814C264.875 5.41896 266 7.11382 266 9.07144Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M256.143 4.65723L258.984 4.35857L259.283 7.20007L256.143 4.65723Z' fill='%2335383A'/%3e%3cpath d='M261.571 3H260.5V8.71429H261.571V3Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M243 2C244.6 2 245.897 3.29683 245.897 4.89655C245.897 6.49627 244.6 7.7931 243 7.7931C241.4 7.7931 240.103 6.49627 240.103 4.89655C240.103 3.29683 241.4 2 243 2ZM238.897 9.24138C240.496 9.24138 241.793 10.5382 241.793 12.1379C241.793 13.7377 240.496 15.0345 238.897 15.0345C237.297 15.0345 236 13.7377 236 12.1379C236 10.5382 237.297 9.24138 238.897 9.24138ZM250 12.1379C250 10.5382 248.703 9.24138 247.103 9.24138C245.504 9.24138 244.207 10.5382 244.207 12.1379C244.207 13.7377 245.504 15.0345 247.103 15.0345C248.703 15.0345 250 13.7377 250 12.1379Z' fill='%2335383A'/%3e%3cpath d='M217 17H233V1H217V17Z' fill='%23B8232F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M223.207 6.85596C222.887 6.85596 222.599 7.14396 222.599 7.49596C222.599 7.87996 222.855 8.16796 223.175 8.16796C223.527 8.16796 223.783 7.84796 223.783 7.49596C223.783 7.14396 223.527 6.85596 223.207 6.85596ZM229.319 11.6238H229.831C230.407 11.6238 230.695 11.7198 230.951 12.0078C231.175 12.2318 231.271 12.5198 231.271 12.8718C231.271 13.1918 231.175 13.4798 230.983 13.7038C230.663 14.0878 230.087 14.2158 229.511 14.2158C228.967 14.2158 228.423 14.1198 228.103 13.7678C227.879 13.5758 227.783 13.3518 227.783 13.0638C227.783 12.8398 227.847 12.7118 227.879 12.6478H228.807C228.775 12.7438 228.775 12.8078 228.775 12.9038C228.775 13.2558 229.031 13.4158 229.479 13.4158C229.735 13.4158 229.927 13.3838 230.087 13.2878C230.215 13.1918 230.311 13.0318 230.311 12.8718C230.311 12.5198 230.023 12.3918 229.639 12.3918H229.223C228.775 12.3918 228.487 12.3278 228.327 12.2638C228.135 12.1678 228.039 12.0078 228.039 11.7198C228.039 11.4638 228.103 11.2078 228.711 11.0478C228.167 10.8878 227.911 10.5358 227.911 9.92785C227.911 9.09585 228.519 8.55185 229.479 8.55185C229.703 8.55185 229.895 8.58385 230.151 8.64785C230.343 8.71185 230.471 8.74385 230.599 8.74385C230.855 8.74385 231.143 8.61585 231.367 8.39185L231.783 9.06385C231.591 9.25585 231.367 9.35185 231.111 9.35185C231.058 9.35185 231.006 9.34215 230.958 9.33343C230.919 9.32631 230.884 9.31985 230.855 9.31985C231.015 9.51185 231.079 9.73585 231.079 9.99185C231.079 10.6958 230.503 11.2078 229.703 11.2078H229.543C229.287 11.3358 229.159 11.4318 229.159 11.5278C229.159 11.5918 229.223 11.6238 229.319 11.6238ZM225.447 9.79996C225.671 9.57596 225.927 9.44796 226.119 9.44796C226.375 9.44796 226.439 9.57596 226.439 10.024V12.648H227.399V9.70396C227.399 9.44796 227.399 9.28796 227.335 9.12796C227.207 8.77596 226.855 8.55196 226.439 8.55196C226.215 8.55196 225.959 8.61596 225.767 8.71196C225.687 8.75996 225.623 8.80795 225.559 8.85595L225.559 8.85596C225.495 8.90396 225.431 8.95196 225.351 8.99996C225.351 8.83996 225.319 8.64796 225.223 8.48796L224.359 8.74396C224.455 9.03196 224.487 9.35196 224.487 9.70396V12.648H225.447V9.79996ZM225.607 13.992V15.048C225.607 15.24 225.639 15.304 225.799 15.304C225.829 15.304 225.838 15.304 225.846 15.3007C225.849 15.2993 225.852 15.2973 225.856 15.2945C225.863 15.2897 225.874 15.2826 225.895 15.272L225.927 15.4C225.914 15.4066 225.902 15.4133 225.891 15.4197C225.847 15.4439 225.811 15.464 225.735 15.464C225.703 15.464 225.671 15.456 225.639 15.448C225.607 15.44 225.575 15.432 225.543 15.432C225.447 15.368 225.415 15.272 225.415 15.112V13.992H225.191V13.8H225.383V13.192H225.607V13.8H225.959L225.895 13.992H225.607ZM224.68 13.8001L224.904 13.7681V15.4001H224.68V13.8001ZM228.871 9.92807C228.871 9.54407 229.095 9.32007 229.447 9.32007C229.831 9.32007 230.023 9.54407 230.023 9.92807C230.023 10.3121 229.799 10.5041 229.415 10.5041C229.127 10.5041 228.871 10.3441 228.871 9.92807ZM227.496 15.3679C227.4 15.3679 227.336 15.3039 227.336 15.1759C227.336 15.0799 227.4 14.9839 227.496 14.9839C227.592 14.9839 227.656 15.0479 227.656 15.1759C227.656 15.2719 227.56 15.3679 227.496 15.3679ZM227.271 15.144C227.271 15.016 227.367 14.92 227.495 14.92C227.591 14.92 227.687 15.048 227.719 15.144C227.719 15.272 227.623 15.368 227.495 15.368C227.367 15.368 227.271 15.272 227.271 15.144ZM227.431 15.144V15.08H227.463C227.495 15.08 227.527 15.08 227.527 15.112C227.527 15.144 227.495 15.144 227.463 15.144H227.431ZM227.496 15.0479C227.56 15.0479 227.592 15.0479 227.592 15.1119C227.592 15.1759 227.56 15.1759 227.496 15.1759L227.56 15.3039H227.528L227.464 15.1759H227.432V15.3039H227.4V15.0479H227.496ZM227.399 13.7998L226.887 15.4638C226.791 15.7838 226.663 16.0078 226.407 16.0718L226.343 15.9118C226.471 15.8478 226.567 15.7838 226.631 15.6238C226.599 15.4638 226.599 15.4318 226.599 15.4318C226.587 15.3964 226.571 15.3305 226.552 15.2534C226.52 15.1215 226.48 14.9568 226.439 14.8558L226.119 13.8318L226.343 13.7358L226.631 14.7918C226.663 14.9518 226.727 15.2078 226.727 15.2078C226.727 15.2078 226.791 15.0158 226.823 14.8558L227.111 13.7998H227.399ZM220.263 15.112C220.327 15.048 220.359 14.984 220.359 14.984H220.327V14.12C220.263 14.024 220.135 13.96 219.975 13.96C219.879 13.96 219.783 14.024 219.719 14.12C219.655 14.248 219.623 14.376 219.623 14.6C219.623 14.792 219.655 14.92 219.687 15.016C219.751 15.144 219.847 15.208 219.975 15.208C220.103 15.208 220.167 15.176 220.263 15.112ZM220.583 13.192H220.359V13.736V13.992C220.263 13.864 220.135 13.8 219.975 13.8C219.879 13.8 219.783 13.832 219.687 13.896C219.495 14.056 219.399 14.312 219.399 14.632C219.399 15.144 219.623 15.464 219.975 15.464C220.135 15.464 220.263 15.4 220.359 15.272C220.359 15.368 220.391 15.432 220.391 15.432H220.615C220.583 15.336 220.583 15.176 220.583 14.92V13.192ZM224.455 13.8H224.071V13.192H223.847V13.8H223.655V13.992H223.847V15.112C223.847 15.272 223.879 15.368 223.975 15.432C224.007 15.432 224.039 15.44 224.071 15.448C224.103 15.456 224.135 15.464 224.167 15.464C224.243 15.464 224.279 15.4439 224.323 15.4197C224.334 15.4133 224.346 15.4066 224.359 15.4L224.327 15.272C224.306 15.2826 224.295 15.2897 224.288 15.2945C224.284 15.2973 224.281 15.2993 224.278 15.3007C224.27 15.304 224.261 15.304 224.231 15.304C224.071 15.304 224.039 15.24 224.039 15.048V13.992H224.359L224.455 13.8ZM223.655 8.51996V12.648H222.695V8.67996L223.655 8.51996ZM223.399 13.9918C223.431 14.0558 223.431 14.1198 223.431 14.1838V15.3998H223.207V14.3118C223.207 14.1518 223.207 14.0878 223.143 14.0558C223.111 14.0238 223.047 13.9918 222.983 13.9918C222.855 13.9918 222.695 14.0878 222.567 14.2158V15.3998H222.343V14.1518C222.343 13.9278 222.279 13.7998 222.279 13.7998L222.503 13.7358C222.503 13.7358 222.567 13.8638 222.567 13.9918C222.727 13.8318 222.855 13.7358 223.015 13.7358C223.207 13.7678 223.335 13.8638 223.399 13.9918ZM221.479 13.928C221.287 13.928 221.159 14.12 221.159 14.44H221.831C221.823 14.3971 221.816 14.3588 221.811 14.3233C221.795 14.2262 221.782 14.1497 221.735 14.056C221.703 13.992 221.575 13.928 221.479 13.928ZM221.511 13.7358C221.351 13.7358 221.191 13.7998 221.063 13.9598C220.935 14.1198 220.903 14.3118 220.903 14.5678C220.903 15.1118 221.159 15.4318 221.543 15.4318C221.735 15.4318 221.895 15.3678 222.023 15.2398L221.927 15.0798C221.831 15.1758 221.703 15.2398 221.575 15.2398C221.415 15.2398 221.287 15.1758 221.223 15.0478C221.159 14.9518 221.159 14.8558 221.159 14.6958V14.6638H222.055V14.6318C222.055 14.2478 222.023 14.0878 221.895 13.9598C221.799 13.7998 221.671 13.7358 221.511 13.7358ZM219.079 15.4H218.855V13.16H219.079V15.4ZM221.063 9.44796C220.935 9.67196 220.807 9.73596 220.391 9.73596H219.847V8.07196H220.487C220.903 8.07196 221.159 8.39196 221.159 8.90396C221.191 9.15996 221.159 9.31996 221.063 9.44796ZM220.167 7.17596C221.031 7.17596 221.287 7.27196 221.575 7.43196C222.055 7.71996 222.311 8.23196 222.279 8.87196C222.279 9.60796 221.959 10.184 221.415 10.472C221.191 10.6 220.967 10.664 220.423 10.664H219.879V12.68H218.855V7.17596H220.167Z' fill='white'/%3e%3cpath d='M199 17H215V1H199V17Z' fill='%23367BBC'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M203.552 9.15738V6.70054V6.66516C203.547 6.57416 203.621 6.52361 203.692 6.51855H203.721H204.384C204.412 6.51855 204.438 6.52108 204.463 6.53119C204.519 6.55394 204.555 6.59944 204.558 6.6601V6.7056V8.89198C204.558 8.91473 204.558 8.93747 204.563 8.9577C204.576 9.02847 204.621 9.07397 204.69 9.09419C204.757 9.11441 204.821 9.10177 204.869 9.04869C204.917 8.99982 204.964 8.9487 205.012 8.89758C205.036 8.87203 205.06 8.84648 205.083 8.82121L205.083 8.82118C205.249 8.64426 205.415 8.46733 205.579 8.29041C205.637 8.22722 205.696 8.16467 205.755 8.10212L205.755 8.10208C205.813 8.03953 205.872 7.97698 205.931 7.91379C205.969 7.87335 206.015 7.85313 206.071 7.85566H206.913C206.985 7.85566 207.041 7.88346 207.069 7.95171C207.097 8.01743 207.089 8.08314 207.041 8.13875C206.943 8.24744 206.844 8.35613 206.745 8.46483C206.646 8.57351 206.547 8.68219 206.449 8.79087C206.377 8.87002 206.305 8.94916 206.232 9.0284L206.232 9.02853L206.232 9.02856C206.094 9.17957 205.956 9.33096 205.818 9.48344C205.79 9.51377 205.765 9.54663 205.742 9.58202C205.691 9.65784 205.686 9.73367 205.737 9.8095C205.767 9.855 205.798 9.90049 205.836 9.94093C205.956 10.0644 206.077 10.1867 206.198 10.3095L206.198 10.3095L206.198 10.3096C206.258 10.3702 206.317 10.4309 206.377 10.492C206.483 10.6006 206.59 10.7087 206.696 10.8168C206.803 10.9248 206.909 11.0329 207.015 11.1415C207.077 11.2035 207.138 11.266 207.199 11.3286C207.26 11.3912 207.322 11.4537 207.383 11.5156C207.436 11.5712 207.439 11.6344 207.411 11.7002C207.385 11.7633 207.334 11.7962 207.263 11.7962H206.329C206.275 11.7962 206.232 11.776 206.194 11.7381C206.114 11.6534 206.034 11.5705 205.954 11.4878C205.9 11.4323 205.846 11.3768 205.793 11.321L205.28 10.7902C205.23 10.7384 205.18 10.6872 205.129 10.636C205.079 10.5848 205.029 10.5337 204.979 10.4818C204.943 10.4439 204.907 10.406 204.869 10.3706C204.841 10.3428 204.808 10.3251 204.77 10.3175C204.665 10.2999 204.563 10.3782 204.558 10.4869V10.5223V11.6218C204.558 11.6395 204.558 11.6572 204.555 11.6723C204.542 11.7355 204.484 11.7861 204.417 11.7911H204.384H203.726C203.695 11.7911 203.667 11.7886 203.639 11.7785C203.588 11.7583 203.557 11.7204 203.557 11.6648V11.6167V9.15738H203.552ZM207.612 6.69801V8.28282V9.80192C207.612 9.8828 207.615 9.96116 207.623 10.042C207.633 10.1937 207.666 10.3403 207.717 10.4818C207.832 10.8155 208.026 11.0986 208.294 11.3311C208.651 11.6395 209.067 11.7962 209.539 11.8189C209.654 11.824 209.769 11.8164 209.881 11.8013C209.965 11.7886 210.027 11.7052 210.016 11.6218L210.001 11.4802L209.948 10.9798C209.945 10.9596 209.942 10.9393 209.935 10.9216C209.907 10.8509 209.838 10.813 209.756 10.8256C209.639 10.8458 209.524 10.8408 209.409 10.818C209.197 10.775 209.013 10.6739 208.868 10.5147C208.692 10.3201 208.603 10.0926 208.605 9.82972V9.06638C208.605 9.04616 208.608 9.02341 208.61 9.00067C208.623 8.90714 208.702 8.83637 208.797 8.83637H208.835H209.682C209.764 8.83637 209.822 8.79087 209.84 8.71505C209.845 8.69483 209.845 8.67208 209.845 8.65187V8.65186V8.05534V8.05532C209.845 8.04016 209.845 8.02248 209.843 8.00732C209.833 7.91379 209.771 7.85819 209.677 7.85819H208.822H208.784C208.679 7.8506 208.603 7.77225 208.603 7.66609V7.32739V6.67779C208.603 6.59944 208.559 6.5413 208.485 6.52361C208.467 6.51855 208.449 6.51855 208.432 6.51855H207.776H207.748C207.679 6.52361 207.628 6.56911 207.615 6.63735C207.612 6.65757 207.612 6.67779 207.612 6.69801ZM212.004 11.8013C212.563 11.8519 213.058 11.6926 213.492 11.3362C213.502 11.3489 213.51 11.359 213.513 11.3716C213.559 11.4373 213.612 11.4955 213.673 11.5485C213.857 11.7103 214.074 11.7861 214.314 11.8064C214.391 11.8139 214.467 11.8139 214.544 11.8139H214.544C214.613 11.8139 214.682 11.8064 214.75 11.7937C214.799 11.7861 214.845 11.7735 214.888 11.7457C214.932 11.7179 214.955 11.68 214.955 11.6244V10.9394V10.9116C214.952 10.8636 214.906 10.7978 214.842 10.8029C214.826 10.8029 214.808 10.8016 214.791 10.8004C214.774 10.7991 214.757 10.7978 214.74 10.7978C214.674 10.7953 214.608 10.7877 214.544 10.77C214.429 10.7422 214.34 10.679 214.283 10.5729C214.258 10.5249 214.243 10.4743 214.23 10.4238C214.197 10.2873 214.192 10.1508 214.186 10.0118C214.184 9.91318 214.184 9.81207 214.184 9.71349V8.36375V8.0301C214.184 7.94164 214.117 7.85823 214.013 7.86075C213.867 7.86244 213.72 7.86188 213.574 7.86132C213.501 7.86104 213.428 7.86075 213.354 7.86075H213.337C213.268 7.86328 213.201 7.91383 213.186 7.98208C213.183 7.99728 213.183 8.0134 213.182 8.02988C213.182 8.0408 213.182 8.05188 213.181 8.06296C213.181 8.06836 213.18 8.07376 213.18 8.07994C213.179 8.08824 213.178 8.09795 213.178 8.11099C212.936 7.97702 212.681 7.89361 212.41 7.86328C212.137 7.83295 211.869 7.8557 211.609 7.93406C211.346 8.01241 211.109 8.14132 210.899 8.31572C210.69 8.49013 210.524 8.69739 210.402 8.94004C210.009 9.72108 210.172 10.6613 210.807 11.2604C211.144 11.5763 211.542 11.7609 212.004 11.8013ZM212.193 8.83389C212.788 8.83641 213.206 9.32171 213.196 9.83229C213.204 10.3681 212.747 10.8307 212.186 10.8282C211.627 10.8231 211.175 10.3606 211.185 9.81207C211.193 9.3116 211.601 8.83136 212.193 8.83389ZM201.041 7.85303C199.918 7.8505 199.035 8.76297 199.045 9.83215C199.035 10.8963 199.908 11.791 201.003 11.8113C202.148 11.8315 203.029 10.914 203.039 9.86754C203.044 9.30641 202.853 8.82363 202.452 8.42933C202.064 8.04513 201.59 7.85303 201.041 7.85303ZM202.046 9.84479C202.039 10.4034 201.569 10.8331 201.041 10.8255C200.505 10.8331 200.035 10.3983 200.033 9.82962C200.033 9.29124 200.464 8.83374 201.038 8.83374C201.615 8.83374 202.054 9.29882 202.046 9.84479Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M184.648 13.5686L189.84 2.0008V2L185.072 6.18916L181 13.527L184.648 13.5686ZM197 15L190.4 2.91312L188.337 8.76032L192.233 13.6103L184.793 15H197Z' fill='%231E88E5'/%3e%3ccircle cx='153' cy='9' r='7' fill='%230E6FF9'/%3e%3crect x='152.25' y='7.75' width='1.5' height='5.5' rx='0.75' fill='white'/%3e%3ccircle cx='153.001' cy='5.75037' r='1.00037' fill='white'/%3e%3ccircle cx='135' cy='9' r='7' fill='%239A9A9A'/%3e%3crect x='134.25' y='7.75' width='1.5' height='5.5' rx='0.75' fill='white'/%3e%3ccircle cx='135.001' cy='5.75037' r='1.00037' fill='white'/%3e%3cpath d='M120 8.15286L117 10.8999L114 8.1499' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M97.2885 2.14744C97.7733 2.0568 98.3303 2.00329 98.9058 2.00329C99.4802 1.98582 100.073 2.03933 100.667 2.12888C101.583 2.2905 102.357 2.97412 102.357 3.89035V7.10751C102.357 8.05977 101.602 8.83294 100.667 8.83294H97.307C96.1757 8.83294 95.2048 9.82124 95.2048 10.9351V12.4804H94.0364C93.0481 12.4804 92.4726 11.7804 92.2389 10.7735C91.9156 9.42591 91.9331 8.63528 92.2389 7.3412C92.5086 6.22732 93.3702 5.63434 94.341 5.63434H98.9779V5.20298H95.5991V3.90891C95.5991 2.92061 95.8513 2.39861 97.2885 2.14744ZM97.7013 3.67412C97.7013 3.31484 97.4141 3.02763 97.0722 3.02763C96.713 3.02763 96.4432 3.31484 96.4432 3.67412C96.4432 4.0334 96.7304 4.32061 97.0722 4.32061C97.4141 4.32061 97.7013 4.0334 97.7013 3.67412Z' fill='%23316A99'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.77 7.0889V5.59717L104.045 5.59826C105.034 5.59826 105.501 6.3343 105.735 7.30512C106.077 8.67127 106.094 9.67704 105.735 10.7374C105.393 11.7618 105.016 12.4443 104.045 12.4443H98.9773V12.8756H102.357V14.1697C102.357 15.158 101.512 15.644 100.668 15.8951C99.3737 16.273 98.3494 16.2184 97.289 15.8951C96.3902 15.6254 95.5996 15.0859 95.5996 14.1697V10.9526C95.5996 10.0178 96.3728 9.22712 97.289 9.22712H100.649C101.782 9.22712 102.77 8.25739 102.77 7.0889ZM101.493 14.3848C101.493 14.0256 101.206 13.7384 100.864 13.7384C100.524 13.7384 100.235 14.0256 100.235 14.3848C100.235 14.7441 100.523 15.0313 100.864 15.0313C101.206 15.0313 101.493 14.7441 101.493 14.3848Z' fill='%23FFD43E'/%3e%3cmask id='path-1083-inside-22_15778_26381' fill='white'%3e%3crect x='76.2861' y='5.5' width='9.42857' height='10.5' rx='0.875'/%3e%3c/mask%3e%3crect x='76.2861' y='5.5' width='9.42857' height='10.5' rx='0.875' stroke='%230E6FF9' stroke-width='2' mask='url(%23path-1083-inside-22_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M78.8574 8H79.8574V14H78.8574V8ZM80.5713 8H81.5713V14H80.5713V8ZM83.286 8H82.286V14H83.286V8Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M83.4286 2H78.4286V3H83.4286V2ZM87 3.75H75V4.75H87V3.75Z' fill='%230E6FF9'/%3e%3cmask id='path-1086-inside-23_15778_26381' fill='white'%3e%3crect x='58.2861' y='5.5' width='9.42857' height='10.5' rx='0.875'/%3e%3c/mask%3e%3crect x='58.2861' y='5.5' width='9.42857' height='10.5' rx='0.875' stroke='%2335383A' stroke-width='2' mask='url(%23path-1086-inside-23_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M60.8574 8H61.8574V14H60.8574V8ZM62.5713 8H63.5713V14H62.5713V8ZM65.286 8H64.286V14H65.286V8Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.4286 2H60.4286V3H65.4286V2ZM69 3.75H57V4.75H69V3.75Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.5 3C43.6716 3 43 3.67157 43 4.5V4.625C43 4.90114 43.2239 5.125 43.5 5.125C43.7761 5.125 44 4.90114 44 4.625V4.5C44 4.22386 44.2239 4 44.5 4H49.5C49.7761 4 50 4.22386 50 4.5V11.5C50 11.7761 49.7761 12 49.5 12H48.5C48.2239 12 48 12.2239 48 12.5C48 12.7761 48.2239 13 48.5 13H49.5C50.3284 13 51 12.3284 51 11.5V4.5C51 3.67157 50.3284 3 49.5 3H44.5ZM40 6C39.4477 6 39 6.44772 39 7V14C39 14.5523 39.4477 15 40 15H46C46.5523 15 47 14.5523 47 14V7C47 6.44772 46.5523 6 46 6H40Z' fill='%2335383A'/%3e%3crect x='20' y='2' width='14' height='14' rx='7' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5 9.5V8.5H26.5V5.5H27.5V8.5H30.5V9.5H27.5V12.5H26.5V9.5H23.5Z' fill='white'/%3e%3crect x='2' y='2' width='14' height='14' rx='7' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5 9.5V8.5H8.5V5.5H9.5V8.5H12.5V9.5H9.5V12.5H8.5V9.5H5.5Z' fill='white'/%3e%3cpath d='M528.5 111.5H525.5L525.5 114.5' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M533.5 122.5H536.5L536.5 119.5' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M533.5 111.5H536.5V114.5' fill='%239A9A9A'/%3e%3cpath d='M533.5 111.5H536.5V114.5L533.5 111.5Z' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M528.5 122.5H525.5L525.5 119.5' fill='%239A9A9A'/%3e%3cpath d='M528.5 122.5H525.5L525.5 119.5L528.5 122.5Z' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M535.5 112.5L526.5 121.5' stroke='%239A9A9A' stroke-width='1.5' stroke-linecap='square'/%3e%3cpath d='M276 6.84717L279.042 4.09461' stroke='%23444649' stroke-linecap='square'/%3e%3cpath d='M279.076 4.09111L282.118 6.84366' stroke='%23444649' stroke-linecap='square'/%3e%3cpath d='M276 11.1528L279.042 13.9054' stroke='%23444649' stroke-linecap='square'/%3e%3cpath d='M279.076 13.9089L282.118 11.1563' stroke='%23444649' stroke-linecap='square'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M171 12L167 7H175L171 12Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M497.089 4.17028C496.87 3.9513 496.513 3.95906 496.304 4.18736L492 8.8823L496.304 13.577C496.513 13.8053 496.87 13.8131 497.089 13.5941C497.294 13.3894 497.302 13.0601 497.109 12.8451L493.534 8.8823L497.109 4.91924C497.302 4.70424 497.294 4.37502 497.089 4.17028Z' fill='%233492ED'/%3e%3ccircle cx='333' cy='117' r='7' fill='%23757575'/%3e%3cpath d='M332 113H333V117H336V118H332V113Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M314.932 110C313.021 110 311.472 111.542 311.472 113.444C311.472 115.347 313.021 116.889 314.932 116.889C316.843 116.889 318.392 115.347 318.392 113.444C318.392 111.542 316.843 110 314.932 110ZM321 122.437C321 119.92 318.879 117.873 316.255 117.873H313.745C311.121 117.873 309 119.92 309 122.437V124H321V122.437Z' fill='%23757575'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M351.1 122.9C350.9 122.1 351.1 121.3 351.8 120.8C351.6 120.5 351.5 120.2 351.4 119.8C351.3 119.7 351.3 119.6 351.1 119.6H351C351 119.6 350.9 119.6 350.9 119.5L350.8 119.4L350.4 119C350.2 118.8 350.1 118.7 349.9 118.7H349.8L349.4 118.4C349.2 118.3 349 118.2 348.8 118.2H348.7C348.6 118.2 348.6 118.2 348.5 118.2L348.1 118.3V118C348.1 117.8 348.1 117.5 348.1 117.3V117H348.2H348.3C348.5 117 348.6 116.9 348.6 116.6V116.5H348.7H348.8L349.2 116.6H349.4C349.5 116.6 349.5 116.6 349.6 116.6H349.7C349.7 116.6 349.7 116.7 349.8 116.7L350 117.1L350.2 117.4C350.3 117.6 350.5 117.7 350.6 117.7H350.7C350.7 117.5 350.8 117.3 350.9 117.1C350.9 117 350.9 116.9 350.9 116.8V116.7V116.4V116.2C350.9 116.1 350.9 116 350.9 115.9L351.6 114.6L351.7 114.4L351.8 114.3C351.8 114.2 351.8 114.1 351.8 114.1C351.7 114.1 351.6 114 351.3 114C351.1 114 350.9 114.1 350.7 114.1H350.6C350.6 114.2 350.6 114.3 350.6 114.4H350.5C350.4 114.4 350.4 114.4 350.3 114.4C349.9 114.4 349.6 114.2 349.7 114.1C349.7 114.1 349.8 114 350 114L350.2 113.9C350.5 113.8 350.7 113.6 350.7 113.3V112.9V112.4C350.7 112.4 350.7 112.3 350.8 112.3C351.3 112.3 351.5 111.8 351.3 111.3H351.4C352.5 111.6 353.4 112.1 354.2 112.9L354.4 113.1C354.7 113.4 354.9 113.7 355.1 114.1L355.2 114.3H355.1C354.6 114.4 354.4 114.9 354.5 115.5C355 115.6 355.4 115.8 355.6 116.2H356C356.4 116.2 356.7 116.3 357 116.5C356.9 112.9 353.8 110 350.1 110C346.2 110 343 113.2 343 117.2C343 121.1 346.2 124.3 350.2 124.3C350.9 124.3 351.6 124.2 352.2 124C351.6 123.8 351.2 123.4 351.1 122.9ZM349.5 123.1C348.9 123 348.3 122.9 347.7 122.7C347 122.4 346.3 122 345.8 121.4C345.3 120.9 344.8 120.2 344.5 119.5C344.3 118.7 344.1 117.9 344.1 117.2V116.9C344.1 116.7 344.1 116.5 344.2 116.3V116.2H344.3H344.4C344.6 116.2 344.7 116.2 344.9 116.1H345H345.1V116H345.2H345.3C345.4 116.1 345.4 116.1 345.4 116.2V116.6V116.8C345.5 118 345.8 118.6 346.6 118.6C346.7 118.6 347.1 118.9 347.3 119.4C347.4 119.5 347.5 119.6 347.6 119.6H347.7H347.8H348.1C348.2 119.6 348.2 119.6 348.3 119.6V119.7V119.9C348.3 120.1 348.3 120.3 348.3 120.5C348.3 120.7 348.4 120.9 348.6 121.2C348.7 121.4 348.9 121.6 349.1 121.8C349.1 121.8 349.3 122 349.5 122.1L349.7 122.2V122.5C349.7 122.6 349.7 122.7 349.7 122.9V123.1H349.5Z' fill='%23757575'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M354.955 120.928L355.283 121.256C355.355 121.326 355.396 121.422 355.397 121.523C355.397 121.623 355.358 121.72 355.287 121.791C355.216 121.863 355.12 121.903 355.019 121.903C354.919 121.903 354.823 121.863 354.752 121.791L354.454 121.493C354.334 121.601 354.208 121.702 354.077 121.795L352.973 122.583C352.909 122.629 352.832 122.654 352.754 122.654C352.591 122.653 352.447 122.548 352.397 122.393C352.348 122.237 352.403 122.068 352.535 121.972L353.64 121.181C353.736 121.113 353.828 121.038 353.915 120.958L352.863 119.906C352.715 119.759 352.715 119.519 352.863 119.371C353.011 119.223 353.251 119.223 353.399 119.371L354.416 120.393C354.806 119.841 355.015 119.183 355.016 118.508H352.377C352.169 118.508 352 118.339 352 118.131C352 117.923 352.169 117.754 352.377 117.754H353.885V117.377C353.885 117.169 354.054 117 354.262 117C354.47 117 354.639 117.169 354.639 117.377V117.754H356.147C356.355 117.754 356.524 117.923 356.524 118.131C356.524 118.339 356.355 118.508 356.147 118.508H355.77C355.766 119.381 355.481 120.23 354.955 120.928ZM359.317 123.819L357.432 119.673C357.371 119.538 357.236 119.452 357.089 119.452C356.941 119.452 356.807 119.538 356.746 119.673L354.861 123.819C354.795 123.943 354.804 124.093 354.884 124.209C354.964 124.324 355.101 124.386 355.24 124.369C355.379 124.352 355.497 124.26 355.547 124.128L356.131 122.843H358.046L358.631 124.128C358.691 124.264 358.825 124.351 358.974 124.351C359.027 124.351 359.08 124.339 359.128 124.317C359.317 124.231 359.402 124.009 359.317 123.819ZM356.475 122.089L357.089 120.74L357.704 122.089H356.475Z' fill='%23757575'/%3e%3cpath d='M355.283 121.256L355.213 121.327L355.213 121.327L355.283 121.256ZM354.955 120.928L354.876 120.868L354.823 120.937L354.885 120.999L354.955 120.928ZM355.397 121.523L355.297 121.524V121.524L355.397 121.523ZM355.287 121.791L355.216 121.721L355.216 121.721L355.287 121.791ZM354.752 121.791L354.823 121.721L354.823 121.721L354.752 121.791ZM354.454 121.493L354.525 121.423L354.458 121.356L354.387 121.419L354.454 121.493ZM354.077 121.795L354.019 121.713L354.019 121.714L354.077 121.795ZM352.973 122.583L352.914 122.501L352.914 122.502L352.973 122.583ZM352.754 122.654L352.753 122.754L352.755 122.754L352.754 122.654ZM352.535 121.972L352.477 121.891L352.477 121.891L352.535 121.972ZM353.64 121.181L353.582 121.099L353.582 121.099L353.64 121.181ZM353.915 120.958L353.983 121.032L354.059 120.961L353.986 120.887L353.915 120.958ZM352.863 119.906L352.934 119.836L352.863 119.906ZM352.863 119.371L352.793 119.3L352.863 119.371ZM353.399 119.371L353.469 119.301L353.469 119.3L353.399 119.371ZM354.416 120.393L354.346 120.463L354.429 120.548L354.498 120.45L354.416 120.393ZM355.016 118.508L355.116 118.508L355.116 118.408H355.016V118.508ZM353.885 117.754V117.854H353.985V117.754H353.885ZM354.639 117.754H354.539V117.854H354.639V117.754ZM355.77 118.508V118.408H355.67L355.67 118.507L355.77 118.508ZM357.432 119.673L357.523 119.631L357.523 119.631L357.432 119.673ZM359.317 123.819L359.408 123.778L359.408 123.778L359.317 123.819ZM356.746 119.673L356.655 119.631L356.655 119.631L356.746 119.673ZM354.861 123.819L354.949 123.866L354.952 123.861L354.861 123.819ZM354.884 124.209L354.802 124.266L354.884 124.209ZM355.24 124.369L355.252 124.469H355.252L355.24 124.369ZM355.547 124.128L355.456 124.087L355.453 124.093L355.547 124.128ZM356.131 122.843V122.743H356.067L356.04 122.802L356.131 122.843ZM358.046 122.843L358.137 122.802L358.111 122.743H358.046V122.843ZM358.631 124.128L358.722 124.087L358.722 124.087L358.631 124.128ZM358.974 124.351L358.973 124.451L358.974 124.451L358.974 124.351ZM359.128 124.317L359.087 124.226L359.087 124.226L359.128 124.317ZM357.089 120.74L357.18 120.698L357.089 120.498L356.998 120.698L357.089 120.74ZM356.475 122.089L356.384 122.048L356.319 122.189H356.475V122.089ZM357.704 122.089V122.189H357.859L357.795 122.048L357.704 122.089ZM355.354 121.185L355.026 120.857L354.885 120.999L355.213 121.327L355.354 121.185ZM355.497 121.522C355.496 121.395 355.444 121.273 355.353 121.184L355.213 121.327C355.266 121.379 355.296 121.45 355.297 121.524L355.497 121.522ZM355.358 121.862C355.448 121.772 355.498 121.649 355.497 121.522L355.297 121.524C355.297 121.597 355.268 121.668 355.216 121.721L355.358 121.862ZM355.019 122.003C355.147 122.003 355.269 121.952 355.358 121.862L355.216 121.721C355.164 121.773 355.093 121.803 355.019 121.803V122.003ZM354.681 121.862C354.77 121.952 354.892 122.003 355.019 122.003V121.803C354.946 121.803 354.875 121.773 354.823 121.721L354.681 121.862ZM354.383 121.564L354.681 121.862L354.823 121.721L354.525 121.423L354.383 121.564ZM354.135 121.877C354.269 121.781 354.398 121.678 354.521 121.568L354.387 121.419C354.27 121.524 354.147 121.622 354.019 121.713L354.135 121.877ZM353.031 122.664L354.135 121.876L354.019 121.714L352.915 122.501L353.031 122.664ZM352.755 122.754C352.854 122.754 352.951 122.722 353.031 122.664L352.914 122.502C352.867 122.536 352.811 122.554 352.753 122.554L352.755 122.754ZM352.302 122.423C352.365 122.619 352.547 122.753 352.753 122.754L352.755 122.554C352.635 122.554 352.529 122.476 352.493 122.362L352.302 122.423ZM352.477 121.891C352.31 122.012 352.239 122.227 352.302 122.423L352.493 122.362C352.456 122.248 352.497 122.123 352.594 122.053L352.477 121.891ZM353.582 121.099L352.477 121.891L352.594 122.053L353.698 121.262L353.582 121.099ZM353.847 120.885C353.764 120.962 353.675 121.033 353.582 121.099L353.697 121.262C353.798 121.192 353.893 121.115 353.983 121.032L353.847 120.885ZM352.793 119.977L353.844 121.029L353.986 120.887L352.934 119.836L352.793 119.977ZM352.793 119.3C352.606 119.487 352.606 119.79 352.793 119.977L352.934 119.836C352.825 119.727 352.825 119.551 352.934 119.442L352.793 119.3ZM353.469 119.3C353.282 119.114 352.979 119.114 352.793 119.3L352.934 119.442C353.043 119.333 353.219 119.333 353.328 119.442L353.469 119.3ZM354.487 120.322L353.469 119.301L353.328 119.442L354.346 120.463L354.487 120.322ZM354.916 118.508C354.915 119.162 354.712 119.8 354.335 120.335L354.498 120.45C354.899 119.882 355.115 119.204 355.116 118.508L354.916 118.508ZM352.377 118.608H355.016V118.408H352.377V118.608ZM351.9 118.131C351.9 118.394 352.114 118.608 352.377 118.608V118.408C352.224 118.408 352.1 118.284 352.1 118.131H351.9ZM352.377 117.654C352.114 117.654 351.9 117.867 351.9 118.131H352.1C352.1 117.978 352.224 117.854 352.377 117.854V117.654ZM353.885 117.654H352.377V117.854H353.885V117.654ZM353.785 117.377V117.754H353.985V117.377H353.785ZM354.262 116.9C353.998 116.9 353.785 117.114 353.785 117.377H353.985C353.985 117.224 354.109 117.1 354.262 117.1V116.9ZM354.739 117.377C354.739 117.114 354.525 116.9 354.262 116.9V117.1C354.415 117.1 354.539 117.224 354.539 117.377H354.739ZM354.739 117.754V117.377H354.539V117.754H354.739ZM356.147 117.654H354.639V117.854H356.147V117.654ZM356.624 118.131C356.624 117.867 356.41 117.654 356.147 117.654V117.854C356.3 117.854 356.424 117.978 356.424 118.131H356.624ZM356.147 118.608C356.41 118.608 356.624 118.394 356.624 118.131H356.424C356.424 118.284 356.3 118.408 356.147 118.408V118.608ZM355.77 118.608H356.147V118.408H355.77V118.608ZM355.035 120.988C355.574 120.273 355.866 119.403 355.87 118.508L355.67 118.507C355.666 119.359 355.388 120.187 354.876 120.868L355.035 120.988ZM357.341 119.714L359.226 123.861L359.408 123.778L357.523 119.631L357.341 119.714ZM357.089 119.552C357.197 119.552 357.296 119.615 357.341 119.714L357.523 119.631C357.445 119.461 357.276 119.352 357.089 119.352V119.552ZM356.837 119.714C356.882 119.615 356.98 119.552 357.089 119.552V119.352C356.902 119.352 356.732 119.461 356.655 119.631L356.837 119.714ZM354.952 123.861L356.837 119.714L356.655 119.631L354.77 123.778L354.952 123.861ZM354.966 124.152C354.908 124.067 354.901 123.957 354.949 123.866L354.772 123.773C354.69 123.93 354.701 124.12 354.802 124.266L354.966 124.152ZM355.228 124.27C355.125 124.282 355.025 124.237 354.966 124.152L354.802 124.266C354.902 124.412 355.076 124.49 355.252 124.469L355.228 124.27ZM355.453 124.093C355.417 124.189 355.33 124.258 355.228 124.27L355.252 124.469C355.428 124.447 355.578 124.33 355.64 124.164L355.453 124.093ZM356.04 122.802L355.456 124.087L355.638 124.17L356.222 122.884L356.04 122.802ZM358.046 122.743H356.131V122.943H358.046V122.743ZM358.722 124.087L358.137 122.802L357.955 122.884L358.539 124.17L358.722 124.087ZM358.974 124.251C358.865 124.251 358.766 124.187 358.722 124.087L358.539 124.169C358.616 124.34 358.786 124.45 358.973 124.451L358.974 124.251ZM359.087 124.226C359.051 124.242 359.012 124.251 358.973 124.251L358.974 124.451C359.042 124.451 359.108 124.436 359.17 124.408L359.087 124.226ZM359.225 123.86C359.288 123.999 359.226 124.163 359.087 124.226L359.169 124.408C359.409 124.3 359.515 124.018 359.408 123.778L359.225 123.86ZM356.998 120.698L356.384 122.048L356.566 122.13L357.18 120.781L356.998 120.698ZM357.795 122.048L357.18 120.698L356.998 120.781L357.613 122.13L357.795 122.048ZM356.475 122.189H357.704V121.989H356.475V122.189Z' fill='%23757575'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M579 182C579 181.448 579.448 181 580 181H587.5L591 184.5V195C591 195.552 590.552 196 590 196H580C579.448 196 579 195.552 579 195V182ZM587 182L590 185H588C587.448 185 587 184.552 587 184V182ZM585.187 190.966C585.289 190.966 585.387 190.954 585.481 190.929C585.533 190.915 585.599 190.891 585.68 190.857L585.251 190.448L585.709 189.97L586.138 190.379C586.205 190.24 586.252 190.119 586.279 190.016C586.321 189.86 586.342 189.679 586.342 189.471C586.342 188.995 586.244 188.627 586.049 188.368C585.855 188.107 585.57 187.976 585.196 187.976C584.844 187.976 584.564 188.101 584.355 188.35C584.145 188.6 584.041 188.974 584.041 189.471C584.041 190.053 584.19 190.47 584.49 190.721C584.684 190.885 584.916 190.966 585.187 190.966ZM587.23 189.408C587.23 189.786 587.184 190.103 587.091 190.358C587.017 190.602 586.906 190.805 586.76 190.966L587.25 191.424L586.786 191.908L586.273 191.424C586.118 191.518 585.983 191.585 585.87 191.623C585.68 191.687 585.452 191.718 585.187 191.718C584.634 191.718 584.177 191.553 583.816 191.223C583.378 190.825 583.159 190.241 583.159 189.471C583.159 188.695 583.384 188.108 583.833 187.711C584.2 187.386 584.656 187.224 585.202 187.224C585.751 187.224 586.212 187.396 586.584 187.74C587.015 188.137 587.23 188.693 587.23 189.408ZM580.025 190.289C580.052 190.483 580.104 190.628 580.183 190.724C580.327 190.899 580.574 190.986 580.924 190.986C581.133 190.986 581.303 190.963 581.433 190.917C581.681 190.829 581.805 190.665 581.805 190.425C581.805 190.285 581.744 190.176 581.621 190.099C581.498 190.024 581.305 189.958 581.042 189.9L580.592 189.8C580.151 189.7 579.845 189.591 579.676 189.474C579.39 189.278 579.247 188.972 579.247 188.555C579.247 188.175 579.385 187.859 579.662 187.607C579.938 187.356 580.344 187.23 580.88 187.23C581.328 187.23 581.709 187.349 582.024 187.587C582.341 187.823 582.507 188.167 582.522 188.618H581.67C581.654 188.363 581.543 188.181 581.335 188.074C581.197 188.003 581.025 187.967 580.82 187.967C580.591 187.967 580.409 188.013 580.272 188.106C580.136 188.198 580.068 188.326 580.068 188.492C580.068 188.643 580.135 188.757 580.27 188.832C580.356 188.882 580.54 188.94 580.823 189.007L581.554 189.183C581.875 189.26 582.117 189.363 582.28 189.491C582.534 189.691 582.661 189.98 582.661 190.358C582.661 190.746 582.512 191.069 582.214 191.326C581.918 191.582 581.5 191.71 580.958 191.71C580.405 191.71 579.97 191.584 579.653 191.332C579.336 191.079 579.178 190.731 579.178 190.289H580.025ZM588.797 187.354H587.91V191.6H590.9V190.837H588.797V187.354Z' fill='%2335383A'/%3e%3cpath d='M565.764 139.5C565.974 139.5 566.142 139.422 566.288 139.265L569.713 135.675C569.904 135.465 569.995 135.259 570 135C570 134.746 569.909 134.53 569.713 134.325L566.288 130.73C566.142 130.578 565.969 130.5 565.764 130.5C565.341 130.5 565 130.862 565 131.312C565 131.537 565.086 131.742 565.246 131.914L568.212 135.005L565.246 138.086C565.086 138.258 565 138.463 565 138.688C565 139.133 565.341 139.5 565.764 139.5Z' fill='%2335383A'/%3e%3cpath d='M583.764 139.5C583.974 139.5 584.142 139.422 584.288 139.265L587.713 135.675C587.904 135.465 587.995 135.259 588 135C588 134.746 587.909 134.53 587.713 134.325L584.288 130.73C584.142 130.578 583.969 130.5 583.764 130.5C583.341 130.5 583 130.862 583 131.312C583 131.537 583.086 131.742 583.246 131.914L586.212 135.005L583.246 138.086C583.086 138.258 583 138.463 583 138.688C583 139.133 583.341 139.5 583.764 139.5Z' fill='white'/%3e%3cpath d='M601.764 139.5C601.974 139.5 602.142 139.422 602.288 139.265L605.713 135.675C605.904 135.465 605.995 135.259 606 135C606 134.746 605.909 134.53 605.713 134.325L602.288 130.73C602.142 130.578 601.969 130.5 601.764 130.5C601.341 130.5 601 130.862 601 131.312C601 131.537 601.086 131.742 601.246 131.914L604.212 135.005L601.246 138.086C601.086 138.258 601 138.463 601 138.688C601 139.133 601.341 139.5 601.764 139.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M385.842 204.19C385.931 203.916 386.187 203.731 386.475 203.731H387.525C387.813 203.731 388.068 203.916 388.158 204.19L389.35 207.823L389.962 209.713C390.094 210.122 389.87 210.56 389.461 210.693C389.053 210.825 388.614 210.601 388.482 210.192L388.045 208.842H385.955L385.518 210.192C385.386 210.601 384.947 210.825 384.539 210.693C384.13 210.56 383.906 210.122 384.038 209.713L384.65 207.823L385.842 204.19Z' fill='%2335383A'/%3e%3ccircle cx='387' cy='207' r='6.8' stroke='%2335383A' stroke-width='2.4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M495 209.994C494.428 210.377 493.74 210.6 493 210.6C491.012 210.6 489.4 208.988 489.4 207C489.4 205.012 491.012 203.4 493 203.4C493.74 203.4 494.428 203.623 495 204.006C495.572 203.623 496.26 203.4 497 203.4C498.989 203.4 500.6 205.012 500.6 207C500.6 208.988 498.989 210.6 497 210.6C496.26 210.6 495.572 210.377 495 209.994Z' fill='%2335383A' fill-opacity='0.4'/%3e%3cpath d='M493 210.6C494.989 210.6 496.6 208.988 496.6 207C496.6 205.012 494.989 203.4 493 203.4C491.012 203.4 489.4 205.012 489.4 207C489.4 208.988 491.012 210.6 493 210.6Z' stroke='%2335383A'/%3e%3cpath d='M497 210.6C498.989 210.6 500.6 208.988 500.6 207C500.6 205.012 498.989 203.4 497 203.4C495.012 203.4 493.4 205.012 493.4 207C493.4 208.988 495.012 210.6 497 210.6Z' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M441 209.994C440.428 210.377 439.74 210.6 439 210.6C437.012 210.6 435.4 208.988 435.4 207C435.4 205.012 437.012 203.4 439 203.4C439.74 203.4 440.428 203.623 441 204.006C441.572 203.623 442.26 203.4 443 203.4C444.989 203.4 446.6 205.012 446.6 207C446.6 208.988 444.989 210.6 443 210.6C442.26 210.6 441.572 210.377 441 209.994Z' fill='%23757575' fill-opacity='0.4'/%3e%3cpath d='M439 210.6C440.989 210.6 442.6 208.988 442.6 207C442.6 205.012 440.989 203.4 439 203.4C437.012 203.4 435.4 205.012 435.4 207C435.4 208.988 437.012 210.6 439 210.6Z' stroke='%23757575'/%3e%3cpath d='M443 210.6C444.989 210.6 446.6 208.988 446.6 207C446.6 205.012 444.989 203.4 443 203.4C441.012 203.4 439.4 205.012 439.4 207C439.4 208.988 441.012 210.6 443 210.6Z' stroke='%23757575'/%3e%3cpath d='M479 207C479 208.657 477 210 477 210C477 210 475 208.657 475 207C475 205.343 477 204 477 204C477 204 479 205.343 479 207Z' fill='%2335383A' fill-opacity='0.6'/%3e%3cpath d='M475 210.6C476.989 210.6 478.6 208.988 478.6 207C478.6 205.012 476.989 203.4 475 203.4C473.012 203.4 471.4 205.012 471.4 207C471.4 208.988 473.012 210.6 475 210.6Z' stroke='%2335383A'/%3e%3cpath d='M479 210.6C480.989 210.6 482.6 208.988 482.6 207C482.6 205.012 480.989 203.4 479 203.4C477.012 203.4 475.4 205.012 475.4 207C475.4 208.988 477.012 210.6 479 210.6Z' stroke='%2335383A'/%3e%3cpath d='M425 207C425 208.657 423 210 423 210C423 210 421 208.657 421 207C421 205.343 423 204 423 204C423 204 425 205.343 425 207Z' fill='%23757575' fill-opacity='0.6'/%3e%3cpath d='M421 210.6C422.989 210.6 424.6 208.988 424.6 207C424.6 205.012 422.989 203.4 421 203.4C419.012 203.4 417.4 205.012 417.4 207C417.4 208.988 419.012 210.6 421 210.6Z' stroke='%23757575'/%3e%3cpath d='M425 210.6C426.989 210.6 428.6 208.988 428.6 207C428.6 205.012 426.989 203.4 425 203.4C423.012 203.4 421.4 205.012 421.4 207C421.4 208.988 423.012 210.6 425 210.6Z' stroke='%23757575'/%3e%3cpath d='M457 210.6C458.989 210.6 460.6 208.988 460.6 207C460.6 205.012 458.989 203.4 457 203.4C455.012 203.4 453.4 205.012 453.4 207C453.4 208.988 455.012 210.6 457 210.6Z' stroke='%2335383A'/%3e%3cpath d='M461 210.6C462.989 210.6 464.6 208.988 464.6 207C464.6 205.012 462.989 203.4 461 203.4C459.012 203.4 457.4 205.012 457.4 207C457.4 208.988 459.012 210.6 461 210.6Z' stroke='%2335383A'/%3e%3cpath d='M403 210.6C404.989 210.6 406.6 208.988 406.6 207C406.6 205.012 404.989 203.4 403 203.4C401.012 203.4 399.4 205.012 399.4 207C399.4 208.988 401.012 210.6 403 210.6Z' stroke='%23757575'/%3e%3cpath d='M407 210.6C408.989 210.6 410.6 208.988 410.6 207C410.6 205.012 408.989 203.4 407 203.4C405.012 203.4 403.4 205.012 403.4 207C403.4 208.988 405.012 210.6 407 210.6Z' stroke='%23757575'/%3e%3cpath d='M518 201V212H519V201H518Z' fill='black'/%3e%3cpath d='M507.646 206.852L510.828 210.033C511.024 210.229 511.34 210.229 511.536 210.033C511.731 209.838 511.731 209.522 511.536 209.326L509.207 206.998H516V205.998H509.207L511.536 203.67C511.731 203.474 511.731 203.158 511.536 202.962C511.34 202.767 511.024 202.767 510.828 202.962L507.646 206.144C507.451 206.34 507.451 206.656 507.646 206.852Z' fill='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M533.172 210.033L536.354 206.852C536.549 206.656 536.549 206.34 536.354 206.144L533.172 202.962C532.976 202.767 532.66 202.767 532.464 202.962C532.269 203.158 532.269 203.474 532.464 203.67L534.793 205.998H528V206.998H534.793L532.464 209.326C532.269 209.522 532.269 209.838 532.464 210.033C532.66 210.229 532.976 210.229 533.172 210.033Z' fill='black'/%3e%3cline x1='525.5' y1='201' x2='525.5' y2='212' stroke='black'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M243.035 174.5L243 174.5L242.965 174.5L242.965 174.5H243H243.035L243.035 174.5ZM235.5 172.5C235.5 174.709 237.291 176.5 239.5 176.5H246.5C248.709 176.5 250.5 174.709 250.5 172.5C250.5 170.554 249.11 168.933 247.269 168.574C246.673 166.788 244.987 165.5 243 165.5C241.013 165.5 239.327 166.788 238.731 168.574C236.89 168.933 235.5 170.554 235.5 172.5ZM240.75 171C240.336 171 240 171.336 240 171.75C240 172.164 240.336 172.5 240.75 172.5H245.25C245.664 172.5 246 172.164 246 171.75C246 171.336 245.664 171 245.25 171H240.75Z' fill='%2335383A'/%3e%3cg opacity='0.7'%3e%3cpath d='M548.989 201.203C552.347 201.198 554.299 202.272 554.407 202.703L554.42 211.534C554.095 212.072 552.038 213.152 549.005 213.156C545.647 213.161 543.695 212.087 543.586 211.656L543.574 202.718C543.682 202.179 545.63 201.207 548.989 201.203ZM548.987 200.126C545.412 200.131 542.597 201.211 542.491 202.611C542.491 203.15 542.503 211.55 542.503 211.55C542.505 212.95 545.431 214.131 549.006 214.126C552.581 214.121 555.505 212.717 555.503 211.532C555.503 211.532 555.491 203.024 555.491 202.594C555.38 201.194 552.562 200.121 548.987 200.126Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M551.038 204.263C550.888 203.953 550.745 203.747 550.556 203.567C550.363 203.382 550.14 203.246 549.877 203.152C549.61 203.056 549.33 203.009 549.029 203.009C548.696 203.01 548.377 203.073 548.089 203.194C547.805 203.327 547.572 203.498 547.366 203.724C547.171 203.951 547.018 204.225 546.916 204.526C546.828 204.789 546.79 205.096 546.791 205.509L546.791 205.644L546.883 205.736L547.924 205.735L548.016 205.643L548.016 205.508C548.016 205.303 548.036 205.12 548.078 204.947C548.115 204.794 548.179 204.655 548.27 204.53C548.352 204.418 548.451 204.334 548.582 204.267C548.704 204.204 548.851 204.173 549.042 204.173C549.307 204.173 549.501 204.246 549.651 204.399C549.801 204.563 549.891 204.79 549.91 205.071C549.92 205.28 549.899 205.443 549.849 205.554C549.777 205.717 549.696 205.85 549.611 205.946C549.433 206.148 549.36 206.228 549.262 206.329C549.145 206.438 549.014 206.581 548.88 206.747C548.745 206.914 548.634 207.099 548.549 207.298C548.458 207.513 548.407 207.764 548.394 208.051L548.394 208.358L548.395 208.493L548.487 208.585L549.528 208.584L549.62 208.491L549.62 208.142C549.62 208.004 549.638 207.887 549.675 207.78C549.717 207.661 549.766 207.567 549.825 207.488C549.946 207.328 549.995 207.268 550.061 207.2C550.202 207.055 550.26 206.998 550.338 206.926L550.353 206.91C550.39 206.868 550.418 206.838 550.492 206.762C550.572 206.68 550.604 206.645 550.644 206.599C550.735 206.493 550.819 206.375 550.918 206.215C551.001 206.059 551.064 205.904 551.115 205.734C551.167 205.56 551.193 205.361 551.193 205.149C551.192 204.817 551.142 204.529 551.038 204.263ZM549.047 211.009C549.55 211.009 549.947 210.61 549.947 210.107C549.946 209.604 549.547 209.207 549.044 209.208C548.542 209.208 548.144 209.607 548.145 210.11C548.145 210.612 548.544 211.01 549.047 211.009Z' fill='%230E6FF9'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M95.5 229C95.2239 229 95 228.776 95 228.5V227.5V226.5C95 226.224 95.2239 226 95.5 226C95.7761 226 96 226.224 96 226.5V227H101V223H99.9021C99.5094 223 99.27 222.568 99.4781 222.235L101.076 219.678C101.272 219.365 101.728 219.365 101.924 219.678L103.522 222.235C103.73 222.568 103.491 223 103.098 223H102V227.5C102 227.776 101.776 228 101.5 228H96V228.5C96 228.776 95.7761 229 95.5 229Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5 229C23.2239 229 23 228.776 23 228.5V227.5V226.5C23 226.224 23.2239 226 23.5 226C23.7761 226 24 226.224 24 226.5V227H29V223H27.9021C27.5094 223 27.27 222.568 27.4781 222.235L29.076 219.678C29.2718 219.365 29.7282 219.365 29.924 219.678L31.5219 222.235C31.73 222.568 31.4906 223 31.0979 223H30V227.5C30 227.776 29.7761 228 29.5 228H24V228.5C24 228.776 23.7761 229 23.5 229Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M85.3216 224.076C85.6349 224.272 85.6349 224.728 85.3216 224.924L82.765 226.522C82.432 226.73 82 226.491 82 226.098V225H76.5C76.2239 225 76 224.776 76 224.5C76 224.224 76.2239 224 76.5 224H82V222.902C82 222.509 82.432 222.27 82.765 222.478L85.3216 224.076Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3216 224.076C13.6349 224.272 13.6349 224.728 13.3216 224.924L10.765 226.522C10.432 226.73 10 226.491 10 226.098V225H4.5C4.22386 225 4 224.776 4 224.5C4 224.224 4.22386 224 4.5 224H10V222.902C10 222.509 10.432 222.27 10.765 222.478L13.3216 224.076Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M113.5 220C113.224 220 113 220.224 113 220.5V221.5V222.5C113 222.776 113.224 223 113.5 223C113.776 223 114 222.776 114 222.5V222H119V226H117.902C117.509 226 117.27 226.432 117.478 226.765L119.076 229.322C119.272 229.635 119.728 229.635 119.924 229.322L121.522 226.765C121.73 226.432 121.491 226 121.098 226H120V221.5C120 221.224 119.776 221 119.5 221H114V220.5C114 220.224 113.776 220 113.5 220Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.5 220C41.2239 220 41 220.224 41 220.5V221.5V222.5C41 222.776 41.2239 223 41.5 223C41.7761 223 42 222.776 42 222.5V222H47V226H45.9021C45.5094 226 45.27 226.432 45.4781 226.765L47.076 229.322C47.2718 229.635 47.7282 229.635 47.924 229.322L49.5219 226.765C49.73 226.432 49.4906 226 49.0979 226H48V221.5C48 221.224 47.7761 221 47.5 221H42V220.5C42 220.224 41.7761 220 41.5 220Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M134.076 219.678C134.272 219.365 134.728 219.365 134.924 219.678L136.522 222.235C136.73 222.568 136.491 223 136.098 223H135V227H136.098C136.491 227 136.73 227.432 136.522 227.765L134.924 230.322C134.728 230.635 134.272 230.635 134.076 230.322L132.478 227.765C132.27 227.432 132.51 227 132.902 227H134V223H132.902C132.509 223 132.27 222.568 132.478 222.235L134.076 219.678Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.076 219.678C62.2719 219.365 62.7282 219.365 62.924 219.678L64.5219 222.235C64.7301 222.568 64.4906 223 64.0979 223H63.0002V227H64.0981C64.4908 227 64.7302 227.432 64.5221 227.765L62.9242 230.322C62.7283 230.635 62.272 230.635 62.0762 230.322L60.4783 227.765C60.2702 227.432 60.5096 227 60.9023 227H62.0002V223H60.9022C60.5094 223 60.27 222.568 60.4782 222.235L62.076 219.678Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M584 201H586.999L585.333 204.763H588L582 214L584.399 207.158H582L584 201Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M576 207H578.085C578.291 207.583 578.847 208 579.5 208C580.328 208 581 207.328 581 206.5C581 205.672 580.328 205 579.5 205C578.847 205 578.291 205.417 578.085 206H576V207ZM591.915 207C591.709 207.583 591.153 208 590.5 208C589.672 208 589 207.328 589 206.5C589 205.672 589.672 205 590.5 205C591.153 205 591.709 205.417 591.915 206H594V207H591.915Z' fill='%23C2C3C4'/%3e%3crect x='558' y='206' width='18' height='1' fill='%230E6FF9'/%3e%3crect x='563' y='202.5' width='8' height='8' rx='4' fill='%23E7F1FE' stroke='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M603 200C606.866 200 610 203.134 610 207C610 210.867 606.866 214 603 214C599.134 214 596 210.867 596 207C596 203.134 599.134 200 603 200Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M599.477 206.078L602.659 202.896C602.854 202.701 603.17 202.701 603.366 202.896L606.548 206.078C606.743 206.274 606.743 206.59 606.548 206.786C606.352 206.981 606.036 206.981 605.84 206.786L603.512 204.457L603.512 210.75C603.512 211.026 603.288 211.25 603.012 211.25C602.736 211.25 602.512 211.026 602.512 210.75L602.512 204.457L600.184 206.786C599.988 206.981 599.672 206.981 599.477 206.786C599.281 206.59 599.281 206.274 599.477 206.078Z' fill='white'/%3e%3cg clip-path='url(%23clip3_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M608.991 185.011C608.991 185.033 608.99 185.054 608.989 185.075L608.989 185.075V186.469C608.991 186.488 608.991 186.508 608.991 186.527C608.991 186.547 608.991 186.566 608.989 186.585V186.667H608.98C608.793 187.878 606.185 188.838 602.996 188.838C599.807 188.838 597.199 187.878 597.012 186.667H597.001V185.075L597.003 185.075C597.002 185.054 597.001 185.033 597.001 185.011C597.001 183.735 599.685 182.7 602.996 182.7C606.307 182.7 608.991 183.735 608.991 185.011ZM608.955 188.112C608.978 188.195 608.99 188.279 608.99 188.365C608.99 188.386 608.989 188.407 608.988 188.429L608.988 189.822C608.99 189.842 608.99 189.861 608.99 189.881C608.99 189.9 608.99 189.92 608.988 189.939V190.02H608.979C608.792 191.232 606.184 192.192 602.995 192.192C599.806 192.192 597.198 191.232 597.011 190.02H597V188.429H597.002C597.001 188.407 597 188.386 597 188.365C597 188.279 597.012 188.195 597.035 188.112C597.362 189.27 599.906 190.171 602.995 190.171C606.085 190.171 608.628 189.27 608.955 188.112ZM608.965 191.62C608.988 191.703 609 191.787 609 191.873C609 191.894 608.999 191.915 608.998 191.937L608.998 193.33C608.999 193.35 609 193.369 609 193.389C609 193.408 608.999 193.428 608.998 193.447V193.528H608.989C608.802 194.74 606.194 195.7 603.005 195.7C599.816 195.7 597.208 194.74 597.021 193.528H597.01V191.937H597.012C597.011 191.915 597.01 191.894 597.01 191.873C597.01 191.787 597.022 191.703 597.045 191.62C597.372 192.778 599.915 193.679 603.005 193.679C606.094 193.679 608.638 192.778 608.965 191.62Z' fill='white'/%3e%3c/g%3e%3cpath d='M161 225.049C161 220.604 157.418 217 153 217C148.582 217 145 220.604 145 225.049C145 229.066 147.925 232.396 151.75 233V227.376H149.719V225.049H151.75V223.276C151.75 221.258 152.944 220.144 154.772 220.144C155.647 220.144 156.562 220.301 156.562 220.301V222.282H155.554C154.56 222.282 154.25 222.903 154.25 223.54V225.049H156.469L156.114 227.376H154.25V233C158.075 232.396 161 229.066 161 225.049Z' fill='%2329313B'/%3e%3cpath d='M195.816 217H182.181C181.528 217 181 217.516 181 218.153V231.844C181 232.481 181.528 233 182.181 233H195.816C196.469 233 197 232.481 197 231.847V218.153C197 217.516 196.469 217 195.816 217ZM185.747 230.634H183.372V222.997H185.747V230.634ZM184.559 221.956C183.797 221.956 183.181 221.341 183.181 220.581C183.181 219.822 183.797 219.206 184.559 219.206C185.319 219.206 185.934 219.822 185.934 220.581C185.934 221.338 185.319 221.956 184.559 221.956ZM194.634 230.634H192.262V226.922C192.262 226.038 192.247 224.897 191.028 224.897C189.794 224.897 189.606 225.863 189.606 226.859V230.634H187.238V222.997H189.512V224.041H189.544C189.859 223.441 190.634 222.806 191.788 222.806C194.191 222.806 194.634 224.388 194.634 226.444V230.634Z' fill='%2329313B'/%3e%3cpath d='M168.348 231.813C174.762 231.813 178.27 226.498 178.27 221.891C178.27 221.741 178.267 221.588 178.26 221.439C178.943 220.945 179.532 220.334 180 219.633C179.364 219.916 178.689 220.101 177.998 220.181C178.726 219.745 179.271 219.06 179.532 218.253C178.847 218.658 178.099 218.944 177.318 219.099C176.792 218.54 176.096 218.17 175.339 218.046C174.582 217.922 173.804 218.051 173.128 218.413C172.451 218.775 171.912 219.35 171.595 220.049C171.278 220.747 171.199 221.531 171.372 222.279C169.986 222.209 168.63 221.849 167.392 221.222C166.154 220.595 165.061 219.714 164.185 218.638C163.74 219.405 163.604 220.314 163.804 221.178C164.004 222.043 164.527 222.798 165.264 223.292C164.71 223.274 164.169 223.125 163.684 222.857V222.9C163.683 223.706 163.962 224.486 164.472 225.11C164.982 225.733 165.693 226.161 166.482 226.32C165.969 226.46 165.431 226.481 164.909 226.38C165.132 227.072 165.565 227.678 166.149 228.113C166.733 228.547 167.438 228.789 168.165 228.803C166.93 229.774 165.404 230.3 163.833 230.298C163.555 230.297 163.277 230.28 163 230.246C164.596 231.27 166.452 231.814 168.348 231.813Z' fill='%2329313B'/%3e%3cpath d='M214.841 221.428C214.841 221.428 214.684 220.325 214.203 219.841C213.594 219.203 212.913 219.2 212.6 219.162C210.363 219 207.003 219 207.003 219H206.997C206.997 219 203.638 219 201.4 219.162C201.088 219.2 200.406 219.203 199.797 219.841C199.316 220.325 199.162 221.428 199.162 221.428C199.162 221.428 199 222.725 199 224.019V225.231C199 226.525 199.159 227.822 199.159 227.822C199.159 227.822 199.316 228.925 199.794 229.409C200.403 230.047 201.203 230.025 201.559 230.094C202.841 230.216 207 230.253 207 230.253C207 230.253 210.363 230.247 212.6 230.087C212.913 230.05 213.594 230.047 214.203 229.409C214.684 228.925 214.841 227.822 214.841 227.822C214.841 227.822 215 226.528 215 225.231V224.019C215 222.725 214.841 221.428 214.841 221.428ZM205.347 226.703V222.206L209.669 224.462L205.347 226.703Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.123 221.446L221.446 218L222.27 219.849C223.669 219.096 225.347 218.855 227.002 219.298C230.449 220.222 232.494 223.764 231.57 227.21C230.647 230.657 227.105 232.702 223.658 231.778C221.215 231.124 219.476 229.153 219 226.833L220.357 226.557C220.731 228.379 222.098 229.927 224.017 230.441C226.725 231.167 229.508 229.56 230.233 226.852C230.959 224.144 229.352 221.361 226.644 220.635C225.307 220.277 223.952 220.488 222.835 221.118L223.57 222.769L220.123 221.446Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M238.123 221.446L239.446 218L240.27 219.849C241.669 219.096 243.347 218.855 245.002 219.298C248.449 220.222 250.494 223.764 249.57 227.21C248.647 230.657 245.105 232.702 241.658 231.778C239.215 231.124 237.476 229.153 237 226.833L238.357 226.557C238.731 228.379 240.098 229.927 242.017 230.441C244.725 231.167 247.508 229.56 248.233 226.852C248.959 224.144 247.352 221.361 244.644 220.635C243.307 220.277 241.952 220.488 240.835 221.118L241.57 222.769L238.123 221.446Z' fill='%230E6FF9'/%3e%3cpath d='M256.5 229.152H258.942L259.506 227.142H262.494L263.058 229.152H265.5L262.424 220H259.576L256.5 229.152ZM260.94 222.017H261.06L262.024 225.467H259.976L260.94 222.017Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M277.584 227.664H275.003V227.338C274.984 226.814 275.046 226.289 275.188 225.784C275.296 225.41 275.468 225.058 275.696 224.743C276.162 224.152 276.677 223.601 277.234 223.096C277.598 222.825 277.837 222.415 277.895 221.961C277.915 221.668 277.821 221.378 277.634 221.153C277.418 220.95 277.128 220.849 276.834 220.874C276.467 220.866 276.117 221.026 275.88 221.309C275.572 221.768 275.406 222.308 275.403 222.863L272.25 222.412C272.298 221.249 272.725 220.135 273.465 219.242C274.365 218.359 275.599 217.912 276.849 218.014C277.87 217.971 278.877 218.272 279.71 218.869C280.705 219.58 281.282 220.746 281.249 221.977C281.249 222.348 281.188 222.715 281.067 223.063C280.531 223.224 280.122 223.677 280.023 224.237C279.923 224.29 279.825 224.346 279.73 224.406C279.059 224.162 278.289 224.427 277.92 225.067L277.42 225.933C277.092 226.501 277.178 227.195 277.584 227.664ZM277.253 229H275.004V232H278.004V231.063C277.974 231.021 277.946 230.978 277.92 230.933L277.42 230.067C277.226 229.731 277.177 229.351 277.253 229Z' fill='%23C6E89F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M275.696 224.743C275.896 224.489 276.105 224.243 276.322 224.004C276.347 223.977 276.372 223.95 276.398 223.923C276.664 223.635 276.943 223.359 277.234 223.096C277.598 222.825 277.837 222.415 277.895 221.961C277.915 221.668 277.821 221.378 277.634 221.153C277.418 220.95 277.128 220.849 276.834 220.874C276.467 220.866 276.117 221.026 275.88 221.309C275.716 221.553 275.592 221.821 275.512 222.102C275.442 222.348 275.405 222.604 275.403 222.863L272.25 222.412C272.298 221.249 272.725 220.135 273.465 219.242C274.365 218.359 275.599 217.912 276.849 218.014C277.87 217.971 278.877 218.272 279.71 218.869C280.705 219.58 281.282 220.746 281.249 221.977C281.249 222.348 281.188 222.715 281.067 223.063C280.531 223.224 280.122 223.677 280.023 224.237C279.923 224.29 279.825 224.346 279.73 224.406C279.474 224.313 279.203 224.294 278.946 224.342C279.355 223.967 279.707 223.531 279.988 223.047C280.16 222.719 280.249 222.352 280.249 221.979L280.249 221.964L280.249 221.95C280.274 221.049 279.85 220.198 279.128 219.682C278.475 219.215 277.689 218.98 276.891 219.014L276.829 219.016L276.768 219.011C275.825 218.934 274.893 219.264 274.202 219.921C273.812 220.404 273.532 220.965 273.38 221.563L274.578 221.735C274.687 221.388 274.845 221.057 275.05 220.752L275.079 220.708L275.113 220.667C275.532 220.166 276.15 219.875 276.803 219.873C277.363 219.841 277.911 220.041 278.319 220.425L278.363 220.467L278.402 220.513C278.755 220.936 278.93 221.48 278.893 222.029L278.891 222.059L278.887 222.089C278.797 222.791 278.433 223.431 277.875 223.865C277.376 224.32 276.914 224.815 276.494 225.345C276.34 225.561 276.224 225.802 276.15 226.058C276.094 226.257 276.054 226.46 276.029 226.664H277.165C277.187 226.595 277.211 226.529 277.235 226.465C277.172 226.895 277.299 227.335 277.584 227.664H275.003V227.338C274.999 227.213 274.999 227.087 275.003 226.962C275.007 226.863 275.014 226.763 275.023 226.664C275.052 226.367 275.107 226.072 275.188 225.784C275.296 225.41 275.468 225.058 275.696 224.743ZM277.253 229H275.004V232H278.004V231.063C277.974 231.021 277.946 230.978 277.92 230.933L277.42 230.067C277.226 229.731 277.177 229.351 277.253 229ZM276.004 230H277.004V231H276.004V230Z' fill='%2376B236'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M281 224.5C281 224.224 281.224 224 281.5 224H282.5C282.776 224 283 224.224 283 224.5V225.171C283.351 225.295 283.672 225.482 283.949 225.72L284.531 225.384C284.77 225.246 285.076 225.328 285.214 225.567L285.714 226.433C285.852 226.672 285.77 226.978 285.531 227.116L284.95 227.452C284.983 227.629 285 227.813 285 228C285 228.187 284.983 228.371 284.95 228.548L285.531 228.884C285.77 229.022 285.852 229.328 285.714 229.567L285.214 230.433C285.076 230.672 284.77 230.754 284.531 230.616L283.949 230.28C283.672 230.518 283.351 230.705 283 230.829V231.5C283 231.776 282.776 232 282.5 232H281.5C281.224 232 281 231.776 281 231.5V230.829C280.649 230.705 280.328 230.518 280.05 230.28L279.469 230.616C279.23 230.754 278.924 230.672 278.786 230.433L278.286 229.567C278.148 229.328 278.23 229.022 278.469 228.884L279.05 228.549C279.017 228.371 279 228.187 279 228C279 227.813 279.017 227.629 279.05 227.451L278.469 227.116C278.23 226.978 278.148 226.672 278.286 226.433L278.786 225.567C278.924 225.328 279.23 225.246 279.469 225.384L280.05 225.72C280.328 225.482 280.649 225.295 281 225.171V224.5ZM282 229.25C282.69 229.25 283.25 228.69 283.25 228C283.25 227.31 282.69 226.75 282 226.75C281.309 226.75 280.75 227.31 280.75 228C280.75 228.69 281.309 229.25 282 229.25Z' fill='%2376B236'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M373.896 222.03C373.896 222.365 373.863 222.692 373.8 223.008C373.701 223.003 373.601 223 373.5 223C370.989 223 368.872 224.682 368.212 226.981C365.777 226.647 363.9 224.557 363.9 222.03C363.9 219.27 366.138 217.032 368.898 217.032C370.475 217.032 371.881 217.762 372.797 218.903L368.86 222.84L366.924 220.423L366.263 220.953L368.791 224.108L373.277 219.62C373.671 220.335 373.896 221.156 373.896 222.03ZM368 228.5C368 228.273 368.014 228.05 368.04 227.831C366.977 227.678 366.008 227.232 365.218 226.578L363.378 231.634L365.483 230.846L366.52 232.778L368.004 228.702C368.001 228.635 368 228.567 368 228.5ZM378 228.5C378 230.985 375.985 233 373.5 233C371.015 233 369 230.985 369 228.5C369 226.015 371.015 224 373.5 224C375.985 224 378 226.015 378 228.5ZM373.245 226.045C373.355 225.939 373.595 226.032 373.625 226.196L373.628 226.23V227.162L373.751 227.163C374.377 227.174 375.163 227.291 376.052 228.237C376.875 229.114 376.983 230.737 376.998 231.152L377 231.25L376.895 231.112C376.655 230.808 376.036 230.087 375.333 229.78C374.589 229.456 374.156 229.402 373.815 229.393L373.619 229.391V230.319C373.619 230.495 373.365 230.624 373.245 230.506L372.973 230.248C372.708 230.001 372.34 229.662 372.009 229.357L372.009 229.357C371.686 229.06 371.398 228.794 371.272 228.675L371.243 228.647C370.937 228.352 370.918 228.231 371.199 227.948L371.243 227.904C371.351 227.799 371.733 227.446 372.142 227.069L372.142 227.068C372.584 226.661 373.055 226.226 373.245 226.045Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M355.896 222.03C355.896 222.365 355.863 222.692 355.8 223.008C355.701 223.003 355.601 223 355.5 223C352.989 223 350.872 224.682 350.212 226.981C347.777 226.647 345.9 224.557 345.9 222.03C345.9 219.27 348.138 217.032 350.898 217.032C352.475 217.032 353.881 217.762 354.797 218.903L350.86 222.84L348.924 220.423L348.263 220.953L350.791 224.108L355.277 219.62C355.671 220.335 355.896 221.156 355.896 222.03ZM350 228.5C350 228.273 350.014 228.05 350.04 227.831C348.977 227.678 348.008 227.232 347.218 226.578L345.378 231.634L347.483 230.846L348.52 232.778L350.004 228.702C350.001 228.635 350 228.567 350 228.5ZM360 228.5C360 230.985 357.985 233 355.5 233C353.015 233 351 230.985 351 228.5C351 226.015 353.015 224 355.5 224C357.985 224 360 226.015 360 228.5ZM356.915 230.621C357.11 230.816 357.427 230.816 357.622 230.621C357.817 230.426 357.817 230.109 357.622 229.914L356.208 228.5L357.622 227.086C357.817 226.89 357.817 226.574 357.622 226.379C357.427 226.183 357.11 226.183 356.915 226.379L355.5 227.793L354.086 226.379C353.891 226.183 353.574 226.183 353.379 226.379C353.184 226.574 353.184 226.89 353.379 227.086L354.793 228.5L353.379 229.914C353.184 230.109 353.184 230.426 353.379 230.621C353.574 230.816 353.891 230.816 354.086 230.621L355.5 229.207L356.915 230.621Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M337.896 222.03C337.896 222.365 337.863 222.692 337.8 223.008C337.701 223.003 337.601 223 337.5 223C334.989 223 332.872 224.682 332.212 226.981C329.777 226.647 327.9 224.557 327.9 222.03C327.9 219.27 330.138 217.032 332.898 217.032C334.475 217.032 335.881 217.762 336.797 218.903L332.86 222.84L330.924 220.423L330.263 220.953L332.791 224.108L337.277 219.62C337.671 220.335 337.896 221.156 337.896 222.03ZM332 228.5C332 228.273 332.014 228.05 332.04 227.831C330.977 227.678 330.008 227.232 329.218 226.578L327.378 231.634L329.483 230.846L330.52 232.778L332.004 228.702C332.001 228.635 332 228.567 332 228.5ZM342 228.5C342 230.985 339.985 233 337.5 233C335.015 233 333 230.985 333 228.5C333 226.015 335.015 224 337.5 224C339.985 224 342 226.015 342 228.5ZM334.5 228.5C334.5 228.224 334.724 228 335 228H340C340.276 228 340.5 228.224 340.5 228.5C340.5 228.776 340.276 229 340 229H335C334.724 229 334.5 228.776 334.5 228.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M319.896 222.03C319.896 222.365 319.863 222.692 319.8 223.008C319.701 223.003 319.601 223 319.5 223C316.989 223 314.872 224.682 314.212 226.981C311.777 226.647 309.9 224.557 309.9 222.03C309.9 219.27 312.138 217.032 314.898 217.032C316.475 217.032 317.881 217.762 318.797 218.903L314.86 222.84L312.924 220.423L312.263 220.953L314.791 224.108L319.277 219.62C319.671 220.335 319.896 221.156 319.896 222.03ZM314 228.5C314 228.273 314.014 228.05 314.04 227.831C312.977 227.678 312.008 227.232 311.218 226.578L309.378 231.634L311.483 230.846L312.52 232.778L314.004 228.702C314.001 228.635 314 228.567 314 228.5ZM324 228.5C324 230.985 321.985 233 319.5 233C317.015 233 315 230.985 315 228.5C315 226.015 317.015 224 319.5 224C321.985 224 324 226.015 324 228.5ZM321.9 230.3C321.734 230.521 321.421 230.566 321.2 230.4L319.2 228.9C319.074 228.805 319 228.657 319 228.5V226C319 225.724 319.224 225.5 319.5 225.5C319.776 225.5 320 225.724 320 226V228.25L321.8 229.6C322.021 229.766 322.066 230.079 321.9 230.3Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M301.896 222.03C301.896 224.79 299.658 227.028 296.898 227.028C294.138 227.028 291.9 224.79 291.9 222.03C291.9 219.27 294.138 217.032 296.898 217.032C298.475 217.032 299.881 217.762 300.797 218.903L296.86 222.84L294.924 220.423L294.263 220.953L296.791 224.108L301.277 219.62C301.671 220.335 301.896 221.156 301.896 222.03ZM297.447 227.86L299.237 232.778L300.263 230.845L302.379 231.634L300.531 226.557C299.679 227.271 298.615 227.741 297.447 227.86ZM296.309 227.863C295.14 227.751 294.074 227.287 293.218 226.578L291.378 231.634L293.483 230.846L294.52 232.778L296.309 227.863Z' fill='%239A9A9A'/%3e%3crect x='416.5' y='218.5' width='13' height='13' rx='6.5' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M420 225.5C419.724 225.5 419.5 225.276 419.5 225C419.5 224.724 419.724 224.5 420 224.5H422.5V222C422.5 221.724 422.724 221.5 423 221.5C423.276 221.5 423.5 221.724 423.5 222V224.5H426C426.276 224.5 426.5 224.724 426.5 225C426.5 225.276 426.276 225.5 426 225.5H423.5V228C423.5 228.276 423.276 228.5 423 228.5C422.724 228.5 422.5 228.276 422.5 228V225.5H420Z' fill='white'/%3e%3crect x='398.5' y='218.5' width='13' height='13' rx='6.5' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M402 225.5C401.724 225.5 401.5 225.276 401.5 225C401.5 224.724 401.724 224.5 402 224.5H404.5V222C404.5 221.724 404.724 221.5 405 221.5C405.276 221.5 405.5 221.724 405.5 222V224.5H408C408.276 224.5 408.5 224.724 408.5 225C408.5 225.276 408.276 225.5 408 225.5H405.5V228C405.5 228.276 405.276 228.5 405 228.5C404.724 228.5 404.5 228.276 404.5 228V225.5H402Z' fill='%239A9A9A'/%3e%3crect x='380' y='218' width='14' height='14' rx='7' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M383.5 225.5V224.5H386.5V221.5H387.5V224.5H390.5V225.5H387.5V228.5H386.5V225.5H383.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M458.932 218C457.021 218 455.472 219.542 455.472 221.444C455.472 223.347 457.021 224.889 458.932 224.889C460.843 224.889 462.392 223.347 462.392 221.444C462.392 219.542 460.843 218 458.932 218ZM465 230.437C465 227.92 462.879 225.873 460.255 225.873H457.745C455.121 225.873 453 227.92 453 230.437V232H465V230.437Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M440.932 218C439.021 218 437.472 219.542 437.472 221.444C437.472 223.347 439.021 224.889 440.932 224.889C442.843 224.889 444.392 223.347 444.392 221.444C444.392 219.542 442.843 218 440.932 218ZM447 230.437C447 227.92 444.879 225.873 442.255 225.873H439.745C437.121 225.873 435 227.92 435 230.437V232H447V230.437Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M363 237H369V238.083H364.083V247.917H373.917V243H375V249H363V237Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M365 244H368V245H366V246H367V245H368V247H365V244Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M368 243H369V244H368V243Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M369 242H370V243H369V242Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M370 236H376V242H370V236ZM372 238V240H374V238H372Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M376 254H370V260H376V254ZM372 258V256H374V258H372ZM362 255H369V256.083H363.083V266.917H373.917V261H375V268H362V255ZM364 263H367V264V266H364V263ZM366 264H365V265H366V264ZM368.5 261.5H367.5V262.5H368.5V261.5ZM368.5 261.5H369.5V260.5H368.5V261.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M362 273H369V274.083H363.083V284.917H373.917V279H375V286H362V273Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M364 281H367V282H365V283H366V282H367V284H364V281Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M367.5 279.5H368.5V280.5H367.5V279.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M368.5 278.5H369.5V279.5H368.5V278.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M370 272H376V278H370V272ZM372 274V276H374V274H372Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M350.992 237L350.456 240.239H352.611L353.147 237H355.303L354.767 240.239L358 240.239L357.643 242.393L354.411 242.393L354.055 244.546L357.289 244.546L356.931 246.7L353.699 246.7L353.167 249.923H351.01L351.543 246.7H349.388L348.855 249.923H346.7L347.232 246.7L344 246.7L344.356 244.546L347.588 244.546L347.944 242.393L344.712 242.393L345.068 240.239L348.3 240.239L348.837 237H350.992ZM351.899 244.546L352.255 242.393H350.1L349.744 244.546H351.899Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M350.992 255L350.456 258.239H352.611L353.147 255H355.303L354.767 258.239L358 258.239L357.643 260.393L354.411 260.393L354.055 262.546L357.289 262.546L356.931 264.7L353.699 264.7L353.167 267.923H351.01L351.543 264.7H349.388L348.855 267.923H346.7L347.232 264.7L344 264.7L344.356 262.546L347.588 262.546L347.944 260.393L344.712 260.393L345.068 258.239L348.3 258.239L348.837 255H350.992ZM351.899 262.546L352.255 260.393H350.1L349.744 262.546H351.899Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M350.992 273L350.456 276.239H352.611L353.147 273H355.303L354.767 276.239L358 276.239L357.643 278.393L354.411 278.393L354.055 280.546L357.289 280.546L356.931 282.7L353.699 282.7L353.167 285.923H351.01L351.543 282.7H349.388L348.855 285.923H346.7L347.232 282.7L344 282.7L344.356 280.546L347.588 280.546L347.944 278.393L344.712 278.393L345.068 276.239L348.3 276.239L348.837 273H350.992ZM351.899 280.546L352.255 278.393H350.1L349.744 280.546H351.899Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M320.446 238.59L317.81 237.512L311.361 240.149L313.978 241.219H314.017L320.446 238.59ZM316.49 236.972L314.222 236.044C314.086 235.977 313.927 235.983 313.778 236.044L307.562 238.596L310.04 239.609L316.49 236.972ZM307 239.446V246.792C307 247.016 307.131 247.237 307.362 247.331L313.5 249.835V242.104L310.787 240.994V242.859C310.787 243.136 310.563 243.359 310.287 243.359C310.011 243.359 309.787 243.136 309.787 242.859V240.586L307 239.446ZM314.5 249.842L320.727 247.285C320.895 247.18 321 246.994 321 246.792V239.444L314.5 242.102V249.842Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M320.446 256.59L317.81 255.512L311.361 258.149L313.978 259.219H314.017L320.446 256.59ZM316.49 254.972L314.222 254.044C314.086 253.977 313.927 253.983 313.778 254.044L307.562 256.596L310.04 257.609L316.49 254.972ZM307 257.446V264.792C307 265.016 307.131 265.237 307.362 265.331L313.5 267.835V260.104L310.787 258.994V260.859C310.787 261.136 310.563 261.359 310.287 261.359C310.011 261.359 309.787 261.136 309.787 260.859V258.586L307 257.446ZM314.5 267.842L320.727 265.285C320.895 265.18 321 264.994 321 264.792V257.444L314.5 260.102V267.842Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M335.81 237.512L338.446 238.59L332.017 241.219H331.978L329.361 240.149L335.81 237.512ZM332.222 236.044L334.49 236.972L328.04 239.609L325.562 238.596L331.778 236.044C331.927 235.983 332.086 235.977 332.222 236.044ZM325 246.792V239.446L327.787 240.585V242.859C327.787 243.136 328.011 243.359 328.287 243.359C328.563 243.359 328.787 243.136 328.787 242.859V240.994L331.5 242.104V249.835L325.362 247.331C325.131 247.237 325 247.016 325 246.792ZM333.606 249.388L332.5 249.842V242.102L339 239.444V242.1C338.677 242.034 338.342 242 338 242C335.239 242 333 244.239 333 247C333 247.865 333.22 248.678 333.606 249.388Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M338 243C340.208 243 342 244.792 342 247C342 249.208 340.208 251 338 251C335.792 251 334 249.208 334 247C334 244.792 335.792 243 338 243ZM338 244.5C337.724 244.5 337.5 244.724 337.5 245V246.5H336L335.91 246.508C335.677 246.55 335.5 246.755 335.5 247C335.5 247.276 335.724 247.5 336 247.5H337.5V249L337.508 249.09C337.55 249.323 337.755 249.5 338 249.5C338.276 249.5 338.5 249.276 338.5 249V247.5H340L340.09 247.492C340.323 247.45 340.5 247.245 340.5 247C340.5 246.724 340.276 246.5 340 246.5H338.5V245L338.492 244.91C338.45 244.677 338.245 244.5 338 244.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M335.81 255.512L338.446 256.59L332.017 259.219H331.978L329.361 258.149L335.81 255.512ZM332.222 254.044L334.49 254.972L328.04 257.609L325.562 256.596L331.778 254.044C331.927 253.983 332.086 253.977 332.222 254.044ZM325 264.792V257.446L327.787 258.585V260.859C327.787 261.136 328.011 261.359 328.287 261.359C328.563 261.359 328.787 261.136 328.787 260.859V258.994L331.5 260.104V267.835L325.362 265.331C325.131 265.237 325 265.016 325 264.792ZM333.606 267.388L332.5 267.842V260.102L339 257.444V260.1C338.677 260.034 338.342 260 338 260C335.239 260 333 262.239 333 265C333 265.865 333.22 266.678 333.606 267.388Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M338 261C340.208 261 342 262.792 342 265C342 267.208 340.208 269 338 269C335.792 269 334 267.208 334 265C334 262.792 335.792 261 338 261ZM338 262.5C337.724 262.5 337.5 262.724 337.5 263V264.5H336L335.91 264.508C335.677 264.55 335.5 264.755 335.5 265C335.5 265.276 335.724 265.5 336 265.5H337.5V267L337.508 267.09C337.55 267.323 337.755 267.5 338 267.5C338.276 267.5 338.5 267.276 338.5 267V265.5H340L340.09 265.492C340.323 265.45 340.5 265.245 340.5 265C340.5 264.724 340.276 264.5 340 264.5H338.5V263L338.492 262.91C338.45 262.677 338.245 262.5 338 262.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M321.446 274.59L318.81 273.512L312.361 276.149L314.978 277.219H315.017L321.446 274.59ZM317.49 272.972L315.222 272.044C315.086 271.977 314.927 271.983 314.778 272.044L308.562 274.596L311.04 275.609L317.49 272.972ZM308 275.446V282.792C308 283.016 308.131 283.237 308.362 283.331L314.5 285.835V278.104L311.787 276.994V278.859C311.787 279.136 311.563 279.359 311.287 279.359C311.011 279.359 310.787 279.136 310.787 278.859V276.586L308 275.446ZM315.5 285.842L321.727 283.285C321.895 283.18 322 282.994 322 282.792V275.444L315.5 278.102V285.842Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M335.81 273.512L338.446 274.59L332.017 277.219H331.978L329.361 276.149L335.81 273.512ZM332.222 272.044L334.49 272.972L328.04 275.609L325.562 274.596L331.778 272.044C331.927 271.983 332.086 271.977 332.222 272.044ZM325 282.792V275.446L327.787 276.585V278.859C327.787 279.136 328.011 279.359 328.287 279.359C328.563 279.359 328.787 279.136 328.787 278.859V276.994L331.5 278.104V285.835L325.362 283.331C325.131 283.237 325 283.016 325 282.792ZM333.606 285.388L332.5 285.842V278.102L339 275.444V278.1C338.677 278.034 338.342 278 338 278C335.239 278 333 280.239 333 283C333 283.865 333.22 284.678 333.606 285.388Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M338 279C340.208 279 342 280.792 342 283C342 285.208 340.208 287 338 287C335.792 287 334 285.208 334 283C334 280.792 335.792 279 338 279ZM338 280.5C337.724 280.5 337.5 280.724 337.5 281V282.5H336L335.91 282.508C335.677 282.55 335.5 282.755 335.5 283C335.5 283.276 335.724 283.5 336 283.5H337.5V285L337.508 285.09C337.55 285.323 337.755 285.5 338 285.5C338.276 285.5 338.5 285.276 338.5 285V283.5H340L340.09 283.492C340.323 283.45 340.5 283.245 340.5 283C340.5 282.724 340.276 282.5 340 282.5H338.5V281L338.492 280.91C338.45 280.677 338.245 280.5 338 280.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M294 236H300V239H296V240H300V242H297V243H300V245H296V246H300V249H294V236Z' fill='%2335383A'/%3e%3cpath d='M305 244V246H300V244H305ZM302 249C302.552 249 303 248.552 303 248C303 247.448 302.552 247 302 247C301.448 247 301 247.448 301 248C301 248.552 301.448 249 302 249ZM302 243C302.552 243 303 242.552 303 242C303 241.448 302.552 241 302 241C301.448 241 301 241.448 301 242C301 242.552 301.448 243 302 243Z' fill='%2335383A'/%3e%3cpath d='M293 236V237.999L295 238V240L293 239.999V242H291V239.999L289 240V238L291 237.999V236H293Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M294 254H300V257H296V258H300V260H297V261H300V263H296V264H300V267H294V254Z' fill='%239A9A9A'/%3e%3cpath d='M305 262V264H300V262H305ZM302 267C302.552 267 303 266.552 303 266C303 265.448 302.552 265 302 265C301.448 265 301 265.448 301 266C301 266.552 301.448 267 302 267ZM302 261C302.552 261 303 260.552 303 260C303 259.448 302.552 259 302 259C301.448 259 301 259.448 301 260C301 260.552 301.448 261 302 261Z' fill='%239A9A9A'/%3e%3cpath d='M293 254V255.999L295 256V258L293 257.999V260H291V257.999L289 258V256L291 255.999V254H293Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M294 272H300V275H296V276H300V278H297V279H300V281H296V282H300V285H294V272Z' fill='white'/%3e%3cpath d='M305 280V282H300V280H305ZM302 285C302.552 285 303 284.552 303 284C303 283.448 302.552 283 302 283C301.448 283 301 283.448 301 284C301 284.552 301.448 285 302 285ZM302 279C302.552 279 303 278.552 303 278C303 277.448 302.552 277 302 277C301.448 277 301 277.448 301 278C301 278.552 301.448 279 302 279Z' fill='white'/%3e%3cpath d='M293 272V273.999L295 274V276L293 275.999V278H291V275.999L289 276V274L291 273.999V272H293Z' fill='white'/%3e%3cpath d='M283 275H280V286H283V275Z' fill='white'/%3e%3cpath d='M286 279H284V286H286V279Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M272 272H279V275H275V276H279V278H276V279H279V281H275V282H279V286H272V272Z' fill='white'/%3e%3cpath d='M283 239H280V250H283V239Z' fill='%2335383A'/%3e%3cpath d='M286 243H284V250H286V243Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M272 236H279V239H275V240H279V242H276V243H279V245H275V246H279V250H272V236Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M279 254H272V268H279V264H275V263H279V261H276V260H279V258H275V257H279V254ZM283 257H280V268H283V257ZM286 261H284V268H286V261Z' fill='%239A9A9A'/%3e%3cpath d='M563 330H574V339H563V330ZM560 330H562V339H560V330ZM563 327H574V329H563V327ZM560 327H562V329H560V327Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M563 309H574V311H563V309ZM562 312H560V321H562V312ZM574 312H563V321H574V312ZM562 309H560V311H562V309Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M269.332 279.42L268.49 278.582L262.827 284.429L258.111 279.734C258.005 279.577 257.953 279.402 257.953 279.21C257.953 279.018 258.005 278.844 258.111 278.687L258.374 278.529C258.444 278.495 258.531 278.477 258.637 278.477C258.689 278.477 258.759 278.477 258.847 278.495C258.935 278.512 259.005 278.529 259.057 278.582L262.827 282.335L268.595 276.487L264.615 272.525C264.195 272.176 263.774 272.106 263.563 272.106C263.125 272.089 262.739 272.228 262.406 272.525L261.354 273.677L260.302 272.42C259.969 272.124 259.583 271.984 259.145 272.001C258.707 272.019 258.321 272.193 257.988 272.525L252.973 277.535C252.658 277.866 252.5 278.25 252.5 278.687C252.5 279.123 252.658 279.507 252.973 279.839L258.216 285.057L259.057 284.115L254.236 279.315C254.113 279.193 254.043 279.018 254.025 278.791C254.025 278.739 254.043 278.669 254.096 278.582C254.148 278.495 254.218 278.425 254.323 278.372C254.411 278.25 254.551 278.18 254.744 278.163H254.849C254.902 278.163 254.972 278.18 255.06 278.233C255.148 278.285 255.218 278.32 255.27 278.372L262.827 286L269.332 279.42Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M269.332 243.42L268.49 242.582L262.827 248.429L258.111 243.734C258.005 243.577 257.953 243.402 257.953 243.21C257.953 243.018 258.005 242.844 258.111 242.687L258.374 242.529C258.444 242.495 258.531 242.477 258.637 242.477C258.689 242.477 258.759 242.477 258.847 242.495C258.935 242.512 259.005 242.529 259.057 242.582L262.827 246.335L268.595 240.487L264.615 236.525C264.195 236.176 263.774 236.106 263.563 236.106C263.125 236.089 262.739 236.228 262.406 236.525L261.354 237.677L260.302 236.42C259.969 236.124 259.583 235.984 259.145 236.001C258.707 236.019 258.321 236.193 257.988 236.525L252.973 241.535C252.658 241.866 252.5 242.25 252.5 242.687C252.5 243.123 252.658 243.507 252.973 243.839L258.216 249.057L259.057 248.115L254.236 243.315C254.113 243.193 254.043 243.018 254.025 242.791C254.025 242.739 254.043 242.669 254.096 242.582C254.148 242.495 254.218 242.425 254.323 242.372C254.411 242.25 254.551 242.18 254.744 242.163H254.849C254.902 242.163 254.972 242.18 255.06 242.233C255.148 242.285 255.218 242.32 255.27 242.372L262.827 250L269.332 243.42Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M269.332 261.42L268.49 260.582L262.827 266.429L258.111 261.734C258.005 261.577 257.953 261.402 257.953 261.21C257.953 261.018 258.005 260.844 258.111 260.687L258.374 260.529C258.444 260.495 258.531 260.477 258.637 260.477C258.689 260.477 258.759 260.477 258.847 260.495C258.935 260.512 259.005 260.529 259.057 260.582L262.827 264.335L268.595 258.487L264.615 254.525C264.195 254.176 263.774 254.106 263.563 254.106C263.125 254.089 262.739 254.228 262.406 254.525L261.354 255.677L260.302 254.42C259.969 254.124 259.583 253.984 259.145 254.001C258.707 254.019 258.321 254.193 257.988 254.525L252.973 259.535C252.658 259.866 252.5 260.25 252.5 260.687C252.5 261.123 252.658 261.507 252.973 261.839L258.216 267.057L259.057 266.115L254.236 261.315C254.113 261.193 254.043 261.018 254.025 260.791C254.025 260.739 254.043 260.669 254.096 260.582C254.148 260.495 254.218 260.425 254.323 260.372C254.411 260.25 254.551 260.18 254.744 260.163H254.849C254.902 260.163 254.972 260.18 255.06 260.233C255.148 260.285 255.218 260.32 255.27 260.372L262.827 268L269.332 261.42Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M250 273H236V275H250V273ZM242 279H250V277H242V279ZM250 282H242V280H250V282ZM250 285H242V283H250V285ZM238 279H236V285H238V279ZM239 277H241V285H239V277Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M250 237H236V239H250V237ZM242 243H250V241H242V243ZM250 246H242V244H250V246ZM250 249H242V247H250V249ZM238 243H236V249H238V243ZM239 241H241V249H239V241Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M250 255H236V257H250V255ZM242 261H250V259H242V261ZM250 264H242V262H250V264ZM250 267H242V265H250V267ZM238 261H236V267H238V261ZM239 259H241V267H239V259Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M232 245.083C231.843 246.175 229.66 247.042 227 247.042H227L227 244.716C227 244.548 226.96 244.375 226.874 244.217C226.926 244.093 226.966 243.96 226.988 243.816L227 243.74V242.522L226.991 242.385L226.988 242.355C226.984 242.328 226.98 242.301 226.976 242.274L227 242.274C229.398 242.274 231.401 241.57 231.887 240.631C231.916 240.576 232 240.583 232 240.645L232 245.083ZM222.02 239.422C222.077 239.629 222.219 239.826 222.431 240.008C223.432 240.046 224.365 240.215 225.112 240.493C225.537 240.65 225.944 240.858 226.271 241.132L226.272 241.132C226.51 241.146 226.753 241.153 227.001 241.153C229.661 241.153 231.843 240.347 232 239.33V237.94L231.994 237.846C231.868 236.818 229.681 236 227.001 236C224.239 236 222 236.869 222 237.94V239.33L222.02 239.422ZM222 249.833C224.128 249.833 225.875 249.14 226 248.266L226 244.716C226 244.666 225.933 244.661 225.91 244.705C225.521 245.456 223.918 246.019 222 246.019C220.082 246.019 218.479 245.456 218.09 244.705C218.067 244.661 218 244.666 218 244.716V248.266C218.125 249.14 219.872 249.833 222 249.833ZM225.995 242.477C225.894 241.655 224.145 241 222.001 241C219.791 241 218 241.695 218 242.552V243.664L218.016 243.737C218.231 244.516 219.937 245.122 222.001 245.122C224.129 245.122 225.875 244.477 226 243.664V242.552L225.995 242.477Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M232 263.083C231.843 264.175 229.66 265.042 227 265.042H227L227 262.716C227 262.548 226.96 262.375 226.874 262.217C226.926 262.093 226.966 261.96 226.988 261.816L227 261.74V260.522L226.991 260.385L226.988 260.355C226.984 260.328 226.98 260.301 226.976 260.274L227 260.274C229.398 260.274 231.401 259.57 231.887 258.631C231.916 258.576 232 258.583 232 258.645L232 263.083ZM222.02 257.422C222.077 257.629 222.219 257.826 222.431 258.008C223.432 258.046 224.365 258.215 225.112 258.493C225.537 258.65 225.944 258.858 226.271 259.132L226.272 259.132C226.51 259.146 226.753 259.153 227.001 259.153C229.661 259.153 231.843 258.347 232 257.33V255.94L231.994 255.846C231.868 254.818 229.681 254 227.001 254C224.239 254 222 254.869 222 255.94V257.33L222.02 257.422ZM222 267.833C224.128 267.833 225.875 267.14 226 266.266L226 262.716C226 262.666 225.933 262.661 225.91 262.705C225.521 263.456 223.918 264.019 222 264.019C220.082 264.019 218.479 263.456 218.09 262.705C218.067 262.661 218 262.666 218 262.716V266.266C218.125 267.14 219.872 267.833 222 267.833ZM225.995 260.477C225.894 259.655 224.145 259 222.001 259C219.791 259 218 259.695 218 260.552V261.664L218.016 261.737C218.231 262.516 219.937 263.122 222.001 263.122C224.129 263.122 225.875 262.477 226 261.664V260.552L225.995 260.477Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M232 281.083C231.843 282.175 229.66 283.042 227 283.042H227L227 280.716C227 280.548 226.96 280.375 226.874 280.217C226.926 280.093 226.966 279.96 226.988 279.816L227 279.74V278.522L226.991 278.385L226.988 278.355C226.984 278.328 226.98 278.301 226.976 278.274L227 278.274C229.398 278.274 231.401 277.57 231.887 276.631C231.916 276.576 232 276.583 232 276.645L232 281.083ZM222.02 275.422C222.077 275.629 222.219 275.826 222.431 276.008C223.432 276.046 224.365 276.215 225.112 276.493C225.537 276.65 225.944 276.858 226.271 277.132L226.272 277.132C226.51 277.146 226.753 277.153 227.001 277.153C229.661 277.153 231.843 276.347 232 275.33V273.94L231.994 273.846C231.868 272.818 229.681 272 227.001 272C224.239 272 222 272.869 222 273.94V275.33L222.02 275.422ZM222 285.833C224.128 285.833 225.875 285.14 226 284.266L226 280.716C226 280.666 225.933 280.661 225.91 280.705C225.521 281.456 223.918 282.019 222 282.019C220.082 282.019 218.479 281.456 218.09 280.705C218.067 280.661 218 280.666 218 280.716V284.266C218.125 285.14 219.872 285.833 222 285.833ZM225.995 278.477C225.894 277.655 224.145 277 222.001 277C219.791 277 218 277.695 218 278.552V279.664L218.016 279.737C218.231 280.516 219.937 281.122 222.001 281.122C224.129 281.122 225.875 280.477 226 279.664V278.552L225.995 278.477Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M164 273H178V274.98H164V273ZM168 275.97H164V279.931H168V275.97ZM178 275.97H174V279.931H178V275.97ZM164 280.921H168V284.881H164V280.921ZM178 280.921H174V284.881H178V280.921ZM170 276.96H172V283.891H170V276.96ZM169 284.881V275.97H173V284.881H169Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M164 237H178V238.98H164V237ZM168 239.97H164V243.931H168V239.97ZM178 239.97H174V243.931H178V239.97ZM164 244.921H168V248.881H164V244.921ZM178 244.921H174V248.881H178V244.921ZM170 240.96H172V247.891H170V240.96ZM169 248.881V239.97H173V248.881H169Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M164 255H178V256.98H164V255ZM168 257.97H164V261.931H168V257.97ZM178 257.97H174V261.931H178V257.97ZM164 262.921H168V266.881H164V262.921ZM178 262.921H174V266.881H178V262.921ZM170 258.96H172V265.891H170V258.96ZM169 266.881V257.97H173V266.881H169Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M146 273H160V275H146V273ZM150 276H146V280H150V276ZM155 276H151V280H155V276ZM160 276H156V280H160V276ZM150 281H146V285H150V281ZM155 281H151V285H155V281ZM160 281H156V285H160V281Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M146 237H160V239H146V237ZM150 240H146V244H150V240ZM155 240H151V244H155V240ZM160 240H156V244H160V240ZM150 245H146V249H150V245ZM155 245H151V249H155V245ZM160 245H156V249H160V245Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M146 255H160V257H146V255ZM150 258H146V262H150V258ZM155 258H151V262H155V258ZM160 258H156V262H160V258ZM150 263H146V267H150V263ZM155 263H151V267H155V263ZM160 263H156V267H160V263Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.5 237L106 243.062L102.5 249.124H95.5L92 243.062L95.5 237H102.5ZM98 240.062H96V242.062H95V243.062H96V247.062H97V243.062H99V243.008L100.186 244.422L98.5644 246.355L99.5197 247.156L101 245.392L102.48 247.156L103.436 246.355L101.813 244.422L103.2 242.77L102.245 241.968L101 243.452L99.7549 241.968L99 242.6V242.062H97V241.062H98V240.062Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.5 255L106 261.062L102.5 267.124H95.5L92 261.062L95.5 255H102.5ZM98 258.062H96V260.062H95V261.062H96V265.062H97V261.062H99V261.008L100.186 262.422L98.5644 264.355L99.5197 265.156L101 263.392L102.48 265.156L103.436 264.355L101.813 262.422L103.2 260.77L102.245 259.968L101 261.452L99.7549 259.968L99 260.6V260.062H97V259.062H98V258.062Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.5 273L106 279.062L102.5 285.124H95.5L92 279.062L95.5 273H102.5ZM98 276.062H96V278.062H95V279.062H96V283.062H97V279.062H99V279.008L100.186 280.422L98.5644 282.355L99.5197 283.156L101 281.392L102.48 283.156L103.436 282.355L101.813 280.422L103.2 278.77L102.245 277.968L101 279.452L99.7549 277.968L99 278.6V278.062H97V277.062H98V276.062Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M88 247.5L85 244.5L82.5 247H76V244H79.5L82 246.5L85 243.5L82 240.5L79.5 243H76V240H76.5L79 242.5L82 239.5L79 236.5L76.5 239H75V248H82.5L85 250.5L88 247.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M88 265.5L85 262.5L82.5 265H76V262H79.5L82 264.5L85 261.5L82 258.5L79.5 261H76V258H76.5L79 260.5L82 257.5L79 254.5L76.5 257H75V266H82.5L85 268.5L88 265.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M88 283.5L85 280.5L82.5 283H76V280H79.5L82 282.5L85 279.5L82 276.5L79.5 279H76V276H76.5L79 278.5L82 275.5L79 272.5L76.5 275H75V284H82.5L85 286.5L88 283.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M555 335H546V336H544V333H546V334H555V331H546V332H544V329H546V330H555V327H546V328H543V337H546V338H555V335Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M399.354 404.861C399.158 404.665 399.159 404.348 399.354 404.153C399.549 403.958 399.866 403.958 400.061 404.153L403.997 408.086L403.996 398.5C403.996 398.224 404.221 398 404.497 398C404.773 398 404.997 398.224 404.997 398.5L404.998 408.086L408.934 404.153C409.129 403.958 409.446 403.958 409.641 404.153C409.836 404.348 409.837 404.665 409.641 404.861L404.851 409.647C404.656 409.842 404.339 409.842 404.144 409.647L399.354 404.861Z' fill='%2329313B'/%3e%3crect width='10' height='1' rx='0.5' transform='matrix(1 0 0 -1 399.495 412)' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M417.354 404.861C417.158 404.665 417.159 404.348 417.354 404.153C417.549 403.958 417.866 403.958 418.061 404.153L421.997 408.086L421.996 398.5C421.996 398.224 422.221 398 422.497 398C422.773 398 422.997 398.224 422.997 398.5L422.998 408.086L426.934 404.153C427.129 403.958 427.446 403.958 427.641 404.153C427.836 404.348 427.837 404.665 427.641 404.861L422.851 409.647C422.656 409.842 422.339 409.842 422.144 409.647L417.354 404.861Z' fill='%23A9ADB1'/%3e%3crect width='10' height='1' rx='0.5' transform='matrix(1 0 0 -1 417.495 412)' fill='%23A9ADB1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M381.354 406.861C381.158 406.665 381.159 406.348 381.354 406.153C381.549 405.958 381.866 405.958 382.061 406.153L385.997 410.086L385.996 398.5C385.996 398.224 386.221 398 386.497 398C386.773 398 386.997 398.224 386.997 398.5L386.998 410.086L390.934 406.153C391.129 405.958 391.446 405.958 391.641 406.153C391.836 406.348 391.837 406.665 391.641 406.861L386.851 411.647C386.656 411.842 386.339 411.842 386.144 411.647L381.354 406.861Z' fill='%2329313B' fill-opacity='0.4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M546 309H555V312H546V311H544V314H546V313H555V316H546V315H544V318H546V317H555V320H546V319H543V310H546V309Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.3998 275.99L58.7998 280.79L59.5998 281.39L63.1998 276.59L62.3998 275.99ZM67.7497 281.21L64.045 276.491L63.2584 277.108L66.9631 281.828L67.7497 281.21Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M64 280.5H70V284.5H64V280.5ZM56 280.5H62V284.5H56V280.5ZM60 273.5H66V277.5H60V273.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.3998 239.99L58.7998 244.79L59.5998 245.39L63.1998 240.59L62.3998 239.99ZM67.7497 245.21L64.045 240.491L63.2584 241.108L66.9631 245.828L67.7497 245.21Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M64 244.5H70V248.5H64V244.5ZM56 244.5H62V248.5H56V244.5ZM60 237.5H66V241.5H60V237.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.3998 257.99L58.7998 262.79L59.5998 263.39L63.1998 258.59L62.3998 257.99ZM67.7497 263.21L64.045 258.491L63.2584 259.108L66.9631 263.828L67.7497 263.21Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M64 262.5H70V266.5H64V262.5ZM56 262.5H62V266.5H56V262.5ZM60 255.5H66V259.5H60V255.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.2929 272.707C44.6834 272.317 45.3166 272.317 45.7071 272.707L51.2929 278.293C51.6834 278.683 51.6834 279.317 51.2929 279.707L45.7071 285.293C45.3166 285.683 44.6834 285.683 44.2929 285.293L38.7071 279.707C38.3166 279.317 38.3166 278.683 38.7071 278.293L44.2929 272.707Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.2929 236.707C44.6834 236.317 45.3166 236.317 45.7071 236.707L51.2929 242.293C51.6834 242.683 51.6834 243.317 51.2929 243.707L45.7071 249.293C45.3166 249.683 44.6834 249.683 44.2929 249.293L38.7071 243.707C38.3166 243.317 38.3166 242.683 38.7071 242.293L44.2929 236.707Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.2929 254.707C44.6834 254.317 45.3166 254.317 45.7071 254.707L51.2929 260.293C51.6834 260.683 51.6834 261.317 51.2929 261.707L45.7071 267.293C45.3166 267.683 44.6834 267.683 44.2929 267.293L38.7071 261.707C38.3166 261.317 38.3166 260.683 38.7071 260.293L44.2929 254.707Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 251.5C31.6944 251.5 35.5 247.694 35.5 243C35.5 238.306 31.6944 234.5 27 234.5C22.3056 234.5 18.5 238.306 18.5 243C18.5 247.694 22.3056 251.5 27 251.5ZM24.7268 247.091H22.6814C22.5559 247.091 22.4541 246.989 22.4541 246.864V238.227C22.4541 238.102 22.5559 238 22.6814 238H24.7268C24.8523 238 24.9541 238.102 24.9541 238.227V246.864C24.9541 246.989 24.8523 247.091 24.7268 247.091ZM31.3186 247.091H29.2732C29.1477 247.091 29.0459 246.989 29.0459 246.864V239.136C29.0459 239.011 29.1477 238.909 29.2732 238.909H31.3186C31.4441 238.909 31.5459 239.011 31.5459 239.136V246.864C31.5459 246.989 31.4441 247.091 31.3186 247.091ZM27.7957 247.091H26.2048C26.0794 247.091 25.9775 246.989 25.9775 246.864V241.182C25.9775 241.056 26.0794 240.955 26.2048 240.955H27.7957C27.9212 240.955 28.023 241.056 28.023 241.182V246.864C28.023 246.989 27.9212 247.091 27.7957 247.091ZM32 248V248.455H22V248H32Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 269.5C31.6944 269.5 35.5 265.694 35.5 261C35.5 256.306 31.6944 252.5 27 252.5C22.3056 252.5 18.5 256.306 18.5 261C18.5 265.694 22.3056 269.5 27 269.5ZM24.7268 265.091H22.6814C22.5559 265.091 22.4541 264.989 22.4541 264.864V256.227C22.4541 256.102 22.5559 256 22.6814 256H24.7268C24.8523 256 24.9541 256.102 24.9541 256.227V264.864C24.9541 264.989 24.8523 265.091 24.7268 265.091ZM31.3186 265.091H29.2732C29.1477 265.091 29.0459 264.989 29.0459 264.864V257.136C29.0459 257.011 29.1477 256.909 29.2732 256.909H31.3186C31.4441 256.909 31.5459 257.011 31.5459 257.136V264.864C31.5459 264.989 31.4441 265.091 31.3186 265.091ZM27.7957 265.091H26.2048C26.0794 265.091 25.9775 264.989 25.9775 264.864V259.182C25.9775 259.056 26.0794 258.955 26.2048 258.955H27.7957C27.9212 258.955 28.023 259.056 28.023 259.182V264.864C28.023 264.989 27.9212 265.091 27.7957 265.091ZM32 266V266.455H22V266H32Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 287.5C31.6944 287.5 35.5 283.694 35.5 279C35.5 274.306 31.6944 270.5 27 270.5C22.3056 270.5 18.5 274.306 18.5 279C18.5 283.694 22.3056 287.5 27 287.5ZM24.7268 283.091H22.6814C22.5559 283.091 22.4541 282.989 22.4541 282.864V274.227C22.4541 274.102 22.5559 274 22.6814 274H24.7268C24.8523 274 24.9541 274.102 24.9541 274.227V282.864C24.9541 282.989 24.8523 283.091 24.7268 283.091ZM31.3186 283.091H29.2732C29.1477 283.091 29.0459 282.989 29.0459 282.864V275.136C29.0459 275.011 29.1477 274.909 29.2732 274.909H31.3186C31.4441 274.909 31.5459 275.011 31.5459 275.136V282.864C31.5459 282.989 31.4441 283.091 31.3186 283.091ZM27.7957 283.091H26.2048C26.0794 283.091 25.9775 282.989 25.9775 282.864V277.182C25.9775 277.056 26.0794 276.955 26.2048 276.955H27.7957C27.9212 276.955 28.023 277.056 28.023 277.182V282.864C28.023 282.989 27.9212 283.091 27.7957 283.091ZM32 284V284.455H22V284H32Z' fill='white'/%3e%3cpath d='M7.77495 272C10.9644 272 13.5499 274.586 13.5499 277.775C13.5499 279.162 13.0611 280.434 12.2465 281.43L16 285.183L15.1833 286L11.4297 282.246C10.4342 283.061 9.16165 283.55 7.77495 283.55C4.58553 283.55 2 280.964 2 277.775C2 274.586 4.58553 272 7.77495 272ZM7.77495 273.155C5.22342 273.155 3.15499 275.223 3.15499 277.775C3.15499 280.326 5.22342 282.395 7.77495 282.395C10.3265 282.395 12.3949 280.326 12.3949 277.775C12.3949 275.223 10.3265 273.155 7.77495 273.155Z' fill='white'/%3e%3cpath d='M7.77495 254C10.9644 254 13.5499 256.586 13.5499 259.775C13.5499 261.162 13.0611 262.434 12.2465 263.43L16 267.183L15.1833 268L11.4297 264.246C10.4342 265.061 9.16165 265.55 7.77495 265.55C4.58553 265.55 2 262.964 2 259.775C2 256.586 4.58553 254 7.77495 254ZM7.77495 255.155C5.22342 255.155 3.15499 257.223 3.15499 259.775C3.15499 262.326 5.22342 264.395 7.77495 264.395C10.3265 264.395 12.3949 262.326 12.3949 259.775C12.3949 257.223 10.3265 255.155 7.77495 255.155Z' fill='%239A9A9A'/%3e%3cpath d='M7.77495 236C10.9644 236 13.5499 238.586 13.5499 241.775C13.5499 243.162 13.0611 244.434 12.2465 245.43L16 249.183L15.1833 250L11.4297 246.246C10.4342 247.061 9.16165 247.55 7.77495 247.55C4.58553 247.55 2 244.964 2 241.775C2 238.586 4.58553 236 7.77495 236ZM7.77495 237.155C5.22342 237.155 3.15499 239.223 3.15499 241.775C3.15499 244.326 5.22342 246.395 7.77495 246.395C10.3265 246.395 12.3949 244.326 12.3949 241.775C12.3949 239.223 10.3265 237.155 7.77495 237.155Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M135 272.5L129 274.953L135 277.7L141 274.953L135 272.5ZM134.5 278.571V285L129 282.686V276L134.5 278.571ZM135.5 278.571L141 276V282.686L135.5 285V278.571Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M135 236.5L129 238.953L135 241.7L141 238.953L135 236.5ZM134.5 242.571V249L129 246.686V240L134.5 242.571ZM135.5 242.571L141 240V246.686L135.5 249V242.571Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M135 254.5L129 256.953L135 259.7L141 256.953L135 254.5ZM134.5 260.571V267L129 264.686V258L134.5 260.571ZM135.5 260.571L141 258V264.686L135.5 267V260.571Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M197 272H189V273H197V272ZM185 274H195V275H185V274ZM182 276H193V277H182V276ZM195 276H194V282H195V276ZM196 274H197V278H196V274ZM182 278H185V281H182V278ZM189 278H186V281H189V278ZM190 278H193V281H190V278ZM185 282H182V285H185V282ZM186 282H189V285H186V282ZM193 282H190V285H193V282Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M197 236H189V237H197V236ZM185 238H195V239H185V238ZM182 240H193V241H182V240ZM195 240H194V246H195V240ZM196 238H197V242H196V238ZM182 242H185V245H182V242ZM189 242H186V245H189V242ZM190 242H193V245H190V242ZM185 246H182V249H185V246ZM186 246H189V249H186V246ZM193 246H190V249H193V246Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M197 254H189V255H197V254ZM185 256H195V257H185V256ZM182 258H193V259H182V258ZM195 258H194V264H195V258ZM196 256H197V260H196V256ZM182 260H185V263H182V260ZM189 260H186V263H189V260ZM190 260H193V263H190V260ZM185 264H182V267H185V264ZM186 264H189V267H186V264ZM193 264H190V267H193V264Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M212.991 275.011C212.991 275.033 212.99 275.054 212.989 275.075L212.989 275.075V276.469C212.991 276.488 212.991 276.508 212.991 276.527C212.991 276.547 212.991 276.566 212.989 276.585V276.667H212.98C212.793 277.878 210.185 278.838 206.996 278.838C203.807 278.838 201.199 277.878 201.012 276.667H201.001V275.075L201.003 275.075C201.002 275.054 201.001 275.033 201.001 275.011C201.001 273.735 203.685 272.7 206.996 272.7C210.307 272.7 212.991 273.735 212.991 275.011ZM212.955 278.112C212.978 278.195 212.99 278.279 212.99 278.365C212.99 278.386 212.989 278.407 212.988 278.429L212.988 279.822C212.99 279.842 212.99 279.861 212.99 279.881C212.99 279.9 212.99 279.92 212.988 279.939V280.02H212.979C212.792 281.232 210.184 282.192 206.995 282.192C203.806 282.192 201.198 281.232 201.011 280.02H201V278.429H201.002C201.001 278.407 201 278.386 201 278.365C201 278.279 201.012 278.195 201.035 278.112C201.362 279.27 203.906 280.171 206.995 280.171C210.085 280.171 212.628 279.27 212.955 278.112ZM212.965 281.62C212.988 281.703 213 281.787 213 281.873C213 281.894 212.999 281.915 212.998 281.937L212.998 283.33C212.999 283.35 213 283.369 213 283.389C213 283.408 212.999 283.428 212.998 283.447V283.528H212.989C212.802 284.74 210.194 285.7 207.005 285.7C203.816 285.7 201.208 284.74 201.021 283.528H201.01V281.937H201.012C201.011 281.915 201.01 281.894 201.01 281.873C201.01 281.787 201.022 281.703 201.045 281.62C201.372 282.778 203.915 283.679 207.005 283.679C210.094 283.679 212.638 282.778 212.965 281.62Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M212.991 257.011C212.991 257.033 212.99 257.054 212.989 257.075L212.989 257.075V258.469C212.991 258.488 212.991 258.508 212.991 258.527C212.991 258.547 212.991 258.566 212.989 258.585V258.667H212.98C212.793 259.878 210.185 260.838 206.996 260.838C203.807 260.838 201.199 259.878 201.012 258.667H201.001V257.075L201.003 257.075C201.002 257.054 201.001 257.033 201.001 257.011C201.001 255.735 203.685 254.7 206.996 254.7C210.307 254.7 212.991 255.735 212.991 257.011ZM212.955 260.112C212.978 260.195 212.99 260.279 212.99 260.365C212.99 260.386 212.989 260.407 212.988 260.429L212.988 261.822C212.99 261.842 212.99 261.861 212.99 261.881C212.99 261.9 212.99 261.92 212.988 261.939V262.02H212.979C212.792 263.232 210.184 264.192 206.995 264.192C203.806 264.192 201.198 263.232 201.011 262.02H201V260.429H201.002C201.001 260.407 201 260.386 201 260.365C201 260.279 201.012 260.195 201.035 260.112C201.362 261.27 203.906 262.171 206.995 262.171C210.085 262.171 212.628 261.27 212.955 260.112ZM212.965 263.62C212.988 263.703 213 263.787 213 263.873C213 263.894 212.999 263.915 212.998 263.937L212.998 265.33C212.999 265.35 213 265.369 213 265.389C213 265.408 212.999 265.428 212.998 265.447V265.528H212.989C212.802 266.74 210.194 267.7 207.005 267.7C203.816 267.7 201.208 266.74 201.021 265.528H201.01V263.937H201.012C201.011 263.915 201.01 263.894 201.01 263.873C201.01 263.787 201.022 263.703 201.045 263.62C201.372 264.778 203.915 265.679 207.005 265.679C210.094 265.679 212.638 264.778 212.965 263.62Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M212.991 239.011C212.991 239.033 212.99 239.054 212.989 239.075L212.989 239.075V240.469C212.991 240.488 212.991 240.508 212.991 240.527C212.991 240.547 212.991 240.566 212.989 240.585V240.667H212.98C212.793 241.878 210.185 242.838 206.996 242.838C203.807 242.838 201.199 241.878 201.012 240.667H201.001V239.075L201.003 239.075C201.002 239.054 201.001 239.033 201.001 239.011C201.001 237.735 203.685 236.7 206.996 236.7C210.307 236.7 212.991 237.735 212.991 239.011ZM212.955 242.112C212.978 242.195 212.99 242.279 212.99 242.365C212.99 242.386 212.989 242.407 212.988 242.429L212.988 243.822C212.99 243.842 212.99 243.861 212.99 243.881C212.99 243.9 212.99 243.92 212.988 243.939V244.02H212.979C212.792 245.232 210.184 246.192 206.995 246.192C203.806 246.192 201.198 245.232 201.011 244.02H201V242.429H201.002C201.001 242.407 201 242.386 201 242.365C201 242.279 201.012 242.195 201.035 242.112C201.362 243.27 203.906 244.171 206.995 244.171C210.085 244.171 212.628 243.27 212.955 242.112ZM212.965 245.62C212.988 245.703 213 245.787 213 245.873C213 245.894 212.999 245.915 212.998 245.937L212.998 247.33C212.999 247.35 213 247.369 213 247.389C213 247.408 212.999 247.428 212.998 247.447V247.528H212.989C212.802 248.74 210.194 249.7 207.005 249.7C203.816 249.7 201.208 248.74 201.021 247.528H201.01V245.937H201.012C201.011 245.915 201.01 245.894 201.01 245.873C201.01 245.787 201.022 245.703 201.045 245.62C201.372 246.778 203.915 247.679 207.005 247.679C210.094 247.679 212.638 246.778 212.965 245.62Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M459.15 272C463.099 272 466.3 275.201 466.3 279.15C466.3 283.099 463.099 286.3 459.15 286.3C455.201 286.3 452 283.099 452 279.15C452 275.201 455.201 272 459.15 272ZM454.155 277.969L454.056 277.98C454.013 277.989 453.971 278.003 453.931 278.023L453.872 278.057C453.737 278.143 453.579 278.187 453.421 278.184C453.383 278.184 453.345 278.182 453.306 278.177L453.255 278.167L453.235 278.29C453.209 278.478 453.191 278.668 453.182 278.861L453.175 279.15C453.173 279.949 453.332 280.741 453.644 281.476C453.943 282.186 454.379 282.831 454.925 283.375C455.47 283.921 456.114 284.355 456.824 284.655C457.385 284.893 457.978 285.042 458.583 285.098L458.716 285.106L458.7 284.916C458.692 284.794 458.687 284.671 458.684 284.548L458.685 284.258L458.509 284.122C458.33 283.981 458.152 283.829 457.985 283.671C457.78 283.477 457.607 283.288 457.474 283.108C457.292 282.86 457.191 282.633 457.191 282.426C457.191 282.218 457.206 282.036 457.234 281.832L457.263 281.642L457.273 281.56C457.222 281.564 457.171 281.571 457.111 281.583L456.818 281.647L456.75 281.656L456.69 281.658C456.547 281.658 456.436 281.597 456.383 281.461C456.21 281.011 455.807 280.692 455.703 280.692C454.874 280.678 454.572 280.071 454.515 278.865L454.508 278.659L454.504 278.219C454.504 278.136 454.472 278.087 454.388 278.035C454.34 278.006 454.289 277.987 454.235 277.977L454.155 277.969ZM459.962 274.27C460.485 274.232 460.64 273.748 460.414 273.312L460.555 273.344C461.618 273.601 462.594 274.147 463.372 274.926L463.579 275.143C463.847 275.438 464.084 275.76 464.288 276.102L464.427 276.349L464.373 276.353C463.916 276.422 463.619 276.986 463.772 277.563L463.688 277.63C462.246 278.805 462.203 279.828 463.085 280.653L463.202 280.77C463.321 280.897 463.443 281.048 463.563 281.215C463.688 281.387 463.774 281.594 463.825 281.831C463.86 281.991 463.991 282.081 464.159 282.081L464.248 282.073C464.279 282.069 464.31 282.061 464.342 282.051L464.379 282.038L464.327 282.134C464.067 282.587 463.747 283.005 463.375 283.375C462.58 284.173 461.574 284.728 460.476 284.977L460.486 284.972L460.471 284.968L460.566 284.579L460.616 284.394C460.749 283.93 460.884 283.684 461.125 283.474L461.21 283.393C461.732 282.84 461.355 282.112 460.699 282.112C460.666 282.111 460.631 282.114 460.597 282.119L460.563 282.121C460.547 282.121 460.539 282.12 460.53 282.094L460.478 281.893C460.424 281.724 460.338 281.633 460.152 281.617L460.098 281.607C460.061 281.596 460.022 281.573 459.964 281.529L459.863 281.446L459.419 281.042C459.23 280.875 459.085 280.77 458.927 280.695L458.869 280.665L458.512 280.411C458.317 280.281 458.156 280.218 457.953 280.209L457.837 280.213C457.777 280.219 457.714 280.23 457.644 280.246L457.222 280.357L457.218 280.057C457.21 279.821 457.196 279.591 457.175 279.354L457.138 278.953L457.232 278.961L457.348 278.966C457.561 278.967 457.625 278.854 457.691 278.585L457.724 278.466C457.737 278.429 457.747 278.419 457.757 278.418L457.809 278.42L457.912 278.435L458.286 278.523L458.461 278.561C458.533 278.574 458.586 278.579 458.641 278.579L458.712 278.575L458.749 278.565L458.752 278.59C458.759 278.616 458.778 278.657 458.803 278.706L459.051 279.151L459.213 279.413C459.357 279.627 459.475 279.734 459.617 279.734C459.872 279.734 459.951 279.438 459.951 278.818L459.948 278.732L459.915 278.46L459.898 278.282C459.892 278.162 459.903 278.078 459.932 278.025L460.639 276.762L460.743 276.565L460.809 276.422C460.849 276.321 460.853 276.26 460.831 276.203C460.782 276.077 460.611 276.046 460.349 276.046C460.154 276.046 459.952 276.073 459.779 276.129L459.717 276.156C459.63 276.207 459.616 276.288 459.624 276.415L459.546 276.43C459.477 276.441 459.408 276.446 459.341 276.446C458.914 276.446 458.659 276.257 458.739 276.133C458.78 276.072 458.862 276.032 459.072 275.971L459.293 275.901C459.621 275.779 459.79 275.609 459.826 275.267L459.868 274.821L459.906 274.325C459.909 274.295 459.932 274.272 459.962 274.27Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M459.15 236C463.099 236 466.3 239.201 466.3 243.15C466.3 247.099 463.099 250.3 459.15 250.3C455.201 250.3 452 247.099 452 243.15C452 239.201 455.201 236 459.15 236ZM454.155 241.969L454.056 241.98C454.013 241.989 453.971 242.003 453.931 242.023L453.872 242.057C453.737 242.143 453.579 242.187 453.421 242.184C453.383 242.184 453.345 242.182 453.306 242.177L453.255 242.167L453.235 242.29C453.209 242.478 453.191 242.668 453.182 242.861L453.175 243.15C453.173 243.949 453.332 244.741 453.644 245.476C453.943 246.186 454.379 246.831 454.925 247.375C455.47 247.921 456.114 248.355 456.824 248.655C457.385 248.893 457.978 249.042 458.583 249.098L458.716 249.106L458.7 248.916C458.692 248.794 458.687 248.671 458.684 248.548L458.685 248.258L458.509 248.122C458.33 247.981 458.152 247.829 457.985 247.671C457.78 247.477 457.607 247.288 457.474 247.108C457.292 246.86 457.191 246.633 457.191 246.426C457.191 246.218 457.206 246.036 457.234 245.832L457.263 245.642L457.273 245.56C457.222 245.564 457.171 245.571 457.111 245.583L456.818 245.647L456.75 245.656L456.69 245.658C456.547 245.658 456.436 245.597 456.383 245.461C456.21 245.011 455.807 244.692 455.703 244.692C454.874 244.678 454.572 244.071 454.515 242.865L454.508 242.659L454.504 242.219C454.504 242.136 454.472 242.087 454.388 242.035C454.34 242.006 454.289 241.987 454.235 241.977L454.155 241.969ZM459.962 238.27C460.485 238.232 460.64 237.748 460.414 237.312L460.555 237.344C461.618 237.601 462.594 238.147 463.372 238.926L463.579 239.143C463.847 239.438 464.084 239.76 464.288 240.102L464.427 240.349L464.373 240.353C463.916 240.422 463.619 240.986 463.772 241.563L463.688 241.63C462.246 242.805 462.203 243.828 463.085 244.653L463.202 244.77C463.321 244.897 463.443 245.048 463.563 245.215C463.688 245.387 463.774 245.594 463.825 245.831C463.86 245.991 463.991 246.081 464.159 246.081L464.248 246.073C464.279 246.069 464.31 246.061 464.342 246.051L464.379 246.038L464.327 246.134C464.067 246.587 463.747 247.005 463.375 247.375C462.58 248.173 461.574 248.728 460.476 248.977L460.486 248.972L460.471 248.968L460.566 248.579L460.616 248.394C460.749 247.93 460.884 247.684 461.125 247.474L461.21 247.393C461.732 246.84 461.355 246.112 460.699 246.112C460.666 246.111 460.631 246.114 460.597 246.119L460.563 246.121C460.547 246.121 460.539 246.12 460.53 246.094L460.478 245.893C460.424 245.724 460.338 245.633 460.152 245.617L460.098 245.607C460.061 245.596 460.022 245.573 459.964 245.529L459.863 245.446L459.419 245.042C459.23 244.875 459.085 244.77 458.927 244.695L458.869 244.665L458.512 244.411C458.317 244.281 458.156 244.218 457.953 244.209L457.837 244.213C457.777 244.219 457.714 244.23 457.644 244.246L457.222 244.357L457.218 244.057C457.21 243.821 457.196 243.591 457.175 243.354L457.138 242.953L457.232 242.961L457.348 242.966C457.561 242.967 457.625 242.854 457.691 242.585L457.724 242.466C457.737 242.429 457.747 242.419 457.757 242.418L457.809 242.42L457.912 242.435L458.286 242.523L458.461 242.561C458.533 242.574 458.586 242.579 458.641 242.579L458.712 242.575L458.749 242.565L458.752 242.59C458.759 242.616 458.778 242.657 458.803 242.706L459.051 243.151L459.213 243.413C459.357 243.627 459.475 243.734 459.617 243.734C459.872 243.734 459.951 243.438 459.951 242.818L459.948 242.732L459.915 242.46L459.898 242.282C459.892 242.162 459.903 242.078 459.932 242.025L460.639 240.762L460.743 240.565L460.809 240.422C460.849 240.321 460.853 240.26 460.831 240.203C460.782 240.077 460.611 240.046 460.349 240.046C460.154 240.046 459.952 240.073 459.779 240.129L459.717 240.156C459.63 240.207 459.616 240.288 459.624 240.415L459.546 240.43C459.477 240.441 459.408 240.446 459.341 240.446C458.914 240.446 458.659 240.257 458.739 240.133C458.78 240.072 458.862 240.032 459.072 239.971L459.293 239.901C459.621 239.779 459.79 239.609 459.826 239.267L459.868 238.821L459.906 238.325C459.909 238.295 459.932 238.272 459.962 238.27Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M459.15 254C463.099 254 466.3 257.201 466.3 261.15C466.3 265.099 463.099 268.3 459.15 268.3C455.201 268.3 452 265.099 452 261.15C452 257.201 455.201 254 459.15 254ZM454.155 259.969L454.056 259.98C454.013 259.989 453.971 260.003 453.931 260.023L453.872 260.057C453.737 260.143 453.579 260.187 453.421 260.184C453.383 260.184 453.345 260.182 453.306 260.177L453.255 260.167L453.235 260.29C453.209 260.478 453.191 260.668 453.182 260.861L453.175 261.15C453.173 261.949 453.332 262.741 453.644 263.476C453.943 264.186 454.379 264.831 454.925 265.375C455.47 265.921 456.114 266.355 456.824 266.655C457.385 266.893 457.978 267.042 458.583 267.098L458.716 267.106L458.7 266.916C458.692 266.794 458.687 266.671 458.684 266.548L458.685 266.258L458.509 266.122C458.33 265.981 458.152 265.829 457.985 265.671C457.78 265.477 457.607 265.288 457.474 265.108C457.292 264.86 457.191 264.633 457.191 264.426C457.191 264.218 457.206 264.036 457.234 263.832L457.263 263.642L457.273 263.56C457.222 263.564 457.171 263.571 457.111 263.583L456.818 263.647L456.75 263.656L456.69 263.658C456.547 263.658 456.436 263.597 456.383 263.461C456.21 263.011 455.807 262.692 455.703 262.692C454.874 262.678 454.572 262.071 454.515 260.865L454.508 260.659L454.504 260.219C454.504 260.136 454.472 260.087 454.388 260.035C454.34 260.006 454.289 259.987 454.235 259.977L454.155 259.969ZM459.962 256.27C460.485 256.232 460.64 255.748 460.414 255.312L460.555 255.344C461.618 255.601 462.594 256.147 463.372 256.926L463.579 257.143C463.847 257.438 464.084 257.76 464.288 258.102L464.427 258.349L464.373 258.353C463.916 258.422 463.619 258.986 463.772 259.563L463.688 259.63C462.246 260.805 462.203 261.828 463.085 262.653L463.202 262.77C463.321 262.897 463.443 263.048 463.563 263.215C463.688 263.387 463.774 263.594 463.825 263.831C463.86 263.991 463.991 264.081 464.159 264.081L464.248 264.073C464.279 264.069 464.31 264.061 464.342 264.051L464.379 264.038L464.327 264.134C464.067 264.587 463.747 265.005 463.375 265.375C462.58 266.173 461.574 266.728 460.476 266.977L460.486 266.972L460.471 266.968L460.566 266.579L460.616 266.394C460.749 265.93 460.884 265.684 461.125 265.474L461.21 265.393C461.732 264.84 461.355 264.112 460.699 264.112C460.666 264.111 460.631 264.114 460.597 264.119L460.563 264.121C460.547 264.121 460.539 264.12 460.53 264.094L460.478 263.893C460.424 263.724 460.338 263.633 460.152 263.617L460.098 263.607C460.061 263.596 460.022 263.573 459.964 263.529L459.863 263.446L459.419 263.042C459.23 262.875 459.085 262.77 458.927 262.695L458.869 262.665L458.512 262.411C458.317 262.281 458.156 262.218 457.953 262.209L457.837 262.213C457.777 262.219 457.714 262.23 457.644 262.246L457.222 262.357L457.218 262.057C457.21 261.821 457.196 261.591 457.175 261.354L457.138 260.953L457.232 260.961L457.348 260.966C457.561 260.967 457.625 260.854 457.691 260.585L457.724 260.466C457.737 260.429 457.747 260.419 457.757 260.418L457.809 260.42L457.912 260.435L458.286 260.523L458.461 260.561C458.533 260.574 458.586 260.579 458.641 260.579L458.712 260.575L458.749 260.565L458.752 260.59C458.759 260.616 458.778 260.657 458.803 260.706L459.051 261.151L459.213 261.413C459.357 261.627 459.475 261.734 459.617 261.734C459.872 261.734 459.951 261.438 459.951 260.818L459.948 260.732L459.915 260.46L459.898 260.282C459.892 260.162 459.903 260.078 459.932 260.025L460.639 258.762L460.743 258.565L460.809 258.422C460.849 258.321 460.853 258.26 460.831 258.203C460.782 258.077 460.611 258.046 460.349 258.046C460.154 258.046 459.952 258.073 459.779 258.129L459.717 258.156C459.63 258.207 459.616 258.288 459.624 258.415L459.546 258.43C459.477 258.441 459.408 258.446 459.341 258.446C458.914 258.446 458.659 258.257 458.739 258.133C458.78 258.072 458.862 258.032 459.072 257.971L459.293 257.901C459.621 257.779 459.79 257.609 459.826 257.267L459.868 256.821L459.906 256.325C459.909 256.295 459.932 256.272 459.962 256.27Z' fill='%239A9A9A'/%3e%3cpath d='M480.812 277.736C483.094 277.736 484.944 279.587 484.944 281.868C484.944 284.149 483.094 286 480.812 286C478.531 286 476.681 284.149 476.681 281.868C476.681 279.587 478.531 277.736 480.812 277.736ZM475.951 272C479.046 272 481.668 274.022 482.569 276.817C482.018 276.625 481.427 276.521 480.812 276.521C480.735 276.521 480.658 276.522 480.582 276.526C480.691 276.368 480.847 276.26 481.03 276.232L481.082 276.228L480.947 275.988C480.749 275.655 480.518 275.343 480.257 275.055L480.057 274.845C479.3 274.088 478.351 273.557 477.318 273.306L477.18 273.276C477.401 273.699 477.249 274.17 476.741 274.207C476.712 274.209 476.689 274.231 476.687 274.26L476.65 274.743L476.609 275.176C476.574 275.509 476.409 275.674 476.091 275.792L475.876 275.86C475.672 275.92 475.592 275.958 475.552 276.018C475.474 276.139 475.722 276.323 476.137 276.323C476.202 276.323 476.269 276.318 476.337 276.307L476.412 276.292C476.404 276.169 476.419 276.09 476.503 276.041L476.563 276.014C476.732 275.96 476.928 275.933 477.117 275.933C477.372 275.933 477.538 275.964 477.586 276.086C477.607 276.142 477.603 276.201 477.564 276.299L477.5 276.438L477.399 276.63L476.712 277.857C476.684 277.909 476.673 277.991 476.678 278.107L476.695 278.281L476.713 278.436C476.481 278.712 476.277 279.011 476.105 279.331C476.076 279.296 476.045 279.254 476.013 279.207L475.855 278.952L475.614 278.52C475.59 278.472 475.572 278.433 475.565 278.406L475.562 278.383L475.526 278.392L475.457 278.396C475.403 278.396 475.351 278.391 475.282 278.379L475.112 278.342L474.748 278.256L474.648 278.241L474.597 278.24C474.587 278.241 474.578 278.251 474.565 278.286L474.533 278.402C474.469 278.663 474.407 278.773 474.2 278.773L474.087 278.768L473.995 278.76L474.032 279.15C474.052 279.38 474.066 279.603 474.073 279.833L474.077 280.125L474.487 280.017C474.555 280.001 474.617 279.99 474.675 279.985L474.788 279.981C474.985 279.99 475.142 280.051 475.332 280.177L475.665 280.415C475.535 280.877 475.465 281.364 475.465 281.868C475.465 283.419 476.126 284.817 477.182 285.794C476.783 285.865 476.372 285.903 475.951 285.903C472.112 285.903 469 282.791 469 278.951C469 275.112 472.112 272 475.951 272ZM480.812 278.87C479.156 278.87 477.815 280.212 477.815 281.868C477.815 283.524 479.156 284.866 480.812 284.866C482.469 284.866 483.81 283.524 483.81 281.868C483.81 280.212 482.469 278.87 480.812 278.87ZM471.095 277.803L471 277.814C470.958 277.822 470.917 277.836 470.878 277.856L470.821 277.889C470.689 277.972 470.535 278.016 470.382 278.013C470.345 278.013 470.308 278.01 470.27 278.006L470.22 277.996L470.201 278.115C470.175 278.298 470.158 278.483 470.149 278.67L470.143 278.952C470.14 279.729 470.295 280.498 470.598 281.213C470.89 281.903 471.313 282.53 471.844 283.059C472.374 283.589 473 284.012 473.69 284.304C474.235 284.535 474.812 284.68 475.4 284.734L475.529 284.742L475.514 284.558C475.506 284.438 475.501 284.319 475.499 284.199L475.499 283.918L475.328 283.785C475.155 283.648 474.981 283.5 474.819 283.347C474.62 283.158 474.451 282.975 474.323 282.799C474.146 282.558 474.047 282.338 474.047 282.136C474.047 281.934 474.062 281.757 474.089 281.559L474.117 281.374L474.127 281.294C474.077 281.298 474.028 281.306 473.969 281.317L473.684 281.379L473.619 281.388L473.56 281.39C473.421 281.39 473.313 281.33 473.262 281.199C473.093 280.761 472.701 280.45 472.601 280.45C471.795 280.437 471.5 279.847 471.446 278.674L471.439 278.474L471.435 278.046C471.435 277.966 471.403 277.918 471.322 277.868C471.275 277.839 471.225 277.82 471.174 277.811L471.095 277.803ZM480.812 279.681C481.094 279.681 481.328 279.892 481.372 280.162L481.38 280.254L481.379 281.495L482.214 281.939C482.459 281.998 482.625 282.212 482.638 282.454L482.636 282.547L482.618 282.64C482.541 282.909 482.28 283.082 481.983 283.041L481.882 283.019L480.695 282.447C480.618 282.421 480.545 282.383 480.491 282.34C480.364 282.247 480.278 282.113 480.253 281.961L480.245 281.868V280.254C480.245 279.942 480.5 279.681 480.812 279.681Z' fill='white'/%3e%3cpath d='M480.812 241.736C483.094 241.736 484.944 243.587 484.944 245.868C484.944 248.149 483.094 250 480.812 250C478.531 250 476.681 248.149 476.681 245.868C476.681 243.587 478.531 241.736 480.812 241.736ZM475.951 236C479.046 236 481.668 238.022 482.569 240.817C482.018 240.625 481.427 240.521 480.812 240.521C480.735 240.521 480.658 240.522 480.582 240.526C480.691 240.368 480.847 240.26 481.03 240.232L481.082 240.228L480.947 239.988C480.749 239.655 480.518 239.343 480.257 239.055L480.057 238.845C479.3 238.088 478.351 237.557 477.318 237.306L477.18 237.276C477.401 237.699 477.249 238.17 476.741 238.207C476.712 238.209 476.689 238.231 476.687 238.26L476.65 238.743L476.609 239.176C476.574 239.509 476.409 239.674 476.091 239.792L475.876 239.86C475.672 239.92 475.592 239.958 475.552 240.018C475.474 240.139 475.722 240.323 476.137 240.323C476.202 240.323 476.269 240.318 476.337 240.307L476.412 240.292C476.404 240.169 476.419 240.09 476.503 240.041L476.563 240.014C476.732 239.96 476.928 239.933 477.117 239.933C477.372 239.933 477.538 239.964 477.586 240.086C477.607 240.142 477.603 240.201 477.564 240.299L477.5 240.438L477.399 240.63L476.712 241.857C476.684 241.909 476.673 241.991 476.678 242.107L476.695 242.281L476.713 242.436C476.481 242.712 476.277 243.011 476.105 243.331C476.076 243.296 476.045 243.254 476.013 243.207L475.855 242.952L475.614 242.52C475.59 242.472 475.572 242.433 475.565 242.406L475.562 242.383L475.526 242.392L475.457 242.396C475.403 242.396 475.351 242.391 475.282 242.379L475.112 242.342L474.748 242.256L474.648 242.241L474.597 242.24C474.587 242.241 474.578 242.251 474.565 242.286L474.533 242.402C474.469 242.663 474.407 242.773 474.2 242.773L474.087 242.768L473.995 242.76L474.032 243.15C474.052 243.38 474.066 243.603 474.073 243.833L474.077 244.125L474.487 244.017C474.555 244.001 474.617 243.99 474.675 243.985L474.788 243.981C474.985 243.99 475.142 244.051 475.332 244.177L475.665 244.415C475.535 244.877 475.465 245.364 475.465 245.868C475.465 247.419 476.126 248.817 477.182 249.794C476.783 249.865 476.372 249.903 475.951 249.903C472.112 249.903 469 246.791 469 242.951C469 239.112 472.112 236 475.951 236ZM480.812 242.87C479.156 242.87 477.815 244.212 477.815 245.868C477.815 247.524 479.156 248.866 480.812 248.866C482.469 248.866 483.81 247.524 483.81 245.868C483.81 244.212 482.469 242.87 480.812 242.87ZM471.095 241.803L471 241.814C470.958 241.822 470.917 241.836 470.878 241.856L470.821 241.889C470.689 241.972 470.535 242.016 470.382 242.013C470.345 242.013 470.308 242.01 470.27 242.006L470.22 241.996L470.201 242.115C470.175 242.298 470.158 242.483 470.149 242.67L470.143 242.952C470.14 243.729 470.295 244.498 470.598 245.213C470.89 245.903 471.313 246.53 471.844 247.059C472.374 247.589 473 248.012 473.69 248.304C474.235 248.535 474.812 248.68 475.4 248.734L475.529 248.742L475.514 248.558C475.506 248.438 475.501 248.319 475.499 248.199L475.499 247.918L475.328 247.785C475.155 247.648 474.981 247.5 474.819 247.347C474.62 247.158 474.451 246.975 474.323 246.799C474.146 246.558 474.047 246.338 474.047 246.136C474.047 245.934 474.062 245.757 474.089 245.559L474.117 245.374L474.127 245.294C474.077 245.298 474.028 245.306 473.969 245.317L473.684 245.379L473.619 245.388L473.56 245.39C473.421 245.39 473.313 245.33 473.262 245.199C473.093 244.761 472.701 244.45 472.601 244.45C471.795 244.437 471.5 243.847 471.446 242.674L471.439 242.474L471.435 242.046C471.435 241.966 471.403 241.918 471.322 241.868C471.275 241.839 471.225 241.82 471.174 241.811L471.095 241.803ZM480.812 243.681C481.094 243.681 481.328 243.892 481.372 244.162L481.38 244.254L481.379 245.495L482.214 245.939C482.459 245.998 482.625 246.212 482.638 246.454L482.636 246.547L482.618 246.64C482.541 246.909 482.28 247.082 481.983 247.041L481.882 247.019L480.695 246.447C480.618 246.421 480.545 246.383 480.491 246.34C480.364 246.247 480.278 246.113 480.253 245.961L480.245 245.868V244.254C480.245 243.942 480.5 243.681 480.812 243.681Z' fill='%2335383A'/%3e%3cpath d='M480.812 259.736C483.094 259.736 484.944 261.587 484.944 263.868C484.944 266.149 483.094 268 480.812 268C478.531 268 476.681 266.149 476.681 263.868C476.681 261.587 478.531 259.736 480.812 259.736ZM475.951 254C479.046 254 481.668 256.022 482.569 258.817C482.018 258.625 481.427 258.521 480.812 258.521C480.735 258.521 480.658 258.522 480.582 258.526C480.691 258.368 480.847 258.26 481.03 258.232L481.082 258.228L480.947 257.988C480.749 257.655 480.518 257.343 480.257 257.055L480.057 256.845C479.3 256.088 478.351 255.557 477.318 255.306L477.18 255.276C477.401 255.699 477.249 256.17 476.741 256.207C476.712 256.209 476.689 256.231 476.687 256.26L476.65 256.743L476.609 257.176C476.574 257.509 476.409 257.674 476.091 257.792L475.876 257.86C475.672 257.92 475.592 257.958 475.552 258.018C475.474 258.139 475.722 258.323 476.137 258.323C476.202 258.323 476.269 258.318 476.337 258.307L476.412 258.292C476.404 258.169 476.419 258.09 476.503 258.041L476.563 258.014C476.732 257.96 476.928 257.933 477.117 257.933C477.372 257.933 477.538 257.964 477.586 258.086C477.607 258.142 477.603 258.201 477.564 258.299L477.5 258.438L477.399 258.63L476.712 259.857C476.684 259.909 476.673 259.991 476.678 260.107L476.695 260.281L476.713 260.436C476.481 260.712 476.277 261.011 476.105 261.331C476.076 261.296 476.045 261.254 476.013 261.207L475.855 260.952L475.614 260.52C475.59 260.472 475.572 260.433 475.565 260.406L475.562 260.383L475.526 260.392L475.457 260.396C475.403 260.396 475.351 260.391 475.282 260.379L475.112 260.342L474.748 260.256L474.648 260.241L474.597 260.24C474.587 260.241 474.578 260.251 474.565 260.286L474.533 260.402C474.469 260.663 474.407 260.773 474.2 260.773L474.087 260.768L473.995 260.76L474.032 261.15C474.052 261.38 474.066 261.603 474.073 261.833L474.077 262.125L474.487 262.017C474.555 262.001 474.617 261.99 474.675 261.985L474.788 261.981C474.985 261.99 475.142 262.051 475.332 262.177L475.665 262.415C475.535 262.877 475.465 263.364 475.465 263.868C475.465 265.419 476.126 266.817 477.182 267.794C476.783 267.865 476.372 267.903 475.951 267.903C472.112 267.903 469 264.791 469 260.951C469 257.112 472.112 254 475.951 254ZM480.812 260.87C479.156 260.87 477.815 262.212 477.815 263.868C477.815 265.524 479.156 266.866 480.812 266.866C482.469 266.866 483.81 265.524 483.81 263.868C483.81 262.212 482.469 260.87 480.812 260.87ZM471.095 259.803L471 259.814C470.958 259.822 470.917 259.836 470.878 259.856L470.821 259.889C470.689 259.972 470.535 260.016 470.382 260.013C470.345 260.013 470.308 260.01 470.27 260.006L470.22 259.996L470.201 260.115C470.175 260.298 470.158 260.483 470.149 260.67L470.143 260.952C470.14 261.729 470.295 262.498 470.598 263.213C470.89 263.903 471.313 264.53 471.844 265.059C472.374 265.589 473 266.012 473.69 266.304C474.235 266.535 474.812 266.68 475.4 266.734L475.529 266.742L475.514 266.558C475.506 266.438 475.501 266.319 475.499 266.199L475.499 265.918L475.328 265.785C475.155 265.648 474.981 265.5 474.819 265.347C474.62 265.158 474.451 264.975 474.323 264.799C474.146 264.558 474.047 264.338 474.047 264.136C474.047 263.934 474.062 263.757 474.089 263.559L474.117 263.374L474.127 263.294C474.077 263.298 474.028 263.306 473.969 263.317L473.684 263.379L473.619 263.388L473.56 263.39C473.421 263.39 473.313 263.33 473.262 263.199C473.093 262.761 472.701 262.45 472.601 262.45C471.795 262.437 471.5 261.847 471.446 260.674L471.439 260.474L471.435 260.046C471.435 259.966 471.403 259.918 471.322 259.868C471.275 259.839 471.225 259.82 471.174 259.811L471.095 259.803ZM480.812 261.681C481.094 261.681 481.328 261.892 481.372 262.162L481.38 262.254L481.379 263.495L482.214 263.939C482.459 263.998 482.625 264.212 482.638 264.454L482.636 264.547L482.618 264.64C482.541 264.909 482.28 265.082 481.983 265.041L481.882 265.019L480.695 264.447C480.618 264.421 480.545 264.383 480.491 264.34C480.364 264.247 480.278 264.113 480.253 263.961L480.245 263.868V262.254C480.245 261.942 480.5 261.681 480.812 261.681Z' fill='%239A9A9A'/%3e%3cg clip-path='url(%23clip4_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M495.1 248.9C494.9 248.1 495.1 247.3 495.8 246.8C495.6 246.5 495.5 246.2 495.4 245.8C495.3 245.7 495.3 245.6 495.1 245.6H495C495 245.6 494.9 245.6 494.9 245.5L494.8 245.4L494.4 245C494.2 244.8 494.1 244.7 493.9 244.7H493.8L493.4 244.4C493.2 244.3 493 244.2 492.8 244.2H492.7C492.6 244.2 492.6 244.2 492.5 244.2L492.1 244.3V244C492.1 243.8 492.1 243.5 492.1 243.3V243H492.2H492.3C492.5 243 492.6 242.9 492.6 242.6V242.5H492.7H492.8L493.2 242.6H493.4C493.5 242.6 493.5 242.6 493.6 242.6H493.7C493.7 242.6 493.7 242.7 493.8 242.7L494 243.1L494.2 243.4C494.3 243.6 494.5 243.7 494.6 243.7H494.7C494.7 243.5 494.8 243.3 494.9 243.1C494.9 243 494.9 242.9 494.9 242.8V242.7V242.4V242.2C494.9 242.1 494.9 242 494.9 241.9L495.6 240.6L495.7 240.4L495.8 240.3C495.8 240.2 495.8 240.1 495.8 240.1C495.7 240.1 495.6 240 495.3 240C495.1 240 494.9 240.1 494.7 240.1H494.6C494.6 240.2 494.6 240.3 494.6 240.4H494.5C494.4 240.4 494.4 240.4 494.3 240.4C493.9 240.4 493.6 240.2 493.7 240.1C493.7 240.1 493.8 240 494 240L494.2 239.9C494.5 239.8 494.7 239.6 494.7 239.3V238.9V238.4C494.7 238.4 494.7 238.3 494.8 238.3C495.3 238.3 495.5 237.8 495.3 237.3H495.4C496.5 237.6 497.4 238.1 498.2 238.9L498.4 239.1C498.7 239.4 498.9 239.7 499.1 240.1L499.2 240.3H499.1C498.6 240.4 498.4 240.9 498.5 241.5C499 241.6 499.4 241.8 499.6 242.2H500C500.4 242.2 500.7 242.3 501 242.5C500.9 238.9 497.8 236 494.1 236C490.2 236 487 239.2 487 243.2C487 247.1 490.2 250.3 494.2 250.3C494.9 250.3 495.6 250.2 496.2 250C495.6 249.8 495.2 249.4 495.1 248.9ZM493.5 249.1C492.9 249 492.3 248.9 491.7 248.7C491 248.4 490.3 248 489.8 247.4C489.3 246.9 488.8 246.2 488.5 245.5C488.3 244.7 488.1 243.9 488.1 243.2V242.9C488.1 242.7 488.1 242.5 488.2 242.3V242.2H488.3H488.4C488.6 242.2 488.7 242.2 488.9 242.1H489H489.1V242H489.2H489.3C489.4 242.1 489.4 242.1 489.4 242.2V242.6V242.8C489.5 244 489.8 244.6 490.6 244.6C490.7 244.6 491.1 244.9 491.3 245.4C491.4 245.5 491.5 245.6 491.6 245.6H491.7H491.8H492.1C492.2 245.6 492.2 245.6 492.3 245.6V245.7V245.9C492.3 246.1 492.3 246.3 492.3 246.5C492.3 246.7 492.4 246.9 492.6 247.2C492.7 247.4 492.9 247.6 493.1 247.8C493.1 247.8 493.3 248 493.5 248.1L493.7 248.2V248.5C493.7 248.6 493.7 248.7 493.7 248.9V249.1H493.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M498.955 246.928L499.283 247.256C499.355 247.326 499.396 247.422 499.397 247.523C499.397 247.623 499.358 247.72 499.287 247.791C499.216 247.863 499.12 247.903 499.019 247.903C498.919 247.903 498.823 247.863 498.752 247.791L498.454 247.493C498.334 247.601 498.208 247.702 498.077 247.795L496.973 248.583C496.909 248.629 496.832 248.654 496.754 248.654C496.591 248.653 496.447 248.548 496.397 248.393C496.348 248.237 496.403 248.068 496.535 247.972L497.64 247.181C497.736 247.113 497.828 247.038 497.915 246.958L496.863 245.906C496.715 245.759 496.715 245.519 496.863 245.371C497.011 245.223 497.251 245.223 497.399 245.371L498.416 246.393C498.806 245.841 499.015 245.183 499.016 244.508H496.377C496.169 244.508 496 244.339 496 244.131C496 243.923 496.169 243.754 496.377 243.754H497.885V243.377C497.885 243.169 498.054 243 498.262 243C498.47 243 498.639 243.169 498.639 243.377V243.754H500.147C500.355 243.754 500.524 243.923 500.524 244.131C500.524 244.339 500.355 244.508 500.147 244.508H499.77C499.766 245.381 499.481 246.23 498.955 246.928ZM503.317 249.819L501.432 245.673C501.371 245.538 501.236 245.452 501.089 245.452C500.941 245.452 500.807 245.538 500.746 245.673L498.861 249.819C498.795 249.943 498.804 250.093 498.884 250.209C498.964 250.324 499.101 250.386 499.24 250.369C499.379 250.352 499.497 250.26 499.547 250.128L500.131 248.843H502.046L502.631 250.128C502.691 250.264 502.825 250.351 502.974 250.351C503.027 250.351 503.08 250.339 503.128 250.317C503.317 250.231 503.402 250.009 503.317 249.819ZM500.475 248.089L501.089 246.74L501.704 248.089H500.475Z' fill='%2335383A'/%3e%3cpath d='M499.283 247.256L499.213 247.327L499.213 247.327L499.283 247.256ZM498.955 246.928L498.876 246.868L498.823 246.937L498.885 246.999L498.955 246.928ZM499.397 247.523L499.297 247.524V247.524L499.397 247.523ZM499.287 247.791L499.216 247.721L499.216 247.721L499.287 247.791ZM498.752 247.791L498.823 247.721L498.823 247.721L498.752 247.791ZM498.454 247.493L498.525 247.423L498.458 247.356L498.387 247.419L498.454 247.493ZM498.077 247.795L498.019 247.713L498.019 247.714L498.077 247.795ZM496.973 248.583L496.914 248.501L496.914 248.502L496.973 248.583ZM496.754 248.654L496.753 248.754L496.755 248.754L496.754 248.654ZM496.535 247.972L496.477 247.891L496.477 247.891L496.535 247.972ZM497.64 247.181L497.582 247.099L497.582 247.099L497.64 247.181ZM497.915 246.958L497.983 247.032L498.059 246.961L497.986 246.887L497.915 246.958ZM496.863 245.906L496.934 245.836L496.863 245.906ZM496.863 245.371L496.793 245.3L496.863 245.371ZM497.399 245.371L497.469 245.301L497.469 245.3L497.399 245.371ZM498.416 246.393L498.346 246.463L498.429 246.548L498.498 246.45L498.416 246.393ZM499.016 244.508L499.116 244.508L499.116 244.408H499.016V244.508ZM497.885 243.754V243.854H497.985V243.754H497.885ZM498.639 243.754H498.539V243.854H498.639V243.754ZM499.77 244.508V244.408H499.67L499.67 244.507L499.77 244.508ZM501.432 245.673L501.523 245.631L501.523 245.631L501.432 245.673ZM503.317 249.819L503.408 249.778L503.408 249.778L503.317 249.819ZM500.746 245.673L500.655 245.631L500.655 245.631L500.746 245.673ZM498.861 249.819L498.949 249.866L498.952 249.861L498.861 249.819ZM498.884 250.209L498.802 250.266L498.884 250.209ZM499.24 250.369L499.252 250.469H499.252L499.24 250.369ZM499.547 250.128L499.456 250.087L499.453 250.093L499.547 250.128ZM500.131 248.843V248.743H500.067L500.04 248.802L500.131 248.843ZM502.046 248.843L502.137 248.802L502.111 248.743H502.046V248.843ZM502.631 250.128L502.722 250.087L502.722 250.087L502.631 250.128ZM502.974 250.351L502.973 250.451L502.974 250.451L502.974 250.351ZM503.128 250.317L503.087 250.226L503.087 250.226L503.128 250.317ZM501.089 246.74L501.18 246.698L501.089 246.498L500.998 246.698L501.089 246.74ZM500.475 248.089L500.384 248.048L500.319 248.189H500.475V248.089ZM501.704 248.089V248.189H501.859L501.795 248.048L501.704 248.089ZM499.354 247.185L499.026 246.857L498.885 246.999L499.213 247.327L499.354 247.185ZM499.497 247.522C499.496 247.395 499.444 247.273 499.353 247.184L499.213 247.327C499.266 247.379 499.296 247.45 499.297 247.524L499.497 247.522ZM499.358 247.862C499.448 247.772 499.498 247.649 499.497 247.522L499.297 247.524C499.297 247.597 499.268 247.668 499.216 247.721L499.358 247.862ZM499.019 248.003C499.147 248.003 499.269 247.952 499.358 247.862L499.216 247.721C499.164 247.773 499.093 247.803 499.019 247.803V248.003ZM498.681 247.862C498.77 247.952 498.892 248.003 499.019 248.003V247.803C498.946 247.803 498.875 247.773 498.823 247.721L498.681 247.862ZM498.383 247.564L498.681 247.862L498.823 247.721L498.525 247.423L498.383 247.564ZM498.135 247.877C498.269 247.781 498.398 247.678 498.521 247.568L498.387 247.419C498.27 247.524 498.147 247.622 498.019 247.713L498.135 247.877ZM497.031 248.664L498.135 247.876L498.019 247.714L496.915 248.501L497.031 248.664ZM496.755 248.754C496.854 248.754 496.951 248.722 497.031 248.664L496.914 248.502C496.867 248.536 496.811 248.554 496.753 248.554L496.755 248.754ZM496.302 248.423C496.365 248.619 496.547 248.753 496.753 248.754L496.755 248.554C496.635 248.554 496.529 248.476 496.493 248.362L496.302 248.423ZM496.477 247.891C496.31 248.012 496.239 248.227 496.302 248.423L496.493 248.362C496.456 248.248 496.497 248.123 496.594 248.053L496.477 247.891ZM497.582 247.099L496.477 247.891L496.594 248.053L497.698 247.262L497.582 247.099ZM497.847 246.885C497.764 246.962 497.675 247.033 497.582 247.099L497.697 247.262C497.798 247.192 497.893 247.115 497.983 247.032L497.847 246.885ZM496.793 245.977L497.844 247.029L497.986 246.887L496.934 245.836L496.793 245.977ZM496.793 245.3C496.606 245.487 496.606 245.79 496.793 245.977L496.934 245.836C496.825 245.727 496.825 245.551 496.934 245.442L496.793 245.3ZM497.469 245.3C497.282 245.114 496.979 245.114 496.793 245.3L496.934 245.442C497.043 245.333 497.219 245.333 497.328 245.442L497.469 245.3ZM498.487 246.322L497.469 245.301L497.328 245.442L498.346 246.463L498.487 246.322ZM498.916 244.508C498.915 245.162 498.712 245.8 498.335 246.335L498.498 246.45C498.899 245.882 499.115 245.204 499.116 244.508L498.916 244.508ZM496.377 244.608H499.016V244.408H496.377V244.608ZM495.9 244.131C495.9 244.394 496.114 244.608 496.377 244.608V244.408C496.224 244.408 496.1 244.284 496.1 244.131H495.9ZM496.377 243.654C496.114 243.654 495.9 243.867 495.9 244.131H496.1C496.1 243.978 496.224 243.854 496.377 243.854V243.654ZM497.885 243.654H496.377V243.854H497.885V243.654ZM497.785 243.377V243.754H497.985V243.377H497.785ZM498.262 242.9C497.998 242.9 497.785 243.114 497.785 243.377H497.985C497.985 243.224 498.109 243.1 498.262 243.1V242.9ZM498.739 243.377C498.739 243.114 498.525 242.9 498.262 242.9V243.1C498.415 243.1 498.539 243.224 498.539 243.377H498.739ZM498.739 243.754V243.377H498.539V243.754H498.739ZM500.147 243.654H498.639V243.854H500.147V243.654ZM500.624 244.131C500.624 243.867 500.41 243.654 500.147 243.654V243.854C500.3 243.854 500.424 243.978 500.424 244.131H500.624ZM500.147 244.608C500.41 244.608 500.624 244.394 500.624 244.131H500.424C500.424 244.284 500.3 244.408 500.147 244.408V244.608ZM499.77 244.608H500.147V244.408H499.77V244.608ZM499.035 246.988C499.574 246.273 499.866 245.403 499.87 244.508L499.67 244.507C499.666 245.359 499.388 246.187 498.876 246.868L499.035 246.988ZM501.341 245.714L503.226 249.861L503.408 249.778L501.523 245.631L501.341 245.714ZM501.089 245.552C501.197 245.552 501.296 245.615 501.341 245.714L501.523 245.631C501.445 245.461 501.276 245.352 501.089 245.352V245.552ZM500.837 245.714C500.882 245.615 500.98 245.552 501.089 245.552V245.352C500.902 245.352 500.732 245.461 500.655 245.631L500.837 245.714ZM498.952 249.861L500.837 245.714L500.655 245.631L498.77 249.778L498.952 249.861ZM498.966 250.152C498.908 250.067 498.901 249.957 498.949 249.866L498.772 249.773C498.69 249.93 498.701 250.12 498.802 250.266L498.966 250.152ZM499.228 250.27C499.125 250.282 499.025 250.237 498.966 250.152L498.802 250.266C498.902 250.412 499.076 250.49 499.252 250.469L499.228 250.27ZM499.453 250.093C499.417 250.189 499.33 250.258 499.228 250.27L499.252 250.469C499.428 250.447 499.578 250.33 499.64 250.164L499.453 250.093ZM500.04 248.802L499.456 250.087L499.638 250.17L500.222 248.884L500.04 248.802ZM502.046 248.743H500.131V248.943H502.046V248.743ZM502.722 250.087L502.137 248.802L501.955 248.884L502.539 250.17L502.722 250.087ZM502.974 250.251C502.865 250.251 502.766 250.187 502.722 250.087L502.539 250.169C502.616 250.34 502.786 250.45 502.973 250.451L502.974 250.251ZM503.087 250.226C503.051 250.242 503.012 250.251 502.973 250.251L502.974 250.451C503.042 250.451 503.108 250.436 503.17 250.408L503.087 250.226ZM503.225 249.86C503.288 249.999 503.226 250.163 503.087 250.226L503.169 250.408C503.409 250.3 503.515 250.018 503.408 249.778L503.225 249.86ZM500.998 246.698L500.384 248.048L500.566 248.13L501.18 246.781L500.998 246.698ZM501.795 248.048L501.18 246.698L500.998 246.781L501.613 248.13L501.795 248.048ZM500.475 248.189H501.704V247.989H500.475V248.189Z' fill='%2335383A'/%3e%3c/g%3e%3cg clip-path='url(%23clip5_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M495.1 266.9C494.9 266.1 495.1 265.3 495.8 264.8C495.6 264.5 495.5 264.2 495.4 263.8C495.3 263.7 495.3 263.6 495.1 263.6H495C495 263.6 494.9 263.6 494.9 263.5L494.8 263.4L494.4 263C494.2 262.8 494.1 262.7 493.9 262.7H493.8L493.4 262.4C493.2 262.3 493 262.2 492.8 262.2H492.7C492.6 262.2 492.6 262.2 492.5 262.2L492.1 262.3V262C492.1 261.8 492.1 261.5 492.1 261.3V261H492.2H492.3C492.5 261 492.6 260.9 492.6 260.6V260.5H492.7H492.8L493.2 260.6H493.4C493.5 260.6 493.5 260.6 493.6 260.6H493.7C493.7 260.6 493.7 260.7 493.8 260.7L494 261.1L494.2 261.4C494.3 261.6 494.5 261.7 494.6 261.7H494.7C494.7 261.5 494.8 261.3 494.9 261.1C494.9 261 494.9 260.9 494.9 260.8V260.7V260.4V260.2C494.9 260.1 494.9 260 494.9 259.9L495.6 258.6L495.7 258.4L495.8 258.3C495.8 258.2 495.8 258.1 495.8 258.1C495.7 258.1 495.6 258 495.3 258C495.1 258 494.9 258.1 494.7 258.1H494.6C494.6 258.2 494.6 258.3 494.6 258.4H494.5C494.4 258.4 494.4 258.4 494.3 258.4C493.9 258.4 493.6 258.2 493.7 258.1C493.7 258.1 493.8 258 494 258L494.2 257.9C494.5 257.8 494.7 257.6 494.7 257.3V256.9V256.4C494.7 256.4 494.7 256.3 494.8 256.3C495.3 256.3 495.5 255.8 495.3 255.3H495.4C496.5 255.6 497.4 256.1 498.2 256.9L498.4 257.1C498.7 257.4 498.9 257.7 499.1 258.1L499.2 258.3H499.1C498.6 258.4 498.4 258.9 498.5 259.5C499 259.6 499.4 259.8 499.6 260.2H500C500.4 260.2 500.7 260.3 501 260.5C500.9 256.9 497.8 254 494.1 254C490.2 254 487 257.2 487 261.2C487 265.1 490.2 268.3 494.2 268.3C494.9 268.3 495.6 268.2 496.2 268C495.6 267.8 495.2 267.4 495.1 266.9ZM493.5 267.1C492.9 267 492.3 266.9 491.7 266.7C491 266.4 490.3 266 489.8 265.4C489.3 264.9 488.8 264.2 488.5 263.5C488.3 262.7 488.1 261.9 488.1 261.2V260.9C488.1 260.7 488.1 260.5 488.2 260.3V260.2H488.3H488.4C488.6 260.2 488.7 260.2 488.9 260.1H489H489.1V260H489.2H489.3C489.4 260.1 489.4 260.1 489.4 260.2V260.6V260.8C489.5 262 489.8 262.6 490.6 262.6C490.7 262.6 491.1 262.9 491.3 263.4C491.4 263.5 491.5 263.6 491.6 263.6H491.7H491.8H492.1C492.2 263.6 492.2 263.6 492.3 263.6V263.7V263.9C492.3 264.1 492.3 264.3 492.3 264.5C492.3 264.7 492.4 264.9 492.6 265.2C492.7 265.4 492.9 265.6 493.1 265.8C493.1 265.8 493.3 266 493.5 266.1L493.7 266.2V266.5C493.7 266.6 493.7 266.7 493.7 266.9V267.1H493.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M498.955 264.928L499.283 265.256C499.355 265.326 499.396 265.422 499.397 265.523C499.397 265.623 499.358 265.72 499.287 265.791C499.216 265.863 499.12 265.903 499.019 265.903C498.919 265.903 498.823 265.863 498.752 265.791L498.454 265.493C498.334 265.601 498.208 265.702 498.077 265.795L496.973 266.583C496.909 266.629 496.832 266.654 496.754 266.654C496.591 266.653 496.447 266.548 496.397 266.393C496.348 266.237 496.403 266.068 496.535 265.972L497.64 265.181C497.736 265.113 497.828 265.038 497.915 264.958L496.863 263.906C496.715 263.759 496.715 263.519 496.863 263.371C497.011 263.223 497.251 263.223 497.399 263.371L498.416 264.393C498.806 263.841 499.015 263.183 499.016 262.508H496.377C496.169 262.508 496 262.339 496 262.131C496 261.923 496.169 261.754 496.377 261.754H497.885V261.377C497.885 261.169 498.054 261 498.262 261C498.47 261 498.639 261.169 498.639 261.377V261.754H500.147C500.355 261.754 500.524 261.923 500.524 262.131C500.524 262.339 500.355 262.508 500.147 262.508H499.77C499.766 263.381 499.481 264.23 498.955 264.928ZM503.317 267.819L501.432 263.673C501.371 263.538 501.236 263.452 501.089 263.452C500.941 263.452 500.807 263.538 500.746 263.673L498.861 267.819C498.795 267.943 498.804 268.093 498.884 268.209C498.964 268.324 499.101 268.386 499.24 268.369C499.379 268.352 499.497 268.26 499.547 268.128L500.131 266.843H502.046L502.631 268.128C502.691 268.264 502.825 268.351 502.974 268.351C503.027 268.351 503.08 268.339 503.128 268.317C503.317 268.231 503.402 268.009 503.317 267.819ZM500.475 266.089L501.089 264.74L501.704 266.089H500.475Z' fill='%239A9A9A'/%3e%3cpath d='M499.283 265.256L499.213 265.327L499.213 265.327L499.283 265.256ZM498.955 264.928L498.876 264.868L498.823 264.937L498.885 264.999L498.955 264.928ZM499.397 265.523L499.297 265.524V265.524L499.397 265.523ZM499.287 265.791L499.216 265.721L499.216 265.721L499.287 265.791ZM498.752 265.791L498.823 265.721L498.823 265.721L498.752 265.791ZM498.454 265.493L498.525 265.423L498.458 265.356L498.387 265.419L498.454 265.493ZM498.077 265.795L498.019 265.713L498.019 265.714L498.077 265.795ZM496.973 266.583L496.914 266.501L496.914 266.502L496.973 266.583ZM496.754 266.654L496.753 266.754L496.755 266.754L496.754 266.654ZM496.535 265.972L496.477 265.891L496.477 265.891L496.535 265.972ZM497.64 265.181L497.582 265.099L497.582 265.099L497.64 265.181ZM497.915 264.958L497.983 265.032L498.059 264.961L497.986 264.887L497.915 264.958ZM496.863 263.906L496.934 263.836L496.863 263.906ZM496.863 263.371L496.793 263.3L496.863 263.371ZM497.399 263.371L497.469 263.301L497.469 263.3L497.399 263.371ZM498.416 264.393L498.346 264.463L498.429 264.548L498.498 264.45L498.416 264.393ZM499.016 262.508L499.116 262.508L499.116 262.408H499.016V262.508ZM497.885 261.754V261.854H497.985V261.754H497.885ZM498.639 261.754H498.539V261.854H498.639V261.754ZM499.77 262.508V262.408H499.67L499.67 262.507L499.77 262.508ZM501.432 263.673L501.523 263.631L501.523 263.631L501.432 263.673ZM503.317 267.819L503.408 267.778L503.408 267.778L503.317 267.819ZM500.746 263.673L500.655 263.631L500.655 263.631L500.746 263.673ZM498.861 267.819L498.949 267.866L498.952 267.861L498.861 267.819ZM498.884 268.209L498.802 268.266L498.884 268.209ZM499.24 268.369L499.252 268.469H499.252L499.24 268.369ZM499.547 268.128L499.456 268.087L499.453 268.093L499.547 268.128ZM500.131 266.843V266.743H500.067L500.04 266.802L500.131 266.843ZM502.046 266.843L502.137 266.802L502.111 266.743H502.046V266.843ZM502.631 268.128L502.722 268.087L502.722 268.087L502.631 268.128ZM502.974 268.351L502.973 268.451L502.974 268.451L502.974 268.351ZM503.128 268.317L503.087 268.226L503.087 268.226L503.128 268.317ZM501.089 264.74L501.18 264.698L501.089 264.498L500.998 264.698L501.089 264.74ZM500.475 266.089L500.384 266.048L500.319 266.189H500.475V266.089ZM501.704 266.089V266.189H501.859L501.795 266.048L501.704 266.089ZM499.354 265.185L499.026 264.857L498.885 264.999L499.213 265.327L499.354 265.185ZM499.497 265.522C499.496 265.395 499.444 265.273 499.353 265.184L499.213 265.327C499.266 265.379 499.296 265.45 499.297 265.524L499.497 265.522ZM499.358 265.862C499.448 265.772 499.498 265.649 499.497 265.522L499.297 265.524C499.297 265.597 499.268 265.668 499.216 265.721L499.358 265.862ZM499.019 266.003C499.147 266.003 499.269 265.952 499.358 265.862L499.216 265.721C499.164 265.773 499.093 265.803 499.019 265.803V266.003ZM498.681 265.862C498.77 265.952 498.892 266.003 499.019 266.003V265.803C498.946 265.803 498.875 265.773 498.823 265.721L498.681 265.862ZM498.383 265.564L498.681 265.862L498.823 265.721L498.525 265.423L498.383 265.564ZM498.135 265.877C498.269 265.781 498.398 265.678 498.521 265.568L498.387 265.419C498.27 265.524 498.147 265.622 498.019 265.713L498.135 265.877ZM497.031 266.664L498.135 265.876L498.019 265.714L496.915 266.501L497.031 266.664ZM496.755 266.754C496.854 266.754 496.951 266.722 497.031 266.664L496.914 266.502C496.867 266.536 496.811 266.554 496.753 266.554L496.755 266.754ZM496.302 266.423C496.365 266.619 496.547 266.753 496.753 266.754L496.755 266.554C496.635 266.554 496.529 266.476 496.493 266.362L496.302 266.423ZM496.477 265.891C496.31 266.012 496.239 266.227 496.302 266.423L496.493 266.362C496.456 266.248 496.497 266.123 496.594 266.053L496.477 265.891ZM497.582 265.099L496.477 265.891L496.594 266.053L497.698 265.262L497.582 265.099ZM497.847 264.885C497.764 264.962 497.675 265.033 497.582 265.099L497.697 265.262C497.798 265.192 497.893 265.115 497.983 265.032L497.847 264.885ZM496.793 263.977L497.844 265.029L497.986 264.887L496.934 263.836L496.793 263.977ZM496.793 263.3C496.606 263.487 496.606 263.79 496.793 263.977L496.934 263.836C496.825 263.727 496.825 263.551 496.934 263.442L496.793 263.3ZM497.469 263.3C497.282 263.114 496.979 263.114 496.793 263.3L496.934 263.442C497.043 263.333 497.219 263.333 497.328 263.442L497.469 263.3ZM498.487 264.322L497.469 263.301L497.328 263.442L498.346 264.463L498.487 264.322ZM498.916 262.508C498.915 263.162 498.712 263.8 498.335 264.335L498.498 264.45C498.899 263.882 499.115 263.204 499.116 262.508L498.916 262.508ZM496.377 262.608H499.016V262.408H496.377V262.608ZM495.9 262.131C495.9 262.394 496.114 262.608 496.377 262.608V262.408C496.224 262.408 496.1 262.284 496.1 262.131H495.9ZM496.377 261.654C496.114 261.654 495.9 261.867 495.9 262.131H496.1C496.1 261.978 496.224 261.854 496.377 261.854V261.654ZM497.885 261.654H496.377V261.854H497.885V261.654ZM497.785 261.377V261.754H497.985V261.377H497.785ZM498.262 260.9C497.998 260.9 497.785 261.114 497.785 261.377H497.985C497.985 261.224 498.109 261.1 498.262 261.1V260.9ZM498.739 261.377C498.739 261.114 498.525 260.9 498.262 260.9V261.1C498.415 261.1 498.539 261.224 498.539 261.377H498.739ZM498.739 261.754V261.377H498.539V261.754H498.739ZM500.147 261.654H498.639V261.854H500.147V261.654ZM500.624 262.131C500.624 261.867 500.41 261.654 500.147 261.654V261.854C500.3 261.854 500.424 261.978 500.424 262.131H500.624ZM500.147 262.608C500.41 262.608 500.624 262.394 500.624 262.131H500.424C500.424 262.284 500.3 262.408 500.147 262.408V262.608ZM499.77 262.608H500.147V262.408H499.77V262.608ZM499.035 264.988C499.574 264.273 499.866 263.403 499.87 262.508L499.67 262.507C499.666 263.359 499.388 264.187 498.876 264.868L499.035 264.988ZM501.341 263.714L503.226 267.861L503.408 267.778L501.523 263.631L501.341 263.714ZM501.089 263.552C501.197 263.552 501.296 263.615 501.341 263.714L501.523 263.631C501.445 263.461 501.276 263.352 501.089 263.352V263.552ZM500.837 263.714C500.882 263.615 500.98 263.552 501.089 263.552V263.352C500.902 263.352 500.732 263.461 500.655 263.631L500.837 263.714ZM498.952 267.861L500.837 263.714L500.655 263.631L498.77 267.778L498.952 267.861ZM498.966 268.152C498.908 268.067 498.901 267.957 498.949 267.866L498.772 267.773C498.69 267.93 498.701 268.12 498.802 268.266L498.966 268.152ZM499.228 268.27C499.125 268.282 499.025 268.237 498.966 268.152L498.802 268.266C498.902 268.412 499.076 268.49 499.252 268.469L499.228 268.27ZM499.453 268.093C499.417 268.189 499.33 268.258 499.228 268.27L499.252 268.469C499.428 268.447 499.578 268.33 499.64 268.164L499.453 268.093ZM500.04 266.802L499.456 268.087L499.638 268.17L500.222 266.884L500.04 266.802ZM502.046 266.743H500.131V266.943H502.046V266.743ZM502.722 268.087L502.137 266.802L501.955 266.884L502.539 268.17L502.722 268.087ZM502.974 268.251C502.865 268.251 502.766 268.187 502.722 268.087L502.539 268.169C502.616 268.34 502.786 268.45 502.973 268.451L502.974 268.251ZM503.087 268.226C503.051 268.242 503.012 268.251 502.973 268.251L502.974 268.451C503.042 268.451 503.108 268.436 503.17 268.408L503.087 268.226ZM503.225 267.86C503.288 267.999 503.226 268.163 503.087 268.226L503.169 268.408C503.409 268.3 503.515 268.018 503.408 267.778L503.225 267.86ZM500.998 264.698L500.384 266.048L500.566 266.13L501.18 264.781L500.998 264.698ZM501.795 266.048L501.18 264.698L500.998 264.781L501.613 266.13L501.795 266.048ZM500.475 266.189H501.704V265.989H500.475V266.189Z' fill='%239A9A9A'/%3e%3c/g%3e%3cg clip-path='url(%23clip6_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M495.1 284.9C494.9 284.1 495.1 283.3 495.8 282.8C495.6 282.5 495.5 282.2 495.4 281.8C495.3 281.7 495.3 281.6 495.1 281.6H495C495 281.6 494.9 281.6 494.9 281.5L494.8 281.4L494.4 281C494.2 280.8 494.1 280.7 493.9 280.7H493.8L493.4 280.4C493.2 280.3 493 280.2 492.8 280.2H492.7C492.6 280.2 492.6 280.2 492.5 280.2L492.1 280.3V280C492.1 279.8 492.1 279.5 492.1 279.3V279H492.2H492.3C492.5 279 492.6 278.9 492.6 278.6V278.5H492.7H492.8L493.2 278.6H493.4C493.5 278.6 493.5 278.6 493.6 278.6H493.7C493.7 278.6 493.7 278.7 493.8 278.7L494 279.1L494.2 279.4C494.3 279.6 494.5 279.7 494.6 279.7H494.7C494.7 279.5 494.8 279.3 494.9 279.1C494.9 279 494.9 278.9 494.9 278.8V278.7V278.4V278.2C494.9 278.1 494.9 278 494.9 277.9L495.6 276.6L495.7 276.4L495.8 276.3C495.8 276.2 495.8 276.1 495.8 276.1C495.7 276.1 495.6 276 495.3 276C495.1 276 494.9 276.1 494.7 276.1H494.6C494.6 276.2 494.6 276.3 494.6 276.4H494.5C494.4 276.4 494.4 276.4 494.3 276.4C493.9 276.4 493.6 276.2 493.7 276.1C493.7 276.1 493.8 276 494 276L494.2 275.9C494.5 275.8 494.7 275.6 494.7 275.3V274.9V274.4C494.7 274.4 494.7 274.3 494.8 274.3C495.3 274.3 495.5 273.8 495.3 273.3H495.4C496.5 273.6 497.4 274.1 498.2 274.9L498.4 275.1C498.7 275.4 498.9 275.7 499.1 276.1L499.2 276.3H499.1C498.6 276.4 498.4 276.9 498.5 277.5C499 277.6 499.4 277.8 499.6 278.2H500C500.4 278.2 500.7 278.3 501 278.5C500.9 274.9 497.8 272 494.1 272C490.2 272 487 275.2 487 279.2C487 283.1 490.2 286.3 494.2 286.3C494.9 286.3 495.6 286.2 496.2 286C495.6 285.8 495.2 285.4 495.1 284.9ZM493.5 285.1C492.9 285 492.3 284.9 491.7 284.7C491 284.4 490.3 284 489.8 283.4C489.3 282.9 488.8 282.2 488.5 281.5C488.3 280.7 488.1 279.9 488.1 279.2V278.9C488.1 278.7 488.1 278.5 488.2 278.3V278.2H488.3H488.4C488.6 278.2 488.7 278.2 488.9 278.1H489H489.1V278H489.2H489.3C489.4 278.1 489.4 278.1 489.4 278.2V278.6V278.8C489.5 280 489.8 280.6 490.6 280.6C490.7 280.6 491.1 280.9 491.3 281.4C491.4 281.5 491.5 281.6 491.6 281.6H491.7H491.8H492.1C492.2 281.6 492.2 281.6 492.3 281.6V281.7V281.9C492.3 282.1 492.3 282.3 492.3 282.5C492.3 282.7 492.4 282.9 492.6 283.2C492.7 283.4 492.9 283.6 493.1 283.8C493.1 283.8 493.3 284 493.5 284.1L493.7 284.2V284.5C493.7 284.6 493.7 284.7 493.7 284.9V285.1H493.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M498.955 282.928L499.283 283.256C499.355 283.326 499.396 283.422 499.397 283.523C499.397 283.623 499.358 283.72 499.287 283.791C499.216 283.863 499.12 283.903 499.019 283.903C498.919 283.903 498.823 283.863 498.752 283.791L498.454 283.493C498.334 283.601 498.208 283.702 498.077 283.795L496.973 284.583C496.909 284.629 496.832 284.654 496.754 284.654C496.591 284.653 496.447 284.548 496.397 284.393C496.348 284.237 496.403 284.068 496.535 283.972L497.64 283.181C497.736 283.113 497.828 283.038 497.915 282.958L496.863 281.906C496.715 281.759 496.715 281.519 496.863 281.371C497.011 281.223 497.251 281.223 497.399 281.371L498.416 282.393C498.806 281.841 499.015 281.183 499.016 280.508H496.377C496.169 280.508 496 280.339 496 280.131C496 279.923 496.169 279.754 496.377 279.754H497.885V279.377C497.885 279.169 498.054 279 498.262 279C498.47 279 498.639 279.169 498.639 279.377V279.754H500.147C500.355 279.754 500.524 279.923 500.524 280.131C500.524 280.339 500.355 280.508 500.147 280.508H499.77C499.766 281.381 499.481 282.23 498.955 282.928ZM503.317 285.819L501.432 281.673C501.371 281.538 501.236 281.452 501.089 281.452C500.941 281.452 500.807 281.538 500.746 281.673L498.861 285.819C498.795 285.943 498.804 286.093 498.884 286.209C498.964 286.324 499.101 286.386 499.24 286.369C499.379 286.352 499.497 286.26 499.547 286.128L500.131 284.843H502.046L502.631 286.128C502.691 286.264 502.825 286.351 502.974 286.351C503.027 286.351 503.08 286.339 503.128 286.317C503.317 286.231 503.402 286.009 503.317 285.819ZM500.475 284.089L501.089 282.74L501.704 284.089H500.475Z' fill='white'/%3e%3cpath d='M499.283 283.256L499.213 283.327L499.213 283.327L499.283 283.256ZM498.955 282.928L498.876 282.868L498.823 282.937L498.885 282.999L498.955 282.928ZM499.397 283.523L499.297 283.524V283.524L499.397 283.523ZM499.287 283.791L499.216 283.721L499.216 283.721L499.287 283.791ZM498.752 283.791L498.823 283.721L498.823 283.721L498.752 283.791ZM498.454 283.493L498.525 283.423L498.458 283.356L498.387 283.419L498.454 283.493ZM498.077 283.795L498.019 283.713L498.019 283.714L498.077 283.795ZM496.973 284.583L496.914 284.501L496.914 284.502L496.973 284.583ZM496.754 284.654L496.753 284.754L496.755 284.754L496.754 284.654ZM496.535 283.972L496.477 283.891L496.477 283.891L496.535 283.972ZM497.64 283.181L497.582 283.099L497.582 283.099L497.64 283.181ZM497.915 282.958L497.983 283.032L498.059 282.961L497.986 282.887L497.915 282.958ZM496.863 281.906L496.934 281.836L496.863 281.906ZM496.863 281.371L496.793 281.3L496.863 281.371ZM497.399 281.371L497.469 281.301L497.469 281.3L497.399 281.371ZM498.416 282.393L498.346 282.463L498.429 282.548L498.498 282.45L498.416 282.393ZM499.016 280.508L499.116 280.508L499.116 280.408H499.016V280.508ZM497.885 279.754V279.854H497.985V279.754H497.885ZM498.639 279.754H498.539V279.854H498.639V279.754ZM499.77 280.508V280.408H499.67L499.67 280.507L499.77 280.508ZM501.432 281.673L501.523 281.631L501.523 281.631L501.432 281.673ZM503.317 285.819L503.408 285.778L503.408 285.778L503.317 285.819ZM500.746 281.673L500.655 281.631L500.655 281.631L500.746 281.673ZM498.861 285.819L498.949 285.866L498.952 285.861L498.861 285.819ZM498.884 286.209L498.802 286.266L498.884 286.209ZM499.24 286.369L499.252 286.469H499.252L499.24 286.369ZM499.547 286.128L499.456 286.087L499.453 286.093L499.547 286.128ZM500.131 284.843V284.743H500.067L500.04 284.802L500.131 284.843ZM502.046 284.843L502.137 284.802L502.111 284.743H502.046V284.843ZM502.631 286.128L502.722 286.087L502.722 286.087L502.631 286.128ZM502.974 286.351L502.973 286.451L502.974 286.451L502.974 286.351ZM503.128 286.317L503.087 286.226L503.087 286.226L503.128 286.317ZM501.089 282.74L501.18 282.698L501.089 282.498L500.998 282.698L501.089 282.74ZM500.475 284.089L500.384 284.048L500.319 284.189H500.475V284.089ZM501.704 284.089V284.189H501.859L501.795 284.048L501.704 284.089ZM499.354 283.185L499.026 282.857L498.885 282.999L499.213 283.327L499.354 283.185ZM499.497 283.522C499.496 283.395 499.444 283.273 499.353 283.184L499.213 283.327C499.266 283.379 499.296 283.45 499.297 283.524L499.497 283.522ZM499.358 283.862C499.448 283.772 499.498 283.649 499.497 283.522L499.297 283.524C499.297 283.597 499.268 283.668 499.216 283.721L499.358 283.862ZM499.019 284.003C499.147 284.003 499.269 283.952 499.358 283.862L499.216 283.721C499.164 283.773 499.093 283.803 499.019 283.803V284.003ZM498.681 283.862C498.77 283.952 498.892 284.003 499.019 284.003V283.803C498.946 283.803 498.875 283.773 498.823 283.721L498.681 283.862ZM498.383 283.564L498.681 283.862L498.823 283.721L498.525 283.423L498.383 283.564ZM498.135 283.877C498.269 283.781 498.398 283.678 498.521 283.568L498.387 283.419C498.27 283.524 498.147 283.622 498.019 283.713L498.135 283.877ZM497.031 284.664L498.135 283.876L498.019 283.714L496.915 284.501L497.031 284.664ZM496.755 284.754C496.854 284.754 496.951 284.722 497.031 284.664L496.914 284.502C496.867 284.536 496.811 284.554 496.753 284.554L496.755 284.754ZM496.302 284.423C496.365 284.619 496.547 284.753 496.753 284.754L496.755 284.554C496.635 284.554 496.529 284.476 496.493 284.362L496.302 284.423ZM496.477 283.891C496.31 284.012 496.239 284.227 496.302 284.423L496.493 284.362C496.456 284.248 496.497 284.123 496.594 284.053L496.477 283.891ZM497.582 283.099L496.477 283.891L496.594 284.053L497.698 283.262L497.582 283.099ZM497.847 282.885C497.764 282.962 497.675 283.033 497.582 283.099L497.697 283.262C497.798 283.192 497.893 283.115 497.983 283.032L497.847 282.885ZM496.793 281.977L497.844 283.029L497.986 282.887L496.934 281.836L496.793 281.977ZM496.793 281.3C496.606 281.487 496.606 281.79 496.793 281.977L496.934 281.836C496.825 281.727 496.825 281.551 496.934 281.442L496.793 281.3ZM497.469 281.3C497.282 281.114 496.979 281.114 496.793 281.3L496.934 281.442C497.043 281.333 497.219 281.333 497.328 281.442L497.469 281.3ZM498.487 282.322L497.469 281.301L497.328 281.442L498.346 282.463L498.487 282.322ZM498.916 280.508C498.915 281.162 498.712 281.8 498.335 282.335L498.498 282.45C498.899 281.882 499.115 281.204 499.116 280.508L498.916 280.508ZM496.377 280.608H499.016V280.408H496.377V280.608ZM495.9 280.131C495.9 280.394 496.114 280.608 496.377 280.608V280.408C496.224 280.408 496.1 280.284 496.1 280.131H495.9ZM496.377 279.654C496.114 279.654 495.9 279.867 495.9 280.131H496.1C496.1 279.978 496.224 279.854 496.377 279.854V279.654ZM497.885 279.654H496.377V279.854H497.885V279.654ZM497.785 279.377V279.754H497.985V279.377H497.785ZM498.262 278.9C497.998 278.9 497.785 279.114 497.785 279.377H497.985C497.985 279.224 498.109 279.1 498.262 279.1V278.9ZM498.739 279.377C498.739 279.114 498.525 278.9 498.262 278.9V279.1C498.415 279.1 498.539 279.224 498.539 279.377H498.739ZM498.739 279.754V279.377H498.539V279.754H498.739ZM500.147 279.654H498.639V279.854H500.147V279.654ZM500.624 280.131C500.624 279.867 500.41 279.654 500.147 279.654V279.854C500.3 279.854 500.424 279.978 500.424 280.131H500.624ZM500.147 280.608C500.41 280.608 500.624 280.394 500.624 280.131H500.424C500.424 280.284 500.3 280.408 500.147 280.408V280.608ZM499.77 280.608H500.147V280.408H499.77V280.608ZM499.035 282.988C499.574 282.273 499.866 281.403 499.87 280.508L499.67 280.507C499.666 281.359 499.388 282.187 498.876 282.868L499.035 282.988ZM501.341 281.714L503.226 285.861L503.408 285.778L501.523 281.631L501.341 281.714ZM501.089 281.552C501.197 281.552 501.296 281.615 501.341 281.714L501.523 281.631C501.445 281.461 501.276 281.352 501.089 281.352V281.552ZM500.837 281.714C500.882 281.615 500.98 281.552 501.089 281.552V281.352C500.902 281.352 500.732 281.461 500.655 281.631L500.837 281.714ZM498.952 285.861L500.837 281.714L500.655 281.631L498.77 285.778L498.952 285.861ZM498.966 286.152C498.908 286.067 498.901 285.957 498.949 285.866L498.772 285.773C498.69 285.93 498.701 286.12 498.802 286.266L498.966 286.152ZM499.228 286.27C499.125 286.282 499.025 286.237 498.966 286.152L498.802 286.266C498.902 286.412 499.076 286.49 499.252 286.469L499.228 286.27ZM499.453 286.093C499.417 286.189 499.33 286.258 499.228 286.27L499.252 286.469C499.428 286.447 499.578 286.33 499.64 286.164L499.453 286.093ZM500.04 284.802L499.456 286.087L499.638 286.17L500.222 284.884L500.04 284.802ZM502.046 284.743H500.131V284.943H502.046V284.743ZM502.722 286.087L502.137 284.802L501.955 284.884L502.539 286.17L502.722 286.087ZM502.974 286.251C502.865 286.251 502.766 286.187 502.722 286.087L502.539 286.169C502.616 286.34 502.786 286.45 502.973 286.451L502.974 286.251ZM503.087 286.226C503.051 286.242 503.012 286.251 502.973 286.251L502.974 286.451C503.042 286.451 503.108 286.436 503.17 286.408L503.087 286.226ZM503.225 285.86C503.288 285.999 503.226 286.163 503.087 286.226L503.169 286.408C503.409 286.3 503.515 286.018 503.408 285.778L503.225 285.86ZM500.998 282.698L500.384 284.048L500.566 284.13L501.18 282.781L500.998 282.698ZM501.795 284.048L501.18 282.698L500.998 282.781L501.613 284.13L501.795 284.048ZM500.475 284.189H501.704V283.989H500.475V284.189Z' fill='white'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M518 272.5C518 272.224 518.224 272 518.5 272C518.776 272 519 272.224 519 272.5V273H519.503C519.779 273 520.003 273.224 520.003 273.5V285C520.003 285.552 519.555 286 519.003 286H507C506.448 286 506 285.552 506 285V273.5C506 273.224 506.224 273 506.5 273H507V274.5H507.997V272.5C507.997 272.224 508.224 272 508.501 272C508.777 272 509.004 272.224 509.004 272.5V273H517V274.5H518V272.5ZM519 285H507V276H519V285ZM513.027 279.543V279.527C513.027 278.472 513.837 277.737 514.994 277.737C516.109 277.737 516.914 278.417 516.914 279.359C516.914 279.965 516.605 280.466 515.647 281.412L514.466 282.597V282.663H517V283.52H513.082V282.82L514.963 280.896C515.733 280.114 515.925 279.821 515.925 279.422C515.925 278.925 515.518 278.566 514.963 278.566C514.372 278.566 513.974 278.953 513.974 279.527V279.543H513.027ZM511.479 283.52H510.47V278.894H510.404L509 279.879V278.91L510.474 277.877H511.479V283.52Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M518 236.5C518 236.224 518.224 236 518.5 236C518.776 236 519 236.224 519 236.5V237H519.503C519.779 237 520.003 237.224 520.003 237.5V249C520.003 249.552 519.555 250 519.003 250H507C506.448 250 506 249.552 506 249V237.5C506 237.224 506.224 237 506.5 237H507V238.5H507.997V236.5C507.997 236.224 508.224 236 508.501 236C508.777 236 509.004 236.224 509.004 236.5V237H517V238.5H518V236.5ZM519 249H507V240H519V249ZM513.027 243.543V243.527C513.027 242.472 513.837 241.737 514.994 241.737C516.109 241.737 516.914 242.417 516.914 243.359C516.914 243.965 516.605 244.466 515.647 245.412L514.466 246.597V246.663H517V247.52H513.082V246.82L514.963 244.896C515.733 244.114 515.925 243.821 515.925 243.422C515.925 242.925 515.518 242.566 514.963 242.566C514.372 242.566 513.974 242.953 513.974 243.527V243.543H513.027ZM511.479 247.52H510.47V242.894H510.404L509 243.879V242.91L510.474 241.877H511.479V247.52Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M518 254.5C518 254.224 518.224 254 518.5 254C518.776 254 519 254.224 519 254.5V255H519.503C519.779 255 520.003 255.224 520.003 255.5V267C520.003 267.552 519.555 268 519.003 268H507C506.448 268 506 267.552 506 267V255.5C506 255.224 506.224 255 506.5 255H507V256.5H507.997V254.5C507.997 254.224 508.224 254 508.501 254C508.777 254 509.004 254.224 509.004 254.5V255H517V256.5H518V254.5ZM519 267H507V258H519V267ZM513.027 261.543V261.527C513.027 260.472 513.837 259.737 514.994 259.737C516.109 259.737 516.914 260.417 516.914 261.359C516.914 261.965 516.605 262.466 515.647 263.412L514.466 264.597V264.663H517V265.52H513.082V264.82L514.963 262.896C515.733 262.114 515.925 261.821 515.925 261.422C515.925 260.925 515.518 260.566 514.963 260.566C514.372 260.566 513.974 260.953 513.974 261.527V261.543H513.027ZM511.479 265.52H510.47V260.894H510.404L509 261.879V260.91L510.474 259.877H511.479V265.52Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M435 273C435 272.448 435.448 272 436 272H443.5L447 275.5V285C447 285.552 446.552 286 446 286H436C435.448 286 435 285.552 435 285V273ZM443 273L446 276H444C443.448 276 443 275.552 443 275V273ZM436.183 281.124C436.104 281.028 436.052 280.883 436.025 280.689H435.178C435.178 281.131 435.336 281.479 435.653 281.732C435.97 281.984 436.405 282.109 436.958 282.109C437.5 282.109 437.918 281.982 438.214 281.726C438.512 281.469 438.661 281.146 438.661 280.758C438.661 280.38 438.534 280.091 438.28 279.891C438.117 279.763 437.875 279.66 437.554 279.583L436.823 279.407C436.54 279.34 436.356 279.281 436.27 279.231C436.135 279.157 436.068 279.043 436.068 278.892C436.068 278.726 436.136 278.598 436.273 278.506C436.409 278.413 436.591 278.367 436.82 278.367C437.025 278.367 437.197 278.403 437.336 278.474C437.543 278.581 437.654 278.763 437.67 279.018H438.522C438.507 278.567 438.341 278.223 438.024 277.987C437.709 277.749 437.328 277.63 436.88 277.63C436.345 277.63 435.938 277.756 435.662 278.007C435.385 278.259 435.247 278.575 435.247 278.955C435.247 279.372 435.39 279.678 435.676 279.874C435.845 279.991 436.151 280.1 436.592 280.199L437.042 280.3C437.305 280.358 437.498 280.424 437.621 280.499C437.744 280.576 437.805 280.684 437.805 280.825C437.805 281.065 437.681 281.229 437.433 281.317C437.303 281.363 437.133 281.386 436.924 281.386C436.574 281.386 436.327 281.299 436.183 281.124ZM441.481 281.329C441.387 281.354 441.289 281.366 441.187 281.366C440.916 281.366 440.684 281.285 440.49 281.121C440.19 280.87 440.041 280.453 440.041 279.871C440.041 279.374 440.145 279 440.355 278.75C440.564 278.501 440.844 278.376 441.196 278.376C441.57 278.376 441.855 278.506 442.049 278.768C442.245 279.027 442.342 279.395 442.342 279.871C442.342 280.078 442.321 280.26 442.279 280.416C442.252 280.519 442.205 280.64 442.138 280.779L441.709 280.369L441.251 280.848L441.68 281.257C441.599 281.291 441.533 281.315 441.481 281.329ZM443.092 280.758C443.184 280.503 443.23 280.186 443.23 279.808C443.23 279.093 443.015 278.537 442.584 278.14C442.212 277.796 441.751 277.624 441.202 277.624C440.656 277.624 440.2 277.786 439.833 278.111C439.384 278.508 439.159 279.095 439.159 279.871C439.159 280.641 439.378 281.225 439.816 281.623C440.177 281.953 440.634 282.118 441.187 282.118C441.452 282.118 441.68 282.086 441.87 282.023C441.983 281.985 442.118 281.918 442.273 281.824L442.786 282.308L443.25 281.824L442.76 281.366C442.906 281.205 443.017 281.002 443.092 280.758ZM444.797 277.754H443.91V282H446.9V281.237H444.797V277.754Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M435 254C435 253.448 435.448 253 436 253H443.5L447 256.5V267C447 267.552 446.552 268 446 268H436C435.448 268 435 267.552 435 267V254ZM443 254L446 257H444C443.448 257 443 256.552 443 256V254ZM441.187 262.966C441.289 262.966 441.387 262.954 441.481 262.929C441.533 262.915 441.599 262.891 441.68 262.857L441.251 262.448L441.709 261.97L442.138 262.379C442.205 262.24 442.252 262.119 442.279 262.016C442.321 261.86 442.342 261.679 442.342 261.471C442.342 260.995 442.244 260.627 442.049 260.368C441.855 260.107 441.57 259.976 441.196 259.976C440.844 259.976 440.564 260.101 440.355 260.35C440.145 260.6 440.041 260.974 440.041 261.471C440.041 262.053 440.19 262.47 440.49 262.721C440.684 262.885 440.916 262.966 441.187 262.966ZM443.23 261.408C443.23 261.786 443.184 262.103 443.091 262.358C443.017 262.602 442.906 262.805 442.76 262.966L443.25 263.424L442.786 263.908L442.273 263.424C442.118 263.518 441.983 263.585 441.87 263.623C441.68 263.687 441.452 263.718 441.187 263.718C440.634 263.718 440.177 263.553 439.816 263.223C439.378 262.825 439.159 262.241 439.159 261.471C439.159 260.695 439.384 260.108 439.833 259.711C440.2 259.386 440.656 259.224 441.202 259.224C441.751 259.224 442.212 259.396 442.584 259.74C443.015 260.137 443.23 260.693 443.23 261.408ZM436.025 262.289C436.052 262.483 436.104 262.628 436.183 262.724C436.327 262.899 436.574 262.986 436.924 262.986C437.133 262.986 437.303 262.963 437.433 262.917C437.681 262.829 437.805 262.665 437.805 262.425C437.805 262.285 437.744 262.176 437.621 262.099C437.498 262.024 437.305 261.958 437.042 261.9L436.592 261.8C436.151 261.7 435.845 261.591 435.676 261.474C435.39 261.278 435.247 260.972 435.247 260.555C435.247 260.175 435.385 259.859 435.662 259.607C435.938 259.356 436.344 259.23 436.88 259.23C437.328 259.23 437.709 259.349 438.024 259.587C438.341 259.823 438.507 260.167 438.522 260.618H437.67C437.654 260.363 437.543 260.181 437.335 260.074C437.197 260.003 437.025 259.967 436.82 259.967C436.591 259.967 436.409 260.013 436.272 260.106C436.136 260.198 436.068 260.326 436.068 260.492C436.068 260.643 436.135 260.757 436.27 260.832C436.356 260.882 436.54 260.94 436.823 261.007L437.554 261.183C437.875 261.26 438.117 261.363 438.28 261.491C438.534 261.691 438.661 261.98 438.661 262.358C438.661 262.746 438.512 263.069 438.214 263.326C437.918 263.582 437.5 263.71 436.958 263.71C436.405 263.71 435.97 263.584 435.653 263.332C435.336 263.079 435.178 262.731 435.178 262.289H436.025ZM444.797 259.354H443.91V263.6H446.9V262.837H444.797V259.354Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M435 236C435 235.448 435.448 235 436 235H443.5L447 238.5V249C447 249.552 446.552 250 446 250H436C435.448 250 435 249.552 435 249V236ZM443 236L446 239H444C443.448 239 443 238.552 443 238V236ZM441.187 244.966C441.289 244.966 441.387 244.954 441.481 244.929C441.533 244.915 441.599 244.891 441.68 244.857L441.251 244.448L441.709 243.97L442.138 244.379C442.205 244.24 442.252 244.119 442.279 244.016C442.321 243.86 442.342 243.679 442.342 243.471C442.342 242.995 442.244 242.627 442.049 242.368C441.855 242.107 441.57 241.976 441.196 241.976C440.844 241.976 440.564 242.101 440.355 242.35C440.145 242.6 440.041 242.974 440.041 243.471C440.041 244.053 440.19 244.47 440.49 244.721C440.684 244.885 440.916 244.966 441.187 244.966ZM443.23 243.408C443.23 243.786 443.184 244.103 443.091 244.358C443.017 244.602 442.906 244.805 442.76 244.966L443.25 245.424L442.786 245.908L442.273 245.424C442.118 245.518 441.983 245.585 441.87 245.623C441.68 245.687 441.452 245.718 441.187 245.718C440.634 245.718 440.177 245.553 439.816 245.223C439.378 244.825 439.159 244.241 439.159 243.471C439.159 242.695 439.384 242.108 439.833 241.711C440.2 241.386 440.656 241.224 441.202 241.224C441.751 241.224 442.212 241.396 442.584 241.74C443.015 242.137 443.23 242.693 443.23 243.408ZM436.025 244.289C436.052 244.483 436.104 244.628 436.183 244.724C436.327 244.899 436.574 244.986 436.924 244.986C437.133 244.986 437.303 244.963 437.433 244.917C437.681 244.829 437.805 244.665 437.805 244.425C437.805 244.285 437.744 244.176 437.621 244.099C437.498 244.024 437.305 243.958 437.042 243.9L436.592 243.8C436.151 243.7 435.845 243.591 435.676 243.474C435.39 243.278 435.247 242.972 435.247 242.555C435.247 242.175 435.385 241.859 435.662 241.607C435.938 241.356 436.344 241.23 436.88 241.23C437.328 241.23 437.709 241.349 438.024 241.587C438.341 241.823 438.507 242.167 438.522 242.618H437.67C437.654 242.363 437.543 242.181 437.335 242.074C437.197 242.003 437.025 241.967 436.82 241.967C436.591 241.967 436.409 242.013 436.272 242.106C436.136 242.198 436.068 242.326 436.068 242.492C436.068 242.643 436.135 242.757 436.27 242.832C436.356 242.882 436.54 242.94 436.823 243.007L437.554 243.183C437.875 243.26 438.117 243.363 438.28 243.491C438.534 243.691 438.661 243.98 438.661 244.358C438.661 244.746 438.512 245.069 438.214 245.326C437.918 245.582 437.5 245.71 436.958 245.71C436.405 245.71 435.97 245.584 435.653 245.332C435.336 245.079 435.178 244.731 435.178 244.289H436.025ZM444.797 241.354H443.91V245.6H446.9V244.837H444.797V241.354Z' fill='%2335383A'/%3e%3cpath d='M537 326V328L532 333V338L529.82 339.817C529.494 340.088 529 339.856 529 339.432V333L524 328V326H537Z' fill='white'/%3e%3cpath d='M537 308V310L532 315V320L529.82 321.817C529.494 322.088 529 321.856 529 321.432V315L524 310V308H537Z' fill='%239A9A9A'/%3e%3cpath d='M411 236V238L410.765 238.237C410.373 238.084 409.946 238 409.5 238L409.307 238.005L409.117 238.021C407.484 238.197 406.196 239.493 406.02 241.127L406.01 241.258L405.908 241.321L405.775 241.415C405.302 241.778 405 242.347 405 242.991V247.009L405.006 247.157C405.042 247.646 405.258 248.087 405.587 248.414L403.853 250.147C403.538 250.462 403 250.239 403 249.793V243L398 238V236H411Z' fill='%2335383A'/%3e%3cpath d='M409.5 239C410.881 239 412 240.129 412 241.51V242L412.114 242.007C412.613 242.065 413 242.49 413 242.991V247.009C413 247.556 412.562 248 411.997 248H407.003C406.449 248 406 247.549 406 247.009V242.991C406 242.444 406.437 242.001 407.001 242L407 241.51C407 240.124 408.11 239 409.5 239ZM409.5 244.4C409.178 244.4 408.917 244.669 408.917 245C408.917 245.331 409.178 245.6 409.5 245.6C409.822 245.6 410.083 245.331 410.083 245C410.083 244.669 409.822 244.4 409.5 244.4ZM409.5 240C408.667 240 408 240.671 408 241.51V242H411V241.51C411 240.678 410.326 240 409.5 240Z' fill='%2335383A'/%3e%3cpath d='M411 254V256L410.765 256.237C410.373 256.084 409.946 256 409.5 256L409.307 256.005L409.117 256.021C407.484 256.197 406.196 257.493 406.02 259.127L406.01 259.258L405.908 259.321L405.775 259.415C405.302 259.778 405 260.347 405 260.991V265.009L405.006 265.157C405.042 265.646 405.258 266.087 405.587 266.414L403.853 268.147C403.538 268.462 403 268.239 403 267.793V261L398 256V254H411Z' fill='%239A9A9A'/%3e%3cpath d='M409.5 257C410.881 257 412 258.129 412 259.51V260L412.114 260.007C412.613 260.065 413 260.49 413 260.991V265.009C413 265.556 412.562 266 411.997 266H407.003C406.449 266 406 265.549 406 265.009V260.991C406 260.444 406.437 260.001 407.001 260L407 259.51C407 258.124 408.11 257 409.5 257ZM409.5 262.4C409.178 262.4 408.917 262.669 408.917 263C408.917 263.331 409.178 263.6 409.5 263.6C409.822 263.6 410.083 263.331 410.083 263C410.083 262.669 409.822 262.4 409.5 262.4ZM409.5 258C408.667 258 408 258.671 408 259.51V260H411V259.51C411 258.678 410.326 258 409.5 258Z' fill='%239A9A9A'/%3e%3cpath d='M411 272V274L410.765 274.237C410.373 274.084 409.946 274 409.5 274L409.307 274.005L409.117 274.021C407.484 274.197 406.196 275.493 406.02 277.127L406.01 277.258L405.908 277.321L405.775 277.415C405.302 277.778 405 278.347 405 278.991V283.009L405.006 283.157C405.042 283.646 405.258 284.087 405.587 284.414L404 286H403V279L398 274V272H411Z' fill='white'/%3e%3cpath d='M409.5 275C410.881 275 412 276.129 412 277.51V278L412.114 278.007C412.613 278.065 413 278.49 413 278.991V283.009C413 283.556 412.562 284 411.997 284H407.003C406.449 284 406 283.549 406 283.009V278.991C406 278.444 406.437 278.001 407.001 278L407 277.51C407 276.124 408.11 275 409.5 275ZM409.5 280.4C409.178 280.4 408.917 280.669 408.917 281C408.917 281.331 409.178 281.6 409.5 281.6C409.822 281.6 410.083 281.331 410.083 281C410.083 280.669 409.822 280.4 409.5 280.4ZM409.5 276C408.667 276 408 276.671 408 277.51V278H411V277.51C411 276.678 410.326 276 409.5 276Z' fill='white'/%3e%3cpath d='M385.753 285.498V283.498C385.753 283.222 385.53 282.998 385.253 282.998H383.253C382.977 282.998 382.753 283.222 382.753 283.498V285.498C382.753 285.775 382.977 285.998 383.253 285.998H385.253C385.53 285.998 385.753 285.775 385.753 285.498Z' fill='white'/%3e%3cpath d='M394 283.698V283.298C394 283.133 393.866 282.998 393.7 282.998H386.75V283.998H393.7C393.866 283.998 394 283.864 394 283.698Z' fill='white'/%3e%3cpath d='M388.999 275.975C389.032 274.745 388.455 273.579 387.46 272.868C386.472 272.16 385.75 272 384.132 272C383.046 272.029 382.003 272.468 381.215 273.241C380.572 274.017 380.165 274.962 380.038 275.96C380.006 276.215 380.193 276.438 380.448 276.475L382.583 276.78C382.884 276.823 383.159 276.588 383.221 276.29C383.283 275.989 383.402 275.62 383.63 275.307C383.867 275.024 384.184 274.872 384.584 274.872C385.22 274.872 385.69 275.292 385.645 275.96C385.587 276.413 385.348 276.823 384.984 277.094C384.427 277.599 383.912 278.15 383.446 278.742C383.218 279.056 383.046 279.408 382.938 279.783C382.835 280.149 382.789 280.738 382.769 281.159C382.756 281.437 382.98 281.663 383.258 281.663H385.25C385.526 281.663 385.754 281.438 385.814 281.168C385.854 280.983 385.921 280.765 386.03 280.544C386.302 280.083 386.666 279.673 387.076 279.332C387.694 278.832 388.215 278.221 388.614 277.529C388.867 277.052 389 276.518 388.999 275.975Z' fill='white'/%3e%3cpath d='M394 278.698V278.298C394 278.133 393.866 277.998 393.7 277.998H389.572C389.412 278.324 389.179 278.657 388.872 278.998H393.7C393.866 278.998 394 278.864 394 278.698Z' fill='white'/%3e%3cpath d='M394 273.698V273.298C394 273.133 393.866 272.998 393.7 272.998L389.072 272.998C389.339 273.327 389.539 273.66 389.672 273.998L393.7 273.998C393.866 273.998 394 273.864 394 273.698Z' fill='white'/%3e%3cpath d='M385.753 249.498V247.498C385.753 247.222 385.53 246.998 385.253 246.998H383.253C382.977 246.998 382.753 247.222 382.753 247.498V249.498C382.753 249.775 382.977 249.998 383.253 249.998H385.253C385.53 249.998 385.753 249.775 385.753 249.498Z' fill='%2335383A'/%3e%3cpath d='M394 247.698V247.298C394 247.133 393.866 246.998 393.7 246.998H386.75V247.998H393.7C393.866 247.998 394 247.864 394 247.698Z' fill='%2335383A'/%3e%3cpath d='M388.999 239.975C389.032 238.745 388.455 237.579 387.46 236.868C386.472 236.16 385.75 236 384.132 236C383.046 236.029 382.003 236.468 381.215 237.241C380.572 238.017 380.165 238.962 380.038 239.96C380.006 240.215 380.193 240.438 380.448 240.475L382.583 240.78C382.884 240.823 383.159 240.588 383.221 240.29C383.283 239.989 383.402 239.62 383.63 239.307C383.867 239.024 384.184 238.872 384.584 238.872C385.22 238.872 385.69 239.292 385.645 239.96C385.587 240.413 385.348 240.823 384.984 241.094C384.427 241.599 383.912 242.15 383.446 242.742C383.218 243.056 383.046 243.408 382.938 243.783C382.835 244.149 382.789 244.738 382.769 245.159C382.756 245.437 382.98 245.663 383.258 245.663H385.25C385.526 245.663 385.754 245.438 385.814 245.168C385.854 244.983 385.921 244.765 386.03 244.544C386.302 244.083 386.666 243.673 387.076 243.332C387.694 242.832 388.215 242.221 388.614 241.529C388.867 241.052 389 240.518 388.999 239.975Z' fill='%2335383A'/%3e%3cpath d='M394 242.698V242.298C394 242.133 393.866 241.998 393.7 241.998H389.572C389.412 242.324 389.179 242.657 388.872 242.998H393.7C393.866 242.998 394 242.864 394 242.698Z' fill='%2335383A'/%3e%3cpath d='M394 237.698V237.298C394 237.133 393.866 236.998 393.7 236.998L389.072 236.998C389.339 237.327 389.539 237.66 389.672 237.998L393.7 237.998C393.866 237.998 394 237.864 394 237.698Z' fill='%2335383A'/%3e%3cpath d='M385.753 267.498V265.498C385.753 265.222 385.53 264.998 385.253 264.998H383.253C382.977 264.998 382.753 265.222 382.753 265.498V267.498C382.753 267.775 382.977 267.998 383.253 267.998H385.253C385.53 267.998 385.753 267.775 385.753 267.498Z' fill='%239A9A9A'/%3e%3cpath d='M394 265.698V265.298C394 265.133 393.866 264.998 393.7 264.998H386.75V265.998H393.7C393.866 265.998 394 265.864 394 265.698Z' fill='%239A9A9A'/%3e%3cpath d='M388.999 257.975C389.032 256.745 388.455 255.579 387.46 254.868C386.472 254.16 385.75 254 384.132 254C383.046 254.029 382.003 254.468 381.215 255.241C380.572 256.017 380.165 256.962 380.038 257.96C380.006 258.215 380.193 258.438 380.448 258.475L382.583 258.78C382.884 258.823 383.159 258.588 383.221 258.29C383.283 257.989 383.402 257.62 383.63 257.307C383.867 257.024 384.184 256.872 384.584 256.872C385.22 256.872 385.69 257.292 385.645 257.96C385.587 258.413 385.348 258.823 384.984 259.094C384.427 259.599 383.912 260.15 383.446 260.742C383.218 261.056 383.046 261.408 382.938 261.783C382.835 262.149 382.789 262.738 382.769 263.159C382.756 263.437 382.98 263.663 383.258 263.663H385.25C385.526 263.663 385.754 263.438 385.814 263.168C385.854 262.983 385.921 262.765 386.03 262.544C386.302 262.083 386.666 261.673 387.076 261.332C387.694 260.832 388.215 260.221 388.614 259.529C388.867 259.052 389 258.518 388.999 257.975Z' fill='%239A9A9A'/%3e%3cpath d='M394 260.698V260.298C394 260.133 393.866 259.998 393.7 259.998H389.572C389.412 260.324 389.179 260.657 388.872 260.998H393.7C393.866 260.998 394 260.864 394 260.698Z' fill='%239A9A9A'/%3e%3cpath d='M394 255.698V255.298C394 255.133 393.866 254.998 393.7 254.998L389.072 254.998C389.339 255.327 389.539 255.66 389.672 255.998L393.7 255.998C393.866 255.998 394 255.864 394 255.698Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M519 337.194C518.812 338.48 516.192 339.5 513 339.5C509.808 339.5 507.188 338.48 507 337.194V331.968C507 331.878 507.012 331.788 507.035 331.7C507.362 332.93 509.908 333.887 513 333.887C516.092 333.887 518.638 332.93 518.965 331.7C518.988 331.788 519 331.878 519 331.968L519 337.194ZM513.001 326.5C516.218 326.5 518.841 327.463 518.993 328.674L519 328.784V330.421C518.812 331.618 516.193 332.567 513.001 332.567C509.905 332.567 507.347 331.674 507.024 330.529L507 330.421V328.784C507 327.523 509.687 326.5 513.001 326.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M519 319.194C518.812 320.48 516.192 321.5 513 321.5C509.808 321.5 507.188 320.48 507 319.194V313.968C507 313.878 507.012 313.788 507.035 313.7C507.362 314.93 509.908 315.887 513 315.887C516.092 315.887 518.638 314.93 518.965 313.7C518.988 313.788 519 313.878 519 313.968L519 319.194ZM513.001 308.5C516.218 308.5 518.841 309.463 518.993 310.674L519 310.784V312.421C518.812 313.618 516.193 314.567 513.001 314.567C509.905 314.567 507.347 313.674 507.024 312.529L507 312.421V310.784C507 309.523 509.687 308.5 513.001 308.5Z' fill='%239A9A9A'/%3e%3cpath d='M525.5 272C524.672 272 524 272.672 524 273.5V275.5C524 276.328 524.672 277 525.5 277H533.5C534.328 277 535 276.328 535 275.5V275H536.5C536.776 275 537 275.224 537 275.5V277.5C537 277.776 536.776 278 536.5 278H531.5C530.672 278 530 278.672 530 279.5V280C529.448 280 529 280.448 529 281V285C529 285.552 529.448 286 530 286H531C531.552 286 532 285.552 532 285V281C532 280.448 531.552 280 531 280V279.5C531 279.224 531.224 279 531.5 279H536.5C537.328 279 538 278.328 538 277.5V275.5C538 274.672 537.328 274 536.5 274H535V273.5C535 272.672 534.328 272 533.5 272H525.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M531 244V243.5C531 243.224 531.224 243 531.5 243H536.5C537.328 243 538 242.328 538 241.5V239.5C538 238.672 537.328 238 536.5 238H535V239H536.5C536.776 239 537 239.224 537 239.5V241.5C537 241.776 536.776 242 536.5 242H531.5C530.672 242 530 242.672 530 243.5V244C529.448 244 529 244.448 529 245V249C529 249.552 529.448 250 530 250H531C531.552 250 532 249.552 532 249V245C532 244.448 531.552 244 531 244Z' fill='%2335383A'/%3e%3crect x='524.5' y='236.5' width='10' height='4' rx='1' fill='%2335383A' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M531 262V261.5C531 261.224 531.224 261 531.5 261H536.5C537.328 261 538 260.328 538 259.5V257.5C538 256.672 537.328 256 536.5 256H535V257H536.5C536.776 257 537 257.224 537 257.5V259.5C537 259.776 536.776 260 536.5 260H531.5C530.672 260 530 260.672 530 261.5V262C529.448 262 529 262.448 529 263V267C529 267.552 529.448 268 530 268H531C531.552 268 532 267.552 532 267V263C532 262.448 531.552 262 531 262Z' fill='%239A9A9A'/%3e%3crect x='524.5' y='254.5' width='10' height='4' rx='1' fill='%239A9A9A' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M418 271C417.448 271 417 271.448 417 272V285C417 285.552 417.448 286 418 286H428C428.552 286 429 285.552 429 285V274.5L425.5 271H418ZM427 277.5C427 277.224 426.776 277 426.5 277H426H424H423H422H421H420H419.5C419.224 277 419 277.224 419 277.5V278V279V280V281V282V283V283.5C419 283.776 419.224 284 419.5 284H420H421H422H423H424H426H426.5C426.776 284 427 283.776 427 283.5V283V282V281V280V279V278V277.5ZM426 278H424V279H426V278ZM426 280H424V281H426V280ZM423 280V281H422V280H423ZM426 282H424V283H426V282ZM423 282V283H422V282H423ZM423 278V279H422V278H423ZM421 283H420V282H421V283ZM421 281H420V280H421V281ZM421 279H420V278H421V279ZM425 272L428 275H426C425.448 275 425 274.552 425 274V272Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M418 235C417.448 235 417 235.448 417 236V249C417 249.552 417.448 250 418 250H428C428.552 250 429 249.552 429 249V238.5L425.5 235H418ZM427 241.5C427 241.224 426.776 241 426.5 241H426H424H423H422H421H420H419.5C419.224 241 419 241.224 419 241.5V242V243V244V245V246V247V247.5C419 247.776 419.224 248 419.5 248H420H421H422H423H424H426H426.5C426.776 248 427 247.776 427 247.5V247V246V245V244V243V242V241.5ZM426 242H424V243H426V242ZM426 244H424V245H426V244ZM423 244V245H422V244H423ZM426 246H424V247H426V246ZM423 246V247H422V246H423ZM423 242V243H422V242H423ZM421 247H420V246H421V247ZM421 245H420V244H421V245ZM421 243H420V242H421V243ZM425 236L428 239H426C425.448 239 425 238.552 425 238V236Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M418 253C417.448 253 417 253.448 417 254V267C417 267.552 417.448 268 418 268H428C428.552 268 429 267.552 429 267V256.5L425.5 253H418ZM427 259.5C427 259.224 426.776 259 426.5 259H426H424H423H422H421H420H419.5C419.224 259 419 259.224 419 259.5V260V261V262V263V264V265V265.5C419 265.776 419.224 266 419.5 266H420H421H422H423H424H426H426.5C426.776 266 427 265.776 427 265.5V265V264V263V262V261V260V259.5ZM426 260H424V261H426V260ZM426 262H424V263H426V262ZM423 262V263H422V262H423ZM426 264H424V265H426V264ZM423 264V265H422V264H423ZM423 260V261H422V260H423ZM421 265H420V264H421V265ZM421 263H420V262H421V263ZM421 261H420V260H421V261ZM425 254L428 257H426C425.448 257 425 256.552 425 256V254Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M554.719 272H545.344C545.02 272 544.758 272.261 544.758 272.583V272.875H545.637H554.426V284.25V285.125H554.719C555.043 285.125 555.305 284.864 555.305 284.542V272.583C555.305 272.261 555.043 272 554.719 272ZM543.586 273.75H552.961C553.285 273.75 553.547 274.011 553.547 274.333V285.417C553.547 285.739 553.285 286 552.961 286H543.586C543.262 286 543 285.739 543 285.417V274.333C543 274.011 543.262 273.75 543.586 273.75ZM543.879 279.292V285.125H552.668V279.292H543.879ZM545.051 280.75H551.496V281.625H545.051V280.75ZM551.496 282.792H545.051V283.667H551.496V282.792ZM544.316 275.208C544.075 275.208 543.879 275.404 543.879 275.646C543.879 275.887 544.075 276.083 544.316 276.083H550.473C550.715 276.083 550.91 275.887 550.91 275.646C550.91 275.404 550.715 275.208 550.473 275.208H544.316ZM544.316 276.958C544.075 276.958 543.879 277.154 543.879 277.396C543.879 277.637 544.075 277.833 544.316 277.833H546.957C547.199 277.833 547.395 277.637 547.395 277.396C547.395 277.154 547.199 276.958 546.957 276.958H544.316Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M554.719 254H545.344C545.02 254 544.758 254.261 544.758 254.583V254.875H545.637H554.426V266.25V267.125H554.719C555.043 267.125 555.305 266.864 555.305 266.542V254.583C555.305 254.261 555.043 254 554.719 254ZM543.586 255.75H552.961C553.285 255.75 553.547 256.011 553.547 256.333V267.417C553.547 267.739 553.285 268 552.961 268H543.586C543.262 268 543 267.739 543 267.417V256.333C543 256.011 543.262 255.75 543.586 255.75ZM543.879 261.292V267.125H552.668V261.292H543.879ZM545.051 262.75H551.496V263.625H545.051V262.75ZM551.496 264.792H545.051V265.667H551.496V264.792ZM544.316 257.208C544.075 257.208 543.879 257.404 543.879 257.646C543.879 257.887 544.075 258.083 544.316 258.083H550.473C550.715 258.083 550.91 257.887 550.91 257.646C550.91 257.404 550.715 257.208 550.473 257.208H544.316ZM544.316 258.958C544.075 258.958 543.879 259.154 543.879 259.396C543.879 259.637 544.075 259.833 544.316 259.833H546.957C547.199 259.833 547.395 259.637 547.395 259.396C547.395 259.154 547.199 258.958 546.957 258.958H544.316Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M554.719 236H545.344C545.02 236 544.758 236.261 544.758 236.583V236.875H545.637H554.426V248.25V249.125H554.719C555.043 249.125 555.305 248.864 555.305 248.542V236.583C555.305 236.261 555.043 236 554.719 236ZM543.586 237.75H552.961C553.285 237.75 553.547 238.011 553.547 238.333V249.417C553.547 249.739 553.285 250 552.961 250H543.586C543.262 250 543 249.739 543 249.417V238.333C543 238.011 543.262 237.75 543.586 237.75ZM543.879 243.292V249.125H552.668V243.292H543.879ZM545.051 244.75H551.496V245.625H545.051V244.75ZM551.496 246.792H545.051V247.667H551.496V246.792ZM544.316 239.208C544.075 239.208 543.879 239.404 543.879 239.646C543.879 239.887 544.075 240.083 544.316 240.083H550.473C550.715 240.083 550.91 239.887 550.91 239.646C550.91 239.404 550.715 239.208 550.473 239.208H544.316ZM544.316 240.958C544.075 240.958 543.879 241.154 543.879 241.396C543.879 241.637 544.075 241.833 544.316 241.833H546.957C547.199 241.833 547.395 241.637 547.395 241.396C547.395 241.154 547.199 240.958 546.957 240.958H544.316Z' fill='%2335383A'/%3e%3cg clip-path='url(%23clip7_15778_26381)'%3e%3cpath d='M472.059 327L472.069 327.375L477.02 333.114L472.014 338.651L472 339L481.706 338.953C481.801 337.836 482.061 336.681 482.284 335.58L481.969 335.507C481.675 336.123 481.466 336.783 480.839 337.192C480.151 337.641 479.243 337.584 478.446 337.584H473.978L478.533 332.468L474.426 327.693L476.817 327.684C478.349 327.684 480.53 327.34 481.136 329.053C481.24 329.346 481.312 329.65 481.338 329.958H481.68L481.417 327H472.059Z' fill='white'/%3e%3cpath d='M470 331.979H472V329.979L473 329.979V331.979H475V332.979H473V334.979H472V332.979H470V331.979Z' fill='white'/%3e%3crect x='480' y='331.979' width='5' height='1' fill='white'/%3e%3c/g%3e%3cpath d='M472.059 309L472.069 309.375L477.02 315.114L472.014 320.651L472 321L481.706 320.953C481.801 319.836 482.061 318.681 482.284 317.58L481.969 317.507C481.675 318.123 481.466 318.783 480.839 319.192C480.151 319.641 479.243 319.584 478.446 319.584H473.978L478.533 314.468L474.426 309.693L476.817 309.684C478.349 309.684 480.53 309.34 481.136 311.053C481.24 311.346 481.312 311.65 481.338 311.958H481.68L481.417 309H472.059Z' fill='%239A9A9A'/%3e%3cpath d='M470 313.979H472V311.979L473 311.979V313.979H475V314.979H473V316.979H472V314.979H470V313.979Z' fill='%239A9A9A'/%3e%3crect x='480' y='313.979' width='5' height='1' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M580 272C578.895 272 578 272.895 578 274V284C578 285.105 578.895 286 580 286H590C591.105 286 592 285.105 592 284V274C592 272.895 591.105 272 590 272H580ZM584.299 276.229C584.299 275.021 583.315 274.042 582.102 274.042C580.888 274.042 579.904 275.021 579.904 276.229C579.904 277.437 580.888 278.417 582.102 278.417C583.315 278.417 584.299 277.437 584.299 276.229ZM580.783 276.229C580.783 275.504 581.374 274.917 582.102 274.917C582.83 274.917 583.42 275.504 583.42 276.229C583.42 276.954 582.83 277.542 582.102 277.542C581.374 277.542 580.783 276.954 580.783 276.229ZM580 280H584V284H580V280ZM588.108 279.583C586.9 279.583 585.91 280.563 585.91 281.771C585.91 282.979 586.9 283.958 588.108 283.958C589.316 283.958 590.305 282.979 590.305 281.771C590.305 280.563 589.316 279.583 588.108 279.583ZM588.108 274.042L590.452 278H585.764L588.108 274.042Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M580 254C578.895 254 578 254.895 578 256V266C578 267.105 578.895 268 580 268H590C591.105 268 592 267.105 592 266V256C592 254.895 591.105 254 590 254H580ZM584.299 258.229C584.299 257.021 583.315 256.042 582.102 256.042C580.888 256.042 579.904 257.021 579.904 258.229C579.904 259.437 580.888 260.417 582.102 260.417C583.315 260.417 584.299 259.437 584.299 258.229ZM580.783 258.229C580.783 257.504 581.374 256.917 582.102 256.917C582.83 256.917 583.42 257.504 583.42 258.229C583.42 258.954 582.83 259.542 582.102 259.542C581.374 259.542 580.783 258.954 580.783 258.229ZM580 262H584V266H580V262ZM588.108 261.583C586.9 261.583 585.91 262.563 585.91 263.771C585.91 264.979 586.9 265.958 588.108 265.958C589.316 265.958 590.305 264.979 590.305 263.771C590.305 262.563 589.316 261.583 588.108 261.583ZM588.108 256.042L590.452 260H585.764L588.108 256.042Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M580 236C578.895 236 578 236.895 578 238V248C578 249.105 578.895 250 580 250H590C591.105 250 592 249.105 592 248V238C592 236.895 591.105 236 590 236H580ZM584.299 240.229C584.299 239.021 583.315 238.042 582.102 238.042C580.888 238.042 579.904 239.021 579.904 240.229C579.904 241.437 580.888 242.417 582.102 242.417C583.315 242.417 584.299 241.437 584.299 240.229ZM580.783 240.229C580.783 239.504 581.374 238.917 582.102 238.917C582.83 238.917 583.42 239.504 583.42 240.229C583.42 240.954 582.83 241.542 582.102 241.542C581.374 241.542 580.783 240.954 580.783 240.229ZM580 244H584V248H580V244ZM588.108 243.583C586.9 243.583 585.91 244.563 585.91 245.771C585.91 246.979 586.9 247.958 588.108 247.958C589.316 247.958 590.305 246.979 590.305 245.771C590.305 244.563 589.316 243.583 588.108 243.583ZM588.108 238.042L590.452 242H585.764L588.108 238.042Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M562 282V284H559V282H562ZM566 282V284H563V282H566ZM570 282V284H567V282H570ZM574 282V284H571V282H574ZM564 279V281H561V279H564ZM568 279V281H565V279H568ZM572 279V281H569V279H572ZM566 276V278H563V276H566ZM570 276V278H567V276H570ZM568 273V275H565V273H568Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M562.5 264V266H559.5V264H562.5ZM566.5 264V266H563.5V264H566.5ZM570.5 264V266H567.5V264H570.5ZM574.5 264V266H571.5V264H574.5ZM564.5 261V263H561.5V261H564.5ZM568.5 261V263H565.5V261H568.5ZM572.5 261V263H569.5V261H572.5ZM566.5 258V260H563.5V258H566.5ZM570.5 258V260H567.5V258H570.5ZM568.5 255V257H565.5V255H568.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M562.5 246V248H559.5V246H562.5ZM566.5 246V248H563.5V246H566.5ZM570.5 246V248H567.5V246H570.5ZM574.5 246V248H571.5V246H574.5ZM564.5 243V245H561.5V243H564.5ZM568.5 243V245H565.5V243H568.5ZM572.5 243V245H569.5V243H572.5ZM566.5 240V242H563.5V240H566.5ZM570.5 240V242H567.5V240H570.5ZM568.5 237V239H565.5V237H568.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M599 271C598.448 271 598 271.448 598 272V274.092C598.151 274.033 598.316 274 598.493 274H601.162C602.289 274 602.755 275.157 602.466 275.948L602.081 277H603H604H605H607H607.5C607.776 277 608 277.224 608 277.5V278V279V280V281V282V283V283.5C608 283.776 607.776 284 607.5 284H607H605H604H603H602H601.229L599.899 286H609C609.552 286 610 285.552 610 285V274.5L606.5 271H599ZM603.891 278.832C603.913 278.886 603.931 278.942 603.947 279H604V278H603V278.007C603.445 278.14 603.751 278.487 603.891 278.832ZM603.718 280.257L603.224 281H604V280H603.869C603.829 280.088 603.779 280.174 603.718 280.257ZM602 282.84L601.894 283H602V282.84ZM605 278V279H607V278H605ZM605 280V281H607V280H605ZM605 282V283H607V282H605ZM604 282V283H603V282H604ZM606 272L609 275H607C606.448 275 606 274.552 606 274V272ZM596.394 281.023H598.507L597.457 286.447C597.351 286.895 597.859 287.197 598.134 286.848L602.901 279.679C603.125 279.395 602.944 278.951 602.606 278.951H600.304L601.527 275.605C601.632 275.316 601.442 275 601.162 275H598.494C598.33 275 598.184 275.113 598.126 275.283L596.026 280.428C595.928 280.715 596.118 281.023 596.394 281.023Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M599 253C598.448 253 598 253.448 598 254V256.092C598.151 256.033 598.316 256 598.493 256H601.162C602.289 256 602.755 257.157 602.466 257.948L602.081 259H603H604H605H607H607.5C607.776 259 608 259.224 608 259.5V260V261V262V263V264V265V265.5C608 265.776 607.776 266 607.5 266H607H605H604H603H602H601.229L599.899 268H609C609.552 268 610 267.552 610 267V256.5L606.5 253H599ZM603.891 260.832C603.913 260.886 603.931 260.942 603.947 261H604V260H603V260.007C603.445 260.14 603.751 260.487 603.891 260.832ZM603.718 262.257L603.224 263H604V262H603.869C603.829 262.088 603.779 262.174 603.718 262.257ZM602 264.84L601.894 265H602V264.84ZM605 260V261H607V260H605ZM605 262V263H607V262H605ZM605 264V265H607V264H605ZM604 264V265H603V264H604ZM606 254L609 257H607C606.448 257 606 256.552 606 256V254ZM596.394 263.023H598.507L597.457 268.447C597.351 268.895 597.859 269.197 598.134 268.848L602.901 261.679C603.125 261.395 602.944 260.951 602.606 260.951H600.304L601.527 257.605C601.632 257.316 601.442 257 601.162 257H598.494C598.33 257 598.184 257.113 598.126 257.283L596.026 262.428C595.928 262.715 596.118 263.023 596.394 263.023Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M599 235C598.448 235 598 235.448 598 236V238.092C598.151 238.033 598.316 238 598.493 238H601.162C602.289 238 602.755 239.157 602.466 239.948L602.081 241H603H604H605H607H607.5C607.776 241 608 241.224 608 241.5V242V243V244V245V246V247V247.5C608 247.776 607.776 248 607.5 248H607H605H604H603H602H601.229L599.899 250H609C609.552 250 610 249.552 610 249V238.5L606.5 235H599ZM603.891 242.832C603.913 242.886 603.931 242.942 603.947 243H604V242H603V242.007C603.445 242.14 603.751 242.487 603.891 242.832ZM603.718 244.257L603.224 245H604V244H603.869C603.829 244.088 603.779 244.174 603.718 244.257ZM602 246.84L601.894 247H602V246.84ZM605 242V243H607V242H605ZM605 244V245H607V244H605ZM605 246V247H607V246H605ZM604 246V247H603V246H604ZM606 236L609 239H607C606.448 239 606 238.552 606 238V236ZM596.394 245.023H598.507L597.457 250.447C597.351 250.895 597.859 251.197 598.134 250.848L602.901 243.679C603.125 243.395 602.944 242.951 602.606 242.951H600.304L601.527 239.605C601.632 239.316 601.442 239 601.162 239H598.494C598.33 239 598.184 239.113 598.126 239.283L596.026 244.428C595.928 244.715 596.118 245.023 596.394 245.023Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 336.5V331.8C12.2 331.6 12.6 331.2 13 330.9V338.5C13 339.3 12.3 340 11.5 340H6.5C5.7 340 5 339.3 5 338.5V327.5C5 326.7 5.7 326 6.5 326H8.8L10.9 327.8L10.7 328H6V336.5H12ZM9 339C9.41421 339 9.75 338.664 9.75 338.25C9.75 337.836 9.41421 337.5 9 337.5C8.58579 337.5 8.25 337.836 8.25 338.25C8.25 338.664 8.58579 339 9 339Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9996 326.5H10.7996L12.2996 327.8L11.8996 328.2C11.8996 328.2 10.8996 329.2 10.2996 329.8L10.1996 330C9.49961 330.8 9.09961 331.4 9.39961 332.3C9.59961 332.7 10.1996 333.1 10.8996 333.5C10.5996 332.7 10.5996 331.8 11.2996 331.1C11.6996 330.8 13.1996 329.4 13.1996 329.4L13.4996 329.1L14.9996 330.4V326.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 318.5V313.8C12.2 313.6 12.6 313.2 13 312.9V320.5C13 321.3 12.3 322 11.5 322H6.5C5.7 322 5 321.3 5 320.5V309.5C5 308.7 5.7 308 6.5 308H8.8L10.9 309.8L10.7 310H6V318.5H12ZM9 321C9.41421 321 9.75 320.664 9.75 320.25C9.75 319.836 9.41421 319.5 9 319.5C8.58579 319.5 8.25 319.836 8.25 320.25C8.25 320.664 8.58579 321 9 321Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9996 308.5H10.7996L12.2996 309.8L11.8996 310.2C11.8996 310.2 10.8996 311.2 10.2996 311.8L10.1996 312C9.49961 312.8 9.09961 313.4 9.39961 314.3C9.59961 314.7 10.1996 315.1 10.8996 315.5C10.5996 314.7 10.5996 313.8 11.2996 313.1C11.6996 312.8 13.1996 311.4 13.1996 311.4L13.4996 311.1L14.9996 312.4V308.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 300.5V295.8C12.2 295.6 12.6 295.2 13 294.9V302.5C13 303.3 12.3 304 11.5 304H6.5C5.7 304 5 303.3 5 302.5V291.5C5 290.7 5.7 290 6.5 290H8.8L10.9 291.8L10.7 292H6V300.5H12ZM9 303C9.41421 303 9.75 302.664 9.75 302.25C9.75 301.836 9.41421 301.5 9 301.5C8.58579 301.5 8.25 301.836 8.25 302.25C8.25 302.664 8.58579 303 9 303Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9996 290.5H10.7996L12.2996 291.8L11.8996 292.2C11.8996 292.2 10.8996 293.2 10.2996 293.8L10.1996 294C9.49961 294.8 9.09961 295.4 9.39961 296.3C9.59961 296.7 10.1996 297.1 10.8996 297.5C10.5996 296.7 10.5996 295.8 11.2996 295.1C11.6996 294.8 13.1996 293.4 13.1996 293.4L13.4996 293.1L14.9996 294.4V290.5Z' fill='%2335383A'/%3e%3cpath d='M45.5201 302.79C47.9668 302.79 49.5998 301.924 49.5998 300.646C49.5998 299.501 48.6235 299.245 48.6235 298.571C48.6235 297.641 52 297.455 52 295.067C52 292.707 49.565 291.15 45.9502 291.15C41.2022 291.15 38 293.521 38 297.072C38 300.489 41.0394 302.79 45.5201 302.79ZM46.078 294.805C45.5434 294.805 45.0901 294.369 45.0901 293.829C45.0901 293.289 45.5434 292.853 46.078 292.853C46.6243 292.853 47.0544 293.289 47.0544 293.829C47.0544 294.369 46.6243 294.805 46.078 294.805ZM42.9805 295.724C42.2947 295.724 41.7484 295.189 41.7484 294.503C41.7484 293.835 42.2947 293.3 42.9805 293.3C43.643 293.3 44.1951 293.835 44.1951 294.503C44.1951 295.189 43.6488 295.724 42.9805 295.724ZM48.8153 295.317C48.3736 295.317 48.0133 294.968 48.0133 294.526C48.0133 294.091 48.3736 293.73 48.8153 293.73C49.2511 293.73 49.5998 294.091 49.5998 294.526C49.5998 294.968 49.2511 295.317 48.8153 295.317ZM40.7489 297.781C40.2142 297.781 39.7783 297.339 39.7783 296.805C39.7783 296.293 40.2374 295.846 40.7489 295.846C41.2835 295.846 41.7078 296.27 41.7078 296.805C41.7078 297.339 41.2777 297.781 40.7489 297.781ZM45.3923 300.57C44.5438 300.57 43.8464 299.879 43.8464 299.025C43.8464 298.176 44.5438 297.479 45.3923 297.479C46.2466 297.479 46.944 298.176 46.944 299.025C46.944 299.879 46.2466 300.57 45.3923 300.57Z' fill='%2335383A'/%3e%3cpath d='M45.5201 320.79C47.9668 320.79 49.5998 319.924 49.5998 318.646C49.5998 317.501 48.6235 317.245 48.6235 316.571C48.6235 315.641 52 315.455 52 313.067C52 310.707 49.565 309.15 45.9502 309.15C41.2022 309.15 38 311.521 38 315.072C38 318.489 41.0394 320.79 45.5201 320.79ZM46.078 312.805C45.5434 312.805 45.0901 312.369 45.0901 311.829C45.0901 311.289 45.5434 310.853 46.078 310.853C46.6243 310.853 47.0544 311.289 47.0544 311.829C47.0544 312.369 46.6243 312.805 46.078 312.805ZM42.9805 313.724C42.2947 313.724 41.7484 313.189 41.7484 312.503C41.7484 311.835 42.2947 311.3 42.9805 311.3C43.643 311.3 44.1951 311.835 44.1951 312.503C44.1951 313.189 43.6488 313.724 42.9805 313.724ZM48.8153 313.317C48.3736 313.317 48.0133 312.968 48.0133 312.526C48.0133 312.091 48.3736 311.73 48.8153 311.73C49.2511 311.73 49.5998 312.091 49.5998 312.526C49.5998 312.968 49.2511 313.317 48.8153 313.317ZM40.7489 315.781C40.2142 315.781 39.7783 315.339 39.7783 314.805C39.7783 314.293 40.2374 313.846 40.7489 313.846C41.2835 313.846 41.7078 314.27 41.7078 314.805C41.7078 315.339 41.2777 315.781 40.7489 315.781ZM45.3923 318.57C44.5438 318.57 43.8464 317.879 43.8464 317.025C43.8464 316.176 44.5438 315.479 45.3923 315.479C46.2466 315.479 46.944 316.176 46.944 317.025C46.944 317.879 46.2466 318.57 45.3923 318.57Z' fill='%239A9A9A'/%3e%3cpath d='M45.5201 338.79C47.9668 338.79 49.5998 337.924 49.5998 336.646C49.5998 335.501 48.6235 335.245 48.6235 334.571C48.6235 333.641 52 333.455 52 331.067C52 328.707 49.565 327.15 45.9502 327.15C41.2022 327.15 38 329.521 38 333.072C38 336.489 41.0394 338.79 45.5201 338.79ZM46.078 330.805C45.5434 330.805 45.0901 330.369 45.0901 329.829C45.0901 329.289 45.5434 328.853 46.078 328.853C46.6243 328.853 47.0544 329.289 47.0544 329.829C47.0544 330.369 46.6243 330.805 46.078 330.805ZM42.9805 331.724C42.2947 331.724 41.7484 331.189 41.7484 330.503C41.7484 329.835 42.2947 329.3 42.9805 329.3C43.643 329.3 44.1951 329.835 44.1951 330.503C44.1951 331.189 43.6488 331.724 42.9805 331.724ZM48.8153 331.317C48.3736 331.317 48.0133 330.968 48.0133 330.526C48.0133 330.091 48.3736 329.73 48.8153 329.73C49.2511 329.73 49.5998 330.091 49.5998 330.526C49.5998 330.968 49.2511 331.317 48.8153 331.317ZM40.7489 333.781C40.2142 333.781 39.7783 333.339 39.7783 332.805C39.7783 332.293 40.2374 331.846 40.7489 331.846C41.2835 331.846 41.7078 332.27 41.7078 332.805C41.7078 333.339 41.2777 333.781 40.7489 333.781ZM45.3923 336.57C44.5438 336.57 43.8464 335.879 43.8464 335.025C43.8464 334.176 44.5438 333.479 45.3923 333.479C46.2466 333.479 46.944 334.176 46.944 335.025C46.944 335.879 46.2466 336.57 45.3923 336.57Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M58 326C56.8954 326 56 326.895 56 328V338C56 339.105 56.8954 340 58 340H62.3835C62.0618 339.372 62.2251 338.612 62.7532 338.169C62.751 338.113 62.7499 338.057 62.7499 338C62.7499 337.943 62.751 337.887 62.7532 337.831C62.4734 337.596 62.296 337.272 62.2388 336.926C62.0955 336.839 61.9999 336.68 61.9999 336.5V332.5C61.9999 332.224 62.2238 332 62.4999 332H63.4999C63.7761 332 63.9999 332.224 63.9999 332.5V334.333C64.2408 334.297 64.4916 334.32 64.73 334.406C64.8178 334.351 64.9078 334.298 64.9999 334.249V329.5C64.9999 329.224 65.2238 329 65.4999 329H66.4999C66.7761 329 66.9999 329.224 66.9999 329.5V333H67.4999C68.2386 333 68.8526 333.534 68.9769 334.237C69.077 334.29 69.1748 334.346 69.2699 334.407C69.5083 334.32 69.7591 334.297 70 334.333V328C70 326.895 69.1046 326 68 326H58ZM59.4999 330C59.2238 330 58.9999 330.224 58.9999 330.5V336.5C58.9999 336.776 59.2238 337 59.4999 337H60.4999C60.7761 337 60.9999 336.776 60.9999 336.5V330.5C60.9999 330.224 60.7761 330 60.4999 330H59.4999ZM66.5 334C66.2239 334 66 334.224 66 334.5V335.171C65.6489 335.295 65.3278 335.482 65.0506 335.72L64.4691 335.384C64.23 335.246 63.9242 335.328 63.7861 335.567L63.2861 336.433C63.1481 336.672 63.23 336.978 63.4691 337.116L64.05 337.451C64.0172 337.629 64 337.813 64 338C64 338.187 64.0172 338.371 64.05 338.549L63.4691 338.884C63.23 339.022 63.1481 339.328 63.2861 339.567L63.7861 340.433C63.9242 340.672 64.23 340.754 64.4691 340.616L65.0506 340.28C65.3278 340.518 65.6489 340.705 66 340.829V341.5C66 341.776 66.2239 342 66.5 342H67.5C67.7761 342 68 341.776 68 341.5V340.829C68.3512 340.705 68.6723 340.518 68.9496 340.28L69.5313 340.616C69.7705 340.754 70.0763 340.672 70.2143 340.433L70.7143 339.567C70.8524 339.328 70.7705 339.022 70.5313 338.884L69.95 338.548C69.9828 338.371 70 338.187 70 338C70 337.813 69.9828 337.629 69.95 337.452L70.5313 337.116C70.7705 336.978 70.8524 336.672 70.7143 336.433L70.2143 335.567C70.0763 335.328 69.7705 335.246 69.5313 335.384L68.9496 335.72C68.6723 335.482 68.3512 335.295 68 335.171V334.5C68 334.224 67.7761 334 67.5 334H66.5ZM68.25 338C68.25 338.69 67.6904 339.25 67 339.25C66.3096 339.25 65.75 338.69 65.75 338C65.75 337.31 66.3096 336.75 67 336.75C67.6904 336.75 68.25 337.31 68.25 338Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M58 308C56.8954 308 56 308.895 56 310V320C56 321.105 56.8954 322 58 322H62.3835C62.0618 321.372 62.2251 320.612 62.7532 320.169C62.751 320.113 62.7499 320.057 62.7499 320C62.7499 319.943 62.751 319.887 62.7532 319.831C62.4734 319.596 62.296 319.272 62.2388 318.926C62.0955 318.839 61.9999 318.68 61.9999 318.5V314.5C61.9999 314.224 62.2238 314 62.4999 314H63.4999C63.7761 314 63.9999 314.224 63.9999 314.5V316.333C64.2408 316.297 64.4916 316.32 64.73 316.406C64.8178 316.351 64.9078 316.298 64.9999 316.249V311.5C64.9999 311.224 65.2238 311 65.4999 311H66.4999C66.7761 311 66.9999 311.224 66.9999 311.5V315H67.4999C68.2386 315 68.8526 315.534 68.9769 316.237C69.077 316.29 69.1748 316.346 69.2699 316.407C69.5083 316.32 69.7591 316.297 70 316.333V310C70 308.895 69.1046 308 68 308H58ZM59.4999 312C59.2238 312 58.9999 312.224 58.9999 312.5V318.5C58.9999 318.776 59.2238 319 59.4999 319H60.4999C60.7761 319 60.9999 318.776 60.9999 318.5V312.5C60.9999 312.224 60.7761 312 60.4999 312H59.4999ZM66.5 316C66.2239 316 66 316.224 66 316.5V317.171C65.6489 317.295 65.3278 317.482 65.0506 317.72L64.4691 317.384C64.23 317.246 63.9242 317.328 63.7861 317.567L63.2861 318.433C63.1481 318.672 63.23 318.978 63.4691 319.116L64.05 319.451C64.0172 319.629 64 319.813 64 320C64 320.187 64.0172 320.371 64.05 320.549L63.4691 320.884C63.23 321.022 63.1481 321.328 63.2861 321.567L63.7861 322.433C63.9242 322.672 64.23 322.754 64.4691 322.616L65.0506 322.28C65.3278 322.518 65.6489 322.705 66 322.829V323.5C66 323.776 66.2239 324 66.5 324H67.5C67.7761 324 68 323.776 68 323.5V322.829C68.3512 322.705 68.6723 322.518 68.9496 322.28L69.5313 322.616C69.7705 322.754 70.0763 322.672 70.2143 322.433L70.7143 321.567C70.8524 321.328 70.7705 321.022 70.5313 320.884L69.95 320.548C69.9828 320.371 70 320.187 70 320C70 319.813 69.9828 319.629 69.95 319.452L70.5313 319.116C70.7705 318.978 70.8524 318.672 70.7143 318.433L70.2143 317.567C70.0763 317.328 69.7705 317.246 69.5313 317.384L68.9496 317.72C68.6723 317.482 68.3512 317.295 68 317.171V316.5C68 316.224 67.7761 316 67.5 316H66.5ZM68.25 320C68.25 320.69 67.6904 321.25 67 321.25C66.3096 321.25 65.75 320.69 65.75 320C65.75 319.31 66.3096 318.75 67 318.75C67.6904 318.75 68.25 319.31 68.25 320Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M58 290C56.8954 290 56 290.895 56 292V302C56 303.105 56.8954 304 58 304H62.3835C62.0618 303.372 62.2251 302.612 62.7532 302.169C62.751 302.113 62.7499 302.057 62.7499 302C62.7499 301.943 62.751 301.887 62.7532 301.831C62.4734 301.596 62.296 301.272 62.2388 300.926C62.0955 300.839 61.9999 300.68 61.9999 300.5V296.5C61.9999 296.224 62.2238 296 62.4999 296H63.4999C63.7761 296 63.9999 296.224 63.9999 296.5V298.333C64.2408 298.297 64.4916 298.32 64.73 298.406C64.8178 298.351 64.9078 298.298 64.9999 298.249V293.5C64.9999 293.224 65.2238 293 65.4999 293H66.4999C66.7761 293 66.9999 293.224 66.9999 293.5V297H67.4999C68.2386 297 68.8526 297.534 68.9769 298.237C69.077 298.29 69.1748 298.346 69.2699 298.407C69.5083 298.32 69.7591 298.297 70 298.333V292C70 290.895 69.1046 290 68 290H58ZM59.4999 294C59.2238 294 58.9999 294.224 58.9999 294.5V300.5C58.9999 300.776 59.2238 301 59.4999 301H60.4999C60.7761 301 60.9999 300.776 60.9999 300.5V294.5C60.9999 294.224 60.7761 294 60.4999 294H59.4999ZM66.5 298C66.2239 298 66 298.224 66 298.5V299.171C65.6489 299.295 65.3278 299.482 65.0506 299.72L64.4691 299.384C64.23 299.246 63.9242 299.328 63.7861 299.567L63.2861 300.433C63.1481 300.672 63.23 300.978 63.4691 301.116L64.05 301.451C64.0172 301.629 64 301.813 64 302C64 302.187 64.0172 302.371 64.05 302.549L63.4691 302.884C63.23 303.022 63.1481 303.328 63.2861 303.567L63.7861 304.433C63.9242 304.672 64.23 304.754 64.4691 304.616L65.0506 304.28C65.3278 304.518 65.6489 304.705 66 304.829V305.5C66 305.776 66.2239 306 66.5 306H67.5C67.7761 306 68 305.776 68 305.5V304.829C68.3512 304.705 68.6723 304.518 68.9496 304.28L69.5313 304.616C69.7705 304.754 70.0763 304.672 70.2143 304.433L70.7143 303.567C70.8524 303.328 70.7705 303.022 70.5313 302.884L69.95 302.548C69.9828 302.371 70 302.187 70 302C70 301.813 69.9828 301.629 69.95 301.452L70.5313 301.116C70.7705 300.978 70.8524 300.672 70.7143 300.433L70.2143 299.567C70.0763 299.328 69.7705 299.246 69.5313 299.384L68.9496 299.72C68.6723 299.482 68.3512 299.295 68 299.171V298.5C68 298.224 67.7761 298 67.5 298H66.5ZM68.25 302C68.25 302.69 67.6904 303.25 67 303.25C66.3096 303.25 65.75 302.69 65.75 302C65.75 301.31 66.3096 300.75 67 300.75C67.6904 300.75 68.25 301.31 68.25 302Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M80 336H83L78 341L73 336H76V334L80 332V336ZM84 330V333H86V332H89V335H86V334H83V330H82V327H85V330H84ZM80 329V331L76 333V331L80 329ZM80 326V328L76 330V328L80 326Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M80 318H83L78 323L73 318H76V316L80 314V318ZM84 312V315H86V314H89V317H86V316H83V312H82V309H85V312H84ZM80 311V313L76 315V313L80 311ZM80 308V310L76 312V310L80 308Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M80 300H83L78 305L73 300H76V298L80 296V300ZM84 294V297H86V296H89V299H86V298H83V294H82V291H85V294H84ZM80 293V295L76 297V295L80 293ZM80 290V292L76 294V292L80 290Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M501.004 335.917C501.554 335.917 502 336.364 502 336.917V339C502 339.552 501.554 340 501.004 340H488.996C488.446 340 488 339.552 488 339V336.917C488 336.364 488.446 335.917 488.996 335.917H501.004ZM490.042 337.375C489.72 337.375 489.458 337.636 489.458 337.958C489.458 338.28 489.72 338.542 490.042 338.542C490.364 338.542 490.625 338.28 490.625 337.958C490.625 337.636 490.364 337.375 490.042 337.375ZM492.083 337.375C491.761 337.375 491.5 337.636 491.5 337.958C491.5 338.28 491.761 338.542 492.083 338.542C492.405 338.542 492.667 338.28 492.667 337.958C492.667 337.636 492.405 337.375 492.083 337.375ZM501.004 330.958C501.554 330.958 502 331.406 502 331.958V334.042C502 334.594 501.554 335.042 501.004 335.042H488.996C488.446 335.042 488 334.594 488 334.042V331.958C488 331.406 488.446 330.958 488.996 330.958H501.004ZM500.5 332.562H497.583V333.438H500.5V332.562ZM501.004 326C501.554 326 502 326.448 502 327V329.083C502 329.636 501.554 330.083 501.004 330.083H488.996C488.446 330.083 488 329.636 488 329.083V327C488 326.448 488.446 326 488.996 326H501.004ZM490.042 327.458C489.72 327.458 489.458 327.72 489.458 328.042C489.458 328.364 489.72 328.625 490.042 328.625C490.364 328.625 490.625 328.364 490.625 328.042C490.625 327.72 490.364 327.458 490.042 327.458Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M501.004 317.917C501.554 317.917 502 318.364 502 318.917V321C502 321.552 501.554 322 501.004 322H488.996C488.446 322 488 321.552 488 321V318.917C488 318.364 488.446 317.917 488.996 317.917H501.004ZM490.042 319.375C489.72 319.375 489.458 319.636 489.458 319.958C489.458 320.28 489.72 320.542 490.042 320.542C490.364 320.542 490.625 320.28 490.625 319.958C490.625 319.636 490.364 319.375 490.042 319.375ZM492.083 319.375C491.761 319.375 491.5 319.636 491.5 319.958C491.5 320.28 491.761 320.542 492.083 320.542C492.405 320.542 492.667 320.28 492.667 319.958C492.667 319.636 492.405 319.375 492.083 319.375ZM501.004 312.958C501.554 312.958 502 313.406 502 313.958V316.042C502 316.594 501.554 317.042 501.004 317.042H488.996C488.446 317.042 488 316.594 488 316.042V313.958C488 313.406 488.446 312.958 488.996 312.958H501.004ZM500.5 314.562H497.583V315.438H500.5V314.562ZM501.004 308C501.554 308 502 308.448 502 309V311.083C502 311.636 501.554 312.083 501.004 312.083H488.996C488.446 312.083 488 311.636 488 311.083V309C488 308.448 488.446 308 488.996 308H501.004ZM490.042 309.458C489.72 309.458 489.458 309.72 489.458 310.042C489.458 310.364 489.72 310.625 490.042 310.625C490.364 310.625 490.625 310.364 490.625 310.042C490.625 309.72 490.364 309.458 490.042 309.458Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M110 328C110 327.448 110.448 327 111 327H123.063C123.615 327 124.063 327.448 124.063 328V329H119.714L118.337 332.199L115.882 330.244L113.729 334H110V328ZM110 335V336C110 336.552 110.448 337 111 337H123.063C123.615 337 124.063 336.552 124.063 336V330H120.376L118.74 333.801L116.172 331.756L114.313 335H110ZM113.014 338H121.05V339H113.014V338Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M110 310C110 309.448 110.448 309 111 309H123.063C123.615 309 124.063 309.448 124.063 310V311H119.714L118.337 314.199L115.882 312.244L113.729 316H110V310ZM110 317V318C110 318.552 110.448 319 111 319H123.063C123.615 319 124.063 318.552 124.063 318V312H120.376L118.74 315.801L116.172 313.756L114.313 317H110ZM113.014 320H121.05V321H113.014V320Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M110 292C110 291.448 110.448 291 111 291H123.063C123.615 291 124.063 291.448 124.063 292V293H119.714L118.337 296.199L115.882 294.244L113.729 298H110V292ZM110 299V300C110 300.552 110.448 301 111 301H123.063C123.615 301 124.063 300.552 124.063 300V294H120.376L118.74 297.801L116.172 295.756L114.313 299H110ZM113.014 302H121.05V303H113.014V302Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M130.267 329.252C130.267 327.456 131.729 326 133.533 326C135.338 326 136.8 327.456 136.8 329.252C136.8 331.048 135.338 332.504 133.533 332.504C131.729 332.504 130.267 331.048 130.267 329.252ZM134.651 333.52C137.056 333.52 139 335.685 139 338.347V340H128V338.347C128 335.685 129.944 333.52 132.349 333.52H134.651ZM142.064 339H140V338.347C140 336.375 139.079 334.563 137.627 333.5H138.044C140.264 333.5 142.064 335.382 142.064 337.703V339ZM137.081 333C136.966 333 136.853 332.992 136.742 332.978C136.509 332.87 136.267 332.78 136.017 332.709C137.096 331.939 137.8 330.679 137.8 329.252C137.8 328.425 137.563 327.653 137.154 327.001C138.656 327.043 139.862 328.369 139.862 330C139.862 331.657 138.617 333 137.081 333Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M130.267 311.252C130.267 309.456 131.729 308 133.533 308C135.338 308 136.8 309.456 136.8 311.252C136.8 313.048 135.338 314.504 133.533 314.504C131.729 314.504 130.267 313.048 130.267 311.252ZM134.651 315.52C137.056 315.52 139 317.685 139 320.347V322H128V320.347C128 317.685 129.944 315.52 132.349 315.52H134.651ZM142.064 321H140V320.347C140 318.375 139.079 316.563 137.627 315.5H138.044C140.264 315.5 142.064 317.382 142.064 319.703V321ZM137.081 315C136.966 315 136.853 314.992 136.742 314.978C136.509 314.87 136.267 314.78 136.017 314.709C137.096 313.939 137.8 312.679 137.8 311.252C137.8 310.425 137.563 309.653 137.154 309.001C138.656 309.043 139.862 310.369 139.862 312C139.862 313.657 138.617 315 137.081 315Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M130.267 293.252C130.267 291.456 131.729 290 133.533 290C135.338 290 136.8 291.456 136.8 293.252C136.8 295.048 135.338 296.504 133.533 296.504C131.729 296.504 130.267 295.048 130.267 293.252ZM134.651 297.52C137.056 297.52 139 299.685 139 302.347V304H128V302.347C128 299.685 129.944 297.52 132.349 297.52H134.651ZM142.064 303H140V302.347C140 300.375 139.079 298.563 137.627 297.5H138.044C140.264 297.5 142.064 299.382 142.064 301.703V303ZM137.081 297C136.966 297 136.853 296.992 136.742 296.978C136.509 296.87 136.267 296.78 136.017 296.709C137.096 295.939 137.8 294.679 137.8 293.252C137.8 292.425 137.563 291.653 137.154 291.001C138.656 291.043 139.862 292.369 139.862 294C139.862 295.657 138.617 297 137.081 297Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M147.857 340C147.384 340 147 339.582 147 339.067V326.933C147 326.418 147.384 326 147.857 326H158.143C158.616 326 159 326.418 159 326.933V333.256C158.531 333.09 158.026 333 157.5 333C155.015 333 153 335.015 153 337.5C153 338.425 153.279 339.285 153.758 340H147.857ZM157 330H149V329H157V330ZM154 333H149V332H154V333ZM152 336H149V335H152V336ZM157.5 341C155.567 341 154 339.433 154 337.5C154 335.567 155.567 334 157.5 334C159.433 334 161 335.567 161 337.5C161 339.433 159.433 341 157.5 341ZM159.5 337.5C159.5 337.776 159.276 338 159 338H157.5C157.224 338 157 337.776 157 337.5V335.5C157 335.224 157.224 335 157.5 335C157.776 335 158 335.224 158 335.5V337H159C159.276 337 159.5 337.224 159.5 337.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M147.857 322C147.384 322 147 321.582 147 321.067V308.933C147 308.418 147.384 308 147.857 308H158.143C158.616 308 159 308.418 159 308.933V315.256C158.531 315.09 158.026 315 157.5 315C155.015 315 153 317.015 153 319.5C153 320.425 153.279 321.285 153.758 322H147.857ZM157 312H149V311H157V312ZM154 315H149V314H154V315ZM152 318H149V317H152V318ZM157.5 323C155.567 323 154 321.433 154 319.5C154 317.567 155.567 316 157.5 316C159.433 316 161 317.567 161 319.5C161 321.433 159.433 323 157.5 323ZM159.5 319.5C159.5 319.776 159.276 320 159 320H157.5C157.224 320 157 319.776 157 319.5V317.5C157 317.224 157.224 317 157.5 317C157.776 317 158 317.224 158 317.5V319H159C159.276 319 159.5 319.224 159.5 319.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M147.857 304C147.384 304 147 303.582 147 303.067V290.933C147 290.418 147.384 290 147.857 290H158.143C158.616 290 159 290.418 159 290.933V297.256C158.531 297.09 158.026 297 157.5 297C155.015 297 153 299.015 153 301.5C153 302.425 153.279 303.285 153.758 304H147.857ZM157 294H149V293H157V294ZM154 297H149V296H154V297ZM152 300H149V299H152V300ZM157.5 305C155.567 305 154 303.433 154 301.5C154 299.567 155.567 298 157.5 298C159.433 298 161 299.567 161 301.5C161 303.433 159.433 305 157.5 305ZM159.5 301.5C159.5 301.776 159.276 302 159 302H157.5C157.224 302 157 301.776 157 301.5V299.5C157 299.224 157.224 299 157.5 299C157.776 299 158 299.224 158 299.5V301H159C159.276 301 159.5 301.224 159.5 301.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M95.7667 329.5C96.7375 329.5 97.5246 328.716 97.5246 327.75C97.5246 326.784 96.7375 326 95.7667 326C94.7958 326 94.0088 326.784 94.0088 327.75C94.0088 328.716 94.7958 329.5 95.7667 329.5ZM102.996 330.393C103.967 330.393 104.754 329.609 104.754 328.643C104.754 327.676 103.967 326.893 102.996 326.893C102.025 326.893 101.238 327.676 101.238 328.643C101.238 329.609 102.025 330.393 102.996 330.393ZM99.5334 334.5C100.643 334.5 101.542 333.605 101.542 332.5C101.542 331.395 100.643 330.5 99.5334 330.5C98.4239 330.5 97.5244 331.395 97.5244 332.5C97.5244 333.605 98.4239 334.5 99.5334 334.5ZM95.5158 335.25C95.5158 336.216 94.7287 337 93.7579 337C92.787 337 92 336.216 92 335.25C92 334.284 92.787 333.5 93.7579 333.5C94.7287 333.5 95.5158 334.284 95.5158 335.25ZM99.4083 340.3C100.379 340.3 101.166 339.517 101.166 338.55C101.166 337.584 100.379 336.8 99.4083 336.8C98.4374 336.8 97.6504 337.584 97.6504 338.55C97.6504 339.517 98.4374 340.3 99.4083 340.3ZM106.099 335.339C106.099 336.306 105.312 337.089 104.341 337.089C103.37 337.089 102.583 336.306 102.583 335.339C102.583 334.373 103.37 333.589 104.341 333.589C105.312 333.589 106.099 334.373 106.099 335.339Z' fill='white'/%3e%3cpath d='M96.8213 329.35L98.0267 330.932' stroke='white' stroke-linecap='square'/%3e%3cpath d='M95.4082 334.482L97.6504 333.143' stroke='white' stroke-linecap='square'/%3e%3cpath d='M99.4438 336.714V334.482' stroke='white' stroke-linecap='square'/%3e%3cpath d='M101.686 330.018L100.789 330.911' stroke='white' stroke-linecap='square'/%3e%3cpath d='M102.583 334.482L100.789 333.589' stroke='white' stroke-linecap='square'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M95.7667 311.5C96.7375 311.5 97.5246 310.716 97.5246 309.75C97.5246 308.784 96.7375 308 95.7667 308C94.7958 308 94.0088 308.784 94.0088 309.75C94.0088 310.716 94.7958 311.5 95.7667 311.5ZM102.996 312.393C103.967 312.393 104.754 311.609 104.754 310.643C104.754 309.676 103.967 308.893 102.996 308.893C102.025 308.893 101.238 309.676 101.238 310.643C101.238 311.609 102.025 312.393 102.996 312.393ZM99.5334 316.5C100.643 316.5 101.542 315.605 101.542 314.5C101.542 313.395 100.643 312.5 99.5334 312.5C98.4239 312.5 97.5244 313.395 97.5244 314.5C97.5244 315.605 98.4239 316.5 99.5334 316.5ZM95.5158 317.25C95.5158 318.216 94.7287 319 93.7579 319C92.787 319 92 318.216 92 317.25C92 316.284 92.787 315.5 93.7579 315.5C94.7287 315.5 95.5158 316.284 95.5158 317.25ZM99.4083 322.3C100.379 322.3 101.166 321.517 101.166 320.55C101.166 319.584 100.379 318.8 99.4083 318.8C98.4374 318.8 97.6504 319.584 97.6504 320.55C97.6504 321.517 98.4374 322.3 99.4083 322.3ZM106.099 317.339C106.099 318.306 105.312 319.089 104.341 319.089C103.37 319.089 102.583 318.306 102.583 317.339C102.583 316.373 103.37 315.589 104.341 315.589C105.312 315.589 106.099 316.373 106.099 317.339Z' fill='%239A9A9A'/%3e%3cpath d='M96.8213 311.35L98.0267 312.932' stroke='%239A9A9A' stroke-linecap='square'/%3e%3cpath d='M95.4082 316.482L97.6504 315.143' stroke='%239A9A9A' stroke-linecap='square'/%3e%3cpath d='M99.4438 318.714V316.482' stroke='%239A9A9A' stroke-linecap='square'/%3e%3cpath d='M101.686 312.018L100.789 312.911' stroke='%239A9A9A' stroke-linecap='square'/%3e%3cpath d='M102.583 316.482L100.789 315.589' stroke='%239A9A9A' stroke-linecap='square'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M95.7667 293.5C96.7375 293.5 97.5246 292.716 97.5246 291.75C97.5246 290.784 96.7375 290 95.7667 290C94.7958 290 94.0088 290.784 94.0088 291.75C94.0088 292.716 94.7958 293.5 95.7667 293.5ZM102.996 294.393C103.967 294.393 104.754 293.609 104.754 292.643C104.754 291.676 103.967 290.893 102.996 290.893C102.025 290.893 101.238 291.676 101.238 292.643C101.238 293.609 102.025 294.393 102.996 294.393ZM99.5334 298.5C100.643 298.5 101.542 297.605 101.542 296.5C101.542 295.395 100.643 294.5 99.5334 294.5C98.4239 294.5 97.5244 295.395 97.5244 296.5C97.5244 297.605 98.4239 298.5 99.5334 298.5ZM95.5158 299.25C95.5158 300.216 94.7287 301 93.7579 301C92.787 301 92 300.216 92 299.25C92 298.284 92.787 297.5 93.7579 297.5C94.7287 297.5 95.5158 298.284 95.5158 299.25ZM99.4083 304.3C100.379 304.3 101.166 303.517 101.166 302.55C101.166 301.584 100.379 300.8 99.4083 300.8C98.4374 300.8 97.6504 301.584 97.6504 302.55C97.6504 303.517 98.4374 304.3 99.4083 304.3ZM106.099 299.339C106.099 300.306 105.312 301.089 104.341 301.089C103.37 301.089 102.583 300.306 102.583 299.339C102.583 298.373 103.37 297.589 104.341 297.589C105.312 297.589 106.099 298.373 106.099 299.339Z' fill='%2335383A'/%3e%3cpath d='M96.8213 293.35L98.0267 294.932' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M95.4082 298.482L97.6504 297.143' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M99.4438 300.714V298.482' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M101.686 294.018L100.789 294.911' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath d='M102.583 298.482L100.789 297.589' stroke='%2335383A' stroke-linecap='square'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M165.857 340C165.384 340 165 339.582 165 339.067V326.933C165 326.418 165.384 326 165.857 326H176.143C176.616 326 177 326.418 177 326.933V331.68C176.331 331.249 175.534 331 174.68 331C172.319 331 170.397 332.907 170.397 335.268C170.397 336.081 170.626 336.841 171.022 337.486L169.564 340H165.857ZM167 330H175V329H167V330ZM167 333H170V332H167V333ZM167 336H169V335H167V336ZM174.681 332C176.494 332 177.964 333.463 177.964 335.268C177.964 336.094 177.655 336.848 177.147 337.424L178.361 339.518L176.861 339.733L175.924 340.918L174.681 338.774L173.437 340.918L172.5 339.733L171 339.518L172.214 337.424C171.706 336.848 171.398 336.094 171.398 335.268C171.398 333.463 172.868 332 174.681 332ZM173.146 335.146C172.951 335.342 172.951 335.658 173.146 335.854L174.146 336.854C174.249 336.956 174.391 337.009 174.535 336.999C174.68 336.988 174.813 336.916 174.9 336.8L176.4 334.8C176.566 334.579 176.521 334.266 176.3 334.1C176.079 333.934 175.766 333.979 175.6 334.2L174.446 335.739L173.854 335.146C173.658 334.951 173.342 334.951 173.146 335.146Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M165.857 322C165.384 322 165 321.582 165 321.067V308.933C165 308.418 165.384 308 165.857 308H176.143C176.616 308 177 308.418 177 308.933V313.68C176.331 313.249 175.534 313 174.68 313C172.319 313 170.397 314.907 170.397 317.268C170.397 318.081 170.626 318.841 171.022 319.486L169.564 322H165.857ZM167 312H175V311H167V312ZM167 315H170V314H167V315ZM167 318H169V317H167V318ZM174.681 314C176.494 314 177.964 315.463 177.964 317.268C177.964 318.094 177.655 318.848 177.147 319.424L178.361 321.518L176.861 321.733L175.924 322.918L174.681 320.774L173.437 322.918L172.5 321.733L171 321.518L172.214 319.424C171.706 318.848 171.398 318.094 171.398 317.268C171.398 315.463 172.868 314 174.681 314ZM173.146 317.146C172.951 317.342 172.951 317.658 173.146 317.854L174.146 318.854C174.249 318.956 174.391 319.009 174.535 318.999C174.68 318.988 174.813 318.916 174.9 318.8L176.4 316.8C176.566 316.579 176.521 316.266 176.3 316.1C176.079 315.934 175.766 315.979 175.6 316.2L174.446 317.739L173.854 317.146C173.658 316.951 173.342 316.951 173.146 317.146Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M165.857 304C165.384 304 165 303.582 165 303.067V290.933C165 290.418 165.384 290 165.857 290H176.143C176.616 290 177 290.418 177 290.933V295.68C176.331 295.249 175.534 295 174.68 295C172.319 295 170.397 296.907 170.397 299.268C170.397 300.081 170.626 300.841 171.022 301.486L169.564 304H165.857ZM167 294H175V293H167V294ZM167 297H170V296H167V297ZM167 300H169V299H167V300ZM174.681 296C176.494 296 177.964 297.463 177.964 299.268C177.964 300.094 177.655 300.848 177.147 301.424L178.361 303.518L176.861 303.733L175.924 304.918L174.681 302.774L173.437 304.918L172.5 303.733L171 303.518L172.214 301.424C171.706 300.848 171.398 300.094 171.398 299.268C171.398 297.463 172.868 296 174.681 296ZM173.146 299.146C172.951 299.342 172.951 299.658 173.146 299.854L174.146 300.854C174.249 300.956 174.391 301.009 174.535 300.999C174.68 300.988 174.813 300.916 174.9 300.8L176.4 298.8C176.566 298.579 176.521 298.266 176.3 298.1C176.079 297.934 175.766 297.979 175.6 298.2L174.446 299.739L173.854 299.146C173.658 298.951 173.342 298.951 173.146 299.146Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M186.813 293.663C187.283 291.318 189.682 289.835 192.025 290.434C194.419 291.045 195.908 293.454 195.337 295.803C194.715 298.368 192.03 299.728 189.561 298.714C189.276 298.598 189.155 298.623 188.941 298.841C188.46 299.329 187.974 299.811 187.487 300.294C186.668 301.106 185.848 301.919 185.057 302.759C184.47 303.383 183.823 303.634 183.002 303.523C182.529 303.458 182.231 303.208 182.245 302.683C182.252 302.391 182.246 302.099 182.239 301.807C182.236 301.687 182.234 301.566 182.232 301.446L182.118 300.67C182.109 300.038 182.119 299.933 182.345 299.701C182.534 299.507 182.847 299.587 183.292 299.702C183.386 299.726 183.487 299.752 183.593 299.777C184.057 299.932 184.207 299.694 184.059 299.336C183.817 298.75 183.753 298.329 183.979 298.103C184.192 297.889 184.564 297.986 185.134 298.135C185.181 298.147 185.229 298.16 185.279 298.173C185.571 298.248 185.604 298.171 185.537 297.933C185.505 297.822 185.472 297.716 185.44 297.615C185.279 297.098 185.159 296.714 185.531 296.461C185.789 296.285 186.067 296.308 186.352 296.332C186.443 296.339 186.535 296.347 186.627 296.348C187.006 296.353 187.054 296.289 186.943 295.938C186.705 295.184 186.661 294.418 186.813 293.663ZM192.101 295.008C192.811 295.012 193.374 294.43 193.358 293.709C193.341 292.994 192.752 292.414 192.033 292.406C191.318 292.397 190.749 292.97 190.759 293.688C190.769 294.418 191.363 295.003 192.101 295.008Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M186.813 311.663C187.283 309.318 189.682 307.835 192.025 308.434C194.419 309.045 195.908 311.454 195.337 313.803C194.715 316.368 192.03 317.728 189.561 316.714C189.276 316.598 189.155 316.623 188.941 316.841C188.46 317.329 187.974 317.811 187.487 318.294C186.668 319.106 185.848 319.919 185.057 320.759C184.47 321.383 183.823 321.634 183.002 321.523C182.529 321.458 182.231 321.208 182.245 320.683C182.252 320.391 182.246 320.099 182.239 319.807C182.236 319.687 182.234 319.566 182.232 319.446L182.118 318.67C182.109 318.038 182.119 317.933 182.345 317.701C182.534 317.507 182.847 317.587 183.292 317.702C183.386 317.726 183.487 317.752 183.593 317.777C184.057 317.932 184.207 317.694 184.059 317.336C183.817 316.75 183.753 316.329 183.979 316.103C184.192 315.889 184.564 315.986 185.134 316.135C185.181 316.147 185.229 316.16 185.279 316.173C185.571 316.248 185.604 316.171 185.537 315.933C185.505 315.822 185.472 315.716 185.44 315.615C185.279 315.098 185.159 314.714 185.531 314.461C185.789 314.285 186.067 314.308 186.352 314.332C186.443 314.339 186.535 314.347 186.627 314.348C187.006 314.353 187.054 314.289 186.943 313.938C186.705 313.184 186.661 312.418 186.813 311.663ZM192.101 313.008C192.811 313.012 193.374 312.43 193.358 311.709C193.341 310.994 192.752 310.414 192.033 310.406C191.318 310.397 190.749 310.97 190.759 311.688C190.769 312.418 191.363 313.003 192.101 313.008Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M186.813 329.663C187.283 327.318 189.682 325.835 192.025 326.434C194.419 327.045 195.908 329.454 195.337 331.803C194.715 334.368 192.03 335.728 189.561 334.714C189.276 334.598 189.155 334.623 188.941 334.841C188.46 335.329 187.974 335.811 187.487 336.294C186.668 337.106 185.848 337.919 185.057 338.759C184.47 339.383 183.823 339.634 183.002 339.523C182.529 339.458 182.231 339.208 182.245 338.683C182.252 338.391 182.246 338.099 182.239 337.807C182.236 337.687 182.234 337.566 182.232 337.446L182.118 336.67C182.109 336.038 182.119 335.933 182.345 335.701C182.534 335.507 182.847 335.587 183.292 335.702C183.386 335.726 183.487 335.752 183.593 335.777C184.057 335.932 184.207 335.694 184.059 335.336C183.817 334.75 183.753 334.329 183.979 334.103C184.192 333.889 184.564 333.986 185.134 334.135C185.181 334.147 185.229 334.16 185.279 334.173C185.571 334.248 185.604 334.171 185.537 333.933C185.505 333.822 185.472 333.716 185.44 333.615C185.279 333.098 185.159 332.714 185.531 332.461C185.789 332.285 186.067 332.308 186.352 332.332C186.443 332.339 186.535 332.347 186.627 332.348C187.006 332.353 187.054 332.289 186.943 331.938C186.705 331.184 186.661 330.418 186.813 329.663ZM192.101 331.008C192.811 331.012 193.374 330.43 193.358 329.709C193.341 328.994 192.752 328.414 192.033 328.406C191.318 328.397 190.749 328.97 190.759 329.688C190.769 330.418 191.363 331.003 192.101 331.008Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M200 329C200 328.448 200.448 328 201 328H212C212.552 328 213 328.448 213 329V338C213 338.552 212.552 339 212 339H201C200.448 339 200 338.552 200 338V329ZM207 334H211V335H207V334ZM202.518 331.067L206 333.067V333.5V333.5V333.933L202.518 335.933L202.018 335.067L204.733 333.499L202.018 331.933L202.518 331.067Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M200 311C200 310.448 200.448 310 201 310H212C212.552 310 213 310.448 213 311V320C213 320.552 212.552 321 212 321H201C200.448 321 200 320.552 200 320V311ZM207 316H211V317H207V316ZM202.518 313.067L206 315.067V315.5V315.5V315.933L202.518 317.933L202.018 317.067L204.733 315.499L202.018 313.933L202.518 313.067Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M200 293C200 292.448 200.448 292 201 292H212C212.552 292 213 292.448 213 293V302C213 302.552 212.552 303 212 303H201C200.448 303 200 302.552 200 302V293ZM207 298H211V299H207V298ZM202.518 295.067L206 297.067V297.5V297.5V297.933L202.518 299.933L202.018 299.067L204.733 297.499L202.018 295.933L202.518 295.067Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M230.706 332.109C230.706 329.84 228.865 328 226.593 328C224.948 328 223.53 328.965 222.872 330.359C222.507 330.099 222.056 329.944 221.567 329.944C220.351 329.944 219.365 330.897 219.365 332.072C219.365 332.247 219.388 332.416 219.429 332.578C218.042 332.874 217 334.128 217 335.631C217 337.353 218.368 338.667 220.056 338.667H230.076C231.691 338.667 233 337.288 233 335.484C233 333.921 232.016 332.615 230.701 332.295C230.704 332.233 230.706 332.171 230.706 332.109Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M230.706 314.109C230.706 311.84 228.865 310 226.593 310C224.948 310 223.53 310.965 222.872 312.359C222.507 312.099 222.056 311.944 221.567 311.944C220.351 311.944 219.365 312.897 219.365 314.072C219.365 314.247 219.388 314.416 219.429 314.578C218.042 314.874 217 316.128 217 317.631C217 319.353 218.368 320.667 220.056 320.667H230.076C231.691 320.667 233 319.288 233 317.484C233 315.921 232.016 314.615 230.701 314.295C230.704 314.233 230.706 314.171 230.706 314.109Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M230.706 296.109C230.706 293.84 228.865 292 226.593 292C224.948 292 223.53 292.965 222.872 294.359C222.507 294.099 222.056 293.944 221.567 293.944C220.351 293.944 219.365 294.897 219.365 296.072C219.365 296.247 219.388 296.416 219.429 296.578C218.042 296.874 217 298.128 217 299.631C217 301.353 218.368 302.667 220.056 302.667H230.076C231.691 302.667 233 301.288 233 299.484C233 297.921 232.016 296.615 230.701 296.295C230.704 296.233 230.706 296.171 230.706 296.109Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M347 327C347 326.448 347.448 326 348 326H354C354.552 326 355 326.448 355 327V339C355 339.552 354.552 340 354 340H348C347.448 340 347 339.552 347 339V327ZM349.5 337C349.5 336.172 350.172 335.5 351 335.5C351.828 335.5 352.5 336.172 352.5 337C352.5 337.828 351.828 338.5 351 338.5C350.172 338.5 349.5 337.828 349.5 337ZM348 328.5C348 328.776 348.224 329 348.5 329H353.5C353.776 329 354 328.776 354 328.5C354 328.224 353.776 328 353.5 328H348.5C348.224 328 348 328.224 348 328.5ZM348 330.5C348 330.776 348.224 331 348.5 331H353.5C353.776 331 354 330.776 354 330.5C354 330.224 353.776 330 353.5 330H348.5C348.224 330 348 330.224 348 330.5ZM348.5 333C348.224 333 348 332.776 348 332.5C348 332.224 348.224 332 348.5 332H353.5C353.776 332 354 332.224 354 332.5C354 332.776 353.776 333 353.5 333H348.5ZM351 338C350.448 338 350 337.552 350 337C350 336.448 350.448 336 351 336C351.552 336 352 336.448 352 337C352 337.552 351.552 338 351 338Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M347 309C347 308.448 347.448 308 348 308H354C354.552 308 355 308.448 355 309V321C355 321.552 354.552 322 354 322H348C347.448 322 347 321.552 347 321V309ZM349.5 319C349.5 318.172 350.172 317.5 351 317.5C351.828 317.5 352.5 318.172 352.5 319C352.5 319.828 351.828 320.5 351 320.5C350.172 320.5 349.5 319.828 349.5 319ZM348 310.5C348 310.776 348.224 311 348.5 311H353.5C353.776 311 354 310.776 354 310.5C354 310.224 353.776 310 353.5 310H348.5C348.224 310 348 310.224 348 310.5ZM348 312.5C348 312.776 348.224 313 348.5 313H353.5C353.776 313 354 312.776 354 312.5C354 312.224 353.776 312 353.5 312H348.5C348.224 312 348 312.224 348 312.5ZM348.5 315C348.224 315 348 314.776 348 314.5C348 314.224 348.224 314 348.5 314H353.5C353.776 314 354 314.224 354 314.5C354 314.776 353.776 315 353.5 315H348.5ZM351 320C350.448 320 350 319.552 350 319C350 318.448 350.448 318 351 318C351.552 318 352 318.448 352 319C352 319.552 351.552 320 351 320Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M347 291C347 290.448 347.448 290 348 290H354C354.552 290 355 290.448 355 291V303C355 303.552 354.552 304 354 304H348C347.448 304 347 303.552 347 303V291ZM349.5 301C349.5 300.172 350.172 299.5 351 299.5C351.828 299.5 352.5 300.172 352.5 301C352.5 301.828 351.828 302.5 351 302.5C350.172 302.5 349.5 301.828 349.5 301ZM348 292.5C348 292.776 348.224 293 348.5 293H353.5C353.776 293 354 292.776 354 292.5C354 292.224 353.776 292 353.5 292H348.5C348.224 292 348 292.224 348 292.5ZM348 294.5C348 294.776 348.224 295 348.5 295H353.5C353.776 295 354 294.776 354 294.5C354 294.224 353.776 294 353.5 294H348.5C348.224 294 348 294.224 348 294.5ZM348.5 297C348.224 297 348 296.776 348 296.5C348 296.224 348.224 296 348.5 296H353.5C353.776 296 354 296.224 354 296.5C354 296.776 353.776 297 353.5 297H348.5ZM351 302C350.448 302 350 301.552 350 301C350 300.448 350.448 300 351 300C351.552 300 352 300.448 352 301C352 301.552 351.552 302 351 302Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M338 328H327L327 335H334V336V337V338.5V339H333.5H331H329.5C329.224 339 329 338.776 329 338.5C329 338.224 329.224 338 329.5 338H331V337H327C326.448 337 326 336.552 326 336V335V328C326 327.448 326.448 327 327 327H338C338.552 327 339 327.448 339 328V331H338V328ZM336 333H339V338H336V333ZM335 333C335 332.448 335.448 332 336 332H339C339.552 332 340 332.448 340 333V338C340 338.552 339.552 339 339 339H336C335.448 339 335 338.552 335 338V333Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M338 310H327L327 317H334V318V319V320.5V321H333.5H331H329.5C329.224 321 329 320.776 329 320.5C329 320.224 329.224 320 329.5 320H331V319H327C326.448 319 326 318.552 326 318V317V310C326 309.448 326.448 309 327 309H338C338.552 309 339 309.448 339 310V313H338V310ZM336 315H339V320H336V315ZM335 315C335 314.448 335.448 314 336 314H339C339.552 314 340 314.448 340 315V320C340 320.552 339.552 321 339 321H336C335.448 321 335 320.552 335 320V315Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M338 292H327L327 299H334V300V301V302.5V303H333.5H331H329.5C329.224 303 329 302.776 329 302.5C329 302.224 329.224 302 329.5 302H331V301H327C326.448 301 326 300.552 326 300V299V292C326 291.448 326.448 291 327 291H338C338.552 291 339 291.448 339 292V295H338V292ZM336 297H339V302H336V297ZM335 297C335 296.448 335.448 296 336 296H339C339.552 296 340 296.448 340 297V302C340 302.552 339.552 303 339 303H336C335.448 303 335 302.552 335 302V297Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M297 326L303 328.562V332.374C303 334.142 302.427 335.755 301.281 337.215C300.136 338.674 298.708 339.603 297 340C295.292 339.603 293.864 338.674 292.719 337.215C291.573 335.755 291 334.142 291 332.374V328.562L297 326ZM297 332.534V339.023C298.32 338.59 299.583 337.818 300.5 336.621C301.417 335.424 302 333.933 302 332.533H297.001L297 332.534ZM297 327.047V332.533H292V329.187L297 327.047Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M297 308L303 310.562V314.374C303 316.142 302.427 317.755 301.281 319.215C300.136 320.674 298.708 321.603 297 322C295.292 321.603 293.864 320.674 292.719 319.215C291.573 317.755 291 316.142 291 314.374V310.562L297 308ZM297 314.534V321.023C298.32 320.59 299.583 319.818 300.5 318.621C301.417 317.424 302 315.933 302 314.533H297.001L297 314.534ZM297 309.047V314.533H292V311.187L297 309.047Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M297 290L303 292.562V296.374C303 298.142 302.427 299.755 301.281 301.215C300.136 302.674 298.708 303.603 297 304C295.292 303.603 293.864 302.674 292.719 301.215C291.573 299.755 291 298.142 291 296.374V292.562L297 290ZM297 296.534V303.023C298.32 302.59 299.583 301.818 300.5 300.621C301.417 299.424 302 297.933 302 296.533H297.001L297 296.534ZM297 291.047V296.533H292V293.187L297 291.047Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M273.857 340C273.384 340 273 339.582 273 339.067V326.933C273 326.418 273.384 326 273.857 326H284.143C284.616 326 285 326.418 285 326.933V333.256C284.531 333.09 284.026 333 283.5 333C281.015 333 279 335.015 279 337.5C279 338.425 279.279 339.285 279.758 340H273.857ZM283 330H275V329H283V330ZM280 333H275V332H280V333ZM278 336H275V335H278V336ZM281 337.466C281 336.085 282.119 334.966 283.5 334.966C283.972 334.966 284.46 335.105 284.836 335.331L284.484 336.05L286.289 335.558L285.656 333.8L285.304 334.466C284.777 334.148 284.159 333.966 283.5 333.966C281.567 333.966 280 335.533 280 337.466C280 339.229 281.305 340.688 283.001 340.93C283.275 340.969 283.5 340.742 283.5 340.466C283.5 340.189 283.274 339.971 283.003 339.916C281.86 339.686 281 338.676 281 337.466ZM285.057 340.517C285.278 340.517 285.457 340.338 285.457 340.117C285.457 339.896 285.278 339.717 285.057 339.717C284.836 339.717 284.657 339.896 284.657 340.117C284.657 340.338 284.836 340.517 285.057 340.517ZM286.689 338.929C286.689 339.15 286.51 339.329 286.289 339.329C286.068 339.329 285.889 339.15 285.889 338.929C285.889 338.709 286.068 338.529 286.289 338.529C286.51 338.529 286.689 338.709 286.689 338.929ZM286.567 337.536C286.788 337.536 286.967 337.356 286.967 337.136C286.967 336.915 286.788 336.736 286.567 336.736C286.346 336.736 286.167 336.915 286.167 337.136C286.167 337.356 286.346 337.536 286.567 337.536ZM284.703 338.941C284.499 339.127 284.183 339.113 283.996 338.91L283 337.823V336.066C283 335.789 283.223 335.566 283.5 335.566C283.776 335.566 284 335.789 284 336.066V337.434L284.733 338.234C284.92 338.438 284.906 338.754 284.703 338.941Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M273.857 322C273.384 322 273 321.582 273 321.067V308.933C273 308.418 273.384 308 273.857 308H284.143C284.616 308 285 308.418 285 308.933V315.256C284.531 315.09 284.026 315 283.5 315C281.015 315 279 317.015 279 319.5C279 320.425 279.279 321.285 279.758 322H273.857ZM283 312H275V311H283V312ZM280 315H275V314H280V315ZM278 318H275V317H278V318ZM281 319.466C281 318.085 282.119 316.966 283.5 316.966C283.972 316.966 284.46 317.105 284.836 317.331L284.484 318.05L286.289 317.558L285.656 315.8L285.304 316.466C284.777 316.148 284.159 315.966 283.5 315.966C281.567 315.966 280 317.533 280 319.466C280 321.229 281.305 322.688 283.001 322.93C283.275 322.969 283.5 322.742 283.5 322.466C283.5 322.189 283.274 321.971 283.003 321.916C281.86 321.686 281 320.676 281 319.466ZM285.057 322.517C285.278 322.517 285.457 322.338 285.457 322.117C285.457 321.896 285.278 321.717 285.057 321.717C284.836 321.717 284.657 321.896 284.657 322.117C284.657 322.338 284.836 322.517 285.057 322.517ZM286.689 320.929C286.689 321.15 286.51 321.329 286.289 321.329C286.068 321.329 285.889 321.15 285.889 320.929C285.889 320.709 286.068 320.529 286.289 320.529C286.51 320.529 286.689 320.709 286.689 320.929ZM286.567 319.536C286.788 319.536 286.967 319.356 286.967 319.136C286.967 318.915 286.788 318.736 286.567 318.736C286.346 318.736 286.167 318.915 286.167 319.136C286.167 319.356 286.346 319.536 286.567 319.536ZM284.703 320.941C284.499 321.127 284.183 321.113 283.996 320.91L283 319.823V318.066C283 317.789 283.223 317.566 283.5 317.566C283.776 317.566 284 317.789 284 318.066V319.434L284.733 320.234C284.92 320.438 284.906 320.754 284.703 320.941Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M273.857 304C273.384 304 273 303.582 273 303.067V290.933C273 290.418 273.384 290 273.857 290H284.143C284.616 290 285 290.418 285 290.933V297.256C284.531 297.09 284.026 297 283.5 297C281.015 297 279 299.015 279 301.5C279 302.425 279.279 303.285 279.758 304H273.857ZM283 294H275V293H283V294ZM280 297H275V296H280V297ZM278 300H275V299H278V300ZM281 301.466C281 300.085 282.119 298.966 283.5 298.966C283.972 298.966 284.46 299.105 284.836 299.331L284.484 300.05L286.289 299.558L285.656 297.8L285.304 298.466C284.777 298.148 284.159 297.966 283.5 297.966C281.567 297.966 280 299.533 280 301.466C280 303.229 281.305 304.688 283.001 304.93C283.275 304.969 283.5 304.742 283.5 304.466C283.5 304.189 283.274 303.971 283.003 303.916C281.86 303.686 281 302.676 281 301.466ZM285.057 304.517C285.278 304.517 285.457 304.338 285.457 304.117C285.457 303.896 285.278 303.717 285.057 303.717C284.836 303.717 284.657 303.896 284.657 304.117C284.657 304.338 284.836 304.517 285.057 304.517ZM286.689 302.929C286.689 303.15 286.51 303.329 286.289 303.329C286.068 303.329 285.889 303.15 285.889 302.929C285.889 302.709 286.068 302.529 286.289 302.529C286.51 302.529 286.689 302.709 286.689 302.929ZM286.567 301.536C286.788 301.536 286.967 301.356 286.967 301.136C286.967 300.915 286.788 300.736 286.567 300.736C286.346 300.736 286.167 300.915 286.167 301.136C286.167 301.356 286.346 301.536 286.567 301.536ZM284.703 302.941C284.499 303.127 284.183 303.113 283.996 302.91L283 301.823V300.066C283 299.789 283.223 299.566 283.5 299.566C283.776 299.566 284 299.789 284 300.066V301.434L284.733 302.234C284.92 302.438 284.906 302.754 284.703 302.941Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M256 326C254.895 326 254 326.895 254 328V338C254 339.105 254.895 340 256 340H266C267.105 340 268 339.105 268 338V328C268 326.895 267.105 326 266 326H256ZM263 329.5C263 329.224 263.224 329 263.5 329H264.5C264.776 329 265 329.224 265 329.5V336.5C265 336.776 264.776 337 264.5 337H263.5C263.224 337 263 336.776 263 336.5V329.5ZM257.5 330C257.224 330 257 330.224 257 330.5V336.5C257 336.776 257.224 337 257.5 337H258.5C258.776 337 259 336.776 259 336.5V330.5C259 330.224 258.776 330 258.5 330H257.5ZM260.5 332C260.224 332 260 332.224 260 332.5V336.5C260 336.776 260.224 337 260.5 337H261.5C261.776 337 262 336.776 262 336.5V332.5C262 332.224 261.776 332 261.5 332H260.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M256 308C254.895 308 254 308.895 254 310V320C254 321.105 254.895 322 256 322H266C267.105 322 268 321.105 268 320V310C268 308.895 267.105 308 266 308H256ZM263 311.5C263 311.224 263.224 311 263.5 311H264.5C264.776 311 265 311.224 265 311.5V318.5C265 318.776 264.776 319 264.5 319H263.5C263.224 319 263 318.776 263 318.5V311.5ZM257.5 312C257.224 312 257 312.224 257 312.5V318.5C257 318.776 257.224 319 257.5 319H258.5C258.776 319 259 318.776 259 318.5V312.5C259 312.224 258.776 312 258.5 312H257.5ZM260.5 314C260.224 314 260 314.224 260 314.5V318.5C260 318.776 260.224 319 260.5 319H261.5C261.776 319 262 318.776 262 318.5V314.5C262 314.224 261.776 314 261.5 314H260.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M256 290C254.895 290 254 290.895 254 292V302C254 303.105 254.895 304 256 304H266C267.105 304 268 303.105 268 302V292C268 290.895 267.105 290 266 290H256ZM263 293.5C263 293.224 263.224 293 263.5 293H264.5C264.776 293 265 293.224 265 293.5V300.5C265 300.776 264.776 301 264.5 301H263.5C263.224 301 263 300.776 263 300.5V293.5ZM257.5 294C257.224 294 257 294.224 257 294.5V300.5C257 300.776 257.224 301 257.5 301H258.5C258.776 301 259 300.776 259 300.5V294.5C259 294.224 258.776 294 258.5 294H257.5ZM260.5 296C260.224 296 260 296.224 260 296.5V300.5C260 300.776 260.224 301 260.5 301H261.5C261.776 301 262 300.776 262 300.5V296.5C262 296.224 261.776 296 261.5 296H260.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M130 506C128.895 506 128 506.895 128 508V518C128 519.105 128.895 520 130 520H140C141.105 520 142 519.105 142 518V508C142 506.895 141.105 506 140 506H130ZM137 509.5C137 509.224 137.224 509 137.5 509H138.5C138.776 509 139 509.224 139 509.5V516.5C139 516.776 138.776 517 138.5 517H137.5C137.224 517 137 516.776 137 516.5V509.5ZM131.5 510C131.224 510 131 510.224 131 510.5V516.5C131 516.776 131.224 517 131.5 517H132.5C132.776 517 133 516.776 133 516.5V510.5C133 510.224 132.776 510 132.5 510H131.5ZM134.5 512C134.224 512 134 512.224 134 512.5V516.5C134 516.776 134.224 517 134.5 517H135.5C135.776 517 136 516.776 136 516.5V512.5C136 512.224 135.776 512 135.5 512H134.5Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M239 327C239 326.448 239.448 326 240 326H249C249.552 326 250 326.448 250 327V336C250 336.552 249.552 337 249 337H244V334.12L243 335.121V337V339C243 339.552 242.552 340 242 340H237C236.448 340 236 339.552 236 339V334C236 333.448 236.448 333 237 333H239H240.879L241.88 332H239V327ZM245.992 330.41C245.95 330.177 245.745 330 245.5 330H242.5L242.41 330.008C242.177 330.05 242 330.255 242 330.5L242.008 330.59C242.05 330.823 242.255 331 242.5 331H244.292L240.646 334.646L240.589 334.716C240.454 334.911 240.473 335.18 240.646 335.354C240.842 335.549 241.158 335.549 241.354 335.354L245 331.706V333.5L245.008 333.59C245.05 333.823 245.255 334 245.5 334C245.776 334 246 333.776 246 333.5V330.5L245.992 330.41Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M239 309C239 308.448 239.448 308 240 308H249C249.552 308 250 308.448 250 309V318C250 318.552 249.552 319 249 319H244V316.12L243 317.121V319V321C243 321.552 242.552 322 242 322H237C236.448 322 236 321.552 236 321V316C236 315.448 236.448 315 237 315H239H240.879L241.88 314H239V309ZM245.992 312.41C245.95 312.177 245.745 312 245.5 312H242.5L242.41 312.008C242.177 312.05 242 312.255 242 312.5L242.008 312.59C242.05 312.823 242.255 313 242.5 313H244.292L240.646 316.646L240.589 316.716C240.454 316.911 240.473 317.18 240.646 317.354C240.842 317.549 241.158 317.549 241.354 317.354L245 313.706V315.5L245.008 315.59C245.05 315.823 245.255 316 245.5 316C245.776 316 246 315.776 246 315.5V312.5L245.992 312.41Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M239 291C239 290.448 239.448 290 240 290H249C249.552 290 250 290.448 250 291V300C250 300.552 249.552 301 249 301H244V298.12L243 299.121V301V303C243 303.552 242.552 304 242 304H237C236.448 304 236 303.552 236 303V298C236 297.448 236.448 297 237 297H239H240.879L241.88 296H239V291ZM245.992 294.41C245.95 294.177 245.745 294 245.5 294H242.5L242.41 294.008C242.177 294.05 242 294.255 242 294.5L242.008 294.59C242.05 294.823 242.255 295 242.5 295H244.292L240.646 298.646L240.589 298.716C240.454 298.911 240.473 299.18 240.646 299.354C240.842 299.549 241.158 299.549 241.354 299.354L245 295.706V297.5L245.008 297.59C245.05 297.823 245.255 298 245.5 298C245.776 298 246 297.776 246 297.5V294.5L245.992 294.41Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M313.932 326C312.021 326 310.472 327.542 310.472 329.444C310.472 331.347 312.021 332.889 313.932 332.889C315.843 332.889 317.392 331.347 317.392 329.444C317.392 327.542 315.843 326 313.932 326ZM312.64 333.873H314V336.443L314.006 336.691L314.007 336.703C314.068 337.971 314.549 339.097 315.313 340H307.5V338.437C307.5 335.92 309.798 333.873 312.64 333.873ZM318.755 332.013L318.71 332.001C318.68 331.998 318.65 332.001 318.621 332.013L315.112 333.421L315.066 333.449C315.025 333.483 315 333.535 315 333.592V336.431L315.005 336.655C315.099 338.582 316.39 340.156 318.248 340.875C318.59 341.005 318.672 341.033 318.898 340.961L319.136 340.875C321.07 340.133 322.385 338.46 322.385 336.431V333.588L322.377 333.533C322.361 333.482 322.323 333.441 322.272 333.417L318.755 332.013ZM316 334.142L318.688 333.063L321.384 334.139L321.385 336.431L321.379 336.632C321.297 338.1 320.315 339.351 318.778 339.942L318.72 339.967C318.706 339.975 318.698 339.981 318.691 339.988L318.674 339.973C318.66 339.964 318.637 339.953 318.602 339.94L318.397 339.855C316.915 339.203 316 337.914 316 336.431V334.142ZM320.628 334.706L320.574 334.664C320.477 334.608 320.353 334.622 320.269 334.706L318.196 336.805L317.475 336.074L317.42 336.032C317.323 335.976 317.199 335.99 317.115 336.074L316.719 336.475L316.678 336.529C316.623 336.626 316.637 336.749 316.72 336.833L317.994 338.123L318.051 338.164C318.171 338.232 318.317 338.214 318.408 338.11L321.024 335.465L321.065 335.411C321.121 335.314 321.107 335.19 321.023 335.107L320.628 334.706Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M313.932 308C312.021 308 310.472 309.542 310.472 311.444C310.472 313.347 312.021 314.889 313.932 314.889C315.843 314.889 317.392 313.347 317.392 311.444C317.392 309.542 315.843 308 313.932 308ZM312.64 315.873H314V318.443L314.006 318.691L314.007 318.703C314.068 319.971 314.549 321.097 315.313 322H307.5V320.437C307.5 317.92 309.798 315.873 312.64 315.873ZM318.755 314.013L318.71 314.001C318.68 313.998 318.65 314.001 318.621 314.013L315.112 315.421L315.066 315.449C315.025 315.483 315 315.535 315 315.592V318.431L315.005 318.655C315.099 320.582 316.39 322.156 318.248 322.875C318.59 323.005 318.672 323.033 318.898 322.961L319.136 322.875C321.07 322.133 322.385 320.46 322.385 318.431V315.588L322.377 315.533C322.361 315.482 322.323 315.441 322.272 315.417L318.755 314.013ZM316 316.142L318.688 315.063L321.384 316.139L321.385 318.431L321.379 318.632C321.297 320.1 320.315 321.351 318.778 321.942L318.72 321.967C318.706 321.975 318.698 321.981 318.691 321.988L318.674 321.973C318.66 321.964 318.637 321.953 318.602 321.94L318.397 321.855C316.915 321.203 316 319.914 316 318.431V316.142ZM320.628 316.706L320.574 316.664C320.477 316.608 320.353 316.622 320.269 316.706L318.196 318.805L317.475 318.074L317.42 318.032C317.323 317.976 317.199 317.99 317.115 318.074L316.719 318.475L316.678 318.529C316.623 318.626 316.637 318.749 316.72 318.833L317.994 320.123L318.051 320.164C318.171 320.232 318.317 320.214 318.408 320.11L321.024 317.465L321.065 317.411C321.121 317.314 321.107 317.19 321.023 317.107L320.628 316.706Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M313.932 290C312.021 290 310.472 291.542 310.472 293.444C310.472 295.347 312.021 296.889 313.932 296.889C315.843 296.889 317.392 295.347 317.392 293.444C317.392 291.542 315.843 290 313.932 290ZM312.64 297.873H314V300.443L314.006 300.691L314.007 300.703C314.068 301.971 314.549 303.097 315.313 304H307.5V302.437C307.5 299.92 309.798 297.873 312.64 297.873ZM318.755 296.013L318.71 296.001C318.68 295.998 318.65 296.001 318.621 296.013L315.112 297.421L315.066 297.449C315.025 297.483 315 297.535 315 297.592V300.431L315.005 300.655C315.099 302.582 316.39 304.156 318.248 304.875C318.59 305.005 318.672 305.033 318.898 304.961L319.136 304.875C321.07 304.133 322.385 302.46 322.385 300.431V297.588L322.377 297.533C322.361 297.482 322.323 297.441 322.272 297.417L318.755 296.013ZM316 298.142L318.688 297.063L321.384 298.139L321.385 300.431L321.379 300.632C321.297 302.1 320.315 303.351 318.778 303.942L318.72 303.967C318.706 303.975 318.698 303.981 318.691 303.988L318.674 303.973C318.66 303.964 318.637 303.953 318.602 303.94L318.397 303.855C316.915 303.203 316 301.914 316 300.431V298.142ZM320.628 298.706L320.574 298.664C320.477 298.608 320.353 298.622 320.269 298.706L318.196 300.805L317.475 300.074L317.42 300.032C317.323 299.976 317.199 299.99 317.115 300.074L316.719 300.475L316.678 300.529C316.623 300.626 316.637 300.749 316.72 300.833L317.994 302.123L318.051 302.164C318.171 302.232 318.317 302.214 318.408 302.11L321.024 299.465L321.065 299.411C321.121 299.314 321.107 299.19 321.023 299.107L320.628 298.706Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M376.025 289.5C376.151 289.5 376.272 289.551 376.361 289.641C376.45 289.731 376.5 289.853 376.5 289.98V290.592C376.51 293.707 374.905 296.6 372.268 298.217C372.043 298.356 371.812 298.484 371.58 298.601L371.767 301.371C371.777 301.51 371.727 301.646 371.629 301.744L369.037 304.359C368.904 304.494 368.704 304.536 368.528 304.467C368.352 304.398 368.234 304.23 368.226 304.039L368.126 300.564L367.702 300.135C367.043 301.434 365.72 302.253 364.274 302.256H363.945C363.682 302.256 363.469 302.041 363.469 301.776V301.443C363.47 299.984 364.281 298.649 365.569 297.987L365.41 297.827L361.956 297.715C361.768 297.707 361.601 297.588 361.533 297.41C361.464 297.233 361.506 297.031 361.639 296.896L364.247 294.266C364.344 294.167 364.478 294.115 364.615 294.123L367.546 294.34C367.621 294.193 367.702 294.047 367.789 293.897C369.389 291.179 372.287 289.509 375.419 289.5H376.025ZM364.423 301.293C365.57 301.231 366.573 300.492 366.982 299.409L366.289 298.71C365.214 299.12 364.481 300.134 364.423 301.293ZM371.853 292.523C371.112 292.524 370.465 293.026 370.273 293.748C370.082 294.47 370.395 295.232 371.036 295.606C371.677 295.98 372.487 295.873 373.011 295.345C373.48 294.872 373.62 294.161 373.367 293.543C373.113 292.925 372.515 292.522 371.853 292.523ZM372.338 294.666C372.106 294.9 371.744 294.936 371.472 294.752C371.2 294.568 371.094 294.216 371.219 293.911C371.345 293.606 371.667 293.432 371.987 293.497C372.308 293.562 372.539 293.846 372.539 294.177C372.542 294.361 372.472 294.539 372.344 294.671L372.338 294.666Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M376.025 307.5C376.151 307.5 376.272 307.551 376.361 307.641C376.45 307.731 376.5 307.853 376.5 307.98V308.592C376.51 311.707 374.905 314.6 372.268 316.217C372.043 316.356 371.812 316.484 371.58 316.601L371.767 319.371C371.777 319.51 371.727 319.646 371.629 319.744L369.037 322.359C368.904 322.494 368.704 322.536 368.528 322.467C368.352 322.398 368.234 322.23 368.226 322.039L368.126 318.564L367.702 318.135C367.043 319.434 365.72 320.253 364.274 320.256H363.945C363.682 320.256 363.469 320.041 363.469 319.776V319.443C363.47 317.984 364.281 316.649 365.569 315.987L365.41 315.827L361.956 315.715C361.768 315.707 361.601 315.588 361.533 315.41C361.464 315.233 361.506 315.031 361.639 314.896L364.247 312.266C364.344 312.167 364.478 312.115 364.615 312.123L367.546 312.34C367.621 312.193 367.702 312.047 367.789 311.897C369.389 309.179 372.287 307.509 375.419 307.5H376.025ZM364.423 319.293C365.57 319.231 366.573 318.492 366.982 317.409L366.289 316.71C365.214 317.12 364.481 318.134 364.423 319.293ZM371.853 310.523C371.112 310.524 370.465 311.026 370.273 311.748C370.082 312.47 370.395 313.232 371.036 313.606C371.677 313.98 372.487 313.873 373.011 313.345C373.48 312.872 373.62 312.161 373.367 311.543C373.113 310.925 372.515 310.522 371.853 310.523ZM372.338 312.666C372.106 312.9 371.744 312.936 371.472 312.752C371.2 312.568 371.094 312.216 371.219 311.911C371.345 311.606 371.667 311.432 371.987 311.497C372.308 311.562 372.539 311.846 372.539 312.177C372.542 312.361 372.472 312.539 372.344 312.671L372.338 312.666Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M376.025 325.5C376.151 325.5 376.272 325.551 376.361 325.641C376.45 325.731 376.5 325.853 376.5 325.98V326.592C376.51 329.707 374.905 332.6 372.268 334.217C372.043 334.356 371.812 334.484 371.58 334.601L371.767 337.371C371.777 337.51 371.727 337.646 371.629 337.744L369.037 340.359C368.904 340.494 368.704 340.536 368.528 340.467C368.352 340.398 368.234 340.23 368.226 340.039L368.126 336.564L367.702 336.135C367.043 337.434 365.72 338.253 364.274 338.256H363.945C363.682 338.256 363.469 338.041 363.469 337.776V337.443C363.47 335.984 364.281 334.649 365.569 333.987L365.41 333.827L361.956 333.715C361.768 333.707 361.601 333.588 361.533 333.41C361.464 333.233 361.506 333.031 361.639 332.896L364.247 330.266C364.344 330.167 364.478 330.115 364.615 330.123L367.546 330.34C367.621 330.193 367.702 330.047 367.789 329.897C369.389 327.179 372.287 325.509 375.419 325.5H376.025ZM364.423 337.293C365.57 337.231 366.573 336.492 366.982 335.409L366.289 334.71C365.214 335.12 364.481 336.134 364.423 337.293ZM371.853 328.523C371.112 328.524 370.465 329.026 370.273 329.748C370.082 330.47 370.395 331.232 371.036 331.606C371.677 331.98 372.487 331.873 373.011 331.345C373.48 330.872 373.62 330.161 373.367 329.543C373.113 328.925 372.515 328.522 371.853 328.523ZM372.338 330.666C372.106 330.9 371.744 330.936 371.472 330.752C371.2 330.568 371.094 330.216 371.219 329.911C371.345 329.606 371.667 329.432 371.987 329.497C372.308 329.562 372.539 329.846 372.539 330.177C372.542 330.361 372.472 330.539 372.344 330.671L372.338 330.666Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M392 288.653H382V294.653H384.472L385.857 296.5L387.243 294.653H392V288.653ZM390.357 290H383.357V290.7H390.357V290ZM383.357 292H386.357V292.7H383.357V292Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M389.5 300.212C390.605 300.212 391.5 299.317 391.5 298.212C391.5 297.108 390.605 296.212 389.5 296.212C388.395 296.212 387.5 297.108 387.5 298.212C387.5 299.317 388.395 300.212 389.5 300.212ZM386 303C386 301.835 386.664 300.825 387.635 300.328C388.09 300.846 388.756 301.173 389.5 301.173C390.243 301.173 390.91 300.846 391.365 300.328C392.335 300.825 393 301.835 393 303V305.188H386V303Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M383.938 301.536C384.865 301.536 385.617 300.784 385.617 299.857C385.617 298.93 384.865 298.178 383.938 298.178C383.01 298.178 382.259 298.93 382.259 299.857C382.259 300.784 383.01 301.536 383.938 301.536ZM383.938 302.342C384.326 302.342 384.689 302.236 385 302.052V304.716H381V304.296C381 303.204 381.595 302.252 382.479 301.745C382.855 302.115 383.37 302.342 383.938 302.342Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M392 306.653H382V312.653H384.472L385.857 314.5L387.243 312.653H392V306.653ZM390.357 308H383.357V308.7H390.357V308ZM383.357 310H386.357V310.7H383.357V310Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M389.5 318.212C390.605 318.212 391.5 317.317 391.5 316.212C391.5 315.108 390.605 314.212 389.5 314.212C388.395 314.212 387.5 315.108 387.5 316.212C387.5 317.317 388.395 318.212 389.5 318.212ZM386 321C386 319.835 386.664 318.825 387.635 318.328C388.09 318.846 388.756 319.173 389.5 319.173C390.243 319.173 390.91 318.846 391.365 318.328C392.335 318.825 393 319.835 393 321V323.188H386V321Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M383.938 319.536C384.865 319.536 385.617 318.784 385.617 317.857C385.617 316.93 384.865 316.178 383.938 316.178C383.01 316.178 382.259 316.93 382.259 317.857C382.259 318.784 383.01 319.536 383.938 319.536ZM383.938 320.342C384.326 320.342 384.689 320.236 385 320.052V322.716H381V322.296C381 321.204 381.595 320.252 382.479 319.745C382.855 320.115 383.37 320.342 383.938 320.342Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M392 324.653H382V330.653H384.472L385.857 332.5L387.243 330.653H392V324.653ZM390.357 326H383.357V326.7H390.357V326ZM383.357 328H386.357V328.7H383.357V328Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M389.5 336.212C390.605 336.212 391.5 335.317 391.5 334.212C391.5 333.108 390.605 332.212 389.5 332.212C388.395 332.212 387.5 333.108 387.5 334.212C387.5 335.317 388.395 336.212 389.5 336.212ZM386 339C386 337.835 386.664 336.825 387.635 336.328C388.09 336.846 388.756 337.173 389.5 337.173C390.243 337.173 390.91 336.846 391.365 336.328C392.335 336.825 393 337.835 393 339V341.188H386V339Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M383.938 337.536C384.865 337.536 385.617 336.784 385.617 335.857C385.617 334.93 384.865 334.178 383.938 334.178C383.01 334.178 382.259 334.93 382.259 335.857C382.259 336.784 383.01 337.536 383.938 337.536ZM383.938 338.342C384.326 338.342 384.689 338.236 385 338.052V340.716H381V340.296C381 339.204 381.595 338.252 382.479 337.745C382.855 338.115 383.37 338.342 383.938 338.342Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M406.509 298.973C409.586 298.973 412.074 301.461 412.074 304.522L412.074 304.646H398V304.522C398 301.461 400.487 298.973 403.565 298.973H406.509ZM400.982 293.341C400.97 293.428 400.963 293.517 400.963 293.607C400.963 294.634 401.798 295.469 402.825 295.469C403.852 295.469 404.687 294.634 404.687 293.607C404.687 293.474 404.672 293.343 404.645 293.217C404.65 293.21 404.655 293.202 404.659 293.194C404.715 293.082 404.827 293.013 404.953 293.013C405.078 293.013 405.191 293.082 405.247 293.194C405.251 293.202 405.255 293.21 405.26 293.217C405.233 293.343 405.219 293.474 405.219 293.607C405.219 294.634 406.054 295.469 407.08 295.469C408.107 295.469 408.942 294.634 408.942 293.607C408.942 293.517 408.935 293.428 408.923 293.341L409.008 293.341C409.012 293.423 409.014 293.505 409.014 293.588C409.014 295.901 407.198 297.776 404.957 297.776C402.783 297.776 401.009 296.013 400.904 293.797L400.899 293.588C400.899 293.505 400.901 293.423 400.905 293.341L400.982 293.341ZM402.825 292.277C403.558 292.277 404.155 292.874 404.155 293.607C404.155 294.34 403.558 294.937 402.825 294.937C402.092 294.937 401.495 294.34 401.495 293.607C401.495 292.874 402.092 292.277 402.825 292.277ZM407.08 292.277C407.813 292.277 408.41 292.874 408.41 293.607C408.41 294.34 407.813 294.937 407.08 294.937C406.347 294.937 405.75 294.34 405.75 293.607C405.75 292.874 406.347 292.277 407.08 292.277ZM408.944 292.809L408.762 292.809C408.463 292.181 407.821 291.746 407.08 291.746C406.4 291.746 405.803 292.113 405.479 292.659C405.331 292.545 405.148 292.481 404.953 292.481C404.757 292.481 404.574 292.545 404.427 292.659C404.102 292.113 403.506 291.746 402.825 291.746C402.084 291.746 401.443 292.181 401.143 292.809L400.969 292.809C401.322 290.868 402.973 289.4 404.957 289.4C406.94 289.4 408.591 290.868 408.944 292.809Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M406.509 316.973C409.586 316.973 412.074 319.461 412.074 322.522L412.074 322.646H398V322.522C398 319.461 400.487 316.973 403.565 316.973H406.509ZM400.982 311.341C400.97 311.428 400.963 311.517 400.963 311.607C400.963 312.634 401.798 313.469 402.825 313.469C403.852 313.469 404.687 312.634 404.687 311.607C404.687 311.474 404.672 311.343 404.645 311.217C404.65 311.21 404.655 311.202 404.659 311.194C404.715 311.082 404.827 311.013 404.953 311.013C405.078 311.013 405.191 311.082 405.247 311.194C405.251 311.202 405.255 311.21 405.26 311.217C405.233 311.343 405.219 311.474 405.219 311.607C405.219 312.634 406.054 313.469 407.08 313.469C408.107 313.469 408.942 312.634 408.942 311.607C408.942 311.517 408.935 311.428 408.923 311.341L409.008 311.341C409.012 311.423 409.014 311.505 409.014 311.588C409.014 313.901 407.198 315.776 404.957 315.776C402.783 315.776 401.009 314.013 400.904 311.797L400.899 311.588C400.899 311.505 400.901 311.423 400.905 311.341L400.982 311.341ZM402.825 310.277C403.558 310.277 404.155 310.874 404.155 311.607C404.155 312.34 403.558 312.937 402.825 312.937C402.092 312.937 401.495 312.34 401.495 311.607C401.495 310.874 402.092 310.277 402.825 310.277ZM407.08 310.277C407.813 310.277 408.41 310.874 408.41 311.607C408.41 312.34 407.813 312.937 407.08 312.937C406.347 312.937 405.75 312.34 405.75 311.607C405.75 310.874 406.347 310.277 407.08 310.277ZM408.944 310.809L408.762 310.809C408.463 310.181 407.821 309.746 407.08 309.746C406.4 309.746 405.803 310.113 405.479 310.659C405.331 310.545 405.148 310.481 404.953 310.481C404.757 310.481 404.574 310.545 404.427 310.659C404.102 310.113 403.506 309.746 402.825 309.746C402.084 309.746 401.443 310.181 401.143 310.809L400.969 310.809C401.322 308.868 402.973 307.4 404.957 307.4C406.94 307.4 408.591 308.868 408.944 310.809Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M406.509 334.973C409.586 334.973 412.074 337.461 412.074 340.522L412.074 340.646H398V340.522C398 337.461 400.487 334.973 403.565 334.973H406.509ZM400.982 329.341C400.97 329.428 400.963 329.517 400.963 329.607C400.963 330.634 401.798 331.469 402.825 331.469C403.852 331.469 404.687 330.634 404.687 329.607C404.687 329.474 404.672 329.343 404.645 329.217C404.65 329.21 404.655 329.202 404.659 329.194C404.715 329.082 404.827 329.013 404.953 329.013C405.078 329.013 405.191 329.082 405.247 329.194C405.251 329.202 405.255 329.21 405.26 329.217C405.233 329.343 405.219 329.474 405.219 329.607C405.219 330.634 406.054 331.469 407.08 331.469C408.107 331.469 408.942 330.634 408.942 329.607C408.942 329.517 408.935 329.428 408.923 329.341L409.008 329.341C409.012 329.423 409.014 329.505 409.014 329.588C409.014 331.901 407.198 333.776 404.957 333.776C402.783 333.776 401.009 332.013 400.904 329.797L400.899 329.588C400.899 329.505 400.901 329.423 400.905 329.341L400.982 329.341ZM402.825 328.277C403.558 328.277 404.155 328.874 404.155 329.607C404.155 330.34 403.558 330.937 402.825 330.937C402.092 330.937 401.495 330.34 401.495 329.607C401.495 328.874 402.092 328.277 402.825 328.277ZM407.08 328.277C407.813 328.277 408.41 328.874 408.41 329.607C408.41 330.34 407.813 330.937 407.08 330.937C406.347 330.937 405.75 330.34 405.75 329.607C405.75 328.874 406.347 328.277 407.08 328.277ZM408.944 328.809L408.762 328.809C408.463 328.181 407.821 327.746 407.08 327.746C406.4 327.746 405.803 328.113 405.479 328.659C405.331 328.545 405.148 328.481 404.953 328.481C404.757 328.481 404.574 328.545 404.427 328.659C404.102 328.113 403.506 327.746 402.825 327.746C402.084 327.746 401.443 328.181 401.143 328.809L400.969 328.809C401.322 326.868 402.973 325.4 404.957 325.4C406.94 325.4 408.591 326.868 408.944 328.809Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M436 327C434.895 327 434 327.895 434 329V336C434 337.105 434.895 338 436 338H446C447.105 338 448 337.105 448 336V329C448 327.895 447.105 327 446 327H436ZM436 329H438V330H436V329ZM436 331H438V332H436V331ZM441 329H439V330H441V329ZM439 331H442V332H439V331ZM446 329H443V330H446V329ZM443 333H446V334H443V333ZM445 331H443V332H445V331ZM436 333H438V334H436V333ZM438 335H436V336H438V335ZM439 333H442V334H439V333ZM441 335H439V336H441V335ZM443 335H446V336H443V335Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M436 291C434.895 291 434 291.895 434 293V300C434 301.105 434.895 302 436 302H446C447.105 302 448 301.105 448 300V293C448 291.895 447.105 291 446 291H436ZM436 293H438V294H436V293ZM436 295H438V296H436V295ZM441 293H439V294H441V293ZM439 295H442V296H439V295ZM446 293H443V294H446V293ZM443 297H446V298H443V297ZM445 295H443V296H445V295ZM436 297H438V298H436V297ZM438 299H436V300H438V299ZM439 297H442V298H439V297ZM441 299H439V300H441V299ZM443 299H446V300H443V299Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M436 309C434.895 309 434 309.895 434 311V318C434 319.105 434.895 320 436 320H446C447.105 320 448 319.105 448 318V311C448 309.895 447.105 309 446 309H436ZM436 311H438V312H436V311ZM436 313H438V314H436V313ZM441 311H439V312H441V311ZM439 313H442V314H439V313ZM446 311H443V312H446V311ZM443 315H446V316H443V315ZM445 313H443V314H445V313ZM436 315H438V316H436V315ZM438 317H436V318H438V317ZM439 315H442V316H439V315ZM441 317H439V318H441V317ZM443 317H446V318H443V317Z' fill='%239A9A9A'/%3e%3cpath d='M418.546 295.6L423.046 297.4L427.546 295.6V301L423.046 302.8L418.546 301V295.6Z' fill='%2335383A'/%3e%3cpath d='M423.046 297.4L418.546 295.6L423.046 293.8L427.546 295.6L423.046 297.4Z' fill='%2335383A'/%3e%3cpath d='M420.546 291.8L423.108 289.5L425.546 291.8' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M423.084 289.849L423.084 295.5' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M430.649 299.85L431.36 303.219L428.149 304.18' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M431.07 303.023L426.177 300.198' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M415.492 299.85L414.781 303.218L417.992 304.18' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M415.071 303.023L419.965 300.198' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M418.546 313.6L423.046 315.4L427.546 313.6V319L423.046 320.8L418.546 319V313.6Z' fill='%239A9A9A'/%3e%3cpath d='M423.046 315.4L418.546 313.6L423.046 311.8L427.546 313.6L423.046 315.4Z' fill='%239A9A9A'/%3e%3cpath d='M420.546 309.8L423.108 307.5L425.546 309.8' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M423.084 307.849L423.084 313.5' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M430.649 317.85L431.36 321.219L428.149 322.18' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M431.07 321.023L426.177 318.198' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M415.492 317.85L414.781 321.218L417.992 322.18' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M415.071 321.023L419.965 318.198' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M418.546 331.6L423.046 333.4L427.546 331.6V337L423.046 338.8L418.546 337V331.6Z' fill='white'/%3e%3cpath d='M423.046 333.4L418.546 331.6L423.046 329.8L427.546 331.6L423.046 333.4Z' fill='white'/%3e%3cpath d='M420.546 327.8L423.108 325.5L425.546 327.8' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M423.084 325.849L423.084 331.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M430.649 335.85L431.36 339.219L428.149 340.18' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M431.07 339.023L426.177 336.198' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M415.492 335.85L414.781 339.218L417.992 340.18' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M415.071 339.023L419.965 336.198' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3crect x='21.5' y='327.5' width='11' height='11' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.5317 330H29.5V333.662L28.0384 332.427C28.0384 332.427 27.002 333.02 26.2823 333.891C25.3407 335.029 26.0666 336 26.0666 336C26.0666 336 24.9279 335.782 24.605 335.009C24.2279 334.109 24.9599 333.2 25.3309 332.754C25.7166 332.289 26.9058 331.205 26.9058 331.205L25.5317 330Z' fill='white'/%3e%3crect x='21.5' y='309.5' width='11' height='11' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.5317 312H29.5V315.662L28.0384 314.427C28.0384 314.427 27.002 315.02 26.2823 315.891C25.3407 317.029 26.0666 318 26.0666 318C26.0666 318 24.9279 317.782 24.605 317.009C24.2279 316.109 24.9599 315.2 25.3309 314.754C25.7166 314.289 26.9058 313.205 26.9058 313.205L25.5317 312Z' fill='%239A9A9A'/%3e%3crect x='21.5' y='291.5' width='11' height='11' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.5317 294H29.5V297.662L28.0384 296.427C28.0384 296.427 27.002 297.02 26.2823 297.891C25.3407 299.029 26.0666 300 26.0666 300C26.0666 300 24.9279 299.782 24.605 299.009C24.2279 298.109 24.9599 297.2 25.3309 296.754C25.7166 296.289 26.9058 295.205 26.9058 295.205L25.5317 294Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M451.5 290.336C451.5 290.15 451.612 290 451.75 290H454.923C455.055 290.007 455.254 290.077 455.439 290.23C455.554 290.326 455.732 290.567 455.914 290.813C456.139 291.117 456.371 291.431 456.5 291.493C456.5 291.493 456.501 291.493 456.501 291.493H457.499L457.5 291.493C457.5 291.493 457.5 291.493 457.499 291.493H465.5V302.881H451.5V292.493V291.493V290.336ZM452.5 292.493H464.5V301.993H452.5V292.493Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M451.5 293.2H465.5C465.782 293.2 466.01 293.421 466 293.696L465.68 302.506C465.671 302.78 465.449 303.002 465.18 303.002H451.82C451.551 303.002 451.33 302.781 451.32 302.506L451 293.696C450.99 293.422 451.219 293.2 451.5 293.2Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M451.5 308.336C451.5 308.15 451.612 308 451.75 308H454.923C455.055 308.007 455.254 308.077 455.439 308.23C455.554 308.326 455.732 308.567 455.914 308.813C456.139 309.117 456.371 309.431 456.5 309.493C456.5 309.493 456.501 309.493 456.501 309.493H457.499L457.5 309.493C457.5 309.493 457.5 309.493 457.499 309.493H465.5V320.881H451.5V310.493V309.493V308.336ZM452.5 310.493H464.5V319.993H452.5V310.493Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M451.5 311.2H465.5C465.782 311.2 466.01 311.421 466 311.696L465.68 320.506C465.671 320.78 465.449 321.002 465.18 321.002H451.82C451.551 321.002 451.33 320.781 451.32 320.506L451 311.696C450.99 311.422 451.219 311.2 451.5 311.2Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M451.5 326.336C451.5 326.15 451.612 326 451.75 326H454.923C455.055 326.007 455.254 326.077 455.439 326.23C455.554 326.326 455.732 326.567 455.914 326.813C456.139 327.117 456.371 327.431 456.5 327.493C456.5 327.493 456.501 327.493 456.501 327.493H457.499L457.5 327.493C457.5 327.493 457.5 327.493 457.499 327.493H465.5V338.881H451.5V328.493V327.493V326.336ZM452.5 328.493H464.5V337.993H452.5V328.493Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M451.5 329.2H465.5C465.782 329.2 466.01 329.421 466 329.696L465.68 338.506C465.671 338.78 465.449 339.002 465.18 339.002H451.82C451.551 339.002 451.33 338.781 451.32 338.506L451 329.696C450.99 329.422 451.219 329.2 451.5 329.2Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M585 218C588.866 218 592 221.134 592 225C592 228.867 588.866 232 585 232C581.134 232 578 228.867 578 225C578 221.134 581.134 218 585 218Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M581.477 224.078L584.659 220.896C584.854 220.701 585.17 220.701 585.366 220.896L588.548 224.078C588.743 224.274 588.743 224.59 588.548 224.786C588.352 224.981 588.036 224.981 587.84 224.786L585.512 222.457L585.512 228.75C585.512 229.026 585.288 229.25 585.012 229.25C584.736 229.25 584.512 229.026 584.512 228.75L584.512 222.457L582.184 224.786C581.988 224.981 581.672 224.981 581.477 224.786C581.281 224.59 581.281 224.274 581.477 224.078Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M603 218C606.866 218 610 221.134 610 225C610 228.867 606.866 232 603 232C599.134 232 596 228.867 596 225C596 221.134 599.134 218 603 218Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M599.477 224.078L602.659 220.896C602.854 220.701 603.17 220.701 603.366 220.896L606.548 224.078C606.743 224.274 606.743 224.59 606.548 224.786C606.352 224.981 606.036 224.981 605.84 224.786L603.512 222.457L603.512 228.75C603.512 229.026 603.288 229.25 603.012 229.25C602.736 229.25 602.512 229.026 602.512 228.75L602.512 222.457L600.184 224.786C599.988 224.981 599.672 224.981 599.477 224.786C599.281 224.59 599.281 224.274 599.477 224.078Z' fill='white'/%3e%3cpath d='M9 343.5C9.81307 343.5 10.6836 344.172 11.3809 345.566C12.0632 346.931 12.5 348.852 12.5 351C12.5 353.148 12.0632 355.069 11.3809 356.434C10.6836 357.828 9.81307 358.5 9 358.5C8.18693 358.5 7.31639 357.828 6.61914 356.434C5.93681 355.069 5.5 353.148 5.5 351C5.5 348.852 5.93681 346.931 6.61914 345.566C7.31639 344.172 8.18693 343.5 9 343.5Z' stroke='%2335383A'/%3e%3cpath d='M2.50528 347.25C2.91182 346.546 3.92916 346.128 5.48527 346.221C7.00826 346.312 8.88995 346.895 10.7505 347.969C12.611 349.043 14.0559 350.381 14.8965 351.655C15.7554 352.956 15.9022 354.046 15.4957 354.75C15.0891 355.454 14.0718 355.872 12.5157 355.778C10.9927 355.687 9.11099 355.105 7.25047 354.031C5.38995 352.957 3.94507 351.618 3.10441 350.345C2.24555 349.044 2.09874 347.954 2.50528 347.25Z' stroke='%2335383A'/%3e%3cpath d='M2.50528 354.75C2.09874 354.046 2.24555 352.956 3.10441 351.655C3.94507 350.381 5.38994 349.043 7.25047 347.969C9.11099 346.895 10.9927 346.312 12.5157 346.221C14.0718 346.128 15.0891 346.546 15.4957 347.25C15.9022 347.954 15.7554 349.044 14.8965 350.345C14.0559 351.618 12.611 352.957 10.7505 354.031C8.88995 355.105 7.00826 355.687 5.48527 355.778C3.92916 355.872 2.91182 355.454 2.50528 354.75Z' stroke='%2335383A'/%3e%3ccircle cx='9' cy='351' r='1.5' stroke='%2335383A'/%3e%3cpath d='M9 361.5C9.81307 361.5 10.6836 362.172 11.3809 363.566C12.0632 364.931 12.5 366.852 12.5 369C12.5 371.148 12.0632 373.069 11.3809 374.434C10.6836 375.828 9.81307 376.5 9 376.5C8.18693 376.5 7.31639 375.828 6.61914 374.434C5.93681 373.069 5.5 371.148 5.5 369C5.5 366.852 5.93681 364.931 6.61914 363.566C7.31639 362.172 8.18693 361.5 9 361.5Z' stroke='%230E6FF9'/%3e%3cpath d='M2.50528 365.25C2.91182 364.546 3.92916 364.128 5.48527 364.221C7.00826 364.312 8.88995 364.895 10.7505 365.969C12.611 367.043 14.0559 368.381 14.8965 369.655C15.7554 370.956 15.9022 372.046 15.4957 372.75C15.0891 373.454 14.0718 373.872 12.5157 373.778C10.9927 373.687 9.11099 373.105 7.25047 372.031C5.38995 370.957 3.94507 369.618 3.10441 368.345C2.24555 367.044 2.09874 365.954 2.50528 365.25Z' stroke='%230E6FF9'/%3e%3cpath d='M2.50528 372.75C2.09874 372.046 2.24555 370.956 3.10441 369.655C3.94507 368.381 5.38994 367.043 7.25047 365.969C9.11099 364.895 10.9927 364.312 12.5157 364.221C14.0718 364.128 15.0891 364.546 15.4957 365.25C15.9022 365.954 15.7554 367.044 14.8965 368.345C14.0559 369.618 12.611 370.957 10.7505 372.031C8.88995 373.105 7.00826 373.687 5.48527 373.778C3.92916 373.872 2.91182 373.454 2.50528 372.75Z' stroke='%230E6FF9'/%3e%3ccircle cx='9' cy='369' r='1.5' stroke='%230E6FF9'/%3e%3cpath d='M9 379.5C9.81307 379.5 10.6836 380.172 11.3809 381.566C12.0632 382.931 12.5 384.852 12.5 387C12.5 389.148 12.0632 391.069 11.3809 392.434C10.6836 393.828 9.81307 394.5 9 394.5C8.18693 394.5 7.31639 393.828 6.61914 392.434C5.93681 391.069 5.5 389.148 5.5 387C5.5 384.852 5.93681 382.931 6.61914 381.566C7.31639 380.172 8.18693 379.5 9 379.5Z' stroke='%239A9A9A'/%3e%3cpath d='M2.50528 383.25C2.91182 382.546 3.92916 382.128 5.48527 382.221C7.00826 382.312 8.88995 382.895 10.7505 383.969C12.611 385.043 14.0559 386.381 14.8965 387.655C15.7554 388.956 15.9022 390.046 15.4957 390.75C15.0891 391.454 14.0718 391.872 12.5157 391.778C10.9927 391.687 9.11099 391.105 7.25047 390.031C5.38995 388.957 3.94507 387.618 3.10441 386.345C2.24555 385.044 2.09874 383.954 2.50528 383.25Z' stroke='%239A9A9A'/%3e%3cpath d='M2.50528 390.75C2.09874 390.046 2.24555 388.956 3.10441 387.655C3.94507 386.381 5.38994 385.043 7.25047 383.969C9.11099 382.895 10.9927 382.312 12.5157 382.221C14.0718 382.128 15.0891 382.546 15.4957 383.25C15.9022 383.954 15.7554 385.044 14.8965 386.345C14.0559 387.618 12.611 388.957 10.7505 390.031C8.88995 391.105 7.00826 391.687 5.48527 391.778C3.92916 391.872 2.91182 391.454 2.50528 390.75Z' stroke='%239A9A9A'/%3e%3ccircle cx='9' cy='387' r='1.5' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.898 353.028C65.6582 353.028 67.8957 350.79 67.8957 348.03C67.8957 345.27 65.6582 343.032 62.898 343.032C60.1379 343.032 57.9004 345.27 57.9004 348.03C57.9004 350.79 60.1379 353.028 62.898 353.028ZM63.3086 354.33L65.0987 359.248L66.1242 357.315L68.2407 358.105L66.3927 353.027C65.5402 353.741 64.4763 354.212 63.3086 354.33ZM62.3089 354.334C61.1402 354.222 60.0743 353.758 59.2183 353.049L57.3779 358.105L59.4827 357.316L60.52 359.249L62.3089 354.334Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.898 371.028C65.6582 371.028 67.8957 368.79 67.8957 366.03C67.8957 363.27 65.6582 361.032 62.898 361.032C60.1379 361.032 57.9004 363.27 57.9004 366.03C57.9004 368.79 60.1379 371.028 62.898 371.028ZM63.3086 372.33L65.0987 377.248L66.1242 375.315L68.2407 376.105L66.3927 371.027C65.5402 371.741 64.4763 372.212 63.3086 372.33ZM62.3089 372.334C61.1402 372.222 60.0743 371.758 59.2183 371.049L57.3779 376.105L59.4827 375.316L60.52 377.249L62.3089 372.334Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.898 389.028C65.6582 389.028 67.8957 386.79 67.8957 384.03C67.8957 381.27 65.6582 379.032 62.898 379.032C60.1379 379.032 57.9004 381.27 57.9004 384.03C57.9004 386.79 60.1379 389.028 62.898 389.028ZM63.3086 390.33L65.0987 395.248L66.1242 393.315L68.2407 394.105L66.3927 389.027C65.5402 389.741 64.4763 390.212 63.3086 390.33ZM62.3089 390.334C61.1402 390.222 60.0743 389.758 59.2183 389.049L57.3779 394.105L59.4827 393.316L60.52 395.249L62.3089 390.334Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M77 345.5C77 344.672 77.6716 344 78.5 344H83.5C84.3284 344 85 344.672 85 345.5V356.5C85 357.328 84.3284 358 83.5 358H78.5C77.6716 358 77 357.328 77 356.5V345.5ZM78 346H84V355H78V346ZM81 357.25C81.4142 357.25 81.75 356.914 81.75 356.5C81.75 356.086 81.4142 355.75 81 355.75C80.5858 355.75 80.25 356.086 80.25 356.5C80.25 356.914 80.5858 357.25 81 357.25Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M77 363.5C77 362.672 77.6716 362 78.5 362H83.5C84.3284 362 85 362.672 85 363.5V374.5C85 375.328 84.3284 376 83.5 376H78.5C77.6716 376 77 375.328 77 374.5V363.5ZM78 364H84V373H78V364ZM81 375.25C81.4142 375.25 81.75 374.914 81.75 374.5C81.75 374.086 81.4142 373.75 81 373.75C80.5858 373.75 80.25 374.086 80.25 374.5C80.25 374.914 80.5858 375.25 81 375.25Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M77 381.5C77 380.672 77.6716 380 78.5 380H83.5C84.3284 380 85 380.672 85 381.5V392.5C85 393.328 84.3284 394 83.5 394H78.5C77.6716 394 77 393.328 77 392.5V381.5ZM78 382H84V391H78V382ZM81 393.25C81.4142 393.25 81.75 392.914 81.75 392.5C81.75 392.086 81.4142 391.75 81 391.75C80.5858 391.75 80.25 392.086 80.25 392.5C80.25 392.914 80.5858 393.25 81 393.25Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M221.472 346.444C221.472 344.542 223.021 343 224.932 343C226.843 343 228.392 344.542 228.392 346.444C228.392 348.347 226.843 349.889 224.932 349.889C223.021 349.889 221.472 348.347 221.472 346.444ZM225 357V353H230.268C229.427 351.723 227.946 350.873 226.255 350.873H223.745C221.121 350.873 219 352.92 219 355.437V357H225Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M229.5 358H233V352H224V358H227V360L229.5 358ZM228 357.919L229.149 357H232V353H225V357H228V357.919Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M221.472 364.444C221.472 362.542 223.021 361 224.932 361C226.843 361 228.392 362.542 228.392 364.444C228.392 366.347 226.843 367.889 224.932 367.889C223.021 367.889 221.472 366.347 221.472 364.444ZM225 375V371H230.268C229.427 369.723 227.946 368.873 226.255 368.873H223.745C221.121 368.873 219 370.92 219 373.437V375H225Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M229.5 376H233V370H224V376H227V378L229.5 376ZM228 375.919L229.149 375H232V371H225V375H228V375.919Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M221.472 382.444C221.472 380.542 223.021 379 224.932 379C226.843 379 228.392 380.542 228.392 382.444C228.392 384.347 226.843 385.889 224.932 385.889C223.021 385.889 221.472 384.347 221.472 382.444ZM225 393V389H230.268C229.427 387.723 227.946 386.873 226.255 386.873H223.745C221.121 386.873 219 388.92 219 391.437V393H225Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M229.5 394H233V388H224V394H227V396L229.5 394ZM228 393.919L229.149 393H232V389H225V393H228V393.919Z' fill='%239A9A9A'/%3e%3cpath d='M117 355.5V353.5' stroke='%2335383A'/%3e%3cpath d='M117 349V346.5' stroke='%2335383A'/%3e%3ccircle cx='117' cy='351' r='2.5' stroke='%2335383A'/%3e%3ccircle cx='117' cy='357' r='1.5' stroke='%2335383A'/%3e%3ccircle cx='117' cy='345' r='1.5' stroke='%2335383A'/%3e%3cpath d='M120.897 353.25L119.165 352.25' stroke='%2335383A'/%3e%3cpath d='M115.268 350L113.103 348.75' stroke='%2335383A'/%3e%3ccircle cx='122.196' cy='354' r='1.5' transform='rotate(-60 122.196 354)' stroke='%2335383A'/%3e%3ccircle cx='111.804' cy='348' r='1.5' transform='rotate(-60 111.804 348)' stroke='%2335383A'/%3e%3cpath d='M120.897 348.75L119.165 349.75' stroke='%2335383A'/%3e%3cpath d='M115.269 352L113.104 353.25' stroke='%2335383A'/%3e%3ccircle cx='122.197' cy='348' r='1.5' transform='rotate(-120 122.197 348)' stroke='%2335383A'/%3e%3ccircle cx='111.805' cy='354' r='1.5' transform='rotate(-120 111.805 354)' stroke='%2335383A'/%3e%3cpath d='M117 373.5V371.5' stroke='%230E6FF9'/%3e%3cpath d='M117 367V364.5' stroke='%230E6FF9'/%3e%3ccircle cx='117' cy='369' r='2.5' stroke='%230E6FF9'/%3e%3ccircle cx='117' cy='375' r='1.5' stroke='%230E6FF9'/%3e%3ccircle cx='117' cy='363' r='1.5' stroke='%230E6FF9'/%3e%3cpath d='M120.897 371.25L119.165 370.25' stroke='%230E6FF9'/%3e%3cpath d='M115.268 368L113.103 366.75' stroke='%230E6FF9'/%3e%3ccircle cx='122.196' cy='372' r='1.5' transform='rotate(-60 122.196 372)' stroke='%230E6FF9'/%3e%3ccircle cx='111.804' cy='366' r='1.5' transform='rotate(-60 111.804 366)' stroke='%230E6FF9'/%3e%3cpath d='M120.897 366.75L119.165 367.75' stroke='%230E6FF9'/%3e%3cpath d='M115.269 370L113.104 371.25' stroke='%230E6FF9'/%3e%3ccircle cx='122.197' cy='366' r='1.5' transform='rotate(-120 122.197 366)' stroke='%230E6FF9'/%3e%3ccircle cx='111.805' cy='372' r='1.5' transform='rotate(-120 111.805 372)' stroke='%230E6FF9'/%3e%3cpath d='M117 391.5V389.5' stroke='%239A9A9A'/%3e%3cpath d='M117 385V382.5' stroke='%239A9A9A'/%3e%3ccircle cx='117' cy='387' r='2.5' stroke='%239A9A9A'/%3e%3ccircle cx='117' cy='393' r='1.5' stroke='%239A9A9A'/%3e%3ccircle cx='117' cy='381' r='1.5' stroke='%239A9A9A'/%3e%3cpath d='M120.897 389.25L119.165 388.25' stroke='%239A9A9A'/%3e%3cpath d='M115.268 386L113.103 384.75' stroke='%239A9A9A'/%3e%3ccircle cx='122.196' cy='390' r='1.5' transform='rotate(-60 122.196 390)' stroke='%239A9A9A'/%3e%3ccircle cx='111.804' cy='384' r='1.5' transform='rotate(-60 111.804 384)' stroke='%239A9A9A'/%3e%3cpath d='M120.897 384.75L119.165 385.75' stroke='%239A9A9A'/%3e%3cpath d='M115.269 388L113.104 389.25' stroke='%239A9A9A'/%3e%3ccircle cx='122.197' cy='384' r='1.5' transform='rotate(-120 122.197 384)' stroke='%239A9A9A'/%3e%3ccircle cx='111.805' cy='390' r='1.5' transform='rotate(-120 111.805 390)' stroke='%239A9A9A'/%3e%3cg clip-path='url(%23clip8_15778_26381)'%3e%3cmask id='path-1531-inside-24_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M166 347C166 346.448 166.448 346 167 346H169V344H170V346H172V344H173V346H175C175.552 346 176 346.448 176 347V349H178V350H176V351.049C175.609 350.516 174.978 350.17 174.266 350.17C173.793 350.17 173.355 350.323 173 350.582V349H169V353H169.491C169.036 353.9 169.273 354.985 170.03 355.618C169.338 356.196 169.08 357.153 169.389 358H169V356H167C166.448 356 166 355.552 166 355V353H164V352H166V350H164V349H166V347Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M166 347C166 346.448 166.448 346 167 346H169V344H170V346H172V344H173V346H175C175.552 346 176 346.448 176 347V349H178V350H176V351.049C175.609 350.516 174.978 350.17 174.266 350.17C173.793 350.17 173.355 350.323 173 350.582V349H169V353H169.491C169.036 353.9 169.273 354.985 170.03 355.618C169.338 356.196 169.08 357.153 169.389 358H169V356H167C166.448 356 166 355.552 166 355V353H164V352H166V350H164V349H166V347Z' fill='%2335383A'/%3e%3cpath d='M169 346V347H170V346H169ZM169 344V343H168V344H169ZM170 344H171V343H170V344ZM170 346H169V347H170V346ZM172 346V347H173V346H172ZM172 344V343H171V344H172ZM173 344H174V343H173V344ZM173 346H172V347H173V346ZM176 349H175V350H176V349ZM178 349H179V348H178V349ZM178 350V351H179V350H178ZM176 350V349H175V350H176ZM176 351.049L175.194 351.641L177 354.102V351.049H176ZM173 350.582H172V352.55L173.589 351.39L173 350.582ZM173 349H174V348H173V349ZM169 349V348H168V349H169ZM169 353H168V354H169V353ZM169.491 353L170.383 353.451L171.117 352H169.491V353ZM170.03 355.618L170.671 356.385L171.591 355.617L170.671 354.85L170.03 355.618ZM169.389 358V359H170.818L170.329 357.658L169.389 358ZM169 358H168V359H169V358ZM169 356H170V355H169V356ZM166 353H167V352H166V353ZM164 353H163V354H164V353ZM164 352V351H163V352H164ZM166 352V353H167V352H166ZM166 350H167V349H166V350ZM164 350H163V351H164V350ZM164 349V348H163V349H164ZM166 349V350H167V349H166ZM167 345C165.895 345 165 345.895 165 347H167V345ZM169 345H167V347H169V345ZM168 344V346H170V344H168ZM170 343H169V345H170V343ZM171 346V344H169V346H171ZM172 345H170V347H172V345ZM171 344V346H173V344H171ZM173 343H172V345H173V343ZM174 346V344H172V346H174ZM175 345H173V347H175V345ZM177 347C177 345.895 176.105 345 175 345V347H177ZM177 349V347H175V349H177ZM178 348H176V350H178V348ZM179 350V349H177V350H179ZM176 351H178V349H176V351ZM177 351.049V350H175V351.049H177ZM174.266 351.17C174.646 351.17 174.983 351.353 175.194 351.641L176.806 350.458C176.235 349.679 175.31 349.17 174.266 349.17V351.17ZM173.589 351.39C173.779 351.251 174.011 351.17 174.266 351.17V349.17C173.574 349.17 172.931 349.394 172.411 349.774L173.589 351.39ZM174 350.582V349H172V350.582H174ZM173 348H169V350H173V348ZM168 349V353H170V349H168ZM169 354H169.491V352H169V354ZM170.671 354.85C170.267 354.512 170.141 353.931 170.383 353.451L168.598 352.549C167.931 353.868 168.279 355.458 169.389 356.385L170.671 354.85ZM170.329 357.658C170.164 357.206 170.302 356.693 170.671 356.385L169.389 354.85C168.373 355.698 167.997 357.099 168.449 358.342L170.329 357.658ZM169 359H169.389V357H169V359ZM168 356V358H170V356H168ZM167 357H169V355H167V357ZM165 355C165 356.105 165.895 357 167 357V355H165ZM165 353V355H167V353H165ZM164 354H166V352H164V354ZM163 352V353H165V352H163ZM166 351H164V353H166V351ZM165 350V352H167V350H165ZM164 351H166V349H164V351ZM163 349V350H165V349H163ZM166 348H164V350H166V348ZM165 347V349H167V347H165Z' fill='%2335383A' mask='url(%23path-1531-inside-24_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M174.766 353.352C175.151 353.166 175.417 352.772 175.417 352.316C175.417 351.681 174.902 351.166 174.267 351.166C173.632 351.166 173.117 351.681 173.117 352.316C173.117 352.771 173.382 353.165 173.766 353.351V354.168C173.58 354.232 173.411 354.332 173.265 354.458L172.558 354.05C172.59 353.624 172.381 353.197 171.986 352.969C171.437 352.652 170.733 352.84 170.416 353.39C170.098 353.94 170.287 354.643 170.837 354.96C171.231 355.188 171.705 355.155 172.058 354.916L172.765 355.324C172.747 355.418 172.738 355.514 172.738 355.613C172.738 355.713 172.747 355.81 172.766 355.904L172.059 356.312C171.705 356.072 171.232 356.039 170.837 356.267C170.287 356.584 170.099 357.287 170.416 357.837C170.734 358.387 171.437 358.575 171.987 358.258C172.381 358.03 172.59 357.604 172.559 357.178L173.266 356.769C173.411 356.895 173.581 356.995 173.766 357.059V357.876C173.382 358.062 173.117 358.456 173.117 358.911C173.117 359.546 173.632 360.061 174.267 360.061C174.902 360.061 175.417 359.546 175.417 358.911C175.417 358.455 175.151 358.061 174.766 357.875V357.06C174.953 356.996 175.123 356.896 175.27 356.769L175.977 357.178C175.946 357.604 176.154 358.03 176.549 358.258C177.099 358.575 177.802 358.387 178.119 357.837C178.437 357.287 178.248 356.584 177.698 356.266C177.303 356.039 176.83 356.071 176.476 356.312L175.77 355.904C175.788 355.81 175.798 355.713 175.798 355.613C175.798 355.514 175.788 355.417 175.77 355.324L176.477 354.915C176.83 355.155 177.304 355.188 177.698 354.96C178.248 354.643 178.437 353.939 178.119 353.39C177.802 352.84 177.099 352.651 176.549 352.969C176.154 353.197 175.946 353.623 175.977 354.05L175.27 354.458C175.124 354.331 174.953 354.231 174.766 354.167V353.352ZM174.817 352.316C174.817 352.619 174.571 352.865 174.267 352.865C173.963 352.865 173.717 352.619 173.717 352.316C173.717 352.012 173.963 351.766 174.267 351.766C174.571 351.766 174.817 352.012 174.817 352.316ZM174.255 354.514H174.28C174.882 354.521 175.367 355.01 175.367 355.613C175.367 356.22 174.875 356.713 174.268 356.713C173.661 356.713 173.169 356.22 173.169 355.613C173.169 355.01 173.654 354.521 174.255 354.514ZM171.888 354.24C172.039 353.977 171.949 353.641 171.686 353.489C171.423 353.337 171.087 353.427 170.936 353.69C170.784 353.953 170.874 354.289 171.137 354.441C171.4 354.593 171.736 354.502 171.888 354.24ZM177.398 356.786C177.661 356.938 177.751 357.274 177.599 357.537C177.448 357.8 177.112 357.89 176.849 357.738C176.586 357.586 176.496 357.25 176.647 356.987C176.799 356.724 177.135 356.634 177.398 356.786ZM174.267 359.461C174.571 359.461 174.817 359.215 174.817 358.911C174.817 358.608 174.571 358.362 174.267 358.362C173.963 358.362 173.717 358.608 173.717 358.911C173.717 359.215 173.963 359.461 174.267 359.461ZM177.6 353.69C177.448 353.427 177.112 353.337 176.849 353.488C176.586 353.64 176.496 353.976 176.648 354.239C176.799 354.502 177.136 354.592 177.398 354.44C177.661 354.289 177.751 353.952 177.6 353.69ZM171.137 356.786C171.4 356.634 171.736 356.725 171.888 356.987C172.039 357.25 171.949 357.586 171.687 357.738C171.424 357.89 171.087 357.8 170.936 357.537C170.784 357.274 170.874 356.938 171.137 356.786Z' fill='%2335383A'/%3e%3c/g%3e%3cg clip-path='url(%23clip9_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M166 365C166 364.448 166.448 364 167 364H169V362H170V364H172V362H173V364H175C175.552 364 176 364.448 176 365V367H178V368H176V369.049C175.609 368.516 174.978 368.17 174.266 368.17C173.793 368.17 173.355 368.323 173 368.582V367H169V371H169.491C169.036 371.9 169.273 372.985 170.03 373.618C169.338 374.196 169.08 375.153 169.389 376H169V374H167C166.448 374 166 373.552 166 373V371H164V370H166V368H164V367H166V365Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M174.766 371.352C175.151 371.166 175.417 370.772 175.417 370.316C175.417 369.681 174.902 369.166 174.267 369.166C173.632 369.166 173.117 369.681 173.117 370.316C173.117 370.771 173.382 371.165 173.766 371.351V372.168C173.58 372.232 173.411 372.332 173.265 372.458L172.558 372.05C172.59 371.624 172.381 371.197 171.986 370.969C171.437 370.652 170.733 370.84 170.416 371.39C170.098 371.94 170.287 372.643 170.837 372.96C171.231 373.188 171.705 373.155 172.058 372.916L172.765 373.324C172.747 373.418 172.738 373.514 172.738 373.613C172.738 373.713 172.747 373.81 172.766 373.904L172.059 374.312C171.705 374.072 171.232 374.039 170.837 374.267C170.287 374.584 170.099 375.287 170.416 375.837C170.734 376.387 171.437 376.575 171.987 376.258C172.381 376.03 172.59 375.604 172.559 375.178L173.266 374.769C173.411 374.895 173.581 374.995 173.766 375.059V375.876C173.382 376.062 173.117 376.456 173.117 376.911C173.117 377.546 173.632 378.061 174.267 378.061C174.902 378.061 175.417 377.546 175.417 376.911C175.417 376.455 175.151 376.061 174.766 375.875V375.06C174.953 374.996 175.123 374.896 175.27 374.769L175.977 375.178C175.946 375.604 176.154 376.03 176.549 376.258C177.099 376.575 177.802 376.387 178.119 375.837C178.437 375.287 178.248 374.584 177.698 374.266C177.303 374.039 176.83 374.071 176.476 374.312L175.77 373.904C175.788 373.81 175.798 373.713 175.798 373.613C175.798 373.514 175.788 373.417 175.77 373.324L176.477 372.915C176.83 373.155 177.304 373.188 177.698 372.96C178.248 372.643 178.437 371.939 178.119 371.39C177.802 370.84 177.099 370.651 176.549 370.969C176.154 371.197 175.946 371.623 175.977 372.05L175.27 372.458C175.124 372.331 174.953 372.231 174.766 372.167V371.352ZM174.817 370.316C174.817 370.619 174.571 370.865 174.267 370.865C173.963 370.865 173.717 370.619 173.717 370.316C173.717 370.012 173.963 369.766 174.267 369.766C174.571 369.766 174.817 370.012 174.817 370.316ZM174.255 372.514H174.28C174.882 372.521 175.367 373.01 175.367 373.613C175.367 374.22 174.875 374.713 174.268 374.713C173.661 374.713 173.169 374.22 173.169 373.613C173.169 373.01 173.654 372.521 174.255 372.514ZM171.888 372.24C172.039 371.977 171.949 371.641 171.686 371.489C171.423 371.337 171.087 371.427 170.936 371.69C170.784 371.953 170.874 372.289 171.137 372.441C171.4 372.593 171.736 372.502 171.888 372.24ZM177.398 374.786C177.661 374.938 177.751 375.274 177.599 375.537C177.448 375.8 177.112 375.89 176.849 375.738C176.586 375.586 176.496 375.25 176.647 374.987C176.799 374.724 177.135 374.634 177.398 374.786ZM174.267 377.461C174.571 377.461 174.817 377.215 174.817 376.911C174.817 376.608 174.571 376.362 174.267 376.362C173.963 376.362 173.717 376.608 173.717 376.911C173.717 377.215 173.963 377.461 174.267 377.461ZM177.6 371.69C177.448 371.427 177.112 371.337 176.849 371.488C176.586 371.64 176.496 371.976 176.648 372.239C176.799 372.502 177.136 372.592 177.398 372.44C177.661 372.289 177.751 371.952 177.6 371.69ZM171.137 374.786C171.4 374.634 171.736 374.725 171.888 374.987C172.039 375.25 171.949 375.586 171.687 375.738C171.424 375.89 171.087 375.8 170.936 375.537C170.784 375.274 170.874 374.938 171.137 374.786Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg clip-path='url(%23clip10_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M166 383C166 382.448 166.448 382 167 382H169V380H170V382H172V380H173V382H175C175.552 382 176 382.448 176 383V385H178V386H176V387.049C175.609 386.516 174.978 386.17 174.266 386.17C173.793 386.17 173.355 386.323 173 386.582V385H169V389H169.491C169.036 389.9 169.273 390.985 170.03 391.618C169.338 392.196 169.08 393.153 169.389 394H169V392H167C166.448 392 166 391.552 166 391V389H164V388H166V386H164V385H166V383Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M174.766 389.352C175.151 389.166 175.417 388.772 175.417 388.316C175.417 387.681 174.902 387.166 174.267 387.166C173.632 387.166 173.117 387.681 173.117 388.316C173.117 388.771 173.382 389.165 173.766 389.351V390.168C173.58 390.232 173.411 390.332 173.265 390.458L172.558 390.05C172.59 389.624 172.381 389.197 171.986 388.969C171.437 388.652 170.733 388.84 170.416 389.39C170.098 389.94 170.287 390.643 170.837 390.96C171.231 391.188 171.705 391.155 172.058 390.916L172.765 391.324C172.747 391.418 172.738 391.514 172.738 391.613C172.738 391.713 172.747 391.81 172.766 391.904L172.059 392.312C171.705 392.072 171.232 392.039 170.837 392.267C170.287 392.584 170.099 393.287 170.416 393.837C170.734 394.387 171.437 394.575 171.987 394.258C172.381 394.03 172.59 393.604 172.559 393.178L173.266 392.769C173.411 392.895 173.581 392.995 173.766 393.059V393.876C173.382 394.062 173.117 394.456 173.117 394.911C173.117 395.546 173.632 396.061 174.267 396.061C174.902 396.061 175.417 395.546 175.417 394.911C175.417 394.455 175.151 394.061 174.766 393.875V393.06C174.953 392.996 175.123 392.896 175.27 392.769L175.977 393.178C175.946 393.604 176.154 394.03 176.549 394.258C177.099 394.575 177.802 394.387 178.119 393.837C178.437 393.287 178.248 392.584 177.698 392.266C177.303 392.039 176.83 392.071 176.476 392.312L175.77 391.904C175.788 391.81 175.798 391.713 175.798 391.613C175.798 391.514 175.788 391.417 175.77 391.324L176.477 390.915C176.83 391.155 177.304 391.188 177.698 390.96C178.248 390.643 178.437 389.939 178.119 389.39C177.802 388.84 177.099 388.651 176.549 388.969C176.154 389.197 175.946 389.623 175.977 390.05L175.27 390.458C175.124 390.331 174.953 390.231 174.766 390.167V389.352ZM174.817 388.316C174.817 388.619 174.571 388.865 174.267 388.865C173.963 388.865 173.717 388.619 173.717 388.316C173.717 388.012 173.963 387.766 174.267 387.766C174.571 387.766 174.817 388.012 174.817 388.316ZM174.255 390.514H174.28C174.882 390.521 175.367 391.01 175.367 391.613C175.367 392.22 174.875 392.713 174.268 392.713C173.661 392.713 173.169 392.22 173.169 391.613C173.169 391.01 173.654 390.521 174.255 390.514ZM171.888 390.24C172.039 389.977 171.949 389.641 171.686 389.489C171.423 389.337 171.087 389.427 170.936 389.69C170.784 389.953 170.874 390.289 171.137 390.441C171.4 390.593 171.736 390.502 171.888 390.24ZM177.398 392.786C177.661 392.938 177.751 393.274 177.599 393.537C177.448 393.8 177.112 393.89 176.849 393.738C176.586 393.586 176.496 393.25 176.647 392.987C176.799 392.724 177.135 392.634 177.398 392.786ZM174.267 395.461C174.571 395.461 174.817 395.215 174.817 394.911C174.817 394.608 174.571 394.362 174.267 394.362C173.963 394.362 173.717 394.608 173.717 394.911C173.717 395.215 173.963 395.461 174.267 395.461ZM177.6 389.69C177.448 389.427 177.112 389.337 176.849 389.488C176.586 389.64 176.496 389.976 176.648 390.239C176.799 390.502 177.136 390.592 177.398 390.44C177.661 390.289 177.751 389.952 177.6 389.69ZM171.137 392.786C171.4 392.634 171.736 392.725 171.888 392.987C172.039 393.25 171.949 393.586 171.687 393.738C171.424 393.89 171.087 393.8 170.936 393.537C170.784 393.274 170.874 392.938 171.137 392.786Z' fill='%239A9A9A'/%3e%3c/g%3e%3cg clip-path='url(%23clip11_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M142.181 349.32L141.058 349.13C140.941 348.752 140.79 348.388 140.606 348.04L141.268 347.114C141.549 346.72 141.505 346.181 141.161 345.841L140.165 344.845C139.978 344.658 139.731 344.554 139.467 344.554C139.26 344.554 139.063 344.617 138.895 344.738L137.966 345.4C137.605 345.209 137.228 345.052 136.837 344.935L136.649 343.826C136.569 343.348 136.157 343 135.673 343H134.266C133.781 343 133.37 343.348 133.29 343.826L133.097 344.962C132.722 345.079 132.357 345.232 132.01 345.42L131.09 344.758C130.924 344.637 130.723 344.574 130.516 344.574C130.252 344.574 130.002 344.677 129.817 344.864L128.818 345.861C128.477 346.202 128.43 346.74 128.711 347.134L129.38 348.074C129.195 348.425 129.049 348.789 128.935 349.166L127.826 349.353C127.348 349.434 127 349.845 127 350.33V351.737C127 352.221 127.348 352.633 127.826 352.712L128.962 352.907C129.079 353.281 129.232 353.646 129.42 353.993L128.761 354.909C128.48 355.303 128.523 355.841 128.868 356.182L129.864 357.178C130.052 357.365 130.299 357.469 130.563 357.469C130.77 357.469 130.967 357.405 131.134 357.286L132.074 356.617C132.411 356.794 132.765 356.937 133.13 357.051L133.317 358.174C133.387 358.593 133.712 358.912 134.117 358.985C133.893 358.816 133.698 358.6 133.548 358.341C133.018 357.422 133.243 356.275 134.03 355.618C133.243 354.96 133.018 353.813 133.548 352.894C133.614 352.78 133.689 352.674 133.771 352.577C133.302 352.211 133 351.64 133 351C133 349.897 133.897 349 135 349C135.97 349 136.78 349.693 136.962 350.61C137.324 350.334 137.776 350.17 138.266 350.17C139.327 350.17 140.208 350.939 140.384 351.949C141.176 351.658 142.066 351.864 142.652 352.458C142.867 352.275 143 352.003 143 351.703V350.297C143.006 349.811 142.659 349.401 142.181 349.32Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M138.767 353.351C139.152 353.165 139.417 352.771 139.417 352.316C139.417 351.681 138.902 351.166 138.267 351.166C137.632 351.166 137.117 351.681 137.117 352.316C137.117 352.771 137.383 353.165 137.767 353.351V354.167C137.581 354.232 137.411 354.331 137.265 354.458L136.558 354.05C136.59 353.624 136.381 353.197 135.986 352.969C135.437 352.652 134.733 352.84 134.416 353.39C134.098 353.94 134.287 354.643 134.837 354.96C135.231 355.188 135.705 355.155 136.058 354.916L136.765 355.324C136.747 355.418 136.738 355.514 136.738 355.613C136.738 355.713 136.747 355.81 136.766 355.904L136.059 356.312C135.705 356.072 135.232 356.039 134.837 356.267C134.287 356.584 134.099 357.287 134.416 357.837C134.734 358.387 135.437 358.575 135.987 358.258C136.381 358.03 136.59 357.604 136.559 357.178L137.266 356.769C137.412 356.896 137.581 356.995 137.767 357.059V357.876C137.383 358.062 137.117 358.456 137.117 358.911C137.117 359.546 137.632 360.061 138.267 360.061C138.902 360.061 139.417 359.546 139.417 358.911C139.417 358.456 139.152 358.062 138.767 357.876V357.06C138.954 356.995 139.124 356.896 139.27 356.769L139.977 357.178C139.946 357.604 140.154 358.03 140.549 358.258C141.099 358.575 141.802 358.387 142.119 357.837C142.437 357.287 142.248 356.584 141.698 356.266C141.303 356.039 140.83 356.071 140.476 356.312L139.77 355.904C139.788 355.81 139.798 355.713 139.798 355.613C139.798 355.514 139.788 355.417 139.77 355.324L140.477 354.915C140.83 355.155 141.304 355.188 141.698 354.96C142.248 354.643 142.437 353.939 142.119 353.39C141.802 352.84 141.099 352.651 140.549 352.969C140.154 353.197 139.946 353.623 139.977 354.05L139.27 354.458C139.124 354.331 138.954 354.231 138.767 354.167V353.351ZM138.817 352.316C138.817 352.619 138.571 352.865 138.267 352.865C137.963 352.865 137.717 352.619 137.717 352.316C137.717 352.012 137.963 351.766 138.267 351.766C138.571 351.766 138.817 352.012 138.817 352.316ZM138.255 354.514H138.28C138.882 354.521 139.367 355.01 139.367 355.613C139.367 356.22 138.875 356.713 138.268 356.713C137.661 356.713 137.169 356.22 137.169 355.613C137.169 355.01 137.654 354.521 138.255 354.514ZM135.888 354.24C136.039 353.977 135.949 353.641 135.686 353.489C135.423 353.337 135.087 353.427 134.936 353.69C134.784 353.953 134.874 354.289 135.137 354.441C135.4 354.593 135.736 354.502 135.888 354.24ZM141.398 356.786C141.661 356.938 141.751 357.274 141.599 357.537C141.448 357.8 141.112 357.89 140.849 357.738C140.586 357.586 140.496 357.25 140.647 356.987C140.799 356.724 141.135 356.634 141.398 356.786ZM138.267 359.461C138.571 359.461 138.817 359.215 138.817 358.911C138.817 358.608 138.571 358.362 138.267 358.362C137.963 358.362 137.717 358.608 137.717 358.911C137.717 359.215 137.963 359.461 138.267 359.461ZM141.6 353.69C141.448 353.427 141.112 353.337 140.849 353.488C140.586 353.64 140.496 353.976 140.648 354.239C140.799 354.502 141.136 354.592 141.398 354.44C141.661 354.289 141.751 353.952 141.6 353.69ZM135.137 356.786C135.4 356.634 135.736 356.725 135.888 356.987C136.039 357.25 135.949 357.586 135.687 357.738C135.424 357.89 135.087 357.8 134.936 357.537C134.784 357.274 134.874 356.938 135.137 356.786Z' fill='%2335383A'/%3e%3c/g%3e%3cg clip-path='url(%23clip12_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M142.181 367.32L141.058 367.13C140.941 366.752 140.79 366.388 140.606 366.04L141.268 365.114C141.549 364.72 141.505 364.181 141.161 363.841L140.165 362.845C139.978 362.658 139.731 362.554 139.467 362.554C139.26 362.554 139.063 362.617 138.895 362.738L137.966 363.4C137.605 363.209 137.228 363.052 136.837 362.935L136.649 361.826C136.569 361.348 136.157 361 135.673 361H134.266C133.781 361 133.37 361.348 133.29 361.826L133.097 362.962C132.722 363.079 132.357 363.232 132.01 363.42L131.09 362.758C130.924 362.637 130.723 362.574 130.516 362.574C130.252 362.574 130.002 362.677 129.817 362.864L128.818 363.861C128.477 364.202 128.43 364.74 128.711 365.134L129.38 366.074C129.195 366.425 129.049 366.789 128.935 367.166L127.826 367.353C127.348 367.434 127 367.845 127 368.33V369.737C127 370.221 127.348 370.633 127.826 370.712L128.962 370.907C129.079 371.281 129.232 371.646 129.42 371.993L128.761 372.909C128.48 373.303 128.523 373.841 128.868 374.182L129.864 375.178C130.052 375.365 130.299 375.469 130.563 375.469C130.77 375.469 130.967 375.405 131.134 375.286L132.074 374.617C132.411 374.794 132.765 374.937 133.13 375.051L133.317 376.174C133.387 376.593 133.712 376.912 134.117 376.985C133.893 376.816 133.698 376.6 133.548 376.341C133.018 375.422 133.243 374.275 134.03 373.618C133.243 372.96 133.018 371.813 133.548 370.894C133.614 370.78 133.689 370.674 133.771 370.577C133.302 370.211 133 369.64 133 369C133 367.897 133.897 367 135 367C135.97 367 136.78 367.693 136.962 368.61C137.324 368.334 137.776 368.17 138.266 368.17C139.327 368.17 140.208 368.939 140.384 369.949C141.176 369.658 142.066 369.864 142.652 370.458C142.867 370.275 143 370.003 143 369.703V368.297C143.006 367.811 142.659 367.401 142.181 367.32Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M138.767 371.351C139.152 371.165 139.417 370.771 139.417 370.316C139.417 369.681 138.902 369.166 138.267 369.166C137.632 369.166 137.117 369.681 137.117 370.316C137.117 370.771 137.383 371.165 137.767 371.351V372.167C137.581 372.232 137.411 372.331 137.265 372.458L136.558 372.05C136.59 371.624 136.381 371.197 135.986 370.969C135.437 370.652 134.733 370.84 134.416 371.39C134.098 371.94 134.287 372.643 134.837 372.96C135.231 373.188 135.705 373.155 136.058 372.916L136.765 373.324C136.747 373.418 136.738 373.514 136.738 373.613C136.738 373.713 136.747 373.81 136.766 373.904L136.059 374.312C135.705 374.072 135.232 374.039 134.837 374.267C134.287 374.584 134.099 375.287 134.416 375.837C134.734 376.387 135.437 376.575 135.987 376.258C136.381 376.03 136.59 375.604 136.559 375.178L137.266 374.769C137.412 374.896 137.581 374.995 137.767 375.059V375.876C137.383 376.062 137.117 376.456 137.117 376.911C137.117 377.546 137.632 378.061 138.267 378.061C138.902 378.061 139.417 377.546 139.417 376.911C139.417 376.456 139.152 376.062 138.767 375.876V375.06C138.954 374.995 139.124 374.896 139.27 374.769L139.977 375.178C139.946 375.604 140.154 376.03 140.549 376.258C141.099 376.575 141.802 376.387 142.119 375.837C142.437 375.287 142.248 374.584 141.698 374.266C141.303 374.039 140.83 374.071 140.476 374.312L139.77 373.904C139.788 373.81 139.798 373.713 139.798 373.613C139.798 373.514 139.788 373.417 139.77 373.324L140.477 372.915C140.83 373.155 141.304 373.188 141.698 372.96C142.248 372.643 142.437 371.939 142.119 371.39C141.802 370.84 141.099 370.651 140.549 370.969C140.154 371.197 139.946 371.623 139.977 372.05L139.27 372.458C139.124 372.331 138.954 372.231 138.767 372.167V371.351ZM138.817 370.316C138.817 370.619 138.571 370.865 138.267 370.865C137.963 370.865 137.717 370.619 137.717 370.316C137.717 370.012 137.963 369.766 138.267 369.766C138.571 369.766 138.817 370.012 138.817 370.316ZM138.255 372.514H138.28C138.882 372.521 139.367 373.01 139.367 373.613C139.367 374.22 138.875 374.713 138.268 374.713C137.661 374.713 137.169 374.22 137.169 373.613C137.169 373.01 137.654 372.521 138.255 372.514ZM135.888 372.24C136.039 371.977 135.949 371.641 135.686 371.489C135.423 371.337 135.087 371.427 134.936 371.69C134.784 371.953 134.874 372.289 135.137 372.441C135.4 372.593 135.736 372.502 135.888 372.24ZM141.398 374.786C141.661 374.938 141.751 375.274 141.599 375.537C141.448 375.8 141.112 375.89 140.849 375.738C140.586 375.586 140.496 375.25 140.647 374.987C140.799 374.724 141.135 374.634 141.398 374.786ZM138.267 377.461C138.571 377.461 138.817 377.215 138.817 376.911C138.817 376.608 138.571 376.362 138.267 376.362C137.963 376.362 137.717 376.608 137.717 376.911C137.717 377.215 137.963 377.461 138.267 377.461ZM141.6 371.69C141.448 371.427 141.112 371.337 140.849 371.488C140.586 371.64 140.496 371.976 140.648 372.239C140.799 372.502 141.136 372.592 141.398 372.44C141.661 372.289 141.751 371.952 141.6 371.69ZM135.137 374.786C135.4 374.634 135.736 374.725 135.888 374.987C136.039 375.25 135.949 375.586 135.687 375.738C135.424 375.89 135.087 375.8 134.936 375.537C134.784 375.274 134.874 374.938 135.137 374.786Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg clip-path='url(%23clip13_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M142.181 385.32L141.058 385.13C140.941 384.752 140.79 384.388 140.606 384.04L141.268 383.114C141.549 382.72 141.505 382.181 141.161 381.841L140.165 380.845C139.978 380.658 139.731 380.554 139.467 380.554C139.26 380.554 139.063 380.617 138.895 380.738L137.966 381.4C137.605 381.209 137.228 381.052 136.837 380.935L136.649 379.826C136.569 379.348 136.157 379 135.673 379H134.266C133.781 379 133.37 379.348 133.29 379.826L133.097 380.962C132.722 381.079 132.357 381.232 132.01 381.42L131.09 380.758C130.924 380.637 130.723 380.574 130.516 380.574C130.252 380.574 130.002 380.677 129.817 380.864L128.818 381.861C128.477 382.202 128.43 382.74 128.711 383.134L129.38 384.074C129.195 384.425 129.049 384.789 128.935 385.166L127.826 385.353C127.348 385.434 127 385.845 127 386.33V387.737C127 388.221 127.348 388.633 127.826 388.712L128.962 388.907C129.079 389.281 129.232 389.646 129.42 389.993L128.761 390.909C128.48 391.303 128.523 391.841 128.868 392.182L129.864 393.178C130.052 393.365 130.299 393.469 130.563 393.469C130.77 393.469 130.967 393.405 131.134 393.286L132.074 392.617C132.411 392.794 132.765 392.937 133.13 393.051L133.317 394.174C133.387 394.593 133.712 394.912 134.117 394.985C133.893 394.816 133.698 394.6 133.548 394.341C133.018 393.422 133.243 392.275 134.03 391.618C133.243 390.96 133.018 389.813 133.548 388.894C133.614 388.78 133.689 388.674 133.771 388.577C133.302 388.211 133 387.64 133 387C133 385.897 133.897 385 135 385C135.97 385 136.78 385.693 136.962 386.61C137.324 386.334 137.776 386.17 138.266 386.17C139.327 386.17 140.208 386.939 140.384 387.949C141.176 387.658 142.066 387.864 142.652 388.458C142.867 388.275 143 388.003 143 387.703V386.297C143.006 385.811 142.659 385.401 142.181 385.32Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M138.767 389.351C139.152 389.165 139.417 388.771 139.417 388.316C139.417 387.681 138.902 387.166 138.267 387.166C137.632 387.166 137.117 387.681 137.117 388.316C137.117 388.771 137.383 389.165 137.767 389.351V390.167C137.581 390.232 137.411 390.331 137.265 390.458L136.558 390.05C136.59 389.624 136.381 389.197 135.986 388.969C135.437 388.652 134.733 388.84 134.416 389.39C134.098 389.94 134.287 390.643 134.837 390.96C135.231 391.188 135.705 391.155 136.058 390.916L136.765 391.324C136.747 391.418 136.738 391.514 136.738 391.613C136.738 391.713 136.747 391.81 136.766 391.904L136.059 392.312C135.705 392.072 135.232 392.039 134.837 392.267C134.287 392.584 134.099 393.287 134.416 393.837C134.734 394.387 135.437 394.575 135.987 394.258C136.381 394.03 136.59 393.604 136.559 393.178L137.266 392.769C137.412 392.896 137.581 392.995 137.767 393.059V393.876C137.383 394.062 137.117 394.456 137.117 394.911C137.117 395.546 137.632 396.061 138.267 396.061C138.902 396.061 139.417 395.546 139.417 394.911C139.417 394.456 139.152 394.062 138.767 393.876V393.06C138.954 392.995 139.124 392.896 139.27 392.769L139.977 393.178C139.946 393.604 140.154 394.03 140.549 394.258C141.099 394.575 141.802 394.387 142.119 393.837C142.437 393.287 142.248 392.584 141.698 392.266C141.303 392.039 140.83 392.071 140.476 392.312L139.77 391.904C139.788 391.81 139.798 391.713 139.798 391.613C139.798 391.514 139.788 391.417 139.77 391.324L140.477 390.915C140.83 391.155 141.304 391.188 141.698 390.96C142.248 390.643 142.437 389.939 142.119 389.39C141.802 388.84 141.099 388.651 140.549 388.969C140.154 389.197 139.946 389.623 139.977 390.05L139.27 390.458C139.124 390.331 138.954 390.231 138.767 390.167V389.351ZM138.817 388.316C138.817 388.619 138.571 388.865 138.267 388.865C137.963 388.865 137.717 388.619 137.717 388.316C137.717 388.012 137.963 387.766 138.267 387.766C138.571 387.766 138.817 388.012 138.817 388.316ZM138.255 390.514H138.28C138.882 390.521 139.367 391.01 139.367 391.613C139.367 392.22 138.875 392.713 138.268 392.713C137.661 392.713 137.169 392.22 137.169 391.613C137.169 391.01 137.654 390.521 138.255 390.514ZM135.888 390.24C136.039 389.977 135.949 389.641 135.686 389.489C135.423 389.337 135.087 389.427 134.936 389.69C134.784 389.953 134.874 390.289 135.137 390.441C135.4 390.593 135.736 390.502 135.888 390.24ZM141.398 392.786C141.661 392.938 141.751 393.274 141.599 393.537C141.448 393.8 141.112 393.89 140.849 393.738C140.586 393.586 140.496 393.25 140.647 392.987C140.799 392.724 141.135 392.634 141.398 392.786ZM138.267 395.461C138.571 395.461 138.817 395.215 138.817 394.911C138.817 394.608 138.571 394.362 138.267 394.362C137.963 394.362 137.717 394.608 137.717 394.911C137.717 395.215 137.963 395.461 138.267 395.461ZM141.6 389.69C141.448 389.427 141.112 389.337 140.849 389.488C140.586 389.64 140.496 389.976 140.648 390.239C140.799 390.502 141.136 390.592 141.398 390.44C141.661 390.289 141.751 389.952 141.6 389.69ZM135.137 392.786C135.4 392.634 135.736 392.725 135.888 392.987C136.039 393.25 135.949 393.586 135.687 393.738C135.424 393.89 135.087 393.8 134.936 393.537C134.784 393.274 134.874 392.938 135.137 392.786Z' fill='%239A9A9A'/%3e%3c/g%3e%3cg clip-path='url(%23clip14_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M184.333 345.5H181.5V346.5H183.667L185.95 351.981L185.415 353.053C185.082 353.718 185.566 354.5 186.309 354.5H188.327C188.244 354.177 188.237 353.834 188.311 353.5H186.309L186.819 352.48L189.013 352.334C189.595 351.836 190.413 351.68 191.148 351.949C191.323 350.939 192.205 350.17 193.266 350.17C193.821 350.17 194.327 350.381 194.709 350.726L195.33 348.243C195.488 347.611 195.01 347 194.36 347H184.958L184.333 345.5Z' fill='%2335383A'/%3e%3ccircle cx='186.5' cy='356' r='1' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M193.766 353.352C194.151 353.166 194.417 352.772 194.417 352.316C194.417 351.681 193.902 351.166 193.267 351.166C192.632 351.166 192.117 351.681 192.117 352.316C192.117 352.771 192.382 353.165 192.766 353.351V354.168C192.58 354.232 192.411 354.332 192.265 354.458L191.558 354.05C191.59 353.624 191.381 353.197 190.986 352.969C190.437 352.652 189.733 352.84 189.416 353.39C189.098 353.94 189.287 354.643 189.837 354.96C190.231 355.188 190.705 355.155 191.058 354.916L191.765 355.324C191.747 355.418 191.738 355.514 191.738 355.613C191.738 355.713 191.747 355.81 191.766 355.904L191.059 356.312C190.705 356.072 190.232 356.039 189.837 356.267C189.287 356.584 189.099 357.287 189.416 357.837C189.734 358.387 190.437 358.575 190.987 358.258C191.381 358.03 191.59 357.604 191.559 357.178L192.266 356.769C192.411 356.895 192.581 356.995 192.766 357.059V357.876C192.382 358.062 192.117 358.456 192.117 358.911C192.117 359.546 192.632 360.061 193.267 360.061C193.902 360.061 194.417 359.546 194.417 358.911C194.417 358.455 194.151 358.061 193.766 357.875V357.06C193.953 356.996 194.123 356.896 194.27 356.769L194.977 357.178C194.946 357.604 195.154 358.03 195.549 358.258C196.099 358.575 196.802 358.387 197.119 357.837C197.437 357.287 197.248 356.584 196.698 356.266C196.303 356.039 195.83 356.071 195.476 356.312L194.77 355.904C194.788 355.81 194.798 355.713 194.798 355.613C194.798 355.514 194.788 355.417 194.77 355.324L195.477 354.915C195.83 355.155 196.304 355.188 196.698 354.96C197.248 354.643 197.437 353.939 197.119 353.39C196.802 352.84 196.099 352.651 195.549 352.969C195.154 353.197 194.946 353.623 194.977 354.05L194.27 354.458C194.124 354.331 193.953 354.231 193.766 354.167V353.352ZM193.817 352.316C193.817 352.619 193.571 352.865 193.267 352.865C192.963 352.865 192.717 352.619 192.717 352.316C192.717 352.012 192.963 351.766 193.267 351.766C193.571 351.766 193.817 352.012 193.817 352.316ZM193.255 354.514H193.28C193.882 354.521 194.367 355.01 194.367 355.613C194.367 356.22 193.875 356.713 193.268 356.713C192.661 356.713 192.169 356.22 192.169 355.613C192.169 355.01 192.654 354.521 193.255 354.514ZM190.888 354.24C191.039 353.977 190.949 353.641 190.686 353.489C190.423 353.337 190.087 353.427 189.936 353.69C189.784 353.953 189.874 354.289 190.137 354.441C190.4 354.593 190.736 354.502 190.888 354.24ZM196.398 356.786C196.661 356.938 196.751 357.274 196.599 357.537C196.448 357.8 196.112 357.89 195.849 357.738C195.586 357.586 195.496 357.25 195.647 356.987C195.799 356.724 196.135 356.634 196.398 356.786ZM193.267 359.461C193.571 359.461 193.817 359.215 193.817 358.911C193.817 358.608 193.571 358.362 193.267 358.362C192.963 358.362 192.717 358.608 192.717 358.911C192.717 359.215 192.963 359.461 193.267 359.461ZM196.6 353.69C196.448 353.427 196.112 353.337 195.849 353.488C195.586 353.64 195.496 353.976 195.648 354.239C195.799 354.502 196.136 354.592 196.398 354.44C196.661 354.289 196.751 353.952 196.6 353.69ZM190.137 356.786C190.4 356.634 190.736 356.725 190.888 356.987C191.039 357.25 190.949 357.586 190.687 357.738C190.424 357.89 190.087 357.8 189.936 357.537C189.784 357.274 189.874 356.938 190.137 356.786Z' fill='%2335383A'/%3e%3c/g%3e%3cg clip-path='url(%23clip15_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M184.333 363.5H181.5V364.5H183.667L185.95 369.981L185.415 371.053C185.082 371.718 185.566 372.5 186.309 372.5H188.327C188.244 372.177 188.237 371.834 188.311 371.5H186.309L186.819 370.48L189.013 370.334C189.595 369.836 190.413 369.68 191.148 369.949C191.323 368.939 192.205 368.17 193.266 368.17C193.821 368.17 194.327 368.381 194.709 368.726L195.33 366.243C195.488 365.611 195.01 365 194.36 365H184.958L184.333 363.5Z' fill='%230E6FF9'/%3e%3ccircle cx='186.5' cy='374' r='1' stroke='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M193.766 371.352C194.151 371.166 194.417 370.772 194.417 370.316C194.417 369.681 193.902 369.166 193.267 369.166C192.632 369.166 192.117 369.681 192.117 370.316C192.117 370.771 192.382 371.165 192.766 371.351V372.168C192.58 372.232 192.411 372.332 192.265 372.458L191.558 372.05C191.59 371.624 191.381 371.197 190.986 370.969C190.437 370.652 189.733 370.84 189.416 371.39C189.098 371.94 189.287 372.643 189.837 372.96C190.231 373.188 190.705 373.155 191.058 372.916L191.765 373.324C191.747 373.418 191.738 373.514 191.738 373.613C191.738 373.713 191.747 373.81 191.766 373.904L191.059 374.312C190.705 374.072 190.232 374.039 189.837 374.267C189.287 374.584 189.099 375.287 189.416 375.837C189.734 376.387 190.437 376.575 190.987 376.258C191.381 376.03 191.59 375.604 191.559 375.178L192.266 374.769C192.411 374.895 192.581 374.995 192.766 375.059V375.876C192.382 376.062 192.117 376.456 192.117 376.911C192.117 377.546 192.632 378.061 193.267 378.061C193.902 378.061 194.417 377.546 194.417 376.911C194.417 376.455 194.151 376.061 193.766 375.875V375.06C193.953 374.996 194.123 374.896 194.27 374.769L194.977 375.178C194.946 375.604 195.154 376.03 195.549 376.258C196.099 376.575 196.802 376.387 197.119 375.837C197.437 375.287 197.248 374.584 196.698 374.266C196.303 374.039 195.83 374.071 195.476 374.312L194.77 373.904C194.788 373.81 194.798 373.713 194.798 373.613C194.798 373.514 194.788 373.417 194.77 373.324L195.477 372.915C195.83 373.155 196.304 373.188 196.698 372.96C197.248 372.643 197.437 371.939 197.119 371.39C196.802 370.84 196.099 370.651 195.549 370.969C195.154 371.197 194.946 371.623 194.977 372.05L194.27 372.458C194.124 372.331 193.953 372.231 193.766 372.167V371.352ZM193.817 370.316C193.817 370.619 193.571 370.865 193.267 370.865C192.963 370.865 192.717 370.619 192.717 370.316C192.717 370.012 192.963 369.766 193.267 369.766C193.571 369.766 193.817 370.012 193.817 370.316ZM193.255 372.514H193.28C193.882 372.521 194.367 373.01 194.367 373.613C194.367 374.22 193.875 374.713 193.268 374.713C192.661 374.713 192.169 374.22 192.169 373.613C192.169 373.01 192.654 372.521 193.255 372.514ZM190.888 372.24C191.039 371.977 190.949 371.641 190.686 371.489C190.423 371.337 190.087 371.427 189.936 371.69C189.784 371.953 189.874 372.289 190.137 372.441C190.4 372.593 190.736 372.502 190.888 372.24ZM196.398 374.786C196.661 374.938 196.751 375.274 196.599 375.537C196.448 375.8 196.112 375.89 195.849 375.738C195.586 375.586 195.496 375.25 195.647 374.987C195.799 374.724 196.135 374.634 196.398 374.786ZM193.267 377.461C193.571 377.461 193.817 377.215 193.817 376.911C193.817 376.608 193.571 376.362 193.267 376.362C192.963 376.362 192.717 376.608 192.717 376.911C192.717 377.215 192.963 377.461 193.267 377.461ZM196.6 371.69C196.448 371.427 196.112 371.337 195.849 371.488C195.586 371.64 195.496 371.976 195.648 372.239C195.799 372.502 196.136 372.592 196.398 372.44C196.661 372.289 196.751 371.952 196.6 371.69ZM190.137 374.786C190.4 374.634 190.736 374.725 190.888 374.987C191.039 375.25 190.949 375.586 190.687 375.738C190.424 375.89 190.087 375.8 189.936 375.537C189.784 375.274 189.874 374.938 190.137 374.786Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg clip-path='url(%23clip16_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M184.333 381.5H181.5V382.5H183.667L185.95 387.981L185.415 389.053C185.082 389.718 185.566 390.5 186.309 390.5H188.327C188.244 390.177 188.237 389.834 188.311 389.5H186.309L186.819 388.48L189.013 388.334C189.595 387.836 190.413 387.68 191.148 387.949C191.323 386.939 192.205 386.17 193.266 386.17C193.821 386.17 194.327 386.381 194.709 386.726L195.33 384.243C195.488 383.611 195.01 383 194.36 383H184.958L184.333 381.5Z' fill='%239A9A9A'/%3e%3ccircle cx='186.5' cy='392' r='1' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M193.766 389.352C194.151 389.166 194.417 388.772 194.417 388.316C194.417 387.681 193.902 387.166 193.267 387.166C192.632 387.166 192.117 387.681 192.117 388.316C192.117 388.771 192.382 389.165 192.766 389.351V390.168C192.58 390.232 192.411 390.332 192.265 390.458L191.558 390.05C191.59 389.624 191.381 389.197 190.986 388.969C190.437 388.652 189.733 388.84 189.416 389.39C189.098 389.94 189.287 390.643 189.837 390.96C190.231 391.188 190.705 391.155 191.058 390.916L191.765 391.324C191.747 391.418 191.738 391.514 191.738 391.613C191.738 391.713 191.747 391.81 191.766 391.904L191.059 392.312C190.705 392.072 190.232 392.039 189.837 392.267C189.287 392.584 189.099 393.287 189.416 393.837C189.734 394.387 190.437 394.575 190.987 394.258C191.381 394.03 191.59 393.604 191.559 393.178L192.266 392.769C192.411 392.895 192.581 392.995 192.766 393.059V393.876C192.382 394.062 192.117 394.456 192.117 394.911C192.117 395.546 192.632 396.061 193.267 396.061C193.902 396.061 194.417 395.546 194.417 394.911C194.417 394.455 194.151 394.061 193.766 393.875V393.06C193.953 392.996 194.123 392.896 194.27 392.769L194.977 393.178C194.946 393.604 195.154 394.03 195.549 394.258C196.099 394.575 196.802 394.387 197.119 393.837C197.437 393.287 197.248 392.584 196.698 392.266C196.303 392.039 195.83 392.071 195.476 392.312L194.77 391.904C194.788 391.81 194.798 391.713 194.798 391.613C194.798 391.514 194.788 391.417 194.77 391.324L195.477 390.915C195.83 391.155 196.304 391.188 196.698 390.96C197.248 390.643 197.437 389.939 197.119 389.39C196.802 388.84 196.099 388.651 195.549 388.969C195.154 389.197 194.946 389.623 194.977 390.05L194.27 390.458C194.124 390.331 193.953 390.231 193.766 390.167V389.352ZM193.817 388.316C193.817 388.619 193.571 388.865 193.267 388.865C192.963 388.865 192.717 388.619 192.717 388.316C192.717 388.012 192.963 387.766 193.267 387.766C193.571 387.766 193.817 388.012 193.817 388.316ZM193.255 390.514H193.28C193.882 390.521 194.367 391.01 194.367 391.613C194.367 392.22 193.875 392.713 193.268 392.713C192.661 392.713 192.169 392.22 192.169 391.613C192.169 391.01 192.654 390.521 193.255 390.514ZM190.888 390.24C191.039 389.977 190.949 389.641 190.686 389.489C190.423 389.337 190.087 389.427 189.936 389.69C189.784 389.953 189.874 390.289 190.137 390.441C190.4 390.593 190.736 390.502 190.888 390.24ZM196.398 392.786C196.661 392.938 196.751 393.274 196.599 393.537C196.448 393.8 196.112 393.89 195.849 393.738C195.586 393.586 195.496 393.25 195.647 392.987C195.799 392.724 196.135 392.634 196.398 392.786ZM193.267 395.461C193.571 395.461 193.817 395.215 193.817 394.911C193.817 394.608 193.571 394.362 193.267 394.362C192.963 394.362 192.717 394.608 192.717 394.911C192.717 395.215 192.963 395.461 193.267 395.461ZM196.6 389.69C196.448 389.427 196.112 389.337 195.849 389.488C195.586 389.64 195.496 389.976 195.648 390.239C195.799 390.502 196.136 390.592 196.398 390.44C196.661 390.289 196.751 389.952 196.6 389.69ZM190.137 392.786C190.4 392.634 190.736 392.725 190.888 392.987C191.039 393.25 190.949 393.586 190.687 393.738C190.424 393.89 190.087 393.8 189.936 393.537C189.784 393.274 189.874 392.938 190.137 392.786Z' fill='%239A9A9A'/%3e%3c/g%3e%3ccircle cx='27' cy='351' r='6.5' stroke='%2335383A'/%3e%3cpath d='M27 344.5C27.2451 344.5 27.5204 344.614 27.8164 344.906C28.1146 345.201 28.4066 345.651 28.6621 346.247C29.1725 347.438 29.5 349.118 29.5 351C29.5 352.882 29.1725 354.562 28.6621 355.753C28.4066 356.349 28.1146 356.799 27.8164 357.094C27.5204 357.386 27.2451 357.5 27 357.5C26.7549 357.5 26.4796 357.386 26.1836 357.094C25.8854 356.799 25.5934 356.349 25.3379 355.753C24.8275 354.562 24.5 352.882 24.5 351C24.5 349.118 24.8275 347.438 25.3379 346.247C25.5934 345.651 25.8854 345.201 26.1836 344.906C26.4796 344.614 26.7549 344.5 27 344.5Z' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.6614 345.778C30.5613 347.134 28.8817 348 26.9998 348C25.1179 348 23.4383 347.134 22.3382 345.778C22.0879 346.001 21.8537 346.243 21.6377 346.5C22.9218 348.028 24.8473 349 26.9998 349C29.1523 349 31.0779 348.028 32.3619 346.5C32.1459 346.243 31.9117 346.001 31.6614 345.778Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6377 355.5C22.9218 353.972 24.8473 353 26.9998 353C29.1523 353 31.0778 353.972 32.3619 355.5C32.1459 355.757 31.9117 355.999 31.6614 356.222C30.5613 354.866 28.8817 354 26.9998 354C25.1179 354 23.4383 354.866 22.3382 356.222C22.0879 355.999 21.8537 355.757 21.6377 355.5Z' fill='%2335383A'/%3e%3cpath d='M21 351H33' stroke='%2335383A' stroke-linecap='square'/%3e%3ccircle cx='27' cy='369' r='6.5' stroke='%230E6FF9'/%3e%3cpath d='M27 362.5C27.2451 362.5 27.5204 362.614 27.8164 362.906C28.1146 363.201 28.4066 363.651 28.6621 364.247C29.1725 365.438 29.5 367.118 29.5 369C29.5 370.882 29.1725 372.562 28.6621 373.753C28.4066 374.349 28.1146 374.799 27.8164 375.094C27.5204 375.386 27.2451 375.5 27 375.5C26.7549 375.5 26.4796 375.386 26.1836 375.094C25.8854 374.799 25.5934 374.349 25.3379 373.753C24.8275 372.562 24.5 370.882 24.5 369C24.5 367.118 24.8275 365.438 25.3379 364.247C25.5934 363.651 25.8854 363.201 26.1836 362.906C26.4796 362.614 26.7549 362.5 27 362.5Z' stroke='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.6614 363.778C30.5613 365.134 28.8817 366 26.9998 366C25.1179 366 23.4383 365.134 22.3382 363.778C22.0879 364.001 21.8537 364.243 21.6377 364.5C22.9218 366.028 24.8473 367 26.9998 367C29.1523 367 31.0779 366.028 32.3619 364.5C32.1459 364.243 31.9117 364.001 31.6614 363.778Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6377 373.5C22.9218 371.972 24.8473 371 26.9998 371C29.1523 371 31.0778 371.972 32.3619 373.5C32.1459 373.757 31.9117 373.999 31.6614 374.222C30.5613 372.866 28.8817 372 26.9998 372C25.1179 372 23.4383 372.866 22.3382 374.222C22.0879 373.999 21.8537 373.757 21.6377 373.5Z' fill='%230E6FF9'/%3e%3cpath d='M21 369H33' stroke='%230E6FF9' stroke-linecap='square'/%3e%3ccircle cx='27' cy='387' r='6.5' stroke='%239A9A9A'/%3e%3cpath d='M27 380.5C27.2451 380.5 27.5204 380.614 27.8164 380.906C28.1146 381.201 28.4066 381.651 28.6621 382.247C29.1725 383.438 29.5 385.118 29.5 387C29.5 388.882 29.1725 390.562 28.6621 391.753C28.4066 392.349 28.1146 392.799 27.8164 393.094C27.5204 393.386 27.2451 393.5 27 393.5C26.7549 393.5 26.4796 393.386 26.1836 393.094C25.8854 392.799 25.5934 392.349 25.3379 391.753C24.8275 390.562 24.5 388.882 24.5 387C24.5 385.118 24.8275 383.438 25.3379 382.247C25.5934 381.651 25.8854 381.201 26.1836 380.906C26.4796 380.614 26.7549 380.5 27 380.5Z' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.6614 381.778C30.5613 383.134 28.8817 384 26.9998 384C25.1179 384 23.4383 383.134 22.3382 381.778C22.0879 382.001 21.8537 382.243 21.6377 382.5C22.9218 384.028 24.8473 385 26.9998 385C29.1523 385 31.0779 384.028 32.3619 382.5C32.1459 382.243 31.9117 382.001 31.6614 381.778Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6377 391.5C22.9218 389.972 24.8473 389 26.9998 389C29.1523 389 31.0778 389.972 32.3619 391.5C32.1459 391.757 31.9117 391.999 31.6614 392.222C30.5613 390.866 28.8817 390 26.9998 390C25.1179 390 23.4383 390.866 22.3382 392.222C22.0879 391.999 21.8537 391.757 21.6377 391.5Z' fill='%239A9A9A'/%3e%3cpath d='M21 387H33' stroke='%239A9A9A' stroke-linecap='square'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.3125 346.25C44.3125 347.493 43.3051 348.5 42.0625 348.5C40.8199 348.5 39.8125 347.493 39.8125 346.25C39.8125 345.007 40.8199 344 42.0625 344C43.3051 344 44.3125 345.007 44.3125 346.25ZM49.9375 346.25C49.9375 347.493 48.9301 348.5 47.6875 348.5C46.4449 348.5 45.4375 347.493 45.4375 346.25C45.4375 345.007 46.4449 344 47.6875 344C48.9301 344 49.9375 345.007 49.9375 346.25ZM50.5 353.375C51.7426 353.375 52.75 352.368 52.75 351.125C52.75 349.882 51.7426 348.875 50.5 348.875C49.2574 348.875 48.25 349.882 48.25 351.125C48.25 352.368 49.2574 353.375 50.5 353.375ZM47.125 351.125C47.125 352.368 46.1176 353.375 44.875 353.375C43.6324 353.375 42.625 352.368 42.625 351.125C42.625 349.882 43.6324 348.875 44.875 348.875C46.1176 348.875 47.125 349.882 47.125 351.125ZM39.25 353.375C40.4926 353.375 41.5 352.368 41.5 351.125C41.5 349.882 40.4926 348.875 39.25 348.875C38.0074 348.875 37 349.882 37 351.125C37 352.368 38.0074 353.375 39.25 353.375ZM44.3125 356C44.3125 357.243 43.3051 358.25 42.0625 358.25C40.8199 358.25 39.8125 357.243 39.8125 356C39.8125 354.757 40.8199 353.75 42.0625 353.75C43.3051 353.75 44.3125 354.757 44.3125 356ZM47.6875 358.25C48.9301 358.25 49.9375 357.243 49.9375 356C49.9375 354.757 48.9301 353.75 47.6875 353.75C46.4449 353.75 45.4375 354.757 45.4375 356C45.4375 357.243 46.4449 358.25 47.6875 358.25Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.3125 364.25C44.3125 365.493 43.3051 366.5 42.0625 366.5C40.8199 366.5 39.8125 365.493 39.8125 364.25C39.8125 363.007 40.8199 362 42.0625 362C43.3051 362 44.3125 363.007 44.3125 364.25ZM49.9375 364.25C49.9375 365.493 48.9301 366.5 47.6875 366.5C46.4449 366.5 45.4375 365.493 45.4375 364.25C45.4375 363.007 46.4449 362 47.6875 362C48.9301 362 49.9375 363.007 49.9375 364.25ZM50.5 371.375C51.7426 371.375 52.75 370.368 52.75 369.125C52.75 367.882 51.7426 366.875 50.5 366.875C49.2574 366.875 48.25 367.882 48.25 369.125C48.25 370.368 49.2574 371.375 50.5 371.375ZM47.125 369.125C47.125 370.368 46.1176 371.375 44.875 371.375C43.6324 371.375 42.625 370.368 42.625 369.125C42.625 367.882 43.6324 366.875 44.875 366.875C46.1176 366.875 47.125 367.882 47.125 369.125ZM39.25 371.375C40.4926 371.375 41.5 370.368 41.5 369.125C41.5 367.882 40.4926 366.875 39.25 366.875C38.0074 366.875 37 367.882 37 369.125C37 370.368 38.0074 371.375 39.25 371.375ZM44.3125 374C44.3125 375.243 43.3051 376.25 42.0625 376.25C40.8199 376.25 39.8125 375.243 39.8125 374C39.8125 372.757 40.8199 371.75 42.0625 371.75C43.3051 371.75 44.3125 372.757 44.3125 374ZM47.6875 376.25C48.9301 376.25 49.9375 375.243 49.9375 374C49.9375 372.757 48.9301 371.75 47.6875 371.75C46.4449 371.75 45.4375 372.757 45.4375 374C45.4375 375.243 46.4449 376.25 47.6875 376.25Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.3125 382.25C44.3125 383.493 43.3051 384.5 42.0625 384.5C40.8199 384.5 39.8125 383.493 39.8125 382.25C39.8125 381.007 40.8199 380 42.0625 380C43.3051 380 44.3125 381.007 44.3125 382.25ZM49.9375 382.25C49.9375 383.493 48.9301 384.5 47.6875 384.5C46.4449 384.5 45.4375 383.493 45.4375 382.25C45.4375 381.007 46.4449 380 47.6875 380C48.9301 380 49.9375 381.007 49.9375 382.25ZM50.5 389.375C51.7426 389.375 52.75 388.368 52.75 387.125C52.75 385.882 51.7426 384.875 50.5 384.875C49.2574 384.875 48.25 385.882 48.25 387.125C48.25 388.368 49.2574 389.375 50.5 389.375ZM47.125 387.125C47.125 388.368 46.1176 389.375 44.875 389.375C43.6324 389.375 42.625 388.368 42.625 387.125C42.625 385.882 43.6324 384.875 44.875 384.875C46.1176 384.875 47.125 385.882 47.125 387.125ZM39.25 389.375C40.4926 389.375 41.5 388.368 41.5 387.125C41.5 385.882 40.4926 384.875 39.25 384.875C38.0074 384.875 37 385.882 37 387.125C37 388.368 38.0074 389.375 39.25 389.375ZM44.3125 392C44.3125 393.243 43.3051 394.25 42.0625 394.25C40.8199 394.25 39.8125 393.243 39.8125 392C39.8125 390.757 40.8199 389.75 42.0625 389.75C43.3051 389.75 44.3125 390.757 44.3125 392ZM47.6875 394.25C48.9301 394.25 49.9375 393.243 49.9375 392C49.9375 390.757 48.9301 389.75 47.6875 389.75C46.4449 389.75 45.4375 390.757 45.4375 392C45.4375 393.243 46.4449 394.25 47.6875 394.25Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M149.472 347.444C149.472 345.542 151.021 344 152.932 344C154.843 344 156.392 345.542 156.392 347.444C156.392 349.347 154.843 350.889 152.932 350.889C151.021 350.889 149.472 349.347 149.472 347.444ZM154.163 351.873H153.891C153.978 351.893 154.063 351.918 154.148 351.949C154.152 351.924 154.157 351.898 154.163 351.873ZM152.931 351.873H151.745C149.121 351.873 147 353.92 147 356.437V358H151.389C151.08 357.153 151.338 356.196 152.03 355.618C151.243 354.96 151.018 353.813 151.548 352.894C151.859 352.355 152.368 352.002 152.931 351.873Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M156.767 353.351C157.152 353.165 157.417 352.771 157.417 352.316C157.417 351.681 156.902 351.166 156.267 351.166C155.632 351.166 155.117 351.681 155.117 352.316C155.117 352.771 155.383 353.165 155.767 353.351V354.167C155.581 354.232 155.411 354.331 155.265 354.458L154.558 354.05C154.59 353.624 154.381 353.197 153.986 352.969C153.437 352.652 152.733 352.84 152.416 353.39C152.098 353.94 152.287 354.643 152.837 354.96C153.231 355.188 153.705 355.155 154.058 354.916L154.765 355.324C154.747 355.418 154.738 355.514 154.738 355.613C154.738 355.713 154.747 355.81 154.766 355.904L154.059 356.312C153.705 356.072 153.232 356.039 152.837 356.267C152.287 356.584 152.099 357.287 152.416 357.837C152.734 358.387 153.437 358.575 153.987 358.258C154.381 358.03 154.59 357.604 154.559 357.178L155.266 356.769C155.412 356.896 155.581 356.995 155.767 357.059V357.876C155.383 358.062 155.117 358.456 155.117 358.911C155.117 359.546 155.632 360.061 156.267 360.061C156.902 360.061 157.417 359.546 157.417 358.911C157.417 358.456 157.152 358.062 156.767 357.876V357.06C156.954 356.995 157.124 356.896 157.27 356.769L157.977 357.178C157.946 357.604 158.154 358.03 158.549 358.258C159.099 358.575 159.802 358.387 160.119 357.837C160.437 357.287 160.248 356.584 159.698 356.266C159.303 356.039 158.83 356.071 158.476 356.312L157.77 355.904C157.788 355.81 157.798 355.713 157.798 355.613C157.798 355.514 157.788 355.417 157.77 355.324L158.477 354.915C158.83 355.155 159.304 355.188 159.698 354.96C160.248 354.643 160.437 353.939 160.119 353.39C159.802 352.84 159.099 352.651 158.549 352.969C158.154 353.197 157.946 353.623 157.977 354.05L157.27 354.458C157.124 354.331 156.954 354.231 156.767 354.167V353.351ZM156.817 352.316C156.817 352.619 156.571 352.865 156.267 352.865C155.963 352.865 155.717 352.619 155.717 352.316C155.717 352.012 155.963 351.766 156.267 351.766C156.571 351.766 156.817 352.012 156.817 352.316ZM156.255 354.514H156.28C156.882 354.521 157.367 355.01 157.367 355.613C157.367 356.22 156.875 356.713 156.268 356.713C155.661 356.713 155.169 356.22 155.169 355.613C155.169 355.01 155.654 354.521 156.255 354.514ZM153.888 354.24C154.039 353.977 153.949 353.641 153.686 353.489C153.423 353.337 153.087 353.427 152.936 353.69C152.784 353.953 152.874 354.289 153.137 354.441C153.4 354.593 153.736 354.502 153.888 354.24ZM159.398 356.786C159.661 356.938 159.751 357.274 159.599 357.537C159.448 357.8 159.112 357.89 158.849 357.738C158.586 357.586 158.496 357.25 158.647 356.987C158.799 356.724 159.135 356.634 159.398 356.786ZM156.267 359.461C156.571 359.461 156.817 359.215 156.817 358.911C156.817 358.608 156.571 358.362 156.267 358.362C155.963 358.362 155.717 358.608 155.717 358.911C155.717 359.215 155.963 359.461 156.267 359.461ZM159.6 353.69C159.448 353.427 159.112 353.337 158.849 353.488C158.586 353.64 158.496 353.976 158.648 354.239C158.799 354.502 159.136 354.592 159.398 354.44C159.661 354.289 159.751 353.952 159.6 353.69ZM153.137 356.786C153.4 356.634 153.736 356.725 153.888 356.987C154.039 357.25 153.949 357.586 153.687 357.738C153.424 357.89 153.087 357.8 152.936 357.537C152.784 357.274 152.874 356.938 153.137 356.786Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M149.472 365.444C149.472 363.542 151.021 362 152.932 362C154.843 362 156.392 363.542 156.392 365.444C156.392 367.347 154.843 368.889 152.932 368.889C151.021 368.889 149.472 367.347 149.472 365.444ZM154.163 369.873H153.891C153.978 369.893 154.063 369.918 154.148 369.949C154.152 369.924 154.157 369.898 154.163 369.873ZM152.931 369.873H151.745C149.121 369.873 147 371.92 147 374.437V376H151.389C151.08 375.153 151.338 374.196 152.03 373.618C151.243 372.96 151.018 371.813 151.548 370.894C151.859 370.355 152.368 370.002 152.931 369.873Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M156.767 371.351C157.152 371.165 157.417 370.771 157.417 370.316C157.417 369.681 156.902 369.166 156.267 369.166C155.632 369.166 155.117 369.681 155.117 370.316C155.117 370.771 155.383 371.165 155.767 371.351V372.167C155.581 372.232 155.411 372.331 155.265 372.458L154.558 372.05C154.59 371.624 154.381 371.197 153.986 370.969C153.437 370.652 152.733 370.84 152.416 371.39C152.098 371.94 152.287 372.643 152.837 372.96C153.231 373.188 153.705 373.155 154.058 372.916L154.765 373.324C154.747 373.418 154.738 373.514 154.738 373.613C154.738 373.713 154.747 373.81 154.766 373.904L154.059 374.312C153.705 374.072 153.232 374.039 152.837 374.267C152.287 374.584 152.099 375.287 152.416 375.837C152.734 376.387 153.437 376.575 153.987 376.258C154.381 376.03 154.59 375.604 154.559 375.178L155.266 374.769C155.412 374.896 155.581 374.995 155.767 375.059V375.876C155.383 376.062 155.117 376.456 155.117 376.911C155.117 377.546 155.632 378.061 156.267 378.061C156.902 378.061 157.417 377.546 157.417 376.911C157.417 376.456 157.152 376.062 156.767 375.876V375.06C156.954 374.995 157.124 374.896 157.27 374.769L157.977 375.178C157.946 375.604 158.154 376.03 158.549 376.258C159.099 376.575 159.802 376.387 160.119 375.837C160.437 375.287 160.248 374.584 159.698 374.266C159.303 374.039 158.83 374.071 158.476 374.312L157.77 373.904C157.788 373.81 157.798 373.713 157.798 373.613C157.798 373.514 157.788 373.417 157.77 373.324L158.477 372.915C158.83 373.155 159.304 373.188 159.698 372.96C160.248 372.643 160.437 371.939 160.119 371.39C159.802 370.84 159.099 370.651 158.549 370.969C158.154 371.197 157.946 371.623 157.977 372.05L157.27 372.458C157.124 372.331 156.954 372.231 156.767 372.167V371.351ZM156.817 370.316C156.817 370.619 156.571 370.865 156.267 370.865C155.963 370.865 155.717 370.619 155.717 370.316C155.717 370.012 155.963 369.766 156.267 369.766C156.571 369.766 156.817 370.012 156.817 370.316ZM156.255 372.514H156.28C156.882 372.521 157.367 373.01 157.367 373.613C157.367 374.22 156.875 374.713 156.268 374.713C155.661 374.713 155.169 374.22 155.169 373.613C155.169 373.01 155.654 372.521 156.255 372.514ZM153.888 372.24C154.039 371.977 153.949 371.641 153.686 371.489C153.423 371.337 153.087 371.427 152.936 371.69C152.784 371.953 152.874 372.289 153.137 372.441C153.4 372.593 153.736 372.502 153.888 372.24ZM159.398 374.786C159.661 374.938 159.751 375.274 159.599 375.537C159.448 375.8 159.112 375.89 158.849 375.738C158.586 375.586 158.496 375.25 158.647 374.987C158.799 374.724 159.135 374.634 159.398 374.786ZM156.267 377.461C156.571 377.461 156.817 377.215 156.817 376.911C156.817 376.608 156.571 376.362 156.267 376.362C155.963 376.362 155.717 376.608 155.717 376.911C155.717 377.215 155.963 377.461 156.267 377.461ZM159.6 371.69C159.448 371.427 159.112 371.337 158.849 371.488C158.586 371.64 158.496 371.976 158.648 372.239C158.799 372.502 159.136 372.592 159.398 372.44C159.661 372.289 159.751 371.952 159.6 371.69ZM153.137 374.786C153.4 374.634 153.736 374.725 153.888 374.987C154.039 375.25 153.949 375.586 153.687 375.738C153.424 375.89 153.087 375.8 152.936 375.537C152.784 375.274 152.874 374.938 153.137 374.786Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M149.472 383.444C149.472 381.542 151.021 380 152.932 380C154.843 380 156.392 381.542 156.392 383.444C156.392 385.347 154.843 386.889 152.932 386.889C151.021 386.889 149.472 385.347 149.472 383.444ZM154.163 387.873H153.891C153.978 387.893 154.063 387.918 154.148 387.949C154.152 387.924 154.157 387.898 154.163 387.873ZM152.931 387.873H151.745C149.121 387.873 147 389.92 147 392.437V394H151.389C151.08 393.153 151.338 392.196 152.03 391.618C151.243 390.96 151.018 389.813 151.548 388.894C151.859 388.355 152.368 388.002 152.931 387.873Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M156.767 389.351C157.152 389.165 157.417 388.771 157.417 388.316C157.417 387.681 156.902 387.166 156.267 387.166C155.632 387.166 155.117 387.681 155.117 388.316C155.117 388.771 155.383 389.165 155.767 389.351V390.167C155.581 390.232 155.411 390.331 155.265 390.458L154.558 390.05C154.59 389.624 154.381 389.197 153.986 388.969C153.437 388.652 152.733 388.84 152.416 389.39C152.098 389.94 152.287 390.643 152.837 390.96C153.231 391.188 153.705 391.155 154.058 390.916L154.765 391.324C154.747 391.418 154.738 391.514 154.738 391.613C154.738 391.713 154.747 391.81 154.766 391.904L154.059 392.312C153.705 392.072 153.232 392.039 152.837 392.267C152.287 392.584 152.099 393.287 152.416 393.837C152.734 394.387 153.437 394.575 153.987 394.258C154.381 394.03 154.59 393.604 154.559 393.178L155.266 392.769C155.412 392.896 155.581 392.995 155.767 393.059V393.876C155.383 394.062 155.117 394.456 155.117 394.911C155.117 395.546 155.632 396.061 156.267 396.061C156.902 396.061 157.417 395.546 157.417 394.911C157.417 394.456 157.152 394.062 156.767 393.876V393.06C156.954 392.995 157.124 392.896 157.27 392.769L157.977 393.178C157.946 393.604 158.154 394.03 158.549 394.258C159.099 394.575 159.802 394.387 160.119 393.837C160.437 393.287 160.248 392.584 159.698 392.266C159.303 392.039 158.83 392.071 158.476 392.312L157.77 391.904C157.788 391.81 157.798 391.713 157.798 391.613C157.798 391.514 157.788 391.417 157.77 391.324L158.477 390.915C158.83 391.155 159.304 391.188 159.698 390.96C160.248 390.643 160.437 389.939 160.119 389.39C159.802 388.84 159.099 388.651 158.549 388.969C158.154 389.197 157.946 389.623 157.977 390.05L157.27 390.458C157.124 390.331 156.954 390.231 156.767 390.167V389.351ZM156.817 388.316C156.817 388.619 156.571 388.865 156.267 388.865C155.963 388.865 155.717 388.619 155.717 388.316C155.717 388.012 155.963 387.766 156.267 387.766C156.571 387.766 156.817 388.012 156.817 388.316ZM156.255 390.514H156.28C156.882 390.521 157.367 391.01 157.367 391.613C157.367 392.22 156.875 392.713 156.268 392.713C155.661 392.713 155.169 392.22 155.169 391.613C155.169 391.01 155.654 390.521 156.255 390.514ZM153.888 390.24C154.039 389.977 153.949 389.641 153.686 389.489C153.423 389.337 153.087 389.427 152.936 389.69C152.784 389.953 152.874 390.289 153.137 390.441C153.4 390.593 153.736 390.502 153.888 390.24ZM159.398 392.786C159.661 392.938 159.751 393.274 159.599 393.537C159.448 393.8 159.112 393.89 158.849 393.738C158.586 393.586 158.496 393.25 158.647 392.987C158.799 392.724 159.135 392.634 159.398 392.786ZM156.267 395.461C156.571 395.461 156.817 395.215 156.817 394.911C156.817 394.608 156.571 394.362 156.267 394.362C155.963 394.362 155.717 394.608 155.717 394.911C155.717 395.215 155.963 395.461 156.267 395.461ZM159.6 389.69C159.448 389.427 159.112 389.337 158.849 389.488C158.586 389.64 158.496 389.976 158.648 390.239C158.799 390.502 159.136 390.592 159.398 390.44C159.661 390.289 159.751 389.952 159.6 389.69ZM153.137 392.786C153.4 392.634 153.736 392.725 153.888 392.987C154.039 393.25 153.949 393.586 153.687 393.738C153.424 393.89 153.087 393.8 152.936 393.537C152.784 393.274 152.874 392.938 153.137 392.786Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M286.181 349.32L285.058 349.13C284.941 348.752 284.79 348.388 284.606 348.04L285.268 347.114C285.549 346.72 285.505 346.181 285.161 345.841L284.165 344.845C283.978 344.658 283.731 344.554 283.467 344.554C283.26 344.554 283.063 344.617 282.895 344.738L281.966 345.4C281.605 345.209 281.228 345.052 280.837 344.935L280.649 343.826C280.569 343.348 280.157 343 279.673 343H278.266C277.781 343 277.37 343.348 277.29 343.826L277.097 344.962C276.722 345.079 276.357 345.232 276.01 345.42L275.09 344.758C274.924 344.637 274.723 344.574 274.516 344.574C274.252 344.574 274.002 344.677 273.817 344.864L272.818 345.861C272.477 346.202 272.43 346.74 272.711 347.134L273.38 348.074C273.195 348.425 273.049 348.789 272.935 349.166L271.826 349.353C271.348 349.434 271 349.845 271 350.33V351.737C271 352.221 271.348 352.633 271.826 352.712L272.962 352.907C273.079 353.281 273.232 353.646 273.42 353.993L272.761 354.909C272.48 355.303 272.523 355.841 272.868 356.182L273.864 357.178C274.052 357.365 274.299 357.469 274.563 357.469C274.77 357.469 274.967 357.405 275.134 357.286L276.074 356.617C276.411 356.794 276.765 356.937 277.13 357.051L277.317 358.174C277.397 358.652 277.808 359 278.293 359H278.528C277.578 357.938 277 356.537 277 355C277 354.074 277.21 353.196 277.585 352.413C277.224 352.051 277 351.551 277 351C277 349.897 277.897 349 279 349C279.551 349 280.05 349.224 280.412 349.585C281.196 349.21 282.073 349 283 349C284.537 349 285.938 349.578 287 350.528V350.297C287.006 349.811 286.659 349.401 286.181 349.32Z' fill='%2335383A'/%3e%3cpath d='M283 350.5C283.094 350.5 283.235 350.546 283.415 350.736C283.596 350.928 283.783 351.233 283.95 351.65C284.283 352.483 284.5 353.667 284.5 355C284.5 356.333 284.283 357.517 283.95 358.35C283.783 358.767 283.596 359.072 283.415 359.264C283.235 359.454 283.094 359.5 283 359.5C282.906 359.5 282.765 359.454 282.585 359.264C282.404 359.072 282.217 358.767 282.05 358.35C281.717 357.517 281.5 356.333 281.5 355C281.5 353.667 281.717 352.483 282.05 351.65C282.217 351.233 282.404 350.928 282.585 350.736C282.765 350.546 282.906 350.5 283 350.5Z' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M278.5 354.5L287.5 354.5L287.5 355.5L278.5 355.5L278.5 354.5Z' fill='%2335383A'/%3e%3ccircle cx='283' cy='355' r='4.5' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M286.181 367.32L285.058 367.13C284.941 366.752 284.79 366.388 284.606 366.04L285.268 365.114C285.549 364.72 285.505 364.181 285.161 363.841L284.165 362.845C283.978 362.658 283.731 362.554 283.467 362.554C283.26 362.554 283.063 362.617 282.895 362.738L281.966 363.4C281.605 363.209 281.228 363.052 280.837 362.935L280.649 361.826C280.569 361.348 280.157 361 279.673 361H278.266C277.781 361 277.37 361.348 277.29 361.826L277.097 362.962C276.722 363.079 276.357 363.232 276.01 363.42L275.09 362.758C274.924 362.637 274.723 362.574 274.516 362.574C274.252 362.574 274.002 362.677 273.817 362.864L272.818 363.861C272.477 364.202 272.43 364.74 272.711 365.134L273.38 366.074C273.195 366.425 273.049 366.789 272.935 367.166L271.826 367.353C271.348 367.434 271 367.845 271 368.33V369.737C271 370.221 271.348 370.633 271.826 370.712L272.962 370.907C273.079 371.281 273.232 371.646 273.42 371.993L272.761 372.909C272.48 373.303 272.523 373.841 272.868 374.182L273.864 375.178C274.052 375.365 274.299 375.469 274.563 375.469C274.77 375.469 274.967 375.405 275.134 375.286L276.074 374.617C276.411 374.794 276.765 374.937 277.13 375.051L277.317 376.174C277.397 376.652 277.808 377 278.293 377H278.528C277.578 375.938 277 374.537 277 373C277 372.074 277.21 371.196 277.585 370.413C277.224 370.051 277 369.551 277 369C277 367.897 277.897 367 279 367C279.551 367 280.05 367.224 280.412 367.585C281.196 367.21 282.073 367 283 367C284.537 367 285.938 367.578 287 368.528V368.297C287.006 367.811 286.659 367.401 286.181 367.32Z' fill='%230E6FF9'/%3e%3cpath d='M283 368.5C283.094 368.5 283.235 368.546 283.415 368.736C283.596 368.928 283.783 369.233 283.95 369.65C284.283 370.483 284.5 371.667 284.5 373C284.5 374.333 284.283 375.517 283.95 376.35C283.783 376.767 283.596 377.072 283.415 377.264C283.235 377.454 283.094 377.5 283 377.5C282.906 377.5 282.765 377.454 282.585 377.264C282.404 377.072 282.217 376.767 282.05 376.35C281.717 375.517 281.5 374.333 281.5 373C281.5 371.667 281.717 370.483 282.05 369.65C282.217 369.233 282.404 368.928 282.585 368.736C282.765 368.546 282.906 368.5 283 368.5Z' stroke='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M278.5 372.5L287.5 372.5L287.5 373.5L278.5 373.5L278.5 372.5Z' fill='%230E6FF9'/%3e%3ccircle cx='283' cy='373' r='4.5' stroke='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M286.181 385.32L285.058 385.13C284.941 384.752 284.79 384.388 284.606 384.04L285.268 383.114C285.549 382.72 285.505 382.181 285.161 381.841L284.165 380.845C283.978 380.658 283.731 380.554 283.467 380.554C283.26 380.554 283.063 380.617 282.895 380.738L281.966 381.4C281.605 381.209 281.228 381.052 280.837 380.935L280.649 379.826C280.569 379.348 280.157 379 279.673 379H278.266C277.781 379 277.37 379.348 277.29 379.826L277.097 380.962C276.722 381.079 276.357 381.232 276.01 381.42L275.09 380.758C274.924 380.637 274.723 380.574 274.516 380.574C274.252 380.574 274.002 380.677 273.817 380.864L272.818 381.861C272.477 382.202 272.43 382.74 272.711 383.134L273.38 384.074C273.195 384.425 273.049 384.789 272.935 385.166L271.826 385.353C271.348 385.434 271 385.845 271 386.33V387.737C271 388.221 271.348 388.633 271.826 388.712L272.962 388.907C273.079 389.281 273.232 389.646 273.42 389.993L272.761 390.909C272.48 391.303 272.523 391.841 272.868 392.182L273.864 393.178C274.052 393.365 274.299 393.469 274.563 393.469C274.77 393.469 274.967 393.405 275.134 393.286L276.074 392.617C276.411 392.794 276.765 392.937 277.13 393.051L277.317 394.174C277.397 394.652 277.808 395 278.293 395H278.528C277.578 393.938 277 392.537 277 391C277 390.074 277.21 389.196 277.585 388.413C277.224 388.051 277 387.551 277 387C277 385.897 277.897 385 279 385C279.551 385 280.05 385.224 280.412 385.585C281.196 385.21 282.073 385 283 385C284.537 385 285.938 385.578 287 386.528V386.297C287.006 385.811 286.659 385.401 286.181 385.32Z' fill='%239A9A9A'/%3e%3cpath d='M283 386.5C283.094 386.5 283.235 386.546 283.415 386.736C283.596 386.928 283.783 387.233 283.95 387.65C284.283 388.483 284.5 389.667 284.5 391C284.5 392.333 284.283 393.517 283.95 394.35C283.783 394.767 283.596 395.072 283.415 395.264C283.235 395.454 283.094 395.5 283 395.5C282.906 395.5 282.765 395.454 282.585 395.264C282.404 395.072 282.217 394.767 282.05 394.35C281.717 393.517 281.5 392.333 281.5 391C281.5 389.667 281.717 388.483 282.05 387.65C282.217 387.233 282.404 386.928 282.585 386.736C282.765 386.546 282.906 386.5 283 386.5Z' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M278.5 390.5L287.5 390.5L287.5 391.5L278.5 391.5L278.5 390.5Z' fill='%239A9A9A'/%3e%3ccircle cx='283' cy='391' r='4.5' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M237.001 348V348.667H237.012C237.199 349.878 239.807 350.838 242.996 350.838C246.185 350.838 248.793 349.878 248.98 348.667H248.989V348.585C248.991 348.566 248.991 348.547 248.991 348.527C248.991 348.508 248.991 348.488 248.989 348.469V347.075L248.989 347.075C248.99 347.054 248.991 347.033 248.991 347.011C248.991 345.735 246.307 344.7 242.996 344.7C242.657 344.7 242.324 344.711 242 344.732V348H239.5L238 349V348H237.001ZM244 355.647V357H246.5L246.777 357.185C245.747 357.507 244.434 357.7 243.005 357.7C239.816 357.7 237.208 356.74 237.021 355.528H237.01V353.937H237.012C237.011 353.915 237.01 353.894 237.01 353.873C237.01 353.787 237.022 353.703 237.045 353.62C237.372 354.778 239.915 355.679 243.005 355.679C243.344 355.679 243.676 355.668 244 355.647ZM248.241 353H244V354.16C243.673 354.181 243.338 354.192 242.995 354.192C239.806 354.192 237.198 353.232 237.011 352.02H237V350.429H237.002C237.001 350.407 237 350.386 237 350.365C237 350.279 237.012 350.195 237.035 350.112C237.362 351.27 239.906 352.171 242.995 352.171C246.085 352.171 248.628 351.27 248.955 350.112C248.978 350.195 248.99 350.279 248.99 350.365C248.99 350.386 248.989 350.407 248.988 350.429L248.988 351.822C248.99 351.842 248.99 351.861 248.99 351.881C248.99 351.9 248.99 351.92 248.988 351.939V352.02H248.979C248.925 352.374 248.663 352.707 248.241 353Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M246.5 358H243V352H252V358H249V360L246.5 358ZM248 357.919L246.851 357H244V353H251V357H248V357.919Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M239.5 349H243V343H234V349H237V351L239.5 349ZM238 348.919L239.149 348H242V344H235V348H238V348.919Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M237.001 366V366.667H237.012C237.199 367.878 239.807 368.838 242.996 368.838C246.185 368.838 248.793 367.878 248.98 366.667H248.989V366.585C248.991 366.566 248.991 366.547 248.991 366.527C248.991 366.508 248.991 366.488 248.989 366.469V365.075L248.989 365.075C248.99 365.054 248.991 365.033 248.991 365.011C248.991 363.735 246.307 362.7 242.996 362.7C242.657 362.7 242.324 362.711 242 362.732V366H239.5L238 367V366H237.001ZM244 373.647V375H246.5L246.777 375.185C245.747 375.507 244.434 375.7 243.005 375.7C239.816 375.7 237.208 374.74 237.021 373.528H237.01V371.937H237.012C237.011 371.915 237.01 371.894 237.01 371.873C237.01 371.787 237.022 371.703 237.045 371.62C237.372 372.778 239.915 373.679 243.005 373.679C243.344 373.679 243.676 373.668 244 373.647ZM248.241 371H244V372.16C243.673 372.181 243.338 372.192 242.995 372.192C239.806 372.192 237.198 371.232 237.011 370.02H237V368.429H237.002C237.001 368.407 237 368.386 237 368.365C237 368.279 237.012 368.195 237.035 368.112C237.362 369.27 239.906 370.171 242.995 370.171C246.085 370.171 248.628 369.27 248.955 368.112C248.978 368.195 248.99 368.279 248.99 368.365C248.99 368.386 248.989 368.407 248.988 368.429L248.988 369.822C248.99 369.842 248.99 369.861 248.99 369.881C248.99 369.9 248.99 369.92 248.988 369.939V370.02H248.979C248.925 370.374 248.663 370.707 248.241 371Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M246.5 376H243V370H252V376H249V378L246.5 376ZM248 375.919L246.851 375H244V371H251V375H248V375.919Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M239.5 367H243V361H234V367H237V369L239.5 367ZM238 366.919L239.149 366H242V362H235V366H238V366.919Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M237.001 384V384.667H237.012C237.199 385.878 239.807 386.838 242.996 386.838C246.185 386.838 248.793 385.878 248.98 384.667H248.989V384.585C248.991 384.566 248.991 384.547 248.991 384.527C248.991 384.508 248.991 384.488 248.989 384.469V383.075L248.989 383.075C248.99 383.054 248.991 383.033 248.991 383.011C248.991 381.735 246.307 380.7 242.996 380.7C242.657 380.7 242.324 380.711 242 380.732V384H239.5L238 385V384H237.001ZM244 391.647V393H246.5L246.777 393.185C245.747 393.507 244.434 393.7 243.005 393.7C239.816 393.7 237.208 392.74 237.021 391.528H237.01V389.937H237.012C237.011 389.915 237.01 389.894 237.01 389.873C237.01 389.787 237.022 389.703 237.045 389.62C237.372 390.778 239.915 391.679 243.005 391.679C243.344 391.679 243.676 391.668 244 391.647ZM248.241 389H244V390.16C243.673 390.181 243.338 390.192 242.995 390.192C239.806 390.192 237.198 389.232 237.011 388.02H237V386.429H237.002C237.001 386.407 237 386.386 237 386.365C237 386.279 237.012 386.195 237.035 386.112C237.362 387.27 239.906 388.171 242.995 388.171C246.085 388.171 248.628 387.27 248.955 386.112C248.978 386.195 248.99 386.279 248.99 386.365C248.99 386.386 248.989 386.407 248.988 386.429L248.988 387.822C248.99 387.842 248.99 387.861 248.99 387.881C248.99 387.9 248.99 387.92 248.988 387.939V388.02H248.979C248.925 388.374 248.663 388.707 248.241 389Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M246.5 394H243V388H252V394H249V396L246.5 394ZM248 393.919L246.851 393H244V389H251V393H248V393.919Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M239.5 385H243V379H234V385H237V387L239.5 385ZM238 384.919L239.149 384H242V380H235V384H238V384.919Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M214.181 349.32L213.058 349.13C212.941 348.752 212.79 348.388 212.606 348.04L213.268 347.114C213.549 346.72 213.505 346.181 213.161 345.841L212.165 344.845C211.978 344.658 211.731 344.554 211.467 344.554C211.26 344.554 211.063 344.617 210.895 344.738L209.966 345.4C209.605 345.209 209.228 345.052 208.837 344.935L208.649 343.826C208.569 343.348 208.157 343 207.673 343H206.266C205.781 343 205.37 343.348 205.29 343.826L205.097 344.962C204.722 345.079 204.357 345.232 204.01 345.42L203.09 344.758C202.924 344.637 202.723 344.574 202.516 344.574C202.252 344.574 202.002 344.677 201.817 344.864L200.818 345.861C200.477 346.202 200.43 346.74 200.711 347.134L201.38 348.074C201.195 348.425 201.049 348.789 200.935 349.166L199.826 349.353C199.348 349.434 199 349.845 199 350.33V351.737C199 352.221 199.348 352.633 199.826 352.712L200.962 352.907C201.079 353.281 201.232 353.646 201.42 353.993L200.761 354.909C200.48 355.303 200.523 355.841 200.868 356.182L201.864 357.178C202.052 357.365 202.299 357.469 202.563 357.469C202.77 357.469 202.967 357.405 203.134 357.286L204.074 356.617C204.411 356.794 204.765 356.937 205.13 357.051L205.317 358.174C205.397 358.652 205.808 359 206.293 359H207.703C208.188 359 208.599 358.652 208.679 358.174L208.87 357.051C208.923 357.035 208.976 357.018 209.028 357H207V353H213.009C213.023 352.956 213.038 352.911 213.051 352.866L214.174 352.679C214.652 352.599 215 352.188 215 351.703V350.297C215.006 349.811 214.659 349.401 214.181 349.32ZM212.314 357H211.5L211.001 357.333C211.141 357.407 211.298 357.446 211.46 357.446C211.724 357.446 211.972 357.342 212.159 357.155L212.314 357ZM207 353C208.103 353 209 352.104 209 351C209 349.897 208.103 349 207 349C205.897 349 205 349.897 205 351C205 352.104 205.897 353 207 353Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M211.5 358H215V352H206V358H209V360L211.5 358ZM210 357.919L211.149 357H214V353H207V357H210V357.919Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M214.181 367.32L213.058 367.13C212.941 366.752 212.79 366.388 212.606 366.04L213.268 365.114C213.549 364.72 213.505 364.181 213.161 363.841L212.165 362.845C211.978 362.658 211.731 362.554 211.467 362.554C211.26 362.554 211.063 362.617 210.895 362.738L209.966 363.4C209.605 363.209 209.228 363.052 208.837 362.935L208.649 361.826C208.569 361.348 208.157 361 207.673 361H206.266C205.781 361 205.37 361.348 205.29 361.826L205.097 362.962C204.722 363.079 204.357 363.232 204.01 363.42L203.09 362.758C202.924 362.637 202.723 362.574 202.516 362.574C202.252 362.574 202.002 362.677 201.817 362.864L200.818 363.861C200.477 364.202 200.43 364.74 200.711 365.134L201.38 366.074C201.195 366.425 201.049 366.789 200.935 367.166L199.826 367.353C199.348 367.434 199 367.845 199 368.33V369.737C199 370.221 199.348 370.633 199.826 370.712L200.962 370.907C201.079 371.281 201.232 371.646 201.42 371.993L200.761 372.909C200.48 373.303 200.523 373.841 200.868 374.182L201.864 375.178C202.052 375.365 202.299 375.469 202.563 375.469C202.77 375.469 202.967 375.405 203.134 375.286L204.074 374.617C204.411 374.794 204.765 374.937 205.13 375.051L205.317 376.174C205.397 376.652 205.808 377 206.293 377H207.703C208.188 377 208.599 376.652 208.679 376.174L208.87 375.051C208.923 375.035 208.976 375.018 209.028 375H207V371H213.009C213.023 370.956 213.038 370.911 213.051 370.866L214.174 370.679C214.652 370.599 215 370.188 215 369.703V368.297C215.006 367.811 214.659 367.401 214.181 367.32ZM212.314 375H211.5L211.001 375.333C211.141 375.407 211.298 375.446 211.46 375.446C211.724 375.446 211.972 375.342 212.159 375.155L212.314 375ZM207 371C208.103 371 209 370.104 209 369C209 367.897 208.103 367 207 367C205.897 367 205 367.897 205 369C205 370.104 205.897 371 207 371Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M211.5 376H215V370H206V376H209V378L211.5 376ZM210 375.919L211.149 375H214V371H207V375H210V375.919Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M214.181 385.32L213.058 385.13C212.941 384.752 212.79 384.388 212.606 384.04L213.268 383.114C213.549 382.72 213.505 382.181 213.161 381.841L212.165 380.845C211.978 380.658 211.731 380.554 211.467 380.554C211.26 380.554 211.063 380.617 210.895 380.738L209.966 381.4C209.605 381.209 209.228 381.052 208.837 380.935L208.649 379.826C208.569 379.348 208.157 379 207.673 379H206.266C205.781 379 205.37 379.348 205.29 379.826L205.097 380.962C204.722 381.079 204.357 381.232 204.01 381.42L203.09 380.758C202.924 380.637 202.723 380.574 202.516 380.574C202.252 380.574 202.002 380.677 201.817 380.864L200.818 381.861C200.477 382.202 200.43 382.74 200.711 383.134L201.38 384.074C201.195 384.425 201.049 384.789 200.935 385.166L199.826 385.353C199.348 385.434 199 385.845 199 386.33V387.737C199 388.221 199.348 388.633 199.826 388.712L200.962 388.907C201.079 389.281 201.232 389.646 201.42 389.993L200.761 390.909C200.48 391.303 200.523 391.841 200.868 392.182L201.864 393.178C202.052 393.365 202.299 393.469 202.563 393.469C202.77 393.469 202.967 393.405 203.134 393.286L204.074 392.617C204.411 392.794 204.765 392.937 205.13 393.051L205.317 394.174C205.397 394.652 205.808 395 206.293 395H207.703C208.188 395 208.599 394.652 208.679 394.174L208.87 393.051C208.923 393.035 208.976 393.018 209.028 393H207V389H213.009C213.023 388.956 213.038 388.911 213.051 388.866L214.174 388.679C214.652 388.599 215 388.188 215 387.703V386.297C215.006 385.811 214.659 385.401 214.181 385.32ZM212.314 393H211.5L211.001 393.333C211.141 393.407 211.298 393.446 211.46 393.446C211.724 393.446 211.972 393.342 212.159 393.155L212.314 393ZM207 389C208.103 389 209 388.104 209 387C209 385.897 208.103 385 207 385C205.897 385 205 385.897 205 387C205 388.104 205.897 389 207 389Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M211.5 394H215V388H206V394H209V396L211.5 394ZM210 393.919L211.149 393H214V389H207V393H210V393.919Z' fill='%239A9A9A'/%3e%3cpath d='M99 350.5L98.7722 349.817C98.6005 349.301 98.6762 348.736 98.9775 348.284V348.284C99.3039 347.794 99.8535 347.5 100.442 347.5H100.5C101.125 347.5 101.708 347.812 102.055 348.332L102.5 349' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath d='M99 350.5L99.75 349.75C100.164 349.336 100.836 349.336 101.25 349.75V349.75C101.664 350.164 101.664 350.836 101.25 351.25L100.382 352.118C100.131 352.369 99.9415 352.675 99.8292 353.012L99.5 354L99.1813 355.275C99.0883 355.647 98.6745 355.837 98.3314 355.666V355.666C98.1283 355.564 98 355.357 98 355.129V354' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath d='M96.4062 356.094L96.5586 356.514C96.75 357.042 97.1575 357.463 97.6788 357.672V357.672C98.2011 357.88 98.7879 357.856 99.2911 357.604L99.4573 357.521C100.115 357.192 100.584 356.578 100.729 355.857L100.809 355.456C100.933 354.833 101.24 354.26 101.689 353.811L102.5 353L103.359 352.141C104.089 351.411 104.5 350.419 104.5 349.386V349.386C104.5 349.129 104.475 348.873 104.424 348.622L104.373 348.366C104.136 347.181 103.397 346.156 102.348 345.556L102.222 345.484C101.14 344.866 99.8278 344.802 98.6913 345.313V345.313C98.0546 345.599 97.5065 346.051 97.1043 346.621L96.8594 346.969' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath d='M101.5 350.5C101.5 351.052 99.078 353.563 99.5003 352.5C99.6849 352.035 99.5291 351.159 99.0001 351C98.2972 350.789 99.6394 349.779 100.141 349.547C100.781 349.25 101.5 349.948 101.5 350.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M96.1857 354.186C95.6076 354.963 94.794 355.533 93.866 355.811L93.582 354.863C94.3058 354.646 94.9404 354.201 95.3913 353.595C95.8423 352.989 96.0855 352.253 96.085 351.497C96.0844 350.742 95.84 350.007 95.3881 349.401C94.9362 348.795 94.301 348.352 93.5768 348.136L93.8593 347.187C94.7878 347.464 95.6022 348.032 96.1815 348.809C96.7609 349.585 97.0742 350.528 97.075 351.497C97.0757 352.465 96.7638 353.408 96.1857 354.186ZM94.5911 352.978C94.2735 353.412 93.8248 353.731 93.3115 353.889L93.0184 352.938C93.3275 352.843 93.5976 352.651 93.7888 352.39C93.98 352.129 94.0822 351.814 94.0801 351.49C94.078 351.167 93.9719 350.853 93.7773 350.595C93.5828 350.336 93.3102 350.147 93 350.056L93.2809 349.102C93.7962 349.253 94.2489 349.567 94.572 349.996C94.8952 350.425 95.0715 350.947 95.0749 351.484C95.0784 352.021 94.9087 352.545 94.5911 352.978Z' fill='%2335383A'/%3e%3cpath d='M99 368.5L98.7722 367.817C98.6005 367.301 98.6762 366.736 98.9775 366.284V366.284C99.3039 365.794 99.8535 365.5 100.442 365.5H100.5C101.125 365.5 101.708 365.812 102.055 366.332L102.5 367' stroke='%230E6FF9' stroke-linecap='round'/%3e%3cpath d='M99 368.5L99.75 367.75C100.164 367.336 100.836 367.336 101.25 367.75V367.75C101.664 368.164 101.664 368.836 101.25 369.25L100.382 370.118C100.131 370.369 99.9415 370.675 99.8292 371.012L99.5 372L99.1813 373.275C99.0883 373.647 98.6745 373.837 98.3314 373.666V373.666C98.1283 373.564 98 373.357 98 373.129V372' stroke='%230E6FF9' stroke-linecap='round'/%3e%3cpath d='M96.4062 374.094L96.5586 374.514C96.75 375.042 97.1575 375.463 97.6788 375.672V375.672C98.2011 375.88 98.7879 375.856 99.2911 375.604L99.4573 375.521C100.115 375.192 100.584 374.578 100.729 373.857L100.809 373.456C100.933 372.833 101.24 372.26 101.689 371.811L102.5 371L103.359 370.141C104.089 369.411 104.5 368.419 104.5 367.386V367.386C104.5 367.129 104.475 366.873 104.424 366.622L104.373 366.366C104.136 365.181 103.397 364.156 102.348 363.556L102.222 363.484C101.14 362.866 99.8278 362.802 98.6913 363.313V363.313C98.0546 363.599 97.5065 364.051 97.1043 364.621L96.8594 364.969' stroke='%230E6FF9' stroke-linecap='round'/%3e%3cpath d='M101.5 368.5C101.5 369.052 99.078 371.563 99.5003 370.5C99.6849 370.035 99.5291 369.159 99.0001 369C98.2972 368.789 99.6394 367.779 100.141 367.547C100.781 367.25 101.5 367.948 101.5 368.5Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M96.1857 372.186C95.6076 372.963 94.794 373.533 93.866 373.811L93.582 372.863C94.3058 372.646 94.9404 372.201 95.3913 371.595C95.8423 370.989 96.0855 370.253 96.085 369.497C96.0844 368.742 95.84 368.007 95.3881 367.401C94.9362 366.795 94.301 366.352 93.5768 366.136L93.8593 365.187C94.7878 365.464 95.6022 366.032 96.1815 366.809C96.7609 367.585 97.0742 368.528 97.075 369.497C97.0757 370.465 96.7638 371.408 96.1857 372.186ZM94.5911 370.978C94.2735 371.412 93.8248 371.731 93.3115 371.889L93.0184 370.938C93.3275 370.843 93.5976 370.651 93.7888 370.39C93.98 370.129 94.0822 369.814 94.0801 369.49C94.078 369.167 93.9719 368.853 93.7773 368.595C93.5828 368.336 93.3102 368.147 93 368.056L93.2809 367.102C93.7962 367.253 94.2489 367.567 94.572 367.996C94.8952 368.425 95.0715 368.947 95.0749 369.484C95.0784 370.021 94.9087 370.545 94.5911 370.978Z' fill='%230E6FF9'/%3e%3cpath d='M99 386.5L98.7722 385.817C98.6005 385.301 98.6762 384.736 98.9775 384.284V384.284C99.3039 383.794 99.8535 383.5 100.442 383.5H100.5C101.125 383.5 101.708 383.812 102.055 384.332L102.5 385' stroke='%239A9A9A' stroke-linecap='round'/%3e%3cpath d='M99 386.5L99.75 385.75C100.164 385.336 100.836 385.336 101.25 385.75V385.75C101.664 386.164 101.664 386.836 101.25 387.25L100.382 388.118C100.131 388.369 99.9415 388.675 99.8292 389.012L99.5 390L99.1813 391.275C99.0883 391.647 98.6745 391.837 98.3314 391.666V391.666C98.1283 391.564 98 391.357 98 391.129V390' stroke='%239A9A9A' stroke-linecap='round'/%3e%3cpath d='M96.4062 392.094L96.5586 392.514C96.75 393.042 97.1575 393.463 97.6788 393.672V393.672C98.2011 393.88 98.7879 393.856 99.2911 393.604L99.4573 393.521C100.115 393.192 100.584 392.578 100.729 391.857L100.809 391.456C100.933 390.833 101.24 390.26 101.689 389.811L102.5 389L103.359 388.141C104.089 387.411 104.5 386.419 104.5 385.386V385.386C104.5 385.129 104.475 384.873 104.424 384.622L104.373 384.366C104.136 383.181 103.397 382.156 102.348 381.556L102.222 381.484C101.14 380.866 99.8278 380.802 98.6913 381.313V381.313C98.0546 381.599 97.5065 382.051 97.1043 382.621L96.8594 382.969' stroke='%239A9A9A' stroke-linecap='round'/%3e%3cpath d='M101.5 386.5C101.5 387.052 99.078 389.563 99.5003 388.5C99.6849 388.035 99.5291 387.159 99.0001 387C98.2972 386.789 99.6394 385.779 100.141 385.547C100.781 385.25 101.5 385.948 101.5 386.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M96.1857 390.186C95.6076 390.963 94.794 391.533 93.866 391.811L93.582 390.863C94.3058 390.646 94.9404 390.201 95.3913 389.595C95.8423 388.989 96.0855 388.253 96.085 387.497C96.0844 386.742 95.84 386.007 95.3881 385.401C94.9362 384.795 94.301 384.352 93.5768 384.136L93.8593 383.187C94.7878 383.464 95.6022 384.032 96.1815 384.809C96.7609 385.585 97.0742 386.528 97.075 387.497C97.0757 388.465 96.7638 389.408 96.1857 390.186ZM94.5911 388.978C94.2735 389.412 93.8248 389.731 93.3115 389.889L93.0184 388.938C93.3275 388.843 93.5976 388.651 93.7888 388.39C93.98 388.129 94.0822 387.814 94.0801 387.49C94.078 387.167 93.9719 386.853 93.7773 386.595C93.5828 386.336 93.3102 386.147 93 386.056L93.2809 385.102C93.7962 385.253 94.2489 385.567 94.572 385.996C94.8952 386.425 95.0715 386.947 95.0749 387.484C95.0784 388.021 94.9087 388.545 94.5911 388.978Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M315.02 380C311.949 380 309.3 382.407 309.3 385.112L309.306 385.372C309.381 386.92 310.132 388.29 311.536 389.459L311.633 389.538L312.402 393.384C312.539 394.065 313.184 394.56 313.936 394.56H316.063L316.211 394.554C316.892 394.494 317.459 394.03 317.594 393.402L318.424 389.523C319.932 388.133 320.701 386.659 320.701 385.112C320.701 382.553 318.008 380 315.02 380ZM315.02 380.957C317.427 380.957 319.661 383.075 319.661 385.112C319.661 386.417 318.979 387.69 317.582 388.944L317.467 389.048L317.052 390.983H312.98L312.589 389.031L312.447 388.921C311.032 387.821 310.34 386.561 310.34 385.112C310.34 382.938 312.521 380.957 315.02 380.957ZM313.171 391.94L313.425 393.211C313.471 393.438 313.686 393.603 313.937 393.603H316.064C316.312 393.603 316.526 393.441 316.574 393.217L316.847 391.94H313.171Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M315.02 362C311.949 362 309.3 364.407 309.3 367.112L309.306 367.372C309.381 368.92 310.132 370.29 311.536 371.459L311.633 371.538L312.402 375.384C312.539 376.065 313.184 376.56 313.936 376.56H316.063L316.211 376.554C316.892 376.494 317.459 376.03 317.594 375.402L318.424 371.523C319.932 370.133 320.701 368.659 320.701 367.112C320.701 364.553 318.008 362 315.02 362ZM315.02 362.957C317.427 362.957 319.661 365.075 319.661 367.112C319.661 368.417 318.979 369.69 317.582 370.944L317.467 371.048L317.052 372.983H312.98L312.589 371.031L312.447 370.921C311.032 369.821 310.34 368.561 310.34 367.112C310.34 364.938 312.521 362.957 315.02 362.957ZM313.171 373.94L313.425 375.211C313.471 375.438 313.686 375.603 313.937 375.603H316.064C316.312 375.603 316.526 375.441 316.574 375.217L316.847 373.94H313.171Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M315.02 344C311.949 344 309.3 346.407 309.3 349.112L309.306 349.372C309.381 350.92 310.132 352.29 311.536 353.459L311.633 353.538L312.402 357.384C312.539 358.065 313.184 358.56 313.936 358.56H316.063L316.211 358.554C316.892 358.494 317.459 358.03 317.594 357.402L318.424 353.523C319.932 352.133 320.701 350.659 320.701 349.112C320.701 346.553 318.008 344 315.02 344ZM315.02 344.957C317.427 344.957 319.661 347.075 319.661 349.112C319.661 350.417 318.979 351.69 317.582 352.944L317.467 353.048L317.052 354.983H312.98L312.589 353.031L312.447 352.921C311.032 351.821 310.34 350.561 310.34 349.112C310.34 346.938 312.521 344.957 315.02 344.957ZM313.171 355.94L313.425 357.211C313.471 357.438 313.686 357.603 313.937 357.603H316.064C316.312 357.603 316.526 357.441 316.574 357.217L316.847 355.94H313.171Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M292.333 345.5H289.5V346.5H291.667L293.95 351.981L293.415 353.053C293.082 353.718 293.566 354.5 294.309 354.5H296V353.5H294.309L294.819 352.48L296 352.401V352H300V352.134L302 352.001V349H303.14L303.33 348.243C303.488 347.611 303.01 347 302.36 347H292.958L292.333 345.5Z' fill='%2335383A'/%3e%3ccircle cx='294.5' cy='356' r='1' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M303 350H305V358H303V350ZM299 353H297V358H299V353ZM302 354H300V358H302V354Z' fill='%2335383A'/%3e%3cg clip-path='url(%23clip17_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M292.333 363.5H289.5V364.5H291.667L293.95 369.981L293.415 371.053C293.082 371.718 293.566 372.5 294.309 372.5H296V371.5H294.309L294.819 370.48L296 370.401V370H300V370.134L302 370.001V367H303.14L303.33 366.243C303.488 365.611 303.01 365 302.36 365H292.958L292.333 363.5Z' fill='%230E6FF9'/%3e%3ccircle cx='294.5' cy='374' r='1' stroke='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M303 368H305V376H303V368ZM299 371H297V376H299V371ZM302 372H300V376H302V372Z' fill='%230E6FF9'/%3e%3c/g%3e%3cg clip-path='url(%23clip18_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M292.333 381.5H289.5V382.5H291.667L293.95 387.981L293.415 389.053C293.082 389.718 293.566 390.5 294.309 390.5H296V389.5H294.309L294.819 388.48L296 388.401V388H300V388.134L302 388.001V385H303.14L303.33 384.243C303.488 383.611 303.01 383 302.36 383H292.958L292.333 381.5Z' fill='%239A9A9A'/%3e%3ccircle cx='294.5' cy='392' r='1' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M303 386H305V394H303V386ZM299 389H297V394H299V389ZM302 390H300V394H302V390Z' fill='%239A9A9A'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M254 381H257.92V393H254V381ZM264.08 381H268V389H264.08V381ZM262.96 389V381H259.04V393H262V389H262.96ZM256.8 389H255.12V389.571H256.8V389ZM256.8 390.143H255.12V390.714H256.8V390.143ZM255.12 391.286H256.8V391.857H255.12V391.286ZM261.84 389H260.16V389.571H261.84V389ZM261.84 390.143H260.16V390.714H261.84V390.143ZM260.16 391.286H261.84V391.857H260.16V391.286Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261 388H270V394.077H266.706L263.947 395.941V394.077H261V388ZM262 389V393.077H264.947V394.059L266.399 393.077H269V389H262Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M254 363H257.92V375H254V363ZM264.08 363H268V371H264.08V363ZM262.96 371V363H259.04V375H262V371H262.96ZM256.8 371H255.12V371.571H256.8V371ZM256.8 372.143H255.12V372.714H256.8V372.143ZM255.12 373.286H256.8V373.857H255.12V373.286ZM261.84 371H260.16V371.571H261.84V371ZM261.84 372.143H260.16V372.714H261.84V372.143ZM260.16 373.286H261.84V373.857H260.16V373.286Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261 370H270V376.077H266.706L263.947 377.941V376.077H261V370ZM262 371V375.077H264.947V376.059L266.399 375.077H269V371H262Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M254 345H257.92V357H254V345ZM264.08 345H268V353H264.08V345ZM262.96 353V345H259.04V357H262V353H262.96ZM256.8 353H255.12V353.571H256.8V353ZM256.8 354.143H255.12V354.714H256.8V354.143ZM255.12 355.286H256.8V355.857H255.12V355.286ZM261.84 353H260.16V353.571H261.84V353ZM261.84 354.143H260.16V354.714H261.84V354.143ZM260.16 355.286H261.84V355.857H260.16V355.286Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261 352H270V358.077H266.706L263.947 359.941V358.077H261V352ZM262 353V357.077H264.947V358.059L266.399 357.077H269V353H262Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M341 387C341 391.418 337.418 395 333 395C328.582 395 325 391.418 325 387C325 382.582 328.582 379 333 379C337.418 379 341 382.582 341 387ZM328.97 391.121H330.879C330.996 391.121 331.091 391.026 331.091 390.909V382.848C331.091 382.731 330.996 382.636 330.879 382.636H328.97C328.853 382.636 328.758 382.731 328.758 382.848V390.909C328.758 391.026 328.853 391.121 328.97 391.121ZM337.03 391.121H335.121C335.004 391.121 334.909 391.026 334.909 390.909V383.697C334.909 383.58 335.004 383.485 335.121 383.485H337.03C337.147 383.485 337.242 383.58 337.242 383.697V390.909C337.242 391.026 337.147 391.121 337.03 391.121ZM332.258 391.121H333.743C333.86 391.121 333.955 391.026 333.955 390.909V385.606C333.955 385.489 333.86 385.394 333.743 385.394H332.258C332.141 385.394 332.046 385.489 332.046 385.606V390.909C332.046 391.026 332.141 391.121 332.258 391.121ZM338.091 391.97H327.909V391.545H338.091V391.97Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M341 369C341 373.418 337.418 377 333 377C328.582 377 325 373.418 325 369C325 364.582 328.582 361 333 361C337.418 361 341 364.582 341 369ZM328.97 373.121H330.879C330.996 373.121 331.091 373.026 331.091 372.909V364.848C331.091 364.731 330.996 364.636 330.879 364.636H328.97C328.853 364.636 328.758 364.731 328.758 364.848V372.909C328.758 373.026 328.853 373.121 328.97 373.121ZM337.03 373.121H335.121C335.004 373.121 334.909 373.026 334.909 372.909V365.697C334.909 365.58 335.004 365.485 335.121 365.485H337.03C337.147 365.485 337.242 365.58 337.242 365.697V372.909C337.242 373.026 337.147 373.121 337.03 373.121ZM332.258 373.121H333.743C333.86 373.121 333.955 373.026 333.955 372.909V367.606C333.955 367.489 333.86 367.394 333.743 367.394H332.258C332.141 367.394 332.046 367.489 332.046 367.606V372.909C332.046 373.026 332.141 373.121 332.258 373.121ZM338.091 373.97H327.909V373.545H338.091V373.97Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M341 351C341 355.418 337.418 359 333 359C328.582 359 325 355.418 325 351C325 346.582 328.582 343 333 343C337.418 343 341 346.582 341 351ZM328.97 355.121H330.879C330.996 355.121 331.091 355.026 331.091 354.909V346.848C331.091 346.731 330.996 346.636 330.879 346.636H328.97C328.853 346.636 328.758 346.731 328.758 346.848V354.909C328.758 355.026 328.853 355.121 328.97 355.121ZM337.03 355.121H335.121C335.004 355.121 334.909 355.026 334.909 354.909V347.697C334.909 347.58 335.004 347.485 335.121 347.485H337.03C337.147 347.485 337.242 347.58 337.242 347.697V354.909C337.242 355.026 337.147 355.121 337.03 355.121ZM332.258 355.121H333.743C333.86 355.121 333.955 355.026 333.955 354.909V349.606C333.955 349.489 333.86 349.394 333.743 349.394H332.258C332.141 349.394 332.046 349.489 332.046 349.606V354.909C332.046 355.026 332.141 355.121 332.258 355.121ZM338.091 355.97H327.909V355.545H338.091V355.97Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M473.767 293.5C474.738 293.5 475.525 292.716 475.525 291.75C475.525 290.784 474.738 290 473.767 290C472.796 290 472.009 290.784 472.009 291.75C472.009 292.716 472.796 293.5 473.767 293.5ZM480.996 294.393C481.967 294.393 482.754 293.609 482.754 292.643C482.754 291.676 481.967 290.893 480.996 290.893C480.025 290.893 479.238 291.676 479.238 292.643C479.238 293.609 480.025 294.393 480.996 294.393ZM477.533 298.5C478.643 298.5 479.542 297.605 479.542 296.5C479.542 295.395 478.643 294.5 477.533 294.5C476.424 294.5 475.524 295.395 475.524 296.5C475.524 297.605 476.424 298.5 477.533 298.5ZM473.516 299.25C473.516 300.216 472.729 301 471.758 301C470.787 301 470 300.216 470 299.25C470 298.284 470.787 297.5 471.758 297.5C472.729 297.5 473.516 298.284 473.516 299.25ZM477.408 304.3C478.379 304.3 479.166 303.517 479.166 302.55C479.166 301.584 478.379 300.8 477.408 300.8C476.437 300.8 475.65 301.584 475.65 302.55C475.65 303.517 476.437 304.3 477.408 304.3ZM484.099 299.339C484.099 300.306 483.312 301.089 482.341 301.089C481.37 301.089 480.583 300.306 480.583 299.339C480.583 298.373 481.37 297.589 482.341 297.589C483.312 297.589 484.099 298.373 484.099 299.339Z' fill='%230E6FF9'/%3e%3cpath d='M474.821 293.35L476.027 294.932' stroke='%230E6FF9' stroke-linecap='square'/%3e%3cpath d='M473.408 298.482L475.65 297.143' stroke='%230E6FF9' stroke-linecap='square'/%3e%3cpath d='M477.444 300.714V298.482' stroke='%230E6FF9' stroke-linecap='square'/%3e%3cpath d='M479.686 294.018L478.789 294.911' stroke='%230E6FF9' stroke-linecap='square'/%3e%3cpath d='M480.583 298.482L478.789 297.589' stroke='%230E6FF9' stroke-linecap='square'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M495 290L501 292.562V296.374C501 298.142 500.427 299.755 499.281 301.215C498.136 302.674 496.708 303.603 495 304C493.292 303.603 491.864 302.674 490.719 301.215C489.573 299.755 489 298.142 489 296.374V292.562L495 290ZM495 296.534V303.023C496.32 302.59 497.583 301.818 498.5 300.621C499.417 299.424 500 297.933 500 296.533H495.001L495 296.534ZM495 291.047V296.533H490V293.187L495 291.047Z' fill='%230E6FF9'/%3e%3cmask id='path-1647-inside-25_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 400C2.44772 400 2 400.448 2 401V403C2 403.552 2.44772 404 3 404H5C5.55228 404 6 403.552 6 403V401C6 400.448 5.55228 400 5 400H3ZM8 400C7.44772 400 7 400.448 7 401V403C7 403.552 7.44772 404 8 404H10C10.5523 404 11 403.552 11 403V401C11 400.448 10.5523 400 10 400H8ZM12 401C12 400.448 12.4477 400 13 400H15C15.5523 400 16 400.448 16 401V403C16 403.552 15.5523 404 15 404H13C12.4477 404 12 403.552 12 403V401ZM3 406C2.44772 406 2 406.448 2 407V409C2 409.552 2.44772 410 3 410H5C5.55228 410 6 409.552 6 409V407C6 406.448 5.55228 406 5 406H3ZM7 407C7 406.448 7.44772 406 8 406H10C10.5523 406 11 406.448 11 407V409C11 409.552 10.5523 410 10 410H8C7.44772 410 7 409.552 7 409V407ZM13 406C12.4477 406 12 406.448 12 407V409C12 409.552 12.4477 410 13 410H15C15.5523 410 16 409.552 16 409V407C16 406.448 15.5523 406 15 406H13Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 400C2.44772 400 2 400.448 2 401V403C2 403.552 2.44772 404 3 404H5C5.55228 404 6 403.552 6 403V401C6 400.448 5.55228 400 5 400H3ZM8 400C7.44772 400 7 400.448 7 401V403C7 403.552 7.44772 404 8 404H10C10.5523 404 11 403.552 11 403V401C11 400.448 10.5523 400 10 400H8ZM12 401C12 400.448 12.4477 400 13 400H15C15.5523 400 16 400.448 16 401V403C16 403.552 15.5523 404 15 404H13C12.4477 404 12 403.552 12 403V401ZM3 406C2.44772 406 2 406.448 2 407V409C2 409.552 2.44772 410 3 410H5C5.55228 410 6 409.552 6 409V407C6 406.448 5.55228 406 5 406H3ZM7 407C7 406.448 7.44772 406 8 406H10C10.5523 406 11 406.448 11 407V409C11 409.552 10.5523 410 10 410H8C7.44772 410 7 409.552 7 409V407ZM13 406C12.4477 406 12 406.448 12 407V409C12 409.552 12.4477 410 13 410H15C15.5523 410 16 409.552 16 409V407C16 406.448 15.5523 406 15 406H13Z' fill='%230E6FF9'/%3e%3cpath d='M3 401V399C1.89543 399 1 399.895 1 401H3ZM3 403V401H1V403H3ZM3 403H1C1 404.105 1.89543 405 3 405V403ZM5 403H3V405H5V403ZM5 403V405C6.10457 405 7 404.105 7 403H5ZM5 401V403H7V401H5ZM5 401H7C7 399.895 6.10457 399 5 399V401ZM3 401H5V399H3V401ZM8 401V399C6.89543 399 6 399.895 6 401H8ZM8 403V401H6V403H8ZM8 403H6C6 404.105 6.89543 405 8 405V403ZM10 403H8V405H10V403ZM10 403V405C11.1046 405 12 404.105 12 403H10ZM10 401V403H12V401H10ZM10 401H12C12 399.895 11.1046 399 10 399V401ZM8 401H10V399H8V401ZM13 399C11.8954 399 11 399.895 11 401H13V399ZM15 399H13V401H15V399ZM17 401C17 399.895 16.1046 399 15 399V401H17ZM17 403V401H15V403H17ZM15 405C16.1046 405 17 404.105 17 403H15V405ZM13 405H15V403H13V405ZM11 403C11 404.105 11.8954 405 13 405V403H11ZM11 401V403H13V401H11ZM3 407V405C1.89543 405 1 405.895 1 407H3ZM3 409V407H1V409H3ZM3 409H1C1 410.105 1.89543 411 3 411V409ZM5 409H3V411H5V409ZM5 409V411C6.10457 411 7 410.105 7 409H5ZM5 407V409H7V407H5ZM5 407H7C7 405.895 6.10457 405 5 405V407ZM3 407H5V405H3V407ZM8 405C6.89543 405 6 405.895 6 407H8V405ZM10 405H8V407H10V405ZM12 407C12 405.895 11.1046 405 10 405V407H12ZM12 409V407H10V409H12ZM10 411C11.1046 411 12 410.105 12 409H10V411ZM8 411H10V409H8V411ZM6 409C6 410.105 6.89543 411 8 411V409H6ZM6 407V409H8V407H6ZM13 407V405C11.8954 405 11 405.895 11 407H13ZM13 409V407H11V409H13ZM13 409H11C11 410.105 11.8954 411 13 411V409ZM15 409H13V411H15V409ZM15 409V411C16.1046 411 17 410.105 17 409H15ZM15 407V409H17V407H15ZM15 407H17C17 405.895 16.1046 405 15 405V407ZM13 407H15V405H13V407Z' fill='%230E6FF9' mask='url(%23path-1647-inside-25_15778_26381)'/%3e%3cmask id='path-1649-inside-26_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 400C20.4477 400 20 400.448 20 401V403C20 403.552 20.4477 404 21 404H23C23.5523 404 24 403.552 24 403V401C24 400.448 23.5523 400 23 400H21ZM26 400C25.4477 400 25 400.448 25 401V403C25 403.552 25.4477 404 26 404H28C28.5523 404 29 403.552 29 403V401C29 400.448 28.5523 400 28 400H26ZM30 401C30 400.448 30.4477 400 31 400H33C33.5523 400 34 400.448 34 401V403C34 403.552 33.5523 404 33 404H31C30.4477 404 30 403.552 30 403V401ZM21 406C20.4477 406 20 406.448 20 407V409C20 409.552 20.4477 410 21 410H23C23.5523 410 24 409.552 24 409V407C24 406.448 23.5523 406 23 406H21ZM25 407C25 406.448 25.4477 406 26 406H28C28.5523 406 29 406.448 29 407V409C29 409.552 28.5523 410 28 410H26C25.4477 410 25 409.552 25 409V407ZM31 406C30.4477 406 30 406.448 30 407V409C30 409.552 30.4477 410 31 410H33C33.5523 410 34 409.552 34 409V407C34 406.448 33.5523 406 33 406H31Z'/%3e%3c/mask%3e%3cpath d='M21 401V399C19.8954 399 19 399.895 19 401H21ZM21 403V401H19V403H21ZM21 403H19C19 404.105 19.8954 405 21 405V403ZM23 403H21V405H23V403ZM23 403V405C24.1046 405 25 404.105 25 403H23ZM23 401V403H25V401H23ZM23 401H25C25 399.895 24.1046 399 23 399V401ZM21 401H23V399H21V401ZM26 401V399C24.8954 399 24 399.895 24 401H26ZM26 403V401H24V403H26ZM26 403H24C24 404.105 24.8954 405 26 405V403ZM28 403H26V405H28V403ZM28 403V405C29.1046 405 30 404.105 30 403H28ZM28 401V403H30V401H28ZM28 401H30C30 399.895 29.1046 399 28 399V401ZM26 401H28V399H26V401ZM31 399C29.8954 399 29 399.895 29 401H31V399ZM33 399H31V401H33V399ZM35 401C35 399.895 34.1046 399 33 399V401H35ZM35 403V401H33V403H35ZM33 405C34.1046 405 35 404.105 35 403H33V405ZM31 405H33V403H31V405ZM29 403C29 404.105 29.8954 405 31 405V403H29ZM29 401V403H31V401H29ZM21 407V405C19.8954 405 19 405.895 19 407H21ZM21 409V407H19V409H21ZM21 409H19C19 410.105 19.8954 411 21 411V409ZM23 409H21V411H23V409ZM23 409V411C24.1046 411 25 410.105 25 409H23ZM23 407V409H25V407H23ZM23 407H25C25 405.895 24.1046 405 23 405V407ZM21 407H23V405H21V407ZM26 405C24.8954 405 24 405.895 24 407H26V405ZM28 405H26V407H28V405ZM30 407C30 405.895 29.1046 405 28 405V407H30ZM30 409V407H28V409H30ZM28 411C29.1046 411 30 410.105 30 409H28V411ZM26 411H28V409H26V411ZM24 409C24 410.105 24.8954 411 26 411V409H24ZM24 407V409H26V407H24ZM31 407V405C29.8954 405 29 405.895 29 407H31ZM31 409V407H29V409H31ZM31 409H29C29 410.105 29.8954 411 31 411V409ZM33 409H31V411H33V409ZM33 409V411C34.1046 411 35 410.105 35 409H33ZM33 407V409H35V407H33ZM33 407H35C35 405.895 34.1046 405 33 405V407ZM31 407H33V405H31V407Z' fill='%2335383A' mask='url(%23path-1649-inside-26_15778_26381)'/%3e%3cmask id='path-1651-inside-27_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M57 400C56.4477 400 56 400.448 56 401V403C56 403.552 56.4477 404 57 404H59C59.5523 404 60 403.552 60 403V401C60 400.448 59.5523 400 59 400H57ZM62 400C61.4477 400 61 400.448 61 401V403C61 403.552 61.4477 404 62 404H64C64.5523 404 65 403.552 65 403V401C65 400.448 64.5523 400 64 400H62ZM66 401C66 400.448 66.4477 400 67 400H69C69.5523 400 70 400.448 70 401V403C70 403.552 69.5523 404 69 404H67C66.4477 404 66 403.552 66 403V401ZM57 406C56.4477 406 56 406.448 56 407V409C56 409.552 56.4477 410 57 410H59C59.5523 410 60 409.552 60 409V407C60 406.448 59.5523 406 59 406H57ZM61 407C61 406.448 61.4477 406 62 406H64C64.5523 406 65 406.448 65 407V409C65 409.552 64.5523 410 64 410H62C61.4477 410 61 409.552 61 409V407ZM67 406C66.4477 406 66 406.448 66 407V409C66 409.552 66.4477 410 67 410H69C69.5523 410 70 409.552 70 409V407C70 406.448 69.5523 406 69 406H67Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M57 400C56.4477 400 56 400.448 56 401V403C56 403.552 56.4477 404 57 404H59C59.5523 404 60 403.552 60 403V401C60 400.448 59.5523 400 59 400H57ZM62 400C61.4477 400 61 400.448 61 401V403C61 403.552 61.4477 404 62 404H64C64.5523 404 65 403.552 65 403V401C65 400.448 64.5523 400 64 400H62ZM66 401C66 400.448 66.4477 400 67 400H69C69.5523 400 70 400.448 70 401V403C70 403.552 69.5523 404 69 404H67C66.4477 404 66 403.552 66 403V401ZM57 406C56.4477 406 56 406.448 56 407V409C56 409.552 56.4477 410 57 410H59C59.5523 410 60 409.552 60 409V407C60 406.448 59.5523 406 59 406H57ZM61 407C61 406.448 61.4477 406 62 406H64C64.5523 406 65 406.448 65 407V409C65 409.552 64.5523 410 64 410H62C61.4477 410 61 409.552 61 409V407ZM67 406C66.4477 406 66 406.448 66 407V409C66 409.552 66.4477 410 67 410H69C69.5523 410 70 409.552 70 409V407C70 406.448 69.5523 406 69 406H67Z' fill='white'/%3e%3cpath d='M57 401V399C55.8954 399 55 399.895 55 401H57ZM57 403V401H55V403H57ZM57 403H55C55 404.105 55.8954 405 57 405V403ZM59 403H57V405H59V403ZM59 403V405C60.1046 405 61 404.105 61 403H59ZM59 401V403H61V401H59ZM59 401H61C61 399.895 60.1046 399 59 399V401ZM57 401H59V399H57V401ZM62 401V399C60.8954 399 60 399.895 60 401H62ZM62 403V401H60V403H62ZM62 403H60C60 404.105 60.8954 405 62 405V403ZM64 403H62V405H64V403ZM64 403V405C65.1046 405 66 404.105 66 403H64ZM64 401V403H66V401H64ZM64 401H66C66 399.895 65.1046 399 64 399V401ZM62 401H64V399H62V401ZM67 399C65.8954 399 65 399.895 65 401H67V399ZM69 399H67V401H69V399ZM71 401C71 399.895 70.1046 399 69 399V401H71ZM71 403V401H69V403H71ZM69 405C70.1046 405 71 404.105 71 403H69V405ZM67 405H69V403H67V405ZM65 403C65 404.105 65.8954 405 67 405V403H65ZM65 401V403H67V401H65ZM57 407V405C55.8954 405 55 405.895 55 407H57ZM57 409V407H55V409H57ZM57 409H55C55 410.105 55.8954 411 57 411V409ZM59 409H57V411H59V409ZM59 409V411C60.1046 411 61 410.105 61 409H59ZM59 407V409H61V407H59ZM59 407H61C61 405.895 60.1046 405 59 405V407ZM57 407H59V405H57V407ZM62 405C60.8954 405 60 405.895 60 407H62V405ZM64 405H62V407H64V405ZM66 407C66 405.895 65.1046 405 64 405V407H66ZM66 409V407H64V409H66ZM64 411C65.1046 411 66 410.105 66 409H64V411ZM62 411H64V409H62V411ZM60 409C60 410.105 60.8954 411 62 411V409H60ZM60 407V409H62V407H60ZM67 407V405C65.8954 405 65 405.895 65 407H67ZM67 409V407H65V409H67ZM67 409H65C65 410.105 65.8954 411 67 411V409ZM69 409H67V411H69V409ZM69 409V411C70.1046 411 71 410.105 71 409H69ZM69 407V409H71V407H69ZM69 407H71C71 405.895 70.1046 405 69 405V407ZM67 407H69V405H67V407Z' fill='white' mask='url(%23path-1651-inside-27_15778_26381)'/%3e%3cmask id='path-1653-inside-28_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M75 400C74.4477 400 74 400.448 74 401V403C74 403.552 74.4477 404 75 404H77C77.5523 404 78 403.552 78 403V401C78 400.448 77.5523 400 77 400H75ZM80 400C79.4477 400 79 400.448 79 401V403C79 403.552 79.4477 404 80 404H82C82.5523 404 83 403.552 83 403V401C83 400.448 82.5523 400 82 400H80ZM84 401C84 400.448 84.4477 400 85 400H87C87.5523 400 88 400.448 88 401V403C88 403.552 87.5523 404 87 404H85C84.4477 404 84 403.552 84 403V401ZM75 406C74.4477 406 74 406.448 74 407V409C74 409.552 74.4477 410 75 410H77C77.5523 410 78 409.552 78 409V407C78 406.448 77.5523 406 77 406H75ZM79 407C79 406.448 79.4477 406 80 406H82C82.5523 406 83 406.448 83 407V409C83 409.552 82.5523 410 82 410H80C79.4477 410 79 409.552 79 409V407ZM85 406C84.4477 406 84 406.448 84 407V409C84 409.552 84.4477 410 85 410H87C87.5523 410 88 409.552 88 409V407C88 406.448 87.5523 406 87 406H85Z'/%3e%3c/mask%3e%3cpath d='M75 401V399C73.8954 399 73 399.895 73 401H75ZM75 403V401H73V403H75ZM75 403H73C73 404.105 73.8954 405 75 405V403ZM77 403H75V405H77V403ZM77 403V405C78.1046 405 79 404.105 79 403H77ZM77 401V403H79V401H77ZM77 401H79C79 399.895 78.1046 399 77 399V401ZM75 401H77V399H75V401ZM80 401V399C78.8954 399 78 399.895 78 401H80ZM80 403V401H78V403H80ZM80 403H78C78 404.105 78.8954 405 80 405V403ZM82 403H80V405H82V403ZM82 403V405C83.1046 405 84 404.105 84 403H82ZM82 401V403H84V401H82ZM82 401H84C84 399.895 83.1046 399 82 399V401ZM80 401H82V399H80V401ZM85 399C83.8954 399 83 399.895 83 401H85V399ZM87 399H85V401H87V399ZM89 401C89 399.895 88.1046 399 87 399V401H89ZM89 403V401H87V403H89ZM87 405C88.1046 405 89 404.105 89 403H87V405ZM85 405H87V403H85V405ZM83 403C83 404.105 83.8954 405 85 405V403H83ZM83 401V403H85V401H83ZM75 407V405C73.8954 405 73 405.895 73 407H75ZM75 409V407H73V409H75ZM75 409H73C73 410.105 73.8954 411 75 411V409ZM77 409H75V411H77V409ZM77 409V411C78.1046 411 79 410.105 79 409H77ZM77 407V409H79V407H77ZM77 407H79C79 405.895 78.1046 405 77 405V407ZM75 407H77V405H75V407ZM80 405C78.8954 405 78 405.895 78 407H80V405ZM82 405H80V407H82V405ZM84 407C84 405.895 83.1046 405 82 405V407H84ZM84 409V407H82V409H84ZM82 411C83.1046 411 84 410.105 84 409H82V411ZM80 411H82V409H80V411ZM78 409C78 410.105 78.8954 411 80 411V409H78ZM78 407V409H80V407H78ZM85 407V405C83.8954 405 83 405.895 83 407H85ZM85 409V407H83V409H85ZM85 409H83C83 410.105 83.8954 411 85 411V409ZM87 409H85V411H87V409ZM87 409V411C88.1046 411 89 410.105 89 409H87ZM87 407V409H89V407H87ZM87 407H89C89 405.895 88.1046 405 87 405V407ZM85 407H87V405H85V407Z' fill='white' mask='url(%23path-1653-inside-28_15778_26381)'/%3e%3cmask id='path-1655-inside-29_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M39 400C38.4477 400 38 400.448 38 401V403C38 403.552 38.4477 404 39 404H41C41.5523 404 42 403.552 42 403V401C42 400.448 41.5523 400 41 400H39ZM44 400C43.4477 400 43 400.448 43 401V403C43 403.552 43.4477 404 44 404H46C46.5523 404 47 403.552 47 403V401C47 400.448 46.5523 400 46 400H44ZM48 401C48 400.448 48.4477 400 49 400H51C51.5523 400 52 400.448 52 401V403C52 403.552 51.5523 404 51 404H49C48.4477 404 48 403.552 48 403V401ZM39 406C38.4477 406 38 406.448 38 407V409C38 409.552 38.4477 410 39 410H41C41.5523 410 42 409.552 42 409V407C42 406.448 41.5523 406 41 406H39ZM43 407C43 406.448 43.4477 406 44 406H46C46.5523 406 47 406.448 47 407V409C47 409.552 46.5523 410 46 410H44C43.4477 410 43 409.552 43 409V407ZM49 406C48.4477 406 48 406.448 48 407V409C48 409.552 48.4477 410 49 410H51C51.5523 410 52 409.552 52 409V407C52 406.448 51.5523 406 51 406H49Z'/%3e%3c/mask%3e%3cpath d='M39 401V399C37.8954 399 37 399.895 37 401H39ZM39 403V401H37V403H39ZM39 403H37C37 404.105 37.8954 405 39 405V403ZM41 403H39V405H41V403ZM41 403V405C42.1046 405 43 404.105 43 403H41ZM41 401V403H43V401H41ZM41 401H43C43 399.895 42.1046 399 41 399V401ZM39 401H41V399H39V401ZM44 401V399C42.8954 399 42 399.895 42 401H44ZM44 403V401H42V403H44ZM44 403H42C42 404.105 42.8954 405 44 405V403ZM46 403H44V405H46V403ZM46 403V405C47.1046 405 48 404.105 48 403H46ZM46 401V403H48V401H46ZM46 401H48C48 399.895 47.1046 399 46 399V401ZM44 401H46V399H44V401ZM49 399C47.8954 399 47 399.895 47 401H49V399ZM51 399H49V401H51V399ZM53 401C53 399.895 52.1046 399 51 399V401H53ZM53 403V401H51V403H53ZM51 405C52.1046 405 53 404.105 53 403H51V405ZM49 405H51V403H49V405ZM47 403C47 404.105 47.8954 405 49 405V403H47ZM47 401V403H49V401H47ZM39 407V405C37.8954 405 37 405.895 37 407H39ZM39 409V407H37V409H39ZM39 409H37C37 410.105 37.8954 411 39 411V409ZM41 409H39V411H41V409ZM41 409V411C42.1046 411 43 410.105 43 409H41ZM41 407V409H43V407H41ZM41 407H43C43 405.895 42.1046 405 41 405V407ZM39 407H41V405H39V407ZM44 405C42.8954 405 42 405.895 42 407H44V405ZM46 405H44V407H46V405ZM48 407C48 405.895 47.1046 405 46 405V407H48ZM48 409V407H46V409H48ZM46 411C47.1046 411 48 410.105 48 409H46V411ZM44 411H46V409H44V411ZM42 409C42 410.105 42.8954 411 44 411V409H42ZM42 407V409H44V407H42ZM49 407V405C47.8954 405 47 405.895 47 407H49ZM49 409V407H47V409H49ZM49 409H47C47 410.105 47.8954 411 49 411V409ZM51 409H49V411H51V409ZM51 409V411C52.1046 411 53 410.105 53 409H51ZM51 407V409H53V407H51ZM51 407H53C53 405.895 52.1046 405 51 405V407ZM49 407H51V405H49V407Z' fill='%239A9A9A' mask='url(%23path-1655-inside-29_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M106 400.5C106 400.224 105.776 400 105.5 400H92.5C92.2239 400 92 400.224 92 400.5C92 400.776 92.2239 401 92.5 401H105.5C105.776 401 106 400.776 106 400.5ZM106 409.5C106 409.224 105.776 409 105.5 409H92.5C92.2239 409 92 409.224 92 409.5C92 409.776 92.2239 410 92.5 410H105.5C105.776 410 106 409.776 106 409.5ZM92 406.5C92 406.224 92.2239 406 92.5 406H105.5C105.776 406 106 406.224 106 406.5C106 406.776 105.776 407 105.5 407H92.5C92.2239 407 92 406.776 92 406.5ZM106 403.5C106 403.224 105.776 403 105.5 403H92.5C92.2239 403 92 403.224 92 403.5C92 403.776 92.2239 404 92.5 404H105.5C105.776 404 106 403.776 106 403.5Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M124 400.5C124 400.224 123.776 400 123.5 400H110.5C110.224 400 110 400.224 110 400.5C110 400.776 110.224 401 110.5 401H123.5C123.776 401 124 400.776 124 400.5ZM124 409.5C124 409.224 123.776 409 123.5 409H110.5C110.224 409 110 409.224 110 409.5C110 409.776 110.224 410 110.5 410H123.5C123.776 410 124 409.776 124 409.5ZM110 406.5C110 406.224 110.224 406 110.5 406H123.5C123.776 406 124 406.224 124 406.5C124 406.776 123.776 407 123.5 407H110.5C110.224 407 110 406.776 110 406.5ZM124 403.5C124 403.224 123.776 403 123.5 403H110.5C110.224 403 110 403.224 110 403.5C110 403.776 110.224 404 110.5 404H123.5C123.776 404 124 403.776 124 403.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M160 400.5C160 400.224 159.776 400 159.5 400H146.5C146.224 400 146 400.224 146 400.5C146 400.776 146.224 401 146.5 401H159.5C159.776 401 160 400.776 160 400.5ZM160 409.5C160 409.224 159.776 409 159.5 409H146.5C146.224 409 146 409.224 146 409.5C146 409.776 146.224 410 146.5 410H159.5C159.776 410 160 409.776 160 409.5ZM146 406.5C146 406.224 146.224 406 146.5 406H159.5C159.776 406 160 406.224 160 406.5C160 406.776 159.776 407 159.5 407H146.5C146.224 407 146 406.776 146 406.5ZM160 403.5C160 403.224 159.776 403 159.5 403H146.5C146.224 403 146 403.224 146 403.5C146 403.776 146.224 404 146.5 404H159.5C159.776 404 160 403.776 160 403.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M142 400.5C142 400.224 141.776 400 141.5 400H128.5C128.224 400 128 400.224 128 400.5C128 400.776 128.224 401 128.5 401H141.5C141.776 401 142 400.776 142 400.5ZM142 409.5C142 409.224 141.776 409 141.5 409H128.5C128.224 409 128 409.224 128 409.5C128 409.776 128.224 410 128.5 410H141.5C141.776 410 142 409.776 142 409.5ZM128 406.5C128 406.224 128.224 406 128.5 406H141.5C141.776 406 142 406.224 142 406.5C142 406.776 141.776 407 141.5 407H128.5C128.224 407 128 406.776 128 406.5ZM142 403.5C142 403.224 141.776 403 141.5 403H128.5C128.224 403 128 403.224 128 403.5C128 403.776 128.224 404 128.5 404H141.5C141.776 404 142 403.776 142 403.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M476.932 218C475.021 218 473.472 219.542 473.472 221.444C473.472 223.347 475.021 224.889 476.932 224.889C478.843 224.889 480.392 223.347 480.392 221.444C480.392 219.542 478.843 218 476.932 218ZM483 230.437C483 227.92 480.879 225.873 478.255 225.873H475.745C473.121 225.873 471 227.92 471 230.437V232H483V230.437Z' fill='%23B370F1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M519 225C519 228.314 516.314 231 513 231C509.686 231 507 228.314 507 225C507 221.686 509.686 219 513 219C516.314 219 519 221.686 519 225ZM513 221.5C513 221.224 512.776 221 512.5 221C512.224 221 512 221.224 512 221.5V226H516C516.276 226 516.5 225.776 516.5 225.5C516.5 225.224 516.276 225 516 225H513V221.5Z' fill='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M500.991 221.011C500.991 221.033 500.99 221.054 500.989 221.075L500.989 221.075V222.469C500.991 222.488 500.991 222.508 500.991 222.527C500.991 222.547 500.991 222.566 500.989 222.585V222.667H500.98C500.793 223.878 498.185 224.838 494.996 224.838C491.807 224.838 489.199 223.878 489.012 222.667H489.001V221.075L489.003 221.075C489.002 221.054 489.001 221.033 489.001 221.011C489.001 219.735 491.685 218.7 494.996 218.7C498.307 218.7 500.991 219.735 500.991 221.011ZM500.955 224.112C500.978 224.195 500.99 224.279 500.99 224.365C500.99 224.386 500.989 224.407 500.988 224.429L500.988 225.822C500.99 225.842 500.99 225.861 500.99 225.881C500.99 225.9 500.99 225.92 500.988 225.939V226.02H500.979C500.792 227.232 498.184 228.192 494.995 228.192C491.806 228.192 489.198 227.232 489.011 226.02H489V224.429H489.002C489.001 224.407 489 224.386 489 224.365C489 224.279 489.012 224.195 489.035 224.112C489.362 225.27 491.906 226.171 494.995 226.171C498.085 226.171 500.628 225.27 500.955 224.112ZM500.965 227.62C500.988 227.703 501 227.787 501 227.873C501 227.894 500.999 227.915 500.998 227.937L500.998 229.33C500.999 229.35 501 229.369 501 229.389C501 229.408 500.999 229.428 500.998 229.447V229.528H500.989C500.802 230.74 498.194 231.7 495.005 231.7C491.816 231.7 489.208 230.74 489.021 229.528H489.01V227.937H489.012C489.011 227.915 489.01 227.894 489.01 227.873C489.01 227.787 489.022 227.703 489.045 227.62C489.372 228.778 491.915 229.679 495.005 229.679C498.094 229.679 500.638 228.778 500.965 227.62Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M575.332 225.42L574.49 224.582L568.827 230.429L564.111 225.734C564.005 225.577 563.953 225.402 563.953 225.21C563.953 225.018 564.005 224.844 564.111 224.687L564.374 224.529C564.444 224.495 564.531 224.477 564.637 224.477C564.689 224.477 564.759 224.477 564.847 224.495C564.935 224.512 565.005 224.529 565.057 224.582L568.827 228.335L574.595 222.487L570.615 218.525C570.195 218.176 569.774 218.106 569.563 218.106C569.125 218.089 568.739 218.228 568.406 218.525L567.354 219.677L566.302 218.42C565.969 218.124 565.583 217.984 565.145 218.001C564.707 218.019 564.321 218.193 563.988 218.525L558.973 223.535C558.658 223.866 558.5 224.25 558.5 224.687C558.5 225.123 558.658 225.507 558.973 225.839L564.216 231.057L565.057 230.115L560.236 225.315C560.113 225.193 560.043 225.018 560.025 224.791C560.025 224.739 560.043 224.669 560.096 224.582C560.148 224.495 560.218 224.425 560.323 224.372C560.411 224.25 560.551 224.18 560.744 224.163H560.849C560.902 224.163 560.972 224.18 561.06 224.233C561.148 224.285 561.218 224.32 561.27 224.372L568.827 232L575.332 225.42Z' fill='%230E6FF9'/%3e%3ccircle cx='549' cy='225' r='6.5' stroke='%239A9A9A'/%3e%3crect x='548.25' y='223.75' width='1.5' height='5.5' rx='0.75' fill='%239A9A9A'/%3e%3ccircle cx='549.001' cy='221.75' r='1.00037' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M531 226V225.5C531 225.224 531.224 225 531.5 225H536.5C537.328 225 538 224.328 538 223.5V221.5C538 220.672 537.328 220 536.5 220H535V221H536.5C536.776 221 537 221.224 537 221.5V223.5C537 223.776 536.776 224 536.5 224H531.5C530.672 224 530 224.672 530 225.5V226C529.448 226 529 226.448 529 227V231C529 231.552 529.448 232 530 232H531C531.552 232 532 231.552 532 231V227C532 226.448 531.552 226 531 226Z' fill='%23E15F4D'/%3e%3crect x='524.5' y='218.5' width='10' height='4' rx='1' fill='%23E15F4D' stroke='%23E15F4D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M527 291C525.895 291 525 291.895 525 293V301C525 302.105 525.895 303 527 303H531.5V302.5H531C529.619 302.5 528.5 301.381 528.5 300C528.5 298.619 529.619 297.5 531 297.5H531.5V297C531.5 295.619 532.619 294.5 534 294.5C535.381 294.5 536.5 295.619 536.5 297V297.5H537V293C537 291.895 536.105 291 535 291H527ZM533 297C533 296.448 533.448 296 534 296C534.552 296 535 296.448 535 297V299H537C537.552 299 538 299.448 538 300C538 300.552 537.552 301 537 301H535V303C535 303.552 534.552 304 534 304C533.448 304 533 303.552 533 303V301H531C530.448 301 530 300.552 530 300C530 299.448 530.448 299 531 299H533V297Z' fill='%23DC578C'/%3e%3cmask id='path-1675-inside-30_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M508 290.5C507.448 290.5 507 290.948 507 291.5V302.5C507 303.052 507.448 303.5 508 303.5H518C518.552 303.5 519 303.052 519 302.5V291.5C519 290.948 518.552 290.5 518 290.5H508ZM509 294C509 293.724 509.224 293.5 509.5 293.5H510.5C510.776 293.5 511 293.724 511 294C511 294.276 510.776 294.5 510.5 294.5H509.5C509.224 294.5 509 294.276 509 294ZM512 294C512 293.724 512.224 293.5 512.5 293.5H516.5C516.776 293.5 517 293.724 517 294C517 294.276 516.776 294.5 516.5 294.5H512.5C512.224 294.5 512 294.276 512 294ZM512 297C512 296.724 512.224 296.5 512.5 296.5H516.5C516.776 296.5 517 296.724 517 297C517 297.276 516.776 297.5 516.5 297.5H512.5C512.224 297.5 512 297.276 512 297ZM512.5 299.5C512.224 299.5 512 299.724 512 300C512 300.276 512.224 300.5 512.5 300.5H516.5C516.776 300.5 517 300.276 517 300C517 299.724 516.776 299.5 516.5 299.5H512.5ZM509.5 296.5C509.224 296.5 509 296.724 509 297C509 297.276 509.224 297.5 509.5 297.5H510.5C510.776 297.5 511 297.276 511 297C511 296.724 510.776 296.5 510.5 296.5H509.5ZM509 300C509 299.724 509.224 299.5 509.5 299.5H510.5C510.776 299.5 511 299.724 511 300C511 300.276 510.776 300.5 510.5 300.5H509.5C509.224 300.5 509 300.276 509 300Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M508 290.5C507.448 290.5 507 290.948 507 291.5V302.5C507 303.052 507.448 303.5 508 303.5H518C518.552 303.5 519 303.052 519 302.5V291.5C519 290.948 518.552 290.5 518 290.5H508ZM509 294C509 293.724 509.224 293.5 509.5 293.5H510.5C510.776 293.5 511 293.724 511 294C511 294.276 510.776 294.5 510.5 294.5H509.5C509.224 294.5 509 294.276 509 294ZM512 294C512 293.724 512.224 293.5 512.5 293.5H516.5C516.776 293.5 517 293.724 517 294C517 294.276 516.776 294.5 516.5 294.5H512.5C512.224 294.5 512 294.276 512 294ZM512 297C512 296.724 512.224 296.5 512.5 296.5H516.5C516.776 296.5 517 296.724 517 297C517 297.276 516.776 297.5 516.5 297.5H512.5C512.224 297.5 512 297.276 512 297ZM512.5 299.5C512.224 299.5 512 299.724 512 300C512 300.276 512.224 300.5 512.5 300.5H516.5C516.776 300.5 517 300.276 517 300C517 299.724 516.776 299.5 516.5 299.5H512.5ZM509.5 296.5C509.224 296.5 509 296.724 509 297C509 297.276 509.224 297.5 509.5 297.5H510.5C510.776 297.5 511 297.276 511 297C511 296.724 510.776 296.5 510.5 296.5H509.5ZM509 300C509 299.724 509.224 299.5 509.5 299.5H510.5C510.776 299.5 511 299.724 511 300C511 300.276 510.776 300.5 510.5 300.5H509.5C509.224 300.5 509 300.276 509 300Z' fill='%234A90E4'/%3e%3cpath d='M508 291.5V291.5V289.5C506.895 289.5 506 290.395 506 291.5H508ZM508 302.5V291.5H506V302.5H508ZM508 302.5H508H506C506 303.605 506.895 304.5 508 304.5V302.5ZM518 302.5H508V304.5H518V302.5ZM518 302.5V304.5C519.105 304.5 520 303.605 520 302.5H518ZM518 291.5V302.5H520V291.5H518ZM518 291.5H520C520 290.395 519.105 289.5 518 289.5V291.5ZM508 291.5H518V289.5H508V291.5ZM509.5 292.5C508.672 292.5 508 293.172 508 294H510C510 294.276 509.776 294.5 509.5 294.5V292.5ZM510.5 292.5H509.5V294.5H510.5V292.5ZM512 294C512 293.172 511.328 292.5 510.5 292.5V294.5C510.224 294.5 510 294.276 510 294H512ZM510.5 295.5C511.328 295.5 512 294.828 512 294H510C510 293.724 510.224 293.5 510.5 293.5V295.5ZM509.5 295.5H510.5V293.5H509.5V295.5ZM508 294C508 294.828 508.672 295.5 509.5 295.5V293.5C509.776 293.5 510 293.724 510 294H508ZM512.5 292.5C511.672 292.5 511 293.172 511 294H513C513 294.276 512.776 294.5 512.5 294.5V292.5ZM516.5 292.5H512.5V294.5H516.5V292.5ZM518 294C518 293.172 517.328 292.5 516.5 292.5V294.5C516.224 294.5 516 294.276 516 294H518ZM516.5 295.5C517.328 295.5 518 294.828 518 294H516C516 293.724 516.224 293.5 516.5 293.5V295.5ZM512.5 295.5H516.5V293.5H512.5V295.5ZM511 294C511 294.828 511.672 295.5 512.5 295.5V293.5C512.776 293.5 513 293.724 513 294H511ZM512.5 295.5C511.672 295.5 511 296.172 511 297H513C513 297.276 512.776 297.5 512.5 297.5V295.5ZM516.5 295.5H512.5V297.5H516.5V295.5ZM518 297C518 296.172 517.328 295.5 516.5 295.5V297.5C516.224 297.5 516 297.276 516 297H518ZM516.5 298.5C517.328 298.5 518 297.828 518 297H516C516 296.724 516.224 296.5 516.5 296.5V298.5ZM512.5 298.5H516.5V296.5H512.5V298.5ZM511 297C511 297.828 511.672 298.5 512.5 298.5V296.5C512.776 296.5 513 296.724 513 297H511ZM513 300C513 300.276 512.776 300.5 512.5 300.5V298.5C511.672 298.5 511 299.172 511 300H513ZM512.5 299.5C512.776 299.5 513 299.724 513 300H511C511 300.828 511.672 301.5 512.5 301.5V299.5ZM516.5 299.5H512.5V301.5H516.5V299.5ZM516 300C516 299.724 516.224 299.5 516.5 299.5V301.5C517.328 301.5 518 300.828 518 300H516ZM516.5 300.5C516.224 300.5 516 300.276 516 300H518C518 299.172 517.328 298.5 516.5 298.5V300.5ZM512.5 300.5H516.5V298.5H512.5V300.5ZM510 297C510 297.276 509.776 297.5 509.5 297.5V295.5C508.672 295.5 508 296.172 508 297H510ZM509.5 296.5C509.776 296.5 510 296.724 510 297H508C508 297.828 508.672 298.5 509.5 298.5V296.5ZM510.5 296.5H509.5V298.5H510.5V296.5ZM510 297C510 296.724 510.224 296.5 510.5 296.5V298.5C511.328 298.5 512 297.828 512 297H510ZM510.5 297.5C510.224 297.5 510 297.276 510 297H512C512 296.172 511.328 295.5 510.5 295.5V297.5ZM509.5 297.5H510.5V295.5H509.5V297.5ZM509.5 298.5C508.672 298.5 508 299.172 508 300H510C510 300.276 509.776 300.5 509.5 300.5V298.5ZM510.5 298.5H509.5V300.5H510.5V298.5ZM512 300C512 299.172 511.328 298.5 510.5 298.5V300.5C510.224 300.5 510 300.276 510 300H512ZM510.5 301.5C511.328 301.5 512 300.828 512 300H510C510 299.724 510.224 299.5 510.5 299.5V301.5ZM509.5 301.5H510.5V299.5H509.5V301.5ZM508 300C508 300.828 508.672 301.5 509.5 301.5V299.5C509.776 299.5 510 299.724 510 300H508Z' fill='%234A90E4' mask='url(%23path-1675-inside-30_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M169.828 401.07C170.279 400.6 170.908 400.308 171.603 400.308C172.527 400.308 173.334 400.823 173.763 401.588C174.136 401.422 174.549 401.329 174.984 401.329C176.651 401.329 178.002 402.692 178.002 404.373C178.002 404.444 178 404.514 177.995 404.583L176.746 404.085L176.691 404.063L176.633 404.048L176.589 404.036L176.526 404.019L176.463 404.011C176.25 403.982 176.047 404.014 175.868 404.086L175.868 404.086L172.36 405.494L172.287 405.523L172.22 405.563L172.175 405.59L172.108 405.629L172.049 405.679C171.775 405.905 171.62 406.241 171.62 406.593V408.322C171.579 408.305 171.538 408.286 171.498 408.267C171.115 409.168 170.222 409.801 169.181 409.801C168.097 409.801 167.173 409.115 166.819 408.153C166.664 408.186 166.503 408.203 166.339 408.203C165.048 408.203 164.002 407.146 164.002 405.842C164.002 404.968 164.472 404.205 165.17 403.797C165.027 403.466 164.947 403.101 164.947 402.717C164.947 401.217 166.164 400.001 167.666 400.001C168.548 400.001 169.331 400.421 169.828 401.07ZM177.311 405.387L177.761 405.567C177.697 405.718 177.622 405.863 177.536 406H174V406.99L173.62 407.142V407.143V408.162C173.325 408.343 172.985 408.458 172.62 408.484V407.142V406.593C172.62 406.535 172.645 406.483 172.686 406.449L172.732 406.422L173.248 406.215L175.936 405.136L176.24 405.014C176.27 405.002 176.3 404.998 176.33 405.002L176.375 405.014L177.311 405.387Z' fill='%2300A1E0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M166.033 405.113C166.029 405.109 166.022 405.102 166.03 405.083L166.086 404.926C166.095 404.899 166.116 404.908 166.124 404.913C166.131 404.917 166.136 404.921 166.143 404.925L166.143 404.925L166.143 404.925L166.143 404.925L166.143 404.925C166.151 404.93 166.16 404.936 166.171 404.943C166.338 405.048 166.493 405.049 166.541 405.049C166.666 405.049 166.744 404.983 166.744 404.894V404.889C166.744 404.792 166.625 404.756 166.487 404.713L166.486 404.713L166.456 404.704C166.266 404.649 166.064 404.572 166.064 404.332V404.327C166.064 404.099 166.247 403.941 166.51 403.941L166.539 403.94C166.693 403.94 166.842 403.985 166.95 404.051C166.96 404.057 166.969 404.068 166.964 404.083C166.959 404.097 166.911 404.226 166.906 404.24C166.895 404.267 166.868 404.249 166.868 404.249C166.773 404.197 166.626 404.156 166.503 404.156C166.392 404.156 166.32 404.215 166.32 404.295V404.3C166.32 404.394 166.442 404.434 166.585 404.48L166.585 404.48L166.609 404.488C166.798 404.548 167 404.63 167 404.858V404.862C167 405.108 166.821 405.261 166.534 405.261C166.393 405.261 166.258 405.239 166.115 405.163L166.099 405.154C166.077 405.142 166.056 405.13 166.036 405.115C166.035 405.114 166.034 405.113 166.033 405.113ZM170.238 405.113C170.233 405.109 170.226 405.102 170.234 405.083L170.29 404.926C170.299 404.9 170.323 404.91 170.328 404.913L170.338 404.919C170.349 404.927 170.36 404.934 170.376 404.943C170.542 405.048 170.697 405.049 170.745 405.049C170.87 405.049 170.948 404.983 170.948 404.894V404.889C170.948 404.792 170.829 404.756 170.691 404.713L170.69 404.713L170.66 404.704C170.47 404.649 170.268 404.572 170.268 404.332V404.327C170.268 404.099 170.451 403.941 170.714 403.941L170.743 403.94C170.897 403.94 171.046 403.985 171.154 404.051C171.164 404.057 171.174 404.068 171.168 404.083C171.163 404.097 171.115 404.226 171.11 404.24C171.1 404.267 171.072 404.249 171.072 404.249C170.977 404.197 170.831 404.156 170.707 404.156C170.596 404.156 170.524 404.215 170.524 404.295V404.3C170.524 404.394 170.647 404.434 170.789 404.48L170.789 404.48L170.814 404.488C171.003 404.548 171.204 404.63 171.204 404.858V404.862C171.204 405.108 171.025 405.261 170.738 405.261C170.597 405.261 170.462 405.239 170.32 405.163L170.303 405.154C170.282 405.142 170.261 405.13 170.24 405.115C170.239 405.114 170.238 405.113 170.238 405.113ZM173.104 404.602C173.104 404.741 173.078 404.85 173.027 404.927C172.976 405.004 172.9 405.041 172.793 405.041C172.687 405.041 172.611 405.004 172.561 404.927C172.511 404.85 172.485 404.741 172.485 404.602C172.485 404.463 172.511 404.353 172.561 404.277C172.611 404.201 172.687 404.164 172.793 404.164C172.9 404.164 172.976 404.201 173.027 404.277C173.078 404.353 173.104 404.463 173.104 404.602ZM173.234 404.136C173.283 404.194 173.32 404.264 173.344 404.344C173.367 404.423 173.379 404.51 173.379 404.602C173.379 404.693 173.367 404.78 173.344 404.859C173.32 404.939 173.283 405.009 173.234 405.067C173.186 405.126 173.124 405.173 173.05 405.206C172.977 405.239 172.891 405.256 172.794 405.256C172.696 405.256 172.61 405.239 172.536 405.206C172.463 405.173 172.401 405.126 172.352 405.067C172.303 405.009 172.267 404.939 172.243 404.859C172.22 404.78 172.208 404.693 172.208 404.602C172.208 404.51 172.22 404.423 172.243 404.344C172.267 404.264 172.303 404.194 172.352 404.136C172.401 404.077 172.463 404.03 172.536 403.996C172.61 403.962 172.696 403.944 172.793 403.944C172.891 403.944 172.977 403.962 173.05 403.996C173.124 404.03 173.186 404.077 173.234 404.136ZM175.312 405.004C175.304 404.981 175.282 404.99 175.282 404.99C175.247 405.003 175.21 405.015 175.17 405.021C175.13 405.028 175.086 405.031 175.039 405.031C174.923 405.031 174.83 404.996 174.764 404.928C174.698 404.86 174.661 404.75 174.661 404.6C174.662 404.465 174.695 404.363 174.753 404.285C174.812 404.207 174.901 404.168 175.019 404.168C175.118 404.168 175.194 404.179 175.273 404.204C175.273 404.204 175.292 404.212 175.301 404.187L175.32 404.135C175.332 404.1 175.344 404.067 175.359 404.024C175.366 404.005 175.35 403.998 175.345 403.995C175.314 403.983 175.24 403.964 175.185 403.955C175.133 403.947 175.072 403.943 175.005 403.943C174.904 403.943 174.814 403.96 174.738 403.994C174.661 404.029 174.596 404.076 174.545 404.134C174.493 404.193 174.454 404.263 174.428 404.342C174.402 404.422 174.389 404.509 174.389 404.6C174.389 404.799 174.443 404.96 174.548 405.078C174.654 405.196 174.814 405.256 175.022 405.256C175.145 405.256 175.271 405.231 175.361 405.195C175.361 405.195 175.378 405.187 175.371 405.167L175.312 405.004ZM175.797 404.277C175.764 404.327 175.743 404.391 175.731 404.468H176.31C176.304 404.394 176.29 404.327 176.256 404.277C176.206 404.201 176.136 404.159 176.029 404.159C175.922 404.159 175.847 404.201 175.797 404.277ZM176.539 404.299C176.519 404.222 176.468 404.144 176.435 404.109C176.383 404.053 176.332 404.013 176.281 403.991C176.215 403.963 176.135 403.944 176.049 403.944C175.947 403.944 175.855 403.961 175.781 403.996C175.706 404.031 175.643 404.079 175.594 404.139C175.545 404.198 175.507 404.269 175.484 404.349C175.46 404.429 175.448 404.517 175.448 404.609C175.448 404.702 175.461 404.789 175.485 404.868C175.51 404.947 175.549 405.016 175.603 405.074C175.656 405.132 175.725 405.177 175.807 405.209C175.888 405.24 175.988 405.257 176.101 405.257C176.336 405.256 176.459 405.204 176.51 405.175C176.519 405.17 176.528 405.162 176.517 405.137L176.464 404.988C176.456 404.966 176.433 404.974 176.433 404.974L176.417 404.98C176.36 405.002 176.276 405.034 176.1 405.034C175.974 405.034 175.881 404.997 175.823 404.939C175.763 404.879 175.733 404.792 175.728 404.669L176.54 404.669C176.54 404.669 176.561 404.669 176.563 404.648L176.564 404.644C176.567 404.618 176.588 404.469 176.539 404.299ZM169.298 404.277C169.265 404.327 169.244 404.391 169.233 404.468H169.811C169.806 404.394 169.791 404.327 169.758 404.277C169.707 404.201 169.637 404.159 169.53 404.159C169.424 404.159 169.348 404.201 169.298 404.277ZM170.04 404.299C170.019 404.222 169.969 404.144 169.936 404.109C169.884 404.053 169.833 404.013 169.782 403.991C169.716 403.963 169.636 403.944 169.549 403.944C169.448 403.944 169.356 403.961 169.282 403.996C169.207 404.031 169.144 404.079 169.095 404.139C169.045 404.198 169.008 404.269 168.985 404.349C168.961 404.429 168.949 404.517 168.949 404.609C168.949 404.702 168.961 404.789 168.986 404.868C169.011 404.947 169.05 405.016 169.104 405.074C169.157 405.132 169.225 405.177 169.308 405.209C169.389 405.241 169.488 405.257 169.602 405.257C169.837 405.256 169.96 405.204 170.011 405.175C170.02 405.171 170.028 405.162 170.018 405.137L169.965 404.988C169.957 404.966 169.934 404.974 169.934 404.974L169.918 404.98C169.861 405.002 169.777 405.034 169.601 405.034C169.475 405.034 169.382 404.997 169.323 404.939C169.263 404.879 169.234 404.792 169.229 404.669L170.04 404.669C170.04 404.669 170.062 404.669 170.064 404.648L170.064 404.644C170.068 404.618 170.088 404.469 170.04 404.299ZM167.431 404.952C167.442 404.968 167.447 404.974 167.478 405C167.478 405 167.551 405.057 167.716 405.047C167.832 405.04 167.935 405.018 167.935 405.018H167.935V404.649C167.935 404.649 167.831 404.632 167.715 404.63C167.549 404.628 167.479 404.689 167.48 404.689C167.431 404.724 167.407 404.775 167.407 404.846C167.407 404.891 167.415 404.927 167.431 404.952ZM167.802 404.43C167.769 404.427 167.726 404.426 167.675 404.426C167.605 404.426 167.538 404.434 167.475 404.451C167.412 404.468 167.355 404.495 167.306 404.53C167.257 404.565 167.216 404.611 167.188 404.664C167.159 404.717 167.145 404.78 167.145 404.851C167.145 404.923 167.157 404.985 167.182 405.036C167.206 405.087 167.242 405.13 167.288 405.163C167.333 405.196 167.388 405.22 167.453 405.235C167.517 405.249 167.589 405.257 167.668 405.257C167.751 405.257 167.834 405.25 167.914 405.236C167.994 405.222 168.091 405.203 168.119 405.197C168.138 405.192 168.157 405.187 168.175 405.182C168.196 405.177 168.194 405.155 168.194 405.155L168.194 404.413C168.194 404.251 168.15 404.13 168.065 404.055C167.979 403.981 167.854 403.943 167.692 403.943C167.631 403.943 167.533 403.951 167.474 403.963C167.474 403.963 167.297 403.997 167.224 404.054C167.224 404.054 167.208 404.064 167.217 404.087L167.274 404.241C167.282 404.261 167.301 404.254 167.301 404.254C167.301 404.254 167.307 404.252 167.314 404.248C167.47 404.163 167.668 404.165 167.668 404.165C167.756 404.165 167.823 404.183 167.869 404.218C167.913 404.252 167.935 404.303 167.935 404.411V404.445C167.866 404.435 167.802 404.43 167.802 404.43ZM174.335 403.982C174.34 403.984 174.353 403.993 174.347 404.011C174.339 404.033 174.3 404.145 174.286 404.182C174.281 404.196 174.272 404.205 174.256 404.204C174.256 404.204 174.21 404.193 174.167 404.193C174.138 404.193 174.096 404.196 174.058 404.208C174.021 404.219 173.988 404.24 173.958 404.268C173.929 404.297 173.905 404.337 173.887 404.388C173.869 404.439 173.86 404.52 173.86 404.601V405.205C173.86 405.219 173.849 405.23 173.836 405.23H173.622C173.609 405.23 173.598 405.219 173.598 405.205V403.995C173.598 403.981 173.607 403.97 173.621 403.97H173.829C173.843 403.97 173.852 403.981 173.852 403.995V404.094C173.883 404.052 173.939 404.015 173.99 403.993C174.04 403.97 174.097 403.953 174.199 403.959C174.252 403.962 174.321 403.977 174.335 403.982Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M172.265 403.431C172.295 403.437 172.319 403.442 172.345 403.45C172.35 403.453 172.366 403.46 172.36 403.479L172.298 403.649C172.293 403.662 172.289 403.67 172.262 403.662C172.256 403.66 172.246 403.657 172.221 403.651C172.203 403.648 172.179 403.645 172.154 403.645C172.122 403.645 172.093 403.649 172.067 403.657C172.042 403.665 172.019 403.68 171.999 403.699C171.979 403.72 171.955 403.75 171.942 403.786C171.917 403.859 171.905 403.936 171.901 403.961C171.9 403.966 171.9 403.968 171.899 403.969H172.159C172.181 403.969 172.187 403.979 172.185 403.995L172.155 404.164C172.151 404.188 172.128 404.188 172.128 404.188H171.861L171.678 405.222C171.659 405.329 171.635 405.421 171.606 405.495C171.578 405.569 171.548 405.624 171.501 405.676C171.457 405.724 171.408 405.76 171.351 405.781C171.295 405.801 171.227 405.812 171.152 405.812C171.116 405.812 171.078 405.811 171.033 405.8C171.001 405.793 170.983 405.787 170.959 405.779C170.949 405.775 170.941 405.762 170.946 405.746C170.952 405.73 171 405.599 171.007 405.581C171.015 405.56 171.036 405.568 171.036 405.568C171.05 405.574 171.061 405.579 171.08 405.582C171.099 405.586 171.125 405.59 171.145 405.59C171.18 405.59 171.212 405.585 171.24 405.576C171.274 405.565 171.294 405.545 171.315 405.519C171.336 405.491 171.353 405.453 171.371 405.403C171.389 405.352 171.406 405.285 171.42 405.203L171.602 404.188H171.422C171.401 404.188 171.394 404.178 171.396 404.162L171.426 403.993C171.431 403.968 171.453 403.969 171.453 403.969H171.638L171.648 403.914C171.675 403.751 171.73 403.627 171.811 403.546C171.892 403.464 172.008 403.423 172.154 403.423C172.196 403.423 172.234 403.426 172.265 403.431ZM168.696 405.23C168.71 405.23 168.72 405.219 168.72 405.205V403.474C168.72 403.46 168.71 403.449 168.696 403.449H168.481C168.468 403.449 168.458 403.46 168.458 403.474V405.205C168.458 405.219 168.468 405.23 168.481 405.23H168.696Z' fill='white'/%3e%3cpath d='M176.33 405.002L176.375 405.014L179.892 406.417C179.943 406.441 179.981 406.482 179.997 406.534L180.005 406.588V409.431C180.005 411.46 178.69 413.133 176.756 413.875L176.518 413.962C176.291 414.034 176.21 414.005 175.868 413.875C174.01 413.156 172.718 411.582 172.625 409.655L172.62 409.431V406.593C172.62 406.535 172.645 406.483 172.686 406.449L172.732 406.422L176.24 405.014C176.27 405.002 176.3 404.998 176.33 405.002ZM176.308 406.063L173.62 407.142V409.633C174.989 409.633 175.476 409.655 176.294 409.655C176.308 411.49 176.294 411.474 176.294 412.974C176.321 412.997 176.365 412.956 176.398 412.942C177.935 412.352 178.917 411.1 178.999 409.633L176.294 409.655L176.308 406.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M255 399H267V405H266.425C265.998 405 265.658 405.214 265.448 405.5H262.87C263.204 405.776 263.47 406.112 263.659 406.5H265.004L264.604 407.5H263.96C263.987 407.685 264 407.876 264 408.074V409.238H264L264 409.238C263.996 409.482 264.062 409.719 264.185 409.921C264.373 410.231 264.737 410.513 265.225 410.513L265.133 411H255V408.5H253.75V407.5H255V405.5H253.75V404.5H255V402.5H253.75V401.5H255V399ZM266.425 406H267V411H266.151L266.433 409.513H265.225C265.068 409.513 264.959 409.334 265.015 409.166L266.215 406.165C266.248 406.066 266.332 406 266.425 406ZM265.516 402.5H262.646C262.541 402.129 262.361 401.79 262.121 401.5H265.516V402.5ZM262.739 403.5C262.707 403.857 262.606 404.195 262.45 404.5L265.516 404.5V403.5L262.739 403.5ZM261.75 403.25C261.75 404.216 260.966 405 260 405C259.034 405 258.25 404.216 258.25 403.25C258.25 402.284 259.034 401.5 260 401.5C260.966 401.5 261.75 402.284 261.75 403.25ZM260.203 405.656C261.75 405.656 263 406.379 263 408.074V408.5L257 408.5V408.074C257 406.379 258.25 405.656 259.797 405.656L260.203 405.656Z' fill='white'/%3e%3cpath d='M266.433 409.513H265.225C265.068 409.513 264.959 409.334 265.015 409.166L266.215 406.165C266.248 406.066 266.332 406 266.425 406H267.95C268.109 406 268.218 406.184 268.158 406.353L267.459 408.304H268.775C268.968 408.304 269.071 408.564 268.944 408.729L266.219 412.912C266.062 413.115 265.772 412.939 265.833 412.677L266.433 409.513Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M219 399H231V405H230.425C229.853 405 229.439 405.383 229.28 405.809L228.076 408.822L228.067 408.849C227.942 409.221 227.998 409.612 228.185 409.921C228.373 410.231 228.737 410.513 229.225 410.513L229.133 411H219V408.5H217.75V407.5H219V405.5H217.75V404.5H219V402.5H217.75V401.5H219V399Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M224 405C224.966 405 225.75 404.216 225.75 403.25C225.75 402.284 224.966 401.5 224 401.5C223.034 401.5 222.25 402.284 222.25 403.25C222.25 404.216 223.034 405 224 405ZM227 408.074C227 406.379 225.75 405.656 224.203 405.656L223.797 405.656C222.25 405.656 221 406.379 221 408.074V408.5L227 408.5V408.074Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M226.87 405.5C227.204 405.776 227.469 406.112 227.659 406.5H229.004L229.28 405.809C229.32 405.702 229.376 405.597 229.447 405.5H226.87ZM228.604 407.5L228.075 408.822L228.066 408.849C228.023 408.978 228.002 409.109 228 409.238H228V408.074C228 407.876 227.986 407.685 227.96 407.5H228.604ZM226.45 404.5C226.606 404.195 226.706 403.857 226.738 403.5L229.515 403.5V404.5L226.45 404.5ZM229.515 402.5H226.646C226.541 402.129 226.36 401.79 226.121 401.5H229.515V402.5Z' fill='white'/%3e%3cpath d='M230.433 409.513H229.225C229.068 409.513 228.959 409.334 229.015 409.166L230.215 406.165C230.248 406.066 230.332 406 230.425 406H231.95C232.109 406 232.218 406.184 232.158 406.353L231.459 408.304H232.775C232.968 408.304 233.071 408.564 232.944 408.729L230.219 412.912C230.062 413.115 229.772 412.939 229.833 412.677L230.433 409.513Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M237 399H249V405H248.425C247.853 405 247.439 405.383 247.28 405.809L246.076 408.822L246.067 408.849C245.942 409.221 245.998 409.612 246.185 409.921C246.373 410.231 246.737 410.513 247.225 410.513L247.133 411H237V408.5H235.75V407.5H237V405.5H235.75V404.5H237V402.5H235.75V401.5H237V399Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M242 405C242.966 405 243.75 404.216 243.75 403.25C243.75 402.284 242.966 401.5 242 401.5C241.034 401.5 240.25 402.284 240.25 403.25C240.25 404.216 241.034 405 242 405ZM245 408.074C245 406.379 243.75 405.656 242.203 405.656L241.797 405.656C240.25 405.656 239 406.379 239 408.074V408.5L245 408.5V408.074Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M244.87 405.5C245.204 405.776 245.469 406.112 245.659 406.5H247.004L247.28 405.809C247.32 405.702 247.376 405.597 247.447 405.5H244.87ZM246.604 407.5L246.075 408.822L246.066 408.849C246.023 408.978 246.002 409.109 246 409.238H246V408.074C246 407.876 245.986 407.685 245.96 407.5H246.604ZM244.45 404.5C244.606 404.195 244.706 403.857 244.738 403.5L247.515 403.5V404.5L244.45 404.5ZM247.515 402.5H244.646C244.541 402.129 244.36 401.79 244.121 401.5H247.515V402.5Z' fill='white'/%3e%3cpath d='M248.433 409.513H247.225C247.068 409.513 246.959 409.334 247.015 409.166L248.215 406.165C248.248 406.066 248.332 406 248.425 406H249.95C250.109 406 250.218 406.184 250.158 406.353L249.459 408.304H250.775C250.968 408.304 251.071 408.564 250.944 408.729L248.219 412.912C248.062 413.115 247.772 412.939 247.833 412.677L248.433 409.513Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M189.632 409.789C188.683 410.167 187.605 410.384 186.403 410.384C184.781 410.384 183.271 409.929 182 409.149C182.225 409.175 182.454 409.187 182.685 409.187C184.031 409.187 185.27 408.748 186.253 408.011C184.995 407.989 183.935 407.195 183.569 406.103C183.744 406.135 183.924 406.153 184.109 406.153C184.371 406.153 184.625 406.119 184.867 406.056C183.552 405.804 182.562 404.693 182.562 403.362C182.562 403.35 182.562 403.339 182.563 403.327C182.95 403.533 183.392 403.657 183.864 403.671C183.092 403.179 182.585 402.337 182.585 401.384C182.585 400.881 182.728 400.409 182.974 400.003C184.391 401.665 186.508 402.759 188.895 402.874C188.846 402.673 188.82 402.463 188.82 402.247C188.82 400.73 190.107 399.5 191.693 399.5C192.519 399.5 193.265 399.834 193.79 400.368C194.444 400.245 195.059 400.016 195.614 399.701C195.399 400.343 194.944 400.881 194.351 401.221C194.932 401.154 195.485 401.007 196 400.788C195.616 401.339 195.128 401.823 194.567 402.211C194.573 402.329 194.575 402.447 194.575 402.566C194.575 403.04 194.526 403.524 194.429 404.006C194.229 403.985 194.037 404.018 193.868 404.085L190.288 405.522L190.108 405.629L190.049 405.679C189.775 405.905 189.62 406.241 189.62 406.592V409.443L189.626 409.691L189.627 409.703C189.628 409.732 189.63 409.761 189.632 409.789Z' fill='%231DA1F2'/%3e%3cpath d='M194.33 405.002L194.375 405.014L197.892 406.417C197.943 406.441 197.981 406.482 197.997 406.534L198.005 406.588V409.431C198.005 411.46 196.69 413.133 194.756 413.875L194.518 413.962C194.291 414.034 194.21 414.005 193.868 413.875C192.01 413.156 190.718 411.582 190.625 409.655L190.62 409.431V406.593C190.62 406.535 190.645 406.483 190.686 406.449L190.732 406.422L194.24 405.014C194.27 405.002 194.3 404.998 194.33 405.002ZM194.308 406.063L191.62 407.142V409.633C192.989 409.633 193.476 409.655 194.294 409.655C194.308 411.49 194.294 411.474 194.294 412.974C194.321 412.997 194.365 412.956 194.398 412.942C195.935 412.352 196.917 411.1 196.999 409.633L194.294 409.655L194.308 406.063Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M200 401.156L204.118 398.5L207 400.876L202.848 403.409L200 401.156ZM207 400.876L209.882 398.5L214 401.156L211.152 403.409L207 400.876ZM204.118 408.318L200 405.662L202.848 403.409L207 405.942L211.152 403.409L211.965 404.051C211.932 404.061 211.9 404.073 211.868 404.085L208.288 405.522L208.108 405.629L208.049 405.679C207.81 405.876 207.662 406.157 207.628 406.459L207 405.942L204.118 408.318ZM207.62 406.954L207.009 406.453L204.119 408.822L202.882 408.024V408.919L207.009 411.363L207.813 410.887C207.71 410.509 207.647 410.113 207.627 409.703L207.626 409.691L207.62 409.443V406.954Z' fill='%23007EE5'/%3e%3cpath d='M212.33 405.002L212.375 405.014L215.892 406.417C215.943 406.441 215.981 406.482 215.997 406.534L216.005 406.588V409.431C216.005 411.46 214.69 413.133 212.756 413.875L212.518 413.962C212.291 414.034 212.21 414.005 211.868 413.875C210.01 413.156 208.718 411.582 208.625 409.655L208.62 409.431V406.593C208.62 406.535 208.645 406.483 208.686 406.449L208.732 406.422L212.24 405.014C212.27 405.002 212.3 404.998 212.33 405.002ZM212.308 406.063L209.62 407.142V409.633C210.989 409.633 211.476 409.655 212.294 409.655C212.308 411.49 212.294 411.474 212.294 412.974C212.321 412.997 212.365 412.956 212.398 412.942C213.935 412.352 214.917 411.1 214.999 409.633L212.294 409.655L212.308 406.063Z' fill='%2335383A'/%3e%3cpath d='M579 297C579 300.314 581.686 303 585 303C588.314 303 591 300.314 591 297C591 293.686 588.314 291 585 291' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M579 295.5L581 298.5H577L579 295.5Z' fill='%2335383A'/%3e%3ccircle cx='585' cy='297' r='4' stroke='%2335383A'/%3e%3cpath d='M584.5 295.5V297.5H586.5' stroke='%2335383A'/%3e%3cpath d='M579 315C579 318.314 581.686 321 585 321C588.314 321 591 318.314 591 315C591 311.686 588.314 309 585 309' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M579 313.5L581 316.5H577L579 313.5Z' fill='%239A9A9A'/%3e%3ccircle cx='585' cy='315' r='4' stroke='%239A9A9A'/%3e%3cpath d='M584.5 313.5V315.5H586.5' stroke='%239A9A9A'/%3e%3cpath d='M579 333C579 336.314 581.686 339 585 339C588.314 339 591 336.314 591 333C591 329.686 588.314 327 585 327' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M579 331.5L581 334.5H577L579 331.5Z' fill='white'/%3e%3ccircle cx='585' cy='333' r='4' stroke='white'/%3e%3cpath d='M584.5 331.5V333.5H586.5' stroke='white'/%3e%3cpath d='M609.5 293.5V303C609.5 303.276 609.276 303.5 609 303.5H597C596.724 303.5 596.5 303.276 596.5 303V293.5H609.5Z' stroke='%2335383A'/%3e%3cpath d='M606.5 297.5V300.5H602.5V297.5H606.5Z' fill='%2335383A' stroke='%2335383A'/%3e%3cpath d='M596 292C596 291.448 596.448 291 597 291H609C609.552 291 610 291.448 610 292V294H596V292Z' fill='%2335383A'/%3e%3crect x='598' y='290' width='1' height='3' rx='0.5' fill='%2335383A'/%3e%3crect x='607' y='290' width='1' height='3' rx='0.5' fill='%2335383A'/%3e%3cpath d='M609.5 311.5V321C609.5 321.276 609.276 321.5 609 321.5H597C596.724 321.5 596.5 321.276 596.5 321V311.5H609.5Z' stroke='%239A9A9A'/%3e%3cpath d='M606.5 315.5V318.5H602.5V315.5H606.5Z' fill='%239A9A9A' stroke='%239A9A9A'/%3e%3cpath d='M596 310C596 309.448 596.448 309 597 309H609C609.552 309 610 309.448 610 310V312H596V310Z' fill='%239A9A9A'/%3e%3crect x='598' y='308' width='1' height='3' rx='0.5' fill='%239A9A9A'/%3e%3crect x='607' y='308' width='1' height='3' rx='0.5' fill='%239A9A9A'/%3e%3cpath d='M609.5 329.5V339C609.5 339.276 609.276 339.5 609 339.5H597C596.724 339.5 596.5 339.276 596.5 339V329.5H609.5Z' stroke='white'/%3e%3cpath d='M606.5 333.5V336.5H602.5V333.5H606.5Z' fill='white' stroke='white'/%3e%3cpath d='M596 328C596 327.448 596.448 327 597 327H609C609.552 327 610 327.448 610 328V330H596V328Z' fill='white'/%3e%3crect x='598' y='326' width='1' height='3' rx='0.5' fill='white'/%3e%3crect x='607' y='326' width='1' height='3' rx='0.5' fill='white'/%3e%3cpath d='M384.466 345.8L387.028 343.5L389.466 345.8' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M387.004 343.849L387.004 349.3' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M394.569 353.85L395.28 357.218L392.069 358.18' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M394.99 357.023L390.326 354.312' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M379.412 353.85L378.701 357.218L381.912 358.18' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M378.991 357.023L383.607 354.374' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3ccircle cx='386.92' cy='352.85' r='3.5' stroke='%2335383A'/%3e%3cpath d='M384.466 363.8L387.028 361.5L389.466 363.8' stroke='%230E6FF9' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M387.004 361.849L387.004 367.3' stroke='%230E6FF9' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M394.569 371.85L395.28 375.218L392.069 376.18' stroke='%230E6FF9' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M394.99 375.023L390.326 372.312' stroke='%230E6FF9' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M379.412 371.85L378.701 375.218L381.912 376.18' stroke='%230E6FF9' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M378.991 375.023L383.607 372.374' stroke='%230E6FF9' stroke-linecap='round' stroke-linejoin='round'/%3e%3ccircle cx='386.92' cy='370.85' r='3.5' stroke='%230E6FF9'/%3e%3cpath d='M384.466 381.8L387.028 379.5L389.466 381.8' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M387.004 379.849L387.004 385.3' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M394.569 389.85L395.28 393.218L392.069 394.18' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M394.99 393.023L390.326 390.312' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M379.412 389.85L378.701 393.218L381.912 394.18' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M378.991 393.023L383.607 390.374' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3ccircle cx='386.92' cy='388.85' r='3.5' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M362 381H365.92V393H362V381ZM372.08 381H376V385.803C375.118 385.292 374.093 385 373 385C372.687 385 372.38 385.024 372.08 385.07V381ZM370.96 385.356V381H367.04V390.303C367.305 388.012 368.86 386.115 370.96 385.356ZM367.04 391.697V393H367.341C367.195 392.585 367.092 392.148 367.04 391.697ZM363.12 389H364.8V389.571H363.12V389ZM363.12 390.143H364.8V390.714H363.12V390.143ZM364.8 391.286H363.12V391.857H364.8V391.286Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M378 391C378 393.761 375.761 396 373 396C370.239 396 368 393.761 368 391C368 388.239 370.239 386 373 386C375.761 386 378 388.239 378 391ZM370.481 393.576H371.674C371.748 393.576 371.807 393.516 371.807 393.443V388.405C371.807 388.332 371.748 388.273 371.674 388.273H370.481C370.408 388.273 370.349 388.332 370.349 388.405V393.443C370.349 393.516 370.408 393.576 370.481 393.576ZM375.519 393.576H374.326C374.253 393.576 374.193 393.516 374.193 393.443V388.936C374.193 388.862 374.253 388.803 374.326 388.803H375.519C375.592 388.803 375.652 388.862 375.652 388.936V393.443C375.652 393.516 375.592 393.576 375.519 393.576ZM372.536 393.576H373.464C373.537 393.576 373.597 393.516 373.597 393.443V390.129C373.597 390.055 373.537 389.996 373.464 389.996H372.536C372.463 389.996 372.403 390.055 372.403 390.129V393.443C372.403 393.516 372.463 393.576 372.536 393.576ZM376.182 394.106H369.818V393.841H376.182V394.106Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M362 363H365.92V375H362V363ZM372.08 363H376V367.803C375.118 367.292 374.093 367 373 367C372.687 367 372.38 367.024 372.08 367.07V363ZM370.96 367.356V363H367.04V372.303C367.305 370.012 368.86 368.115 370.96 367.356ZM367.04 373.697V375H367.341C367.195 374.585 367.092 374.148 367.04 373.697ZM363.12 371H364.8V371.571H363.12V371ZM363.12 372.143H364.8V372.714H363.12V372.143ZM364.8 373.286H363.12V373.857H364.8V373.286Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M378 373C378 375.761 375.761 378 373 378C370.239 378 368 375.761 368 373C368 370.239 370.239 368 373 368C375.761 368 378 370.239 378 373ZM370.481 375.576H371.674C371.748 375.576 371.807 375.516 371.807 375.443V370.405C371.807 370.332 371.748 370.273 371.674 370.273H370.481C370.408 370.273 370.349 370.332 370.349 370.405V375.443C370.349 375.516 370.408 375.576 370.481 375.576ZM375.519 375.576H374.326C374.253 375.576 374.193 375.516 374.193 375.443V370.936C374.193 370.862 374.253 370.803 374.326 370.803H375.519C375.592 370.803 375.652 370.862 375.652 370.936V375.443C375.652 375.516 375.592 375.576 375.519 375.576ZM372.536 375.576H373.464C373.537 375.576 373.597 375.516 373.597 375.443V372.129C373.597 372.055 373.537 371.996 373.464 371.996H372.536C372.463 371.996 372.403 372.055 372.403 372.129V375.443C372.403 375.516 372.463 375.576 372.536 375.576ZM376.182 376.106H369.818V375.841H376.182V376.106Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M362 345H365.92V357H362V345ZM372.08 345H376V349.803C375.118 349.292 374.093 349 373 349C372.687 349 372.38 349.024 372.08 349.07V345ZM370.96 349.356V345H367.04V354.303C367.305 352.012 368.86 350.115 370.96 349.356ZM367.04 355.697V357H367.341C367.195 356.585 367.092 356.148 367.04 355.697ZM363.12 353H364.8V353.571H363.12V353ZM363.12 354.143H364.8V354.714H363.12V354.143ZM364.8 355.286H363.12V355.857H364.8V355.286Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M378 355C378 357.761 375.761 360 373 360C370.239 360 368 357.761 368 355C368 352.239 370.239 350 373 350C375.761 350 378 352.239 378 355ZM370.481 357.576H371.674C371.748 357.576 371.807 357.516 371.807 357.443V352.405C371.807 352.332 371.748 352.273 371.674 352.273H370.481C370.408 352.273 370.349 352.332 370.349 352.405V357.443C370.349 357.516 370.408 357.576 370.481 357.576ZM375.519 357.576H374.326C374.253 357.576 374.193 357.516 374.193 357.443V352.936C374.193 352.862 374.253 352.803 374.326 352.803H375.519C375.592 352.803 375.652 352.862 375.652 352.936V357.443C375.652 357.516 375.592 357.576 375.519 357.576ZM372.536 357.576H373.464C373.537 357.576 373.597 357.516 373.597 357.443V354.129C373.597 354.055 373.537 353.996 373.464 353.996H372.536C372.463 353.996 372.403 354.055 372.403 354.129V357.443C372.403 357.516 372.463 357.576 372.536 357.576ZM376.182 358.106H369.818V357.841H376.182V358.106Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M344 381H347.92V393H344V381ZM354.08 381H358V386.34C357.883 386.332 357.764 386.328 357.642 386.327C356.985 385.198 356.078 384.5 355.077 384.5C354.732 384.5 354.397 384.583 354.08 384.739V381ZM352.96 385.673V381H349.04V393H349.363C349.295 392.313 349.506 391.541 349.948 390.77C349.298 389.636 349.147 388.502 349.648 387.635C350.148 386.768 351.206 386.332 352.512 386.327C352.651 386.089 352.801 385.87 352.96 385.673ZM345.12 389H346.8V389.571H345.12V389ZM345.12 390.143H346.8V390.714H345.12V390.143ZM346.8 391.286H345.12V391.857H346.8V391.286Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M356.521 393.94C356.503 393.979 356.485 394.017 356.466 394.055C356.019 394.948 355.509 395.281 355.116 395.281C354.723 395.281 354.213 394.948 353.766 394.055C353.748 394.017 353.729 393.979 353.711 393.94C354.161 393.846 354.634 393.702 355.116 393.509C355.598 393.702 356.071 393.846 356.521 393.94ZM354.363 393.171C354.062 393.268 353.771 393.344 353.492 393.397C353.399 393.129 353.318 392.839 353.252 392.53C353.428 392.646 353.61 392.759 353.798 392.867C353.986 392.976 354.174 393.077 354.363 393.171ZM356.74 393.397C356.461 393.344 356.169 393.268 355.869 393.171C356.058 393.077 356.246 392.975 356.434 392.867C356.622 392.758 356.804 392.646 356.98 392.53C356.914 392.839 356.833 393.129 356.74 393.397ZM356.147 392.369C356.492 392.17 356.814 391.957 357.11 391.736C357.154 391.368 357.177 390.983 357.177 390.584C357.177 390.186 357.154 389.8 357.11 389.433C356.814 389.212 356.492 388.999 356.146 388.799C355.801 388.6 355.456 388.427 355.116 388.281C354.776 388.427 354.431 388.6 354.086 388.799C353.741 388.998 353.418 389.211 353.122 389.433C353.078 389.8 353.055 390.186 353.055 390.584C353.055 390.983 353.078 391.368 353.122 391.736C353.418 391.957 353.74 392.17 354.085 392.369C354.431 392.568 354.776 392.741 355.116 392.887C355.456 392.741 355.802 392.568 356.147 392.369ZM357.32 393.479C357.463 393.043 357.575 392.561 357.649 392.047C358.057 391.726 358.419 391.388 358.725 391.045C358.749 391.081 358.773 391.116 358.796 391.151C359.347 391.984 359.38 392.593 359.184 392.933C358.987 393.273 358.443 393.548 357.447 393.488C357.405 393.486 357.362 393.483 357.32 393.479ZM357.733 391.225C357.967 391.014 358.179 390.799 358.364 390.584C358.179 390.37 357.967 390.155 357.733 389.943C357.746 390.153 357.752 390.367 357.752 390.584C357.752 390.801 357.746 391.015 357.733 391.225ZM359.682 393.22C360.08 392.531 359.825 391.561 359.101 390.584C359.826 389.608 360.08 388.637 359.682 387.948C359.284 387.259 358.316 386.993 357.109 387.132C356.625 386.017 355.912 385.312 355.116 385.312C354.32 385.312 353.607 386.017 353.123 387.133C351.916 386.994 350.948 387.259 350.55 387.948C350.152 388.637 350.406 389.608 351.131 390.584C350.407 391.561 350.153 392.531 350.551 393.22C350.948 393.909 351.916 394.174 353.123 394.035C353.607 395.151 354.32 395.856 355.116 395.856C355.912 395.856 356.625 395.151 357.109 394.036C358.316 394.175 359.284 393.909 359.682 393.22ZM357.447 387.68C357.405 387.682 357.363 387.685 357.319 387.689C357.463 388.126 357.575 388.608 357.649 389.122C358.058 389.443 358.419 389.781 358.725 390.124C358.75 390.088 358.774 390.053 358.797 390.017C359.347 389.184 359.381 388.576 359.184 388.235C358.988 387.895 358.444 387.62 357.447 387.68ZM356.466 387.113C356.485 387.151 356.503 387.189 356.521 387.228C356.071 387.322 355.598 387.466 355.116 387.659C354.634 387.466 354.161 387.322 353.711 387.228C353.729 387.189 353.748 387.151 353.766 387.113C354.213 386.22 354.723 385.887 355.116 385.887C355.509 385.887 356.019 386.22 356.466 387.113ZM356.74 387.771C356.461 387.825 356.169 387.9 355.869 387.997C356.057 388.091 356.246 388.193 356.434 388.301C356.622 388.41 356.804 388.523 356.98 388.639C356.914 388.33 356.833 388.039 356.74 387.771ZM353.492 387.771C353.771 387.825 354.063 387.9 354.363 387.997C354.175 388.091 353.986 388.193 353.798 388.301C353.61 388.41 353.428 388.522 353.252 388.639C353.318 388.33 353.399 388.039 353.492 387.771ZM352.913 387.689C352.769 388.126 352.657 388.608 352.583 389.122C352.175 389.443 351.813 389.781 351.507 390.124C351.482 390.088 351.458 390.053 351.435 390.018C350.885 389.184 350.852 388.576 351.048 388.236C351.244 387.895 351.788 387.62 352.785 387.68C352.827 387.682 352.87 387.686 352.913 387.689ZM351.436 391.151C351.459 391.116 351.483 391.08 351.507 391.045C351.814 391.388 352.175 391.726 352.583 392.047C352.657 392.561 352.769 393.042 352.912 393.479C352.87 393.483 352.827 393.486 352.785 393.488C351.789 393.548 351.245 393.273 351.049 392.932C350.852 392.592 350.886 391.984 351.436 391.151ZM352.499 389.943C352.265 390.155 352.054 390.37 351.868 390.584C352.054 390.799 352.265 391.014 352.499 391.226C352.487 391.015 352.48 390.801 352.48 390.584C352.48 390.367 352.487 390.153 352.499 389.943ZM355.116 391.818C355.798 391.818 356.35 391.266 356.35 390.584C356.35 389.903 355.798 389.35 355.116 389.35C354.435 389.35 353.882 389.903 353.882 390.584C353.882 391.266 354.435 391.818 355.116 391.818ZM355.775 390.584C355.775 390.948 355.48 391.243 355.116 391.243C354.752 391.243 354.457 390.948 354.457 390.584C354.457 390.22 354.752 389.925 355.116 389.925C355.48 389.925 355.775 390.22 355.775 390.584Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M344 363H347.92V375H344V363ZM354.08 363H358V368.34C357.883 368.332 357.764 368.328 357.642 368.327C356.985 367.198 356.078 366.5 355.077 366.5C354.732 366.5 354.397 366.583 354.08 366.739V363ZM352.96 367.673V363H349.04V375H349.363C349.295 374.313 349.506 373.541 349.948 372.77C349.298 371.636 349.147 370.502 349.648 369.635C350.148 368.768 351.206 368.332 352.512 368.327C352.651 368.089 352.801 367.87 352.96 367.673ZM345.12 371H346.8V371.571H345.12V371ZM345.12 372.143H346.8V372.714H345.12V372.143ZM346.8 373.286H345.12V373.857H346.8V373.286Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M356.521 375.94C356.503 375.979 356.485 376.017 356.466 376.055C356.019 376.948 355.509 377.281 355.116 377.281C354.723 377.281 354.213 376.948 353.766 376.055C353.748 376.017 353.729 375.979 353.711 375.94C354.161 375.846 354.634 375.702 355.116 375.509C355.598 375.702 356.071 375.846 356.521 375.94ZM354.363 375.171C354.062 375.268 353.771 375.344 353.492 375.397C353.399 375.129 353.318 374.839 353.252 374.53C353.428 374.646 353.61 374.759 353.798 374.867C353.986 374.976 354.174 375.077 354.363 375.171ZM356.74 375.397C356.461 375.344 356.169 375.268 355.869 375.171C356.058 375.077 356.246 374.975 356.434 374.867C356.622 374.758 356.804 374.646 356.98 374.53C356.914 374.839 356.833 375.129 356.74 375.397ZM356.147 374.369C356.492 374.17 356.814 373.957 357.11 373.736C357.154 373.368 357.177 372.983 357.177 372.584C357.177 372.186 357.154 371.8 357.11 371.433C356.814 371.212 356.492 370.999 356.146 370.799C355.801 370.6 355.456 370.427 355.116 370.281C354.776 370.427 354.431 370.6 354.086 370.799C353.741 370.998 353.418 371.211 353.122 371.433C353.078 371.8 353.055 372.186 353.055 372.584C353.055 372.983 353.078 373.368 353.122 373.736C353.418 373.957 353.74 374.17 354.085 374.369C354.431 374.568 354.776 374.741 355.116 374.887C355.456 374.741 355.802 374.568 356.147 374.369ZM357.32 375.479C357.463 375.043 357.575 374.561 357.649 374.047C358.057 373.726 358.419 373.388 358.725 373.045C358.749 373.081 358.773 373.116 358.796 373.151C359.347 373.984 359.38 374.593 359.184 374.933C358.987 375.273 358.443 375.548 357.447 375.488C357.405 375.486 357.362 375.483 357.32 375.479ZM357.733 373.225C357.967 373.014 358.179 372.799 358.364 372.584C358.179 372.37 357.967 372.155 357.733 371.943C357.746 372.153 357.752 372.367 357.752 372.584C357.752 372.801 357.746 373.015 357.733 373.225ZM359.682 375.22C360.08 374.531 359.825 373.561 359.101 372.584C359.826 371.608 360.08 370.637 359.682 369.948C359.284 369.259 358.316 368.993 357.109 369.132C356.625 368.017 355.912 367.312 355.116 367.312C354.32 367.312 353.607 368.017 353.123 369.133C351.916 368.994 350.948 369.259 350.55 369.948C350.152 370.637 350.406 371.608 351.131 372.584C350.407 373.561 350.153 374.531 350.551 375.22C350.948 375.909 351.916 376.174 353.123 376.035C353.607 377.151 354.32 377.856 355.116 377.856C355.912 377.856 356.625 377.151 357.109 376.036C358.316 376.175 359.284 375.909 359.682 375.22ZM357.447 369.68C357.405 369.682 357.363 369.685 357.319 369.689C357.463 370.126 357.575 370.608 357.649 371.122C358.058 371.443 358.419 371.781 358.725 372.124C358.75 372.088 358.774 372.053 358.797 372.017C359.347 371.184 359.381 370.576 359.184 370.235C358.988 369.895 358.444 369.62 357.447 369.68ZM356.466 369.113C356.485 369.151 356.503 369.189 356.521 369.228C356.071 369.322 355.598 369.466 355.116 369.659C354.634 369.466 354.161 369.322 353.711 369.228C353.729 369.189 353.748 369.151 353.766 369.113C354.213 368.22 354.723 367.887 355.116 367.887C355.509 367.887 356.019 368.22 356.466 369.113ZM356.74 369.771C356.461 369.825 356.169 369.9 355.869 369.997C356.057 370.091 356.246 370.193 356.434 370.301C356.622 370.41 356.804 370.523 356.98 370.639C356.914 370.33 356.833 370.039 356.74 369.771ZM353.492 369.771C353.771 369.825 354.063 369.9 354.363 369.997C354.175 370.091 353.986 370.193 353.798 370.301C353.61 370.41 353.428 370.522 353.252 370.639C353.318 370.33 353.399 370.039 353.492 369.771ZM352.913 369.689C352.769 370.126 352.657 370.608 352.583 371.122C352.175 371.443 351.813 371.781 351.507 372.124C351.482 372.088 351.458 372.053 351.435 372.018C350.885 371.184 350.852 370.576 351.048 370.236C351.244 369.895 351.788 369.62 352.785 369.68C352.827 369.682 352.87 369.686 352.913 369.689ZM351.436 373.151C351.459 373.116 351.483 373.08 351.507 373.045C351.814 373.388 352.175 373.726 352.583 374.047C352.657 374.561 352.769 375.042 352.912 375.479C352.87 375.483 352.827 375.486 352.785 375.488C351.789 375.548 351.245 375.273 351.049 374.932C350.852 374.592 350.886 373.984 351.436 373.151ZM352.499 371.943C352.265 372.155 352.054 372.37 351.868 372.584C352.054 372.799 352.265 373.014 352.499 373.226C352.487 373.015 352.48 372.801 352.48 372.584C352.48 372.367 352.487 372.153 352.499 371.943ZM355.116 373.818C355.798 373.818 356.35 373.266 356.35 372.584C356.35 371.903 355.798 371.35 355.116 371.35C354.435 371.35 353.882 371.903 353.882 372.584C353.882 373.266 354.435 373.818 355.116 373.818ZM355.775 372.584C355.775 372.948 355.48 373.243 355.116 373.243C354.752 373.243 354.457 372.948 354.457 372.584C354.457 372.22 354.752 371.925 355.116 371.925C355.48 371.925 355.775 372.22 355.775 372.584Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M344 345H347.92V357H344V345ZM354.08 345H358V350.34C357.883 350.332 357.764 350.328 357.642 350.327C356.985 349.198 356.078 348.5 355.077 348.5C354.732 348.5 354.397 348.583 354.08 348.739V345ZM352.96 349.673V345H349.04V357H349.363C349.295 356.313 349.506 355.541 349.948 354.77C349.298 353.636 349.147 352.502 349.648 351.635C350.148 350.768 351.206 350.332 352.512 350.327C352.651 350.089 352.801 349.87 352.96 349.673ZM345.12 353H346.8V353.571H345.12V353ZM345.12 354.143H346.8V354.714H345.12V354.143ZM346.8 355.286H345.12V355.857H346.8V355.286Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M356.521 357.94C356.503 357.979 356.485 358.017 356.466 358.055C356.019 358.948 355.509 359.281 355.116 359.281C354.723 359.281 354.213 358.948 353.766 358.055C353.748 358.017 353.729 357.979 353.711 357.94C354.161 357.846 354.634 357.702 355.116 357.509C355.598 357.702 356.071 357.846 356.521 357.94ZM354.363 357.171C354.062 357.268 353.771 357.344 353.492 357.397C353.399 357.129 353.318 356.839 353.252 356.53C353.428 356.646 353.61 356.759 353.798 356.867C353.986 356.976 354.174 357.077 354.363 357.171ZM356.74 357.397C356.461 357.344 356.169 357.268 355.869 357.171C356.058 357.077 356.246 356.975 356.434 356.867C356.622 356.758 356.804 356.646 356.98 356.53C356.914 356.839 356.833 357.129 356.74 357.397ZM356.147 356.369C356.492 356.17 356.814 355.957 357.11 355.736C357.154 355.368 357.177 354.983 357.177 354.584C357.177 354.186 357.154 353.8 357.11 353.433C356.814 353.212 356.492 352.999 356.146 352.799C355.801 352.6 355.456 352.427 355.116 352.281C354.776 352.427 354.431 352.6 354.086 352.799C353.741 352.998 353.418 353.211 353.122 353.433C353.078 353.8 353.055 354.186 353.055 354.584C353.055 354.983 353.078 355.368 353.122 355.736C353.418 355.957 353.74 356.17 354.085 356.369C354.431 356.568 354.776 356.741 355.116 356.887C355.456 356.741 355.802 356.568 356.147 356.369ZM357.32 357.479C357.463 357.043 357.575 356.561 357.649 356.047C358.057 355.726 358.419 355.388 358.725 355.045C358.749 355.081 358.773 355.116 358.796 355.151C359.347 355.984 359.38 356.593 359.184 356.933C358.987 357.273 358.443 357.548 357.447 357.488C357.405 357.486 357.362 357.483 357.32 357.479ZM357.733 355.225C357.967 355.014 358.179 354.799 358.364 354.584C358.179 354.37 357.967 354.155 357.733 353.943C357.746 354.153 357.752 354.367 357.752 354.584C357.752 354.801 357.746 355.015 357.733 355.225ZM359.682 357.22C360.08 356.531 359.825 355.561 359.101 354.584C359.826 353.608 360.08 352.637 359.682 351.948C359.284 351.259 358.316 350.993 357.109 351.132C356.625 350.017 355.912 349.312 355.116 349.312C354.32 349.312 353.607 350.017 353.123 351.133C351.916 350.994 350.948 351.259 350.55 351.948C350.152 352.637 350.406 353.608 351.131 354.584C350.407 355.561 350.153 356.531 350.551 357.22C350.948 357.909 351.916 358.174 353.123 358.035C353.607 359.151 354.32 359.856 355.116 359.856C355.912 359.856 356.625 359.151 357.109 358.036C358.316 358.175 359.284 357.909 359.682 357.22ZM357.447 351.68C357.405 351.682 357.363 351.685 357.319 351.689C357.463 352.126 357.575 352.608 357.649 353.122C358.058 353.443 358.419 353.781 358.725 354.124C358.75 354.088 358.774 354.053 358.797 354.017C359.347 353.184 359.381 352.576 359.184 352.235C358.988 351.895 358.444 351.62 357.447 351.68ZM356.466 351.113C356.485 351.151 356.503 351.189 356.521 351.228C356.071 351.322 355.598 351.466 355.116 351.659C354.634 351.466 354.161 351.322 353.711 351.228C353.729 351.189 353.748 351.151 353.766 351.113C354.213 350.22 354.723 349.887 355.116 349.887C355.509 349.887 356.019 350.22 356.466 351.113ZM356.74 351.771C356.461 351.825 356.169 351.9 355.869 351.997C356.057 352.091 356.246 352.193 356.434 352.301C356.622 352.41 356.804 352.523 356.98 352.639C356.914 352.33 356.833 352.039 356.74 351.771ZM353.492 351.771C353.771 351.825 354.063 351.9 354.363 351.997C354.175 352.091 353.986 352.193 353.798 352.301C353.61 352.41 353.428 352.522 353.252 352.639C353.318 352.33 353.399 352.039 353.492 351.771ZM352.913 351.689C352.769 352.126 352.657 352.608 352.583 353.122C352.175 353.443 351.813 353.781 351.507 354.124C351.482 354.088 351.458 354.053 351.435 354.018C350.885 353.184 350.852 352.576 351.048 352.236C351.244 351.895 351.788 351.62 352.785 351.68C352.827 351.682 352.87 351.686 352.913 351.689ZM351.436 355.151C351.459 355.116 351.483 355.08 351.507 355.045C351.814 355.388 352.175 355.726 352.583 356.047C352.657 356.561 352.769 357.042 352.912 357.479C352.87 357.483 352.827 357.486 352.785 357.488C351.789 357.548 351.245 357.273 351.049 356.932C350.852 356.592 350.886 355.984 351.436 355.151ZM352.499 353.943C352.265 354.155 352.054 354.37 351.868 354.584C352.054 354.799 352.265 355.014 352.499 355.226C352.487 355.015 352.48 354.801 352.48 354.584C352.48 354.367 352.487 354.153 352.499 353.943ZM355.116 355.818C355.798 355.818 356.35 355.266 356.35 354.584C356.35 353.903 355.798 353.35 355.116 353.35C354.435 353.35 353.882 353.903 353.882 354.584C353.882 355.266 354.435 355.818 355.116 355.818ZM355.775 354.584C355.775 354.948 355.48 355.243 355.116 355.243C354.752 355.243 354.457 354.948 354.457 354.584C354.457 354.22 354.752 353.925 355.116 353.925C355.48 353.925 355.775 354.22 355.775 354.584Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M556 297C556 300.866 552.866 304 549 304C545.134 304 542 300.866 542 297C542 293.134 545.134 290 549 290C552.866 290 556 293.134 556 297ZM546 294H548V300H546V294ZM552 294H550V300H552V294Z' fill='%23FFB132'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M405.994 345C408.123 345 409.849 346.725 409.849 348.852C409.849 348.903 409.848 348.953 409.846 349.002C407.156 349.084 405 351.29 405 354C405 354.342 405.034 354.677 405.1 355H399.865C398.283 355 397 353.769 397 352.154C397 350.745 397.977 349.569 399.277 349.292C399.238 349.14 399.218 348.981 399.218 348.818C399.218 347.716 400.142 346.823 401.281 346.823C401.74 346.823 402.163 346.968 402.505 347.212C403.122 345.905 404.452 345 405.994 345Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M410 358C412.209 358 414 356.209 414 354C414 351.791 412.209 350 410 350C407.791 350 406 351.791 406 354C406 356.209 407.791 358 410 358ZM410.167 351.348C410.088 351.23 409.913 351.23 409.834 351.348L408.274 353.689C408.185 353.822 408.28 354 408.44 354H409.301C409.411 354 409.501 354.09 409.501 354.2V356.3C409.501 356.41 409.59 356.5 409.701 356.5H410.301C410.411 356.5 410.501 356.41 410.501 356.3V354.2C410.501 354.09 410.59 354 410.701 354H411.561C411.721 354 411.816 353.822 411.728 353.689L410.167 351.348Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M405.994 363C408.123 363 409.849 364.725 409.849 366.852C409.849 366.903 409.848 366.953 409.846 367.002C407.156 367.084 405 369.29 405 372C405 372.342 405.034 372.677 405.1 373H399.865C398.283 373 397 371.769 397 370.154C397 368.745 397.977 367.569 399.277 367.292C399.238 367.14 399.218 366.981 399.218 366.818C399.218 365.716 400.142 364.823 401.281 364.823C401.74 364.823 402.163 364.968 402.505 365.212C403.122 363.905 404.452 363 405.994 363Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M410 376C412.209 376 414 374.209 414 372C414 369.791 412.209 368 410 368C407.791 368 406 369.791 406 372C406 374.209 407.791 376 410 376ZM410.167 369.348C410.088 369.23 409.913 369.23 409.834 369.348L408.274 371.689C408.185 371.822 408.28 372 408.44 372H409.301C409.411 372 409.501 372.09 409.501 372.2V374.3C409.501 374.41 409.59 374.5 409.701 374.5H410.301C410.411 374.5 410.501 374.41 410.501 374.3V372.2C410.501 372.09 410.59 372 410.701 372H411.561C411.721 372 411.816 371.822 411.728 371.689L410.167 369.348Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M405.994 381C408.123 381 409.849 382.725 409.849 384.852C409.849 384.903 409.848 384.953 409.846 385.002C407.156 385.084 405 387.29 405 390C405 390.342 405.034 390.677 405.1 391H399.865C398.283 391 397 389.769 397 388.154C397 386.745 397.977 385.569 399.277 385.292C399.238 385.14 399.218 384.981 399.218 384.818C399.218 383.716 400.142 382.823 401.281 382.823C401.74 382.823 402.163 382.968 402.505 383.212C403.122 381.905 404.452 381 405.994 381Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M410 394C412.209 394 414 392.209 414 390C414 387.791 412.209 386 410 386C407.791 386 406 387.791 406 390C406 392.209 407.791 394 410 394ZM410.167 387.348C410.088 387.23 409.913 387.23 409.834 387.348L408.274 389.689C408.185 389.822 408.28 390 408.44 390H409.301C409.411 390 409.501 390.09 409.501 390.2V392.3C409.501 392.41 409.59 392.5 409.701 392.5H410.301C410.411 392.5 410.501 392.41 410.501 392.3V390.2C410.501 390.09 410.59 390 410.701 390H411.561C411.721 390 411.816 389.822 411.728 389.689L410.167 387.348Z' fill='white'/%3e%3cg clip-path='url(%23clip19_15778_26381)'%3e%3ccircle cx='280.402' cy='407' r='2' fill='%2335383A'/%3e%3cpath d='M278.247 412.201C278.157 412.047 278.157 411.856 278.247 411.701L279.083 410.253C279.172 410.098 279.337 410.003 279.516 410.003L281.189 410.003C281.367 410.003 281.532 410.098 281.622 410.253L282.458 411.701C282.547 411.856 282.547 412.047 282.458 412.201L281.622 413.65C281.532 413.805 281.367 413.9 281.189 413.9L279.516 413.9C279.337 413.9 279.172 413.805 279.083 413.65L278.247 412.201Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M278.335 409.385L277.131 411.379C274.839 411.072 273.149 410.217 273 409.194V403.968C273 403.878 273.012 403.788 273.035 403.7C273.311 404.737 275.164 405.58 277.592 405.819C277.436 406.181 277.35 406.581 277.35 407C277.35 407.915 277.76 408.735 278.407 409.285C278.38 409.316 278.356 409.35 278.335 409.385ZM282.4 409.191C282.376 409.213 282.352 409.235 282.327 409.256C282.354 409.284 282.378 409.315 282.4 409.346V409.191ZM281.705 404.323C283.562 403.966 284.869 403.253 285 402.421V400.784L284.993 400.674C284.841 399.463 282.218 398.5 279.001 398.5C275.687 398.5 273 399.523 273 400.784V402.421L273.024 402.529C273.333 403.625 275.688 404.489 278.602 404.562C279.094 404.208 279.698 404 280.35 404C280.838 404 281.298 404.116 281.705 404.323Z' fill='%23C3BCE6'/%3e%3crect x='283.402' y='405' width='4' height='4' rx='0.5' fill='%2335383A'/%3e%3cpath d='M285.779 413.609C285.583 413.926 285.123 413.926 284.927 413.609L283.173 410.762C282.967 410.429 283.207 410 283.598 410L287.107 410C287.499 410 287.738 410.429 287.533 410.762L285.779 413.609Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M277.131 411.379C274.839 411.072 273.149 410.217 273 409.194V403.968C273 403.894 273.1 403.886 273.135 403.952L273.144 403.968C273.229 404.124 273.35 404.275 273.504 404.418C273.576 404.485 273.655 404.551 273.741 404.614C273.821 404.674 273.908 404.733 274 404.789C274.825 405.297 276.1 405.672 277.592 405.819C277.461 406.123 277.38 406.453 277.357 406.8C276.454 406.702 275.617 406.525 274.89 406.282C274.588 406.181 274.287 406.063 274 405.925V409.08C274.019 409.123 274.073 409.212 274.219 409.338C274.428 409.517 274.762 409.715 275.233 409.896C275.89 410.15 276.736 410.344 277.699 410.438L277.131 411.379ZM281.705 404.323C282.575 404.155 283.325 403.91 283.889 403.611C283.944 403.582 283.998 403.552 284.049 403.522C284.363 403.338 284.608 403.136 284.773 402.92C284.895 402.76 284.973 402.593 285 402.421V400.784L284.993 400.674C284.841 399.463 282.218 398.5 279.001 398.5C275.687 398.5 273 399.523 273 400.784V402.421L273.024 402.529C273.062 402.663 273.13 402.794 273.227 402.92C273.392 403.136 273.637 403.338 273.951 403.522C274.002 403.552 274.055 403.581 274.11 403.61C275.13 404.151 276.753 404.516 278.602 404.562C279.094 404.208 279.698 404 280.35 404C280.838 404 281.298 404.116 281.705 404.323ZM274.25 402.524C274.091 402.407 274.025 402.322 274 402.282V400.803C274.01 400.782 274.043 400.726 274.141 400.638C274.32 400.477 274.637 400.285 275.113 400.104C276.059 399.744 277.433 399.5 279.001 399.5C280.521 399.5 281.861 399.729 282.804 400.073C283.278 400.245 283.609 400.431 283.811 400.597C283.944 400.706 283.987 400.777 283.999 400.801L284 400.816V402.282C283.978 402.317 283.926 402.385 283.808 402.48C283.6 402.646 283.264 402.831 282.789 403.001C281.843 403.341 280.509 403.567 279.001 403.567C277.539 403.567 276.239 403.355 275.297 403.032C274.825 402.869 274.478 402.691 274.25 402.524Z' fill='%237565C0'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M291.354 405.139C291.158 405.335 291.159 405.652 291.354 405.847C291.549 406.042 291.866 406.042 292.061 405.847L295.997 401.914L295.996 411.5C295.996 411.776 296.221 412 296.497 412C296.773 412 296.997 411.776 296.997 411.5L296.998 401.914L300.934 405.847C301.129 406.042 301.446 406.042 301.641 405.847C301.836 405.652 301.837 405.335 301.641 405.139L296.851 400.353C296.656 400.158 296.339 400.158 296.144 400.353L291.354 405.139Z' fill='%2329313B'/%3e%3crect x='291.495' y='398' width='10' height='1' rx='0.5' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M309.354 405.139C309.158 405.335 309.159 405.652 309.354 405.847C309.549 406.042 309.866 406.042 310.061 405.847L313.997 401.914L313.996 411.5C313.996 411.776 314.221 412 314.497 412C314.773 412 314.997 411.776 314.997 411.5L314.998 401.914L318.934 405.847C319.129 406.042 319.446 406.042 319.641 405.847C319.836 405.652 319.837 405.335 319.641 405.139L314.851 400.353C314.656 400.158 314.339 400.158 314.144 400.353L309.354 405.139Z' fill='%23A9ADB1'/%3e%3crect x='309.495' y='398' width='10' height='1' rx='0.5' fill='%23A9ADB1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M327.354 403.139C327.158 403.335 327.159 403.652 327.354 403.847C327.549 404.042 327.866 404.042 328.061 403.847L331.997 399.914L331.996 411.5C331.996 411.776 332.221 412 332.497 412C332.773 412 332.997 411.776 332.997 411.5L332.998 399.914L336.934 403.847C337.129 404.042 337.446 404.042 337.641 403.847C337.836 403.652 337.837 403.335 337.641 403.139L332.851 398.353C332.656 398.158 332.339 398.158 332.144 398.353L327.354 403.139Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M345.354 403.139C345.158 403.335 345.159 403.652 345.354 403.847C345.549 404.042 345.866 404.042 346.061 403.847L349.997 399.914L349.996 411.5C349.996 411.776 350.221 412 350.497 412C350.773 412 350.997 411.776 350.997 411.5L350.998 399.914L354.934 403.847C355.129 404.042 355.446 404.042 355.641 403.847C355.836 403.652 355.837 403.335 355.641 403.139L350.851 398.353C350.656 398.158 350.339 398.158 350.144 398.353L345.354 403.139Z' fill='%23A9ADB1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M363.354 406.861C363.158 406.665 363.159 406.348 363.354 406.153C363.549 405.958 363.866 405.958 364.061 406.153L367.997 410.086L367.996 398.5C367.996 398.224 368.221 398 368.497 398C368.773 398 368.997 398.224 368.997 398.5L368.998 410.086L372.934 406.153C373.129 405.958 373.446 405.958 373.641 406.153C373.836 406.348 373.837 406.665 373.641 406.861L368.851 411.647C368.656 411.842 368.339 411.842 368.144 411.647L363.354 406.861Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M495.31 398.062C495.429 398.12 495.525 398.216 495.584 398.335L497.508 402.25L501.826 402.871C502.154 402.918 502.381 403.222 502.334 403.55C502.315 403.681 502.253 403.802 502.158 403.895L499.03 406.934L499.774 411.233C499.831 411.559 499.612 411.87 499.285 411.926C499.155 411.949 499.02 411.928 498.903 411.866L495.045 409.829L491.187 411.866C490.894 412.02 490.531 411.908 490.377 411.615C490.315 411.498 490.293 411.363 490.316 411.233L491.061 406.934L487.932 403.895C487.694 403.664 487.689 403.284 487.92 403.046C488.012 402.951 488.133 402.889 488.265 402.871L492.583 402.25L494.507 398.335C494.653 398.038 495.012 397.915 495.31 398.062Z' fill='%233B92ED'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M496.843 403.165L495.045 399.505L493.247 403.165L489.212 403.744L492.136 406.585L491.44 410.601L495.045 408.699L498.649 410.601L497.954 406.585L500.877 403.744L496.843 403.165Z' fill='%23C6E1FD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M477.31 398.062C477.429 398.12 477.525 398.216 477.584 398.335L479.508 402.25L483.826 402.871C484.154 402.918 484.381 403.222 484.334 403.55C484.315 403.681 484.253 403.802 484.158 403.895L481.03 406.934L481.774 411.233C481.831 411.559 481.612 411.87 481.285 411.926C481.155 411.949 481.02 411.928 480.903 411.866L477.045 409.829L473.187 411.866C472.894 412.02 472.531 411.908 472.377 411.615C472.315 411.498 472.293 411.363 472.316 411.233L473.061 406.934L469.932 403.895C469.694 403.664 469.689 403.284 469.92 403.046C470.012 402.951 470.133 402.889 470.265 402.871L474.583 402.25L476.507 398.335C476.653 398.038 477.012 397.915 477.31 398.062ZM478.843 403.165L477.045 399.505L475.247 403.165L471.212 403.744L474.136 406.585L473.44 410.601L477.045 408.699L480.649 410.601L479.954 406.585L482.877 403.744L478.843 403.165Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M440.291 402.454L441.566 401.179C442.464 400.282 443.929 400.282 444.826 401.132C445.724 402.029 445.724 403.492 444.826 404.389L443.078 406.136C442.181 407.033 440.716 407.033 439.818 406.136L439.818 406.136C439.677 405.994 439.535 405.853 439.44 405.664L440.102 405.003C440.125 405.003 440.137 404.991 440.149 404.979C440.161 404.968 440.173 404.956 440.196 404.956C440.291 405.145 440.385 405.333 440.527 405.475C441.047 405.994 441.897 405.994 442.417 405.475L444.165 403.728C444.685 403.209 444.685 402.359 444.165 401.84C443.645 401.32 442.795 401.32 442.275 401.84L441.519 402.595C441.094 402.454 440.716 402.406 440.291 402.454ZM440.433 408.827L441.709 407.552C441.283 407.6 440.858 407.552 440.48 407.364L439.724 408.119C439.205 408.638 438.354 408.638 437.835 408.119C437.315 407.6 437.315 406.75 437.835 406.231L439.583 404.484C440.102 403.964 440.953 403.964 441.472 404.484C441.661 404.625 441.756 404.814 441.803 405.003C441.823 405.003 441.835 405.003 441.845 404.999C441.859 404.994 441.87 404.983 441.898 404.956L442.559 404.295C442.465 404.153 442.323 403.964 442.181 403.823C441.283 402.926 439.819 402.926 438.921 403.823L437.173 405.57C436.276 406.467 436.276 407.93 437.173 408.827C438.071 409.724 439.535 409.724 440.433 408.827Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M458.291 402.454L459.566 401.179C460.464 400.282 461.929 400.282 462.826 401.132C463.724 402.029 463.724 403.492 462.826 404.389L461.078 406.136C460.181 407.033 458.716 407.033 457.818 406.136L457.818 406.136C457.677 405.994 457.535 405.853 457.44 405.664L458.102 405.003C458.125 405.003 458.137 404.991 458.149 404.979C458.161 404.968 458.173 404.956 458.196 404.956C458.291 405.145 458.385 405.333 458.527 405.475C459.047 405.994 459.897 405.994 460.417 405.475L462.165 403.728C462.685 403.209 462.685 402.359 462.165 401.84C461.645 401.32 460.795 401.32 460.275 401.84L459.519 402.595C459.094 402.454 458.716 402.406 458.291 402.454ZM458.433 408.827L459.709 407.552C459.283 407.6 458.858 407.552 458.48 407.364L457.724 408.119C457.205 408.638 456.354 408.638 455.835 408.119C455.315 407.6 455.315 406.75 455.835 406.231L457.583 404.484C458.102 403.964 458.953 403.964 459.472 404.484C459.661 404.625 459.756 404.814 459.803 405.003C459.823 405.003 459.835 405.003 459.845 404.999C459.859 404.994 459.87 404.983 459.898 404.956L460.559 404.295C460.465 404.153 460.323 403.964 460.181 403.823C459.283 402.926 457.819 402.926 456.921 403.823L455.173 405.57C454.276 406.467 454.276 407.93 455.173 408.827C456.071 409.724 457.535 409.724 458.433 408.827Z' fill='%23A9ADB1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M569 290C569.5 290 570 290.5 570 291V292H573V293H572L571.5 302.5C571.5 303.327 570.827 304 570 304H564C563.173 304 562.5 303.327 562.5 302.5L562 293H561V292H564V291C564 290.5 564.5 290 565 290H569ZM565 291.5C565 291.224 565.224 291 565.5 291H568.5C568.776 291 569 291.224 569 291.5V292H565V291.5ZM570.5 302.5C570.5 302.776 570.275 303 570 303H564C563.725 303 563.5 302.776 563.5 302.5L563 293H571L570.5 302.5ZM566 300.5C566 300.776 565.776 301 565.5 301C565.224 301 565 300.776 565 300.5V295.5C565 295.224 565.224 295 565.5 295C565.776 295 566 295.224 566 295.5V300.5ZM568.5 301C568.776 301 569 300.776 569 300.5V295.5C569 295.224 568.776 295 568.5 295C568.224 295 568 295.224 568 295.5V300.5C568 300.776 568.224 301 568.5 301Z' fill='%2335383A' fill-opacity='0.5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M507 399H517V403.022C517.343 403.053 517.678 403.116 518 403.207V399C518 398.448 517.552 398 517 398H507C506.448 398 506 398.448 506 399V411C506 411.552 506.448 412 507 412H512.257C512.004 411.693 511.783 411.358 511.6 411H507L507 399ZM512.5 404C512.703 404 512.877 404.121 512.956 404.294C512.702 404.508 512.468 404.744 512.257 405H508.5C508.224 405 508 404.776 508 404.5C508 404.224 508.224 404 508.5 404H512.5ZM508.5 401C508.224 401 508 401.224 508 401.5C508 401.776 508.224 402 508.5 402H515.5C515.776 402 516 401.776 516 401.5C516 401.224 515.776 401 515.5 401H508.5ZM508.5 407C508.224 407 508 407.224 508 407.5C508 407.776 508.224 408 508.5 408H510.5C510.776 408 511 407.776 511 407.5C511 407.224 510.776 407 510.5 407H508.5ZM521 408.5C521 410.985 518.985 413 516.5 413C514.015 413 512 410.985 512 408.5C512 406.015 514.015 404 516.5 404C518.985 404 521 406.015 521 408.5ZM518.82 406.616C519.032 406.793 519.061 407.108 518.884 407.32L516.384 410.32C516.294 410.428 516.163 410.493 516.023 410.499C515.882 410.506 515.746 410.453 515.646 410.354L514.146 408.854C513.951 408.658 513.951 408.342 514.146 408.146C514.342 407.951 514.658 407.951 514.854 408.146L515.966 409.259L518.116 406.68C518.293 406.468 518.608 406.439 518.82 406.616Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M525 435H535V439.022C535.343 439.053 535.678 439.116 536 439.207V435C536 434.448 535.552 434 535 434H525C524.448 434 524 434.448 524 435V447C524 447.552 524.448 448 525 448H530.257C530.004 447.693 529.783 447.358 529.6 447H525L525 435ZM530.5 440C530.703 440 530.877 440.121 530.956 440.294C530.702 440.508 530.468 440.744 530.257 441H526.5C526.224 441 526 440.776 526 440.5C526 440.224 526.224 440 526.5 440H530.5ZM526.5 437C526.224 437 526 437.224 526 437.5C526 437.776 526.224 438 526.5 438H533.5C533.776 438 534 437.776 534 437.5C534 437.224 533.776 437 533.5 437H526.5ZM526.5 443C526.224 443 526 443.224 526 443.5C526 443.776 526.224 444 526.5 444H528.5C528.776 444 529 443.776 529 443.5C529 443.224 528.776 443 528.5 443H526.5ZM539 444.5C539 446.985 536.985 449 534.5 449C532.015 449 530 446.985 530 444.5C530 442.015 532.015 440 534.5 440C536.985 440 539 442.015 539 444.5ZM536.82 442.616C537.032 442.793 537.061 443.108 536.884 443.32L534.384 446.32C534.294 446.428 534.163 446.493 534.023 446.499C533.882 446.506 533.746 446.453 533.646 446.354L532.146 444.854C531.951 444.658 531.951 444.342 532.146 444.146C532.342 443.951 532.658 443.951 532.854 444.146L533.966 445.259L536.116 442.68C536.293 442.468 536.608 442.439 536.82 442.616Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M537 409.194C536.812 410.48 534.192 411.5 531 411.5C527.808 411.5 525.188 410.48 525 409.194V403.968C525 403.878 525.012 403.788 525.035 403.7C525.362 404.93 527.908 405.887 531 405.887C534.092 405.887 536.638 404.93 536.965 403.7C536.988 403.788 537 403.878 537 403.968L537 409.194ZM531.001 398.5C534.218 398.5 536.841 399.463 536.993 400.674L537 400.784V402.421C536.812 403.618 534.193 404.567 531.001 404.567C527.905 404.567 525.347 403.674 525.024 402.529L525 402.421V400.784C525 399.523 527.687 398.5 531.001 398.5Z' fill='%231471D0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M529.962 407.015C529.62 407.3 529.188 407.46 528.73 407.46C527.664 407.46 526.8 406.596 526.8 405.53C526.8 404.464 527.664 403.6 528.73 403.6C529.026 403.6 529.312 403.667 529.572 403.793L531.846 401.952C531.815 401.814 531.8 401.673 531.8 401.53C531.8 400.464 532.664 399.6 533.73 399.6C534.796 399.6 535.66 400.464 535.66 401.53C535.66 402.596 534.796 403.46 533.73 403.46C533.401 403.46 533.084 403.377 532.803 403.223L530.59 405.015C530.636 405.181 530.66 405.354 530.66 405.53C530.66 405.545 530.66 405.56 530.659 405.575L532.805 406.916C533.167 406.491 533.699 406.236 534.275 406.236C535.341 406.236 536.205 407.101 536.205 408.166C536.205 409.232 535.341 410.096 534.275 410.096C533.339 410.096 532.548 409.427 532.379 408.525L529.962 407.015Z' fill='%231C458B' stroke='white' stroke-width='0.5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M212 166H201L201 173H208V174V175V176.5V177H207.5H205H203.5C203.224 177 203 176.776 203 176.5C203 176.224 203.224 176 203.5 176H205V175H201C200.448 175 200 174.552 200 174V173V166C200 165.448 200.448 165 201 165H212C212.552 165 213 165.448 213 166V169H212V166ZM210 171H213V176H210V171ZM209 171C209 170.448 209.448 170 210 170H213C213.552 170 214 170.448 214 171V176C214 176.552 213.552 177 213 177H210C209.448 177 209 176.552 209 176V171Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M545 399C543.895 399 543 399.895 543 401V409C543 410.105 543.895 411 545 411H549.5V410.5H549C547.619 410.5 546.5 409.381 546.5 408C546.5 406.619 547.619 405.5 549 405.5H549.5V405C549.5 403.619 550.619 402.5 552 402.5C553.381 402.5 554.5 403.619 554.5 405V405.5H555V401C555 399.895 554.105 399 553 399H545ZM551 405C551 404.448 551.448 404 552 404C552.552 404 553 404.448 553 405V407H555C555.552 407 556 407.448 556 408C556 408.552 555.552 409 555 409H553V411C553 411.552 552.552 412 552 412C551.448 412 551 411.552 551 411V409H549C548.448 409 548 408.552 548 408C548 407.448 548.448 407 549 407H551V405Z' fill='%23757575'/%3e%3cpath opacity='0.6' fill-rule='evenodd' clip-rule='evenodd' d='M39 429.067C39 429.582 39.3838 430 39.8571 430H45.7578C45.2791 429.285 45 428.425 45 427.5C45 425.015 47.0147 423 49.5 423C50.026 423 50.5308 423.09 51 423.256V416.933C51 416.418 50.6162 416 50.1429 416H39.8571C39.3838 416 39 416.418 39 416.933V429.067ZM41 420H49V419H41V420ZM41 423H46V422H41V423ZM41 426H44V425H41V426Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M46 427.5C46 429.433 47.567 431 49.5 431C51.433 431 53 429.433 53 427.5C53 425.567 51.433 424 49.5 424C47.567 424 46 425.567 46 427.5ZM51 428C51.2761 428 51.5 427.776 51.5 427.5C51.5 427.224 51.2761 427 51 427H50V425.5C50 425.224 49.7761 425 49.5 425C49.2239 425 49 425.224 49 425.5V427.5C49 427.776 49.2239 428 49.5 428H51Z' fill='%234774C6'/%3e%3crect opacity='0.6' x='56.5' y='416.5' width='13' height='13' rx='6.5' stroke='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.376 422.584C66.6728 422.782 66.6728 423.218 66.376 423.416L61.7773 426.482C61.4451 426.703 61 426.465 61 426.066V419.934C61 419.535 61.4451 419.297 61.7773 419.518L66.376 422.584Z' fill='%234774C6'/%3e%3cpath d='M22.3899 418.42C21.2218 419.595 20.5 421.214 20.5 423.002C20.5 426.592 23.4101 429.502 27 429.502C30.5899 429.502 33.5 426.592 33.5 423.002C33.5 421.214 32.7782 419.595 31.6101 418.42' stroke='%239A9A9A' stroke-width='1.5' stroke-linecap='round'/%3e%3crect x='26.25' y='416' width='1.5' height='7' rx='0.75' fill='%23E15F4D'/%3e%3cg clip-path='url(%23clip20_15778_26381)'%3e%3cline x1='1' y1='-1' x2='13' y2='-1' transform='matrix(-0.173648 -0.984808 -0.984808 0.173648 95.2158 430)' stroke='%2367C630' stroke-width='2' stroke-linecap='round'/%3e%3cpath d='M104.424 417.093C104.414 417.034 104.377 416.982 104.324 416.953C100.973 415.119 98.1521 418.718 94.7398 416.5L95.9999 424.5C99.3686 425.944 102.109 422.81 105.331 424.304C105.485 424.375 105.666 424.248 105.638 424.081L104.424 417.093Z' fill='%2367C630'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M170.923 417.092C170.963 417.044 171.037 417.044 171.077 417.092L175.863 422.836C175.918 422.901 175.871 423 175.786 423H173V428.4C173 428.455 172.955 428.5 172.9 428.5H169.1C169.045 428.5 169 428.455 169 428.4V423H166.213C166.129 423 166.082 422.901 166.137 422.836L170.923 417.092Z' fill='%239FC5FD'/%3e%3cpath d='M171.077 417.092L170.693 417.412L170.693 417.412L171.077 417.092ZM170.923 417.092L171.307 417.412V417.412L170.923 417.092ZM175.863 422.836L175.479 423.156L175.479 423.156L175.863 422.836ZM173 423V422.5H172.5V423H173ZM169 423H169.5V422.5H169V423ZM166.137 422.836L165.753 422.516L165.753 422.516L166.137 422.836ZM171.461 416.772C171.221 416.484 170.779 416.484 170.539 416.772L171.307 417.412C171.147 417.604 170.853 417.604 170.693 417.412L171.461 416.772ZM176.247 422.516L171.461 416.772L170.693 417.412L175.479 423.156L176.247 422.516ZM175.786 423.5C176.295 423.5 176.573 422.907 176.247 422.516L175.479 423.156C175.262 422.896 175.447 422.5 175.786 422.5V423.5ZM173 423.5H175.786V422.5H173V423.5ZM172.5 423V428.4H173.5V423H172.5ZM172.5 428.4C172.5 428.179 172.679 428 172.9 428V429C173.231 429 173.5 428.731 173.5 428.4H172.5ZM172.9 428H169.1V429H172.9V428ZM169.1 428C169.321 428 169.5 428.179 169.5 428.4H168.5C168.5 428.731 168.769 429 169.1 429V428ZM169.5 428.4V423H168.5V428.4H169.5ZM166.213 423.5H169V422.5H166.213V423.5ZM165.753 422.516C165.427 422.907 165.705 423.5 166.213 423.5V422.5C166.553 422.5 166.738 422.896 166.521 423.156L165.753 422.516ZM170.539 416.772L165.753 422.516L166.521 423.156L171.307 417.412L170.539 416.772Z' fill='%239FC5FD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M188.923 417.092C188.963 417.044 189.037 417.044 189.077 417.092L193.863 422.836C193.918 422.901 193.871 423 193.786 423H191V428.4C191 428.455 190.955 428.5 190.9 428.5H187.1C187.045 428.5 187 428.455 187 428.4V423H184.213C184.129 423 184.082 422.901 184.137 422.836L188.923 417.092Z' fill='%230E6FF9'/%3e%3cpath d='M189.077 417.092L188.693 417.412L188.693 417.412L189.077 417.092ZM188.923 417.092L189.307 417.412V417.412L188.923 417.092ZM193.863 422.836L193.479 423.156L193.479 423.156L193.863 422.836ZM191 423V422.5H190.5V423H191ZM187 423H187.5V422.5H187V423ZM184.137 422.836L183.753 422.516L183.753 422.516L184.137 422.836ZM189.461 416.772C189.221 416.484 188.779 416.484 188.539 416.772L189.307 417.412C189.147 417.604 188.853 417.604 188.693 417.412L189.461 416.772ZM194.247 422.516L189.461 416.772L188.693 417.412L193.479 423.156L194.247 422.516ZM193.786 423.5C194.295 423.5 194.573 422.907 194.247 422.516L193.479 423.156C193.262 422.896 193.447 422.5 193.786 422.5V423.5ZM191 423.5H193.786V422.5H191V423.5ZM190.5 423V428.4H191.5V423H190.5ZM190.5 428.4C190.5 428.179 190.679 428 190.9 428V429C191.231 429 191.5 428.731 191.5 428.4H190.5ZM190.9 428H187.1V429H190.9V428ZM187.1 428C187.321 428 187.5 428.179 187.5 428.4H186.5C186.5 428.731 186.769 429 187.1 429V428ZM187.5 428.4V423H186.5V428.4H187.5ZM184.213 423.5H187V422.5H184.213V423.5ZM183.753 422.516C183.427 422.907 183.705 423.5 184.213 423.5V422.5C184.553 422.5 184.738 422.896 184.521 423.156L183.753 422.516ZM188.539 416.772L183.753 422.516L184.521 423.156L189.307 417.412L188.539 416.772Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M207.077 428.908C207.037 428.956 206.963 428.956 206.923 428.908L202.137 423.164C202.082 423.099 202.129 423 202.214 423H205V417.6C205 417.545 205.045 417.5 205.1 417.5H208.9C208.955 417.5 209 417.545 209 417.6V423H211.787C211.871 423 211.918 423.099 211.863 423.164L207.077 428.908Z' fill='%239FC5FD'/%3e%3cpath d='M206.923 428.908L207.307 428.588L207.307 428.588L206.923 428.908ZM207.077 428.908L206.693 428.588V428.588L207.077 428.908ZM202.137 423.164L202.521 422.844L202.521 422.844L202.137 423.164ZM205 423V423.5H205.5V423H205ZM209 423H208.5V423.5H209V423ZM211.863 423.164L212.247 423.484L212.247 423.484L211.863 423.164ZM206.539 429.228C206.779 429.516 207.221 429.516 207.461 429.228L206.693 428.588C206.853 428.396 207.147 428.396 207.307 428.588L206.539 429.228ZM201.753 423.484L206.539 429.228L207.307 428.588L202.521 422.844L201.753 423.484ZM202.214 422.5C201.705 422.5 201.427 423.093 201.753 423.484L202.521 422.844C202.738 423.105 202.553 423.5 202.214 423.5V422.5ZM205 422.5H202.214V423.5H205V422.5ZM205.5 423V417.6H204.5V423H205.5ZM205.5 417.6C205.5 417.821 205.321 418 205.1 418V417C204.769 417 204.5 417.269 204.5 417.6H205.5ZM205.1 418H208.9V417H205.1V418ZM208.9 418C208.679 418 208.5 417.821 208.5 417.6H209.5C209.5 417.269 209.231 417 208.9 417V418ZM208.5 417.6V423H209.5V417.6H208.5ZM211.787 422.5H209V423.5H211.787V422.5ZM212.247 423.484C212.573 423.093 212.295 422.5 211.787 422.5V423.5C211.447 423.5 211.262 423.105 211.479 422.844L212.247 423.484ZM207.461 429.228L212.247 423.484L211.479 422.844L206.693 428.588L207.461 429.228Z' fill='%239FC5FD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M225.077 428.908C225.037 428.956 224.963 428.956 224.923 428.908L220.137 423.164C220.082 423.099 220.129 423 220.214 423H223V417.6C223 417.545 223.045 417.5 223.1 417.5H226.9C226.955 417.5 227 417.545 227 417.6V423H229.787C229.871 423 229.918 423.099 229.863 423.164L225.077 428.908Z' fill='%230E6FF9'/%3e%3cpath d='M224.923 428.908L225.307 428.588L225.307 428.588L224.923 428.908ZM225.077 428.908L224.693 428.588V428.588L225.077 428.908ZM220.137 423.164L220.521 422.844L220.521 422.844L220.137 423.164ZM223 423V423.5H223.5V423H223ZM227 423H226.5V423.5H227V423ZM229.863 423.164L230.247 423.484L230.247 423.484L229.863 423.164ZM224.539 429.228C224.779 429.516 225.221 429.516 225.461 429.228L224.693 428.588C224.853 428.396 225.147 428.396 225.307 428.588L224.539 429.228ZM219.753 423.484L224.539 429.228L225.307 428.588L220.521 422.844L219.753 423.484ZM220.214 422.5C219.705 422.5 219.427 423.093 219.753 423.484L220.521 422.844C220.738 423.105 220.553 423.5 220.214 423.5V422.5ZM223 422.5H220.214V423.5H223V422.5ZM223.5 423V417.6H222.5V423H223.5ZM223.5 417.6C223.5 417.821 223.321 418 223.1 418V417C222.769 417 222.5 417.269 222.5 417.6H223.5ZM223.1 418H226.9V417H223.1V418ZM226.9 418C226.679 418 226.5 417.821 226.5 417.6H227.5C227.5 417.269 227.231 417 226.9 417V418ZM226.5 417.6V423H227.5V417.6H226.5ZM229.787 422.5H227V423.5H229.787V422.5ZM230.247 423.484C230.573 423.093 230.295 422.5 229.787 422.5V423.5C229.447 423.5 229.262 423.105 229.479 422.844L230.247 423.484ZM225.461 429.228L230.247 423.484L229.479 422.844L224.693 428.588L225.461 429.228Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M237.093 423.077C237.045 423.037 237.045 422.963 237.093 422.923L242.836 418.137C242.902 418.083 243 418.129 243 418.214V421H248.4C248.456 421 248.5 421.045 248.5 421.1V424.9C248.5 424.956 248.456 425 248.4 425H243V427.787C243 427.872 242.902 427.918 242.836 427.864L237.093 423.077Z' fill='%239FC5FD'/%3e%3cpath d='M237.093 422.923L237.413 423.308H237.413L237.093 422.923ZM237.093 423.077L237.413 422.693H237.413L237.093 423.077ZM242.836 418.137L243.157 418.521L243.157 418.521L242.836 418.137ZM243 421H242.5V421.5H243V421ZM243 425V424.5H242.5V425H243ZM242.836 427.864L243.157 427.479L243.157 427.479L242.836 427.864ZM236.773 422.539C236.485 422.779 236.485 423.221 236.773 423.461L237.413 422.693C237.605 422.853 237.605 423.148 237.413 423.308L236.773 422.539ZM242.516 417.753L236.773 422.539L237.413 423.308L243.157 418.521L242.516 417.753ZM243.5 418.214C243.5 417.705 242.907 417.427 242.516 417.753L243.157 418.521C242.896 418.738 242.5 418.553 242.5 418.214H243.5ZM243.5 421V418.214H242.5V421H243.5ZM243 421.5H248.4V420.5H243V421.5ZM248.4 421.5C248.18 421.5 248 421.321 248 421.1H249C249 420.769 248.732 420.5 248.4 420.5V421.5ZM248 421.1V424.9H249V421.1H248ZM248 424.9C248 424.679 248.18 424.5 248.4 424.5V425.5C248.732 425.5 249 425.232 249 424.9H248ZM248.4 424.5H243V425.5H248.4V424.5ZM243.5 427.787V425H242.5V427.787H243.5ZM242.516 428.248C242.907 428.573 243.5 428.295 243.5 427.787H242.5C242.5 427.448 242.896 427.262 243.157 427.479L242.516 428.248ZM236.773 423.461L242.516 428.248L243.157 427.479L237.413 422.693L236.773 423.461Z' fill='%239FC5FD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M255.093 423.077C255.045 423.037 255.045 422.963 255.093 422.923L260.836 418.137C260.902 418.083 261 418.129 261 418.214V421H266.4C266.456 421 266.5 421.045 266.5 421.1V424.9C266.5 424.956 266.456 425 266.4 425H261V427.787C261 427.872 260.902 427.918 260.836 427.864L255.093 423.077Z' fill='%230E6FF9'/%3e%3cpath d='M255.093 422.923L255.413 423.308H255.413L255.093 422.923ZM255.093 423.077L255.413 422.693H255.413L255.093 423.077ZM260.836 418.137L261.157 418.521L261.157 418.521L260.836 418.137ZM261 421H260.5V421.5H261V421ZM261 425V424.5H260.5V425H261ZM260.836 427.864L261.157 427.479L261.157 427.479L260.836 427.864ZM254.773 422.539C254.485 422.779 254.485 423.221 254.773 423.461L255.413 422.693C255.605 422.853 255.605 423.148 255.413 423.308L254.773 422.539ZM260.516 417.753L254.773 422.539L255.413 423.308L261.157 418.521L260.516 417.753ZM261.5 418.214C261.5 417.705 260.907 417.427 260.516 417.753L261.157 418.521C260.896 418.738 260.5 418.553 260.5 418.214H261.5ZM261.5 421V418.214H260.5V421H261.5ZM261 421.5H266.4V420.5H261V421.5ZM266.4 421.5C266.18 421.5 266 421.321 266 421.1H267C267 420.769 266.732 420.5 266.4 420.5V421.5ZM266 421.1V424.9H267V421.1H266ZM266 424.9C266 424.679 266.18 424.5 266.4 424.5V425.5C266.732 425.5 267 425.232 267 424.9H266ZM266.4 424.5H261V425.5H266.4V424.5ZM261.5 427.787V425H260.5V427.787H261.5ZM260.516 428.248C260.907 428.573 261.5 428.295 261.5 427.787H260.5C260.5 427.448 260.896 427.262 261.157 427.479L260.516 428.248ZM254.773 423.461L260.516 428.248L261.157 427.479L255.413 422.693L254.773 423.461Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M284.907 423.077C284.955 423.037 284.955 422.963 284.907 422.923L279.164 418.137C279.098 418.082 279 418.129 279 418.214V421H273.6C273.544 421 273.5 421.045 273.5 421.1V424.9C273.5 424.955 273.544 425 273.6 425H279V427.787C279 427.871 279.098 427.918 279.164 427.863L284.907 423.077Z' fill='%239FC5FD'/%3e%3cpath d='M284.907 422.923L284.587 423.307H284.587L284.907 422.923ZM284.907 423.077L284.587 422.693H284.587L284.907 423.077ZM279.164 418.137L278.843 418.521L278.843 418.521L279.164 418.137ZM279 421H279.5V421.5H279V421ZM279 425V424.5H279.5V425H279ZM279.164 427.863L278.843 427.479L278.843 427.479L279.164 427.863ZM285.227 422.539C285.515 422.779 285.515 423.221 285.227 423.461L284.587 422.693C284.395 422.853 284.395 423.147 284.587 423.307L285.227 422.539ZM279.484 417.753L285.227 422.539L284.587 423.307L278.843 418.521L279.484 417.753ZM278.5 418.214C278.5 417.705 279.093 417.427 279.484 417.753L278.843 418.521C279.104 418.738 279.5 418.553 279.5 418.214H278.5ZM278.5 421V418.214H279.5V421H278.5ZM279 421.5H273.6V420.5H279V421.5ZM273.6 421.5C273.82 421.5 274 421.321 274 421.1H273C273 420.769 273.268 420.5 273.6 420.5V421.5ZM274 421.1V424.9H273V421.1H274ZM274 424.9C274 424.679 273.82 424.5 273.6 424.5V425.5C273.268 425.5 273 425.231 273 424.9H274ZM273.6 424.5H279V425.5H273.6V424.5ZM278.5 427.787V425H279.5V427.787H278.5ZM279.484 428.247C279.093 428.573 278.5 428.295 278.5 427.787H279.5C279.5 427.447 279.104 427.262 278.843 427.479L279.484 428.247ZM285.227 423.461L279.484 428.247L278.843 427.479L284.587 422.693L285.227 423.461Z' fill='%239FC5FD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M302.907 423.077C302.955 423.037 302.955 422.963 302.907 422.923L297.164 418.137C297.098 418.082 297 418.129 297 418.214V421H291.6C291.544 421 291.5 421.045 291.5 421.1V424.9C291.5 424.955 291.544 425 291.6 425H297V427.787C297 427.871 297.098 427.918 297.164 427.863L302.907 423.077Z' fill='%230E6FF9'/%3e%3cpath d='M302.907 422.923L302.587 423.307H302.587L302.907 422.923ZM302.907 423.077L302.587 422.693H302.587L302.907 423.077ZM297.164 418.137L296.843 418.521L296.843 418.521L297.164 418.137ZM297 421H297.5V421.5H297V421ZM297 425V424.5H297.5V425H297ZM297.164 427.863L296.843 427.479L296.843 427.479L297.164 427.863ZM303.227 422.539C303.515 422.779 303.515 423.221 303.227 423.461L302.587 422.693C302.395 422.853 302.395 423.147 302.587 423.307L303.227 422.539ZM297.484 417.753L303.227 422.539L302.587 423.307L296.843 418.521L297.484 417.753ZM296.5 418.214C296.5 417.705 297.093 417.427 297.484 417.753L296.843 418.521C297.104 418.738 297.5 418.553 297.5 418.214H296.5ZM296.5 421V418.214H297.5V421H296.5ZM297 421.5H291.6V420.5H297V421.5ZM291.6 421.5C291.82 421.5 292 421.321 292 421.1H291C291 420.769 291.268 420.5 291.6 420.5V421.5ZM292 421.1V424.9H291V421.1H292ZM292 424.9C292 424.679 291.82 424.5 291.6 424.5V425.5C291.268 425.5 291 425.231 291 424.9H292ZM291.6 424.5H297V425.5H291.6V424.5ZM296.5 427.787V425H297.5V427.787H296.5ZM297.484 428.247C297.093 428.573 296.5 428.295 296.5 427.787H297.5C297.5 427.447 297.104 427.262 296.843 427.479L297.484 428.247ZM303.227 423.461L297.484 428.247L296.843 427.479L302.587 422.693L303.227 423.461Z' fill='%230E6FF9'/%3e%3cpath d='M110 421H114C115.105 421 116 421.895 116 423V423C116 424.105 116.895 425 118 425H124' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath d='M122 423L124 425L122 427' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M128 421H132C133.105 421 134 421.895 134 423V423C134 424.105 134.895 425 136 425H142' stroke='%2320A76C' stroke-linecap='round'/%3e%3cpath d='M140 423L142 425L140 427' stroke='%2320A76C' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M146 421H150C151.105 421 152 421.895 152 423V423C152 424.105 152.895 425 154 425H160' stroke='%23F8472F' stroke-linecap='round'/%3e%3cpath d='M158 423L160 425L158 427' stroke='%23F8472F' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.7073 415.297C9.31677 414.906 8.68361 414.906 8.29308 415.297L1.29289 422.297C0.902368 422.688 0.902369 423.321 1.29289 423.711L8.29308 430.711C8.68361 431.102 9.31677 431.102 9.7073 430.711L16.7075 423.711C17.098 423.321 17.098 422.688 16.7075 422.297L9.7073 415.297ZM8.20943 424.724V424.804H9.41763V424.724C9.42327 424.4 9.45988 424.129 9.52747 423.909C9.59506 423.689 9.70208 423.499 9.84853 423.339C9.99779 423.178 10.1921 423.023 10.4315 422.874C10.685 422.722 10.9018 422.547 11.0821 422.35C11.2651 422.153 11.406 421.929 11.5045 421.678C11.6031 421.425 11.6524 421.14 11.6524 420.825C11.6524 420.366 11.544 419.965 11.3271 419.621C11.1131 419.275 10.8117 419.006 10.4231 418.814C10.0344 418.62 9.58098 418.523 9.06278 418.523C8.58964 418.523 8.15733 418.613 7.76586 418.793C7.37721 418.973 7.0646 419.239 6.82803 419.591C6.59146 419.941 6.46332 420.369 6.4436 420.876H7.72784C7.74756 420.577 7.82219 420.334 7.95174 420.145C8.08129 419.953 8.24464 419.813 8.44178 419.722C8.63892 419.632 8.84592 419.587 9.06278 419.587C9.30216 419.587 9.51902 419.638 9.71335 419.739C9.91049 419.838 10.0682 419.979 10.1865 420.162C10.3048 420.345 10.3639 420.562 10.3639 420.812C10.3639 421.021 10.3245 421.211 10.2456 421.383C10.1668 421.554 10.0598 421.706 9.92457 421.839C9.78939 421.971 9.63731 422.091 9.46833 422.198C9.20641 422.356 8.98251 422.53 8.79663 422.722C8.61076 422.913 8.46713 423.164 8.36574 423.474C8.26717 423.784 8.21507 424.2 8.20943 424.724ZM8.25168 427.128C8.41784 427.291 8.61639 427.373 8.84733 427.373C9.00223 427.373 9.14304 427.335 9.26978 427.259C9.39651 427.183 9.4979 427.081 9.57394 426.955C9.65279 426.825 9.69222 426.683 9.69222 426.528C9.69222 426.297 9.60773 426.1 9.43876 425.937C9.27259 425.77 9.07545 425.687 8.84733 425.687C8.61639 425.687 8.41784 425.77 8.25168 425.937C8.08552 426.1 8.00243 426.297 8.00243 426.528C8.00243 426.762 8.08552 426.962 8.25168 427.128Z' fill='%237565C0'/%3e%3cpath opacity='0.6' fill-rule='evenodd' clip-rule='evenodd' d='M74.0308 417.753C74.1407 417.32 74.533 417 75 417H87C87.467 417 87.8593 417.32 87.9693 417.753L81.2774 422.214C81.1095 422.326 80.8907 422.326 80.7227 422.214L74.0308 417.753ZM74 418.934V427C74 427.552 74.4477 428 75 428H81.0164C81.0055 427.935 80.9998 427.868 80.9998 427.8V426.2C80.9998 425.537 81.5371 425 82.1998 425H84.9998V424.4C84.9998 423.411 86.1287 422.847 86.9198 423.44L88 424.25V418.934L81.8321 423.046C81.3283 423.382 80.6719 423.382 80.168 423.046L74 418.934Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M89.6798 427.24C89.8398 427.12 89.8398 426.88 89.6798 426.76L86.3198 424.24C86.188 424.141 85.9998 424.235 85.9998 424.4V426H82.1998C82.0893 426 81.9998 426.089 81.9998 426.2V427.8C81.9998 427.91 82.0893 428 82.1998 428H85.9998V429.6C85.9998 429.765 86.188 429.859 86.3198 429.76L89.6798 427.24Z' fill='%230E6FF9'/%3e%3crect x='344.5' y='416.5' width='5' height='4' rx='0.5' stroke='%2335383A'/%3e%3cpath d='M347 420V427C347 427.552 347.448 428 348 428H352' stroke='%2335383A'/%3e%3crect x='351.5' y='426.5' width='6' height='3' rx='0.5' stroke='%2335383A'/%3e%3crect x='351.5' y='421.5' width='6' height='3' rx='0.5' stroke='%2335383A'/%3e%3crect x='351.5' y='416.5' width='6' height='3' rx='0.5' stroke='%2335383A'/%3e%3crect x='362.5' y='416.5' width='5' height='4' rx='0.5' stroke='%239A9A9A'/%3e%3cpath d='M365 420V427C365 427.552 365.448 428 366 428H370' stroke='%239A9A9A'/%3e%3crect x='369.5' y='426.5' width='6' height='3' rx='0.5' stroke='%239A9A9A'/%3e%3crect x='369.5' y='421.5' width='6' height='3' rx='0.5' stroke='%239A9A9A'/%3e%3crect x='369.5' y='416.5' width='6' height='3' rx='0.5' stroke='%239A9A9A'/%3e%3cg clip-path='url(%23clip21_15778_26381)'%3e%3cpath d='M308.637 419.182C308.637 417.776 309.776 416.636 311.182 416.636H318.819C320.224 416.636 321.364 417.776 321.364 419.182V426.818C321.364 428.224 320.224 429.364 318.819 429.364H311.182C309.776 429.364 308.637 428.224 308.637 426.818V419.182Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M311.182 416H318.818C320.575 416 322 417.425 322 419.182V426.818C322 428.575 320.575 430 318.818 430H311.182C309.425 430 308 428.575 308 426.818V419.182C308 417.425 309.425 416 311.182 416ZM311.182 416.636C309.776 416.636 308.636 417.776 308.636 419.182V426.818C308.636 428.224 309.776 429.364 311.182 429.364H318.818C320.224 429.364 321.364 428.224 321.364 426.818V419.182C321.364 417.776 320.224 416.636 318.818 416.636H311.182Z' fill='white'/%3e%3cpath d='M316.892 421.029C316.648 420.83 316.404 420.685 316.159 420.593C315.915 420.494 315.678 420.444 315.449 420.444C315.159 420.444 314.922 420.513 314.739 420.651C314.556 420.788 314.464 420.968 314.464 421.189C314.464 421.342 314.51 421.468 314.601 421.567C314.693 421.666 314.811 421.754 314.957 421.83C315.109 421.899 315.277 421.96 315.461 422.014C315.651 422.067 315.839 422.124 316.022 422.186C316.755 422.43 317.289 422.758 317.625 423.171C317.969 423.575 318.141 424.106 318.141 424.763C318.141 425.206 318.065 425.607 317.912 425.966C317.767 426.324 317.549 426.634 317.259 426.893C316.976 427.145 316.625 427.34 316.205 427.478C315.793 427.623 315.323 427.695 314.796 427.695C313.704 427.695 312.692 427.371 311.761 426.722L312.723 424.912C313.059 425.21 313.391 425.431 313.719 425.576C314.048 425.721 314.372 425.794 314.693 425.794C315.06 425.794 315.331 425.71 315.506 425.542C315.69 425.374 315.781 425.183 315.781 424.969C315.781 424.839 315.758 424.728 315.713 424.637C315.667 424.538 315.59 424.45 315.483 424.373C315.377 424.289 315.235 424.213 315.06 424.144C314.892 424.076 314.685 423.999 314.441 423.915C314.151 423.824 313.865 423.724 313.582 423.617C313.307 423.503 313.059 423.354 312.837 423.171C312.624 422.987 312.448 422.758 312.311 422.483C312.181 422.201 312.116 421.846 312.116 421.418C312.116 420.99 312.185 420.605 312.322 420.261C312.467 419.91 312.666 419.612 312.918 419.368C313.177 419.116 313.49 418.921 313.857 418.784C314.231 418.646 314.647 418.577 315.105 418.577C315.533 418.577 315.98 418.638 316.446 418.761C316.911 418.875 317.358 419.047 317.786 419.276L316.892 421.029Z' fill='white'/%3e%3c/g%3e%3cpath d='M339.782 427.152L336.68 424.076C336.54 423.936 336.352 423.859 336.152 423.859C336.068 423.859 335.986 423.874 335.908 423.9L335.165 423.162C335.054 423.052 334.906 422.992 334.748 422.992C334.59 422.992 334.442 423.052 334.331 423.162L334.135 423.356L333.786 423.009L335.317 421.483C335.674 421.637 336.063 421.71 336.465 421.71C336.465 421.71 336.465 421.71 336.465 421.71C337.236 421.71 337.961 421.42 338.506 420.88C339.237 420.155 339.522 419.094 339.25 418.104C339.216 417.981 339.099 417.894 338.973 417.894C338.918 417.894 338.837 417.911 338.761 417.986C338.75 417.997 337.719 419.012 337.378 419.35C337.341 419.387 337.279 419.393 337.243 419.393C337.217 419.393 337.203 419.391 337.203 419.391V419.391L337.179 419.388C336.756 419.349 336.247 419.272 336.119 419.213C336.058 419.085 335.984 418.569 335.945 418.142V418.136L335.936 418.124C335.934 418.105 335.924 418.009 336.009 417.924C336.364 417.572 337.339 416.596 337.348 416.587C337.431 416.505 337.462 416.402 337.436 416.304C337.405 416.187 337.304 416.122 337.221 416.099C336.975 416.033 336.721 416 336.465 416C335.694 416 334.969 416.298 334.424 416.838C333.563 417.692 333.362 418.955 333.817 420.001L332.285 421.521L329.663 418.92C329.661 418.919 329.66 418.917 329.658 418.916C329.683 418.816 329.694 418.712 329.689 418.606C329.676 418.305 329.543 418.014 329.314 417.786L328.381 416.861C328.36 416.84 328.25 416.74 328.087 416.74C328.012 416.74 327.898 416.762 327.789 416.87L326.767 417.885C326.648 418.003 326.606 418.154 326.651 418.3C326.681 418.398 326.739 418.461 326.757 418.478L327.686 419.4C327.929 419.641 328.24 419.774 328.561 419.774C328.561 419.774 328.561 419.774 328.561 419.774C328.651 419.774 328.739 419.763 328.825 419.742C328.827 419.744 328.828 419.745 328.83 419.747L331.451 422.347L330.206 423.583C330.15 423.638 330.101 423.699 330.06 423.764C329.695 423.603 329.297 423.517 328.886 423.517C328.115 423.517 327.39 423.815 326.845 424.356C326.114 425.081 325.829 426.146 326.101 427.135C326.135 427.258 326.251 427.348 326.378 427.348C326.378 427.348 326.378 427.348 326.378 427.348C326.433 427.348 326.514 427.332 326.59 427.256C326.6 427.246 327.632 426.231 327.973 425.893C328.01 425.856 328.076 425.85 328.112 425.85C328.138 425.85 328.157 425.853 328.157 425.853H328.157L328.176 425.856C328.6 425.894 329.112 425.972 329.24 426.031C329.301 426.159 329.38 426.675 329.419 427.102L329.422 427.121C329.422 427.123 329.436 427.229 329.345 427.32C328.99 427.672 328.013 428.648 328.004 428.657C327.922 428.739 327.889 428.842 327.916 428.939C327.947 429.056 328.047 429.122 328.13 429.144C328.376 429.21 328.631 429.244 328.886 429.244C329.657 429.244 330.382 428.946 330.927 428.405C331.472 427.865 331.773 427.145 331.773 426.381C331.773 425.973 331.686 425.578 331.524 425.217C331.589 425.175 331.651 425.127 331.707 425.071L332.952 423.836L333.302 424.183L333.106 424.377C332.995 424.487 332.934 424.634 332.934 424.791C332.934 424.947 332.995 425.094 333.106 425.204L333.85 425.942C333.824 426.019 333.809 426.1 333.809 426.184C333.809 426.382 333.886 426.568 334.027 426.707L337.129 429.784C337.269 429.923 337.457 430 337.656 430C337.856 430 338.044 429.923 338.184 429.784L339.782 428.199C339.923 428.06 340 427.874 340 427.675C340 427.477 339.923 427.291 339.782 427.152Z' fill='%2335383A'/%3e%3cpath d='M561.176 396.779H569.896L573.632 400.515V412.412C573.632 412.859 573.27 413.221 572.823 413.221H561.176C560.729 413.221 560.367 412.859 560.367 412.412V397.588C560.367 397.141 560.729 396.779 561.176 396.779Z' fill='white' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M573.279 400.162H570.529C570.375 400.162 570.25 400.036 570.25 399.882V397.133L573.279 400.162Z' fill='%23F9F9F9' stroke='%23D8D8D8' stroke-width='0.5'/%3e%3cpath d='M573.618 403.057L570.971 400.41H573.618V403.057Z' fill='url(%23paint17_linear_15778_26381)'/%3e%3cg clip-path='url(%23clip22_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M566 403H574.982V405.472H573.956V406.09V406.09H574.982V408.562H566.898V408.562V409.18H574.982V411.652H566V409.18H566.642V408.562V408.562H566V406.09H573.699V406.09V405.472H566V403ZM567.283 404.39H569.85H570.01V404.081H569.85H567.283H567.123V404.39H567.283ZM573.378 404.545C573.556 404.545 573.699 404.407 573.699 404.236C573.699 404.065 573.556 403.927 573.378 403.927C573.201 403.927 573.058 404.065 573.058 404.236C573.058 404.407 573.201 404.545 573.378 404.545ZM572.616 407.017C572.505 407.017 572.416 407.106 572.416 407.217V407.435C572.416 407.545 572.505 407.635 572.616 407.635H573.499C573.609 407.635 573.699 407.545 573.699 407.435V407.217C573.699 407.106 573.609 407.017 573.499 407.017H572.616ZM568.195 410.627C568.344 410.627 568.465 410.51 568.465 410.367C568.465 410.223 568.344 410.107 568.195 410.107C568.046 410.107 567.925 410.223 567.925 410.367C567.925 410.51 568.046 410.627 568.195 410.627ZM567.182 410.367C567.182 410.51 567.061 410.627 566.912 410.627C566.762 410.627 566.642 410.51 566.642 410.367C566.642 410.223 566.762 410.107 566.912 410.107C567.061 410.107 567.182 410.223 567.182 410.367Z' fill='%239A9A9A'/%3e%3c/g%3e%3cg clip-path='url(%23clip23_15778_26381)'%3e%3cpath d='M560.474 398.814C560.474 398.02 561.118 397.375 561.913 397.375H566.23C567.025 397.375 567.669 398.02 567.669 398.814V403.132C567.669 403.926 567.025 404.571 566.23 404.571H561.913C561.118 404.571 560.474 403.926 560.474 403.132V398.814Z' fill='%23FA660F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M561.911 397.016H566.228C567.222 397.016 568.027 397.821 568.027 398.814V403.132C568.027 404.125 567.222 404.931 566.228 404.931H561.911C560.918 404.931 560.112 404.125 560.112 403.132V398.814C560.112 397.821 560.918 397.016 561.911 397.016ZM561.911 397.375C561.116 397.375 560.472 398.02 560.472 398.814V403.132C560.472 403.927 561.116 404.571 561.911 404.571H566.228C567.023 404.571 567.668 403.927 567.668 403.132V398.814C567.668 398.02 567.023 397.375 566.228 397.375H561.911Z' fill='%23FA660F'/%3e%3cpath d='M565.14 399.859C565.002 399.746 564.864 399.664 564.726 399.613C564.588 399.557 564.454 399.528 564.324 399.528C564.16 399.528 564.027 399.567 563.923 399.645C563.819 399.723 563.768 399.824 563.768 399.949C563.768 400.036 563.793 400.107 563.845 400.163C563.897 400.219 563.964 400.269 564.046 400.312C564.132 400.351 564.227 400.385 564.331 400.416C564.439 400.446 564.545 400.478 564.648 400.513C565.063 400.651 565.365 400.837 565.555 401.07C565.749 401.299 565.846 401.599 565.846 401.97C565.846 402.22 565.803 402.447 565.717 402.65C565.635 402.853 565.512 403.028 565.348 403.174C565.188 403.317 564.989 403.427 564.752 403.505C564.519 403.587 564.253 403.628 563.955 403.628C563.338 403.628 562.766 403.444 562.239 403.077L562.783 402.054C562.973 402.222 563.161 402.348 563.347 402.43C563.532 402.512 563.716 402.553 563.897 402.553C564.104 402.553 564.258 402.505 564.357 402.41C564.46 402.315 564.512 402.207 564.512 402.086C564.512 402.013 564.499 401.95 564.473 401.899C564.448 401.843 564.404 401.793 564.344 401.75C564.283 401.702 564.204 401.659 564.104 401.62C564.009 401.581 563.893 401.538 563.755 401.491C563.591 401.439 563.429 401.383 563.269 401.322C563.114 401.258 562.973 401.173 562.848 401.07C562.727 400.966 562.628 400.837 562.55 400.681C562.477 400.521 562.44 400.321 562.44 400.079C562.44 399.837 562.479 399.619 562.557 399.425C562.639 399.226 562.751 399.058 562.893 398.92C563.04 398.777 563.217 398.667 563.424 398.589C563.636 398.512 563.871 398.473 564.13 398.473C564.372 398.473 564.625 398.507 564.888 398.577C565.151 398.641 565.404 398.738 565.646 398.868L565.14 399.859Z' fill='black'/%3e%3c/g%3e%3cpath d='M447.5 347.5V357C447.5 357.276 447.276 357.5 447 357.5H435C434.724 357.5 434.5 357.276 434.5 357V347.5H447.5Z' stroke='%2335383A'/%3e%3cpath d='M434 346C434 345.448 434.448 345 435 345H447C447.552 345 448 345.448 448 346V348H434V346Z' fill='%2335383A'/%3e%3cpath d='M443.428 352.843C443.687 352.688 443.687 352.312 443.428 352.157L439.606 349.863C439.339 349.704 439 349.896 439 350.206V354.794C439 355.104 439.339 355.296 439.606 355.137L443.428 352.843Z' fill='%2335383A'/%3e%3crect x='436' y='344' width='1' height='3' rx='0.5' fill='%2335383A'/%3e%3crect x='445' y='344' width='1' height='3' rx='0.5' fill='%2335383A'/%3e%3cpath d='M447.5 365.5V375C447.5 375.276 447.276 375.5 447 375.5H435C434.724 375.5 434.5 375.276 434.5 375V365.5H447.5Z' stroke='%239A9A9A'/%3e%3cpath d='M434 364C434 363.448 434.448 363 435 363H447C447.552 363 448 363.448 448 364V366H434V364Z' fill='%239A9A9A'/%3e%3cpath d='M443.428 370.843C443.687 370.688 443.687 370.312 443.428 370.157L439.606 367.863C439.339 367.704 439 367.896 439 368.206V372.794C439 373.104 439.339 373.296 439.606 373.137L443.428 370.843Z' fill='%239A9A9A'/%3e%3crect x='436' y='362' width='1' height='3' rx='0.5' fill='%239A9A9A'/%3e%3crect x='445' y='362' width='1' height='3' rx='0.5' fill='%239A9A9A'/%3e%3cpath d='M447.5 383.5V393C447.5 393.276 447.276 393.5 447 393.5H435C434.724 393.5 434.5 393.276 434.5 393V383.5H447.5Z' stroke='white'/%3e%3cpath d='M434 382C434 381.448 434.448 381 435 381H447C447.552 381 448 381.448 448 382V384H434V382Z' fill='white'/%3e%3cpath d='M443.428 388.843C443.687 388.688 443.687 388.312 443.428 388.157L439.606 385.863C439.339 385.704 439 385.896 439 386.206V390.794C439 391.104 439.339 391.296 439.606 391.137L443.428 388.843Z' fill='white'/%3e%3crect x='436' y='380' width='1' height='3' rx='0.5' fill='white'/%3e%3crect x='445' y='380' width='1' height='3' rx='0.5' fill='white'/%3e%3crect x='420' y='422' width='5' height='1' rx='0.5' fill='%2335383A'/%3e%3crect x='427.086' y='426.379' width='5' height='1' rx='0.5' transform='rotate(45 427.086 426.379)' fill='%2335383A'/%3e%3crect x='416.5' y='416.5' width='12' height='12' rx='6' stroke='%2335383A'/%3e%3crect x='384' y='422' width='5' height='1' rx='0.5' fill='%2335383A'/%3e%3crect x='386' y='420' width='1' height='5' rx='0.5' fill='%2335383A'/%3e%3crect x='391.086' y='426.379' width='5' height='1' rx='0.5' transform='rotate(45 391.086 426.379)' fill='%2335383A'/%3e%3crect x='380.5' y='416.5' width='12' height='12' rx='6' stroke='%2335383A'/%3e%3crect x='438' y='422' width='5' height='1' rx='0.5' fill='%239A9A9A'/%3e%3crect x='445.086' y='426.379' width='5' height='1' rx='0.5' transform='rotate(45 445.086 426.379)' fill='%239A9A9A'/%3e%3crect x='434.5' y='416.5' width='12' height='12' rx='6' stroke='%239A9A9A'/%3e%3crect x='402' y='422' width='5' height='1' rx='0.5' fill='%239A9A9A'/%3e%3crect x='404' y='420' width='1' height='5' rx='0.5' fill='%239A9A9A'/%3e%3crect x='409.086' y='426.379' width='5' height='1' rx='0.5' transform='rotate(45 409.086 426.379)' fill='%239A9A9A'/%3e%3crect x='398.5' y='416.5' width='12' height='12' rx='6' stroke='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M416 345C416 344.448 416.448 344 417 344H422C422.552 344 423 344.448 423 345V347C423 347.552 422.552 348 422 348H417C416.448 348 416 347.552 416 347V345ZM423 355C423 354.448 423.448 354 424 354H429C429.552 354 430 354.448 430 355V357C430 357.552 429.552 358 429 358H424C423.448 358 423 357.552 423 357V355ZM419.854 353.646L421.854 355.646C422.049 355.842 422.049 356.158 421.854 356.354L419.854 358.354C419.658 358.549 419.342 358.549 419.146 358.354C418.951 358.158 418.951 357.842 419.146 357.646L420.793 356L419.146 354.354C418.951 354.158 418.951 353.842 419.146 353.646C419.342 353.451 419.658 353.451 419.854 353.646Z' fill='%2335383A'/%3e%3cpath d='M424 346H427.5C428.881 346 430 347.119 430 348.5V348.5C430 349.881 428.881 351 427.5 351H418.5C417.119 351 416 352.119 416 353.5V353.5C416 354.881 417.119 356 418.5 356H420.846' stroke='%2335383A' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M416 363C416 362.448 416.448 362 417 362H422C422.552 362 423 362.448 423 363V365C423 365.552 422.552 366 422 366H417C416.448 366 416 365.552 416 365V363ZM423 373C423 372.448 423.448 372 424 372H429C429.552 372 430 372.448 430 373V375C430 375.552 429.552 376 429 376H424C423.448 376 423 375.552 423 375V373ZM419.854 371.646L421.854 373.646C422.049 373.842 422.049 374.158 421.854 374.354L419.854 376.354C419.658 376.549 419.342 376.549 419.146 376.354C418.951 376.158 418.951 375.842 419.146 375.646L420.793 374L419.146 372.354C418.951 372.158 418.951 371.842 419.146 371.646C419.342 371.451 419.658 371.451 419.854 371.646Z' fill='%239A9A9A'/%3e%3cpath d='M424 364H427.5C428.881 364 430 365.119 430 366.5V366.5C430 367.881 428.881 369 427.5 369H418.5C417.119 369 416 370.119 416 371.5V371.5C416 372.881 417.119 374 418.5 374H420.846' stroke='%239A9A9A' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M416 381C416 380.448 416.448 380 417 380H422C422.552 380 423 380.448 423 381V383C423 383.552 422.552 384 422 384H417C416.448 384 416 383.552 416 383V381ZM423 391C423 390.448 423.448 390 424 390H429C429.552 390 430 390.448 430 391V393C430 393.552 429.552 394 429 394H424C423.448 394 423 393.552 423 393V391ZM419.854 389.646L421.854 391.646C422.049 391.842 422.049 392.158 421.854 392.354L419.854 394.354C419.658 394.549 419.342 394.549 419.146 394.354C418.951 394.158 418.951 393.842 419.146 393.646L420.793 392L419.146 390.354C418.951 390.158 418.951 389.842 419.146 389.646C419.342 389.451 419.658 389.451 419.854 389.646Z' fill='white'/%3e%3cpath d='M424 382H427.5C428.881 382 430 383.119 430 384.5V384.5C430 385.881 428.881 387 427.5 387H418.5C417.119 387 416 388.119 416 389.5V389.5C416 390.881 417.119 392 418.5 392H420.846' stroke='white' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M278.993 56.4393C278.993 56.6708 279.173 56.8602 279.404 56.8755C282.677 57.0923 285.247 59.8764 285.12 63.2319C284.999 66.4096 282.409 68.9989 279.232 69.1197C275.876 69.2471 273.092 66.6767 272.875 63.4044C272.86 63.1735 272.671 62.9931 272.439 62.9931C272.188 62.9931 271.985 63.2043 272.001 63.4551C272.245 67.1987 275.428 70.1405 279.266 69.9948C282.898 69.857 285.857 66.8977 285.995 63.2659C286.141 59.4284 283.199 56.2447 279.455 56.0009C279.204 55.9846 278.993 56.1879 278.993 56.4393Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M453 344C453 343.448 453.448 343 454 343H461.5L465 346.5V357C465 357.552 464.552 358 464 358H454C453.448 358 453 357.552 453 357V350.52C453.005 350.641 453.052 350.761 453.142 350.853L455.245 353C455.434 353.195 455.742 353.195 455.932 353C456.121 352.805 456.121 352.488 455.932 352.293L454.658 350.999L459 350.999V349.999L454.658 349.999L455.93 348.707C456.12 348.512 456.12 348.195 455.93 348C455.741 347.805 455.433 347.805 455.243 348L453.142 350.146C453.052 350.238 453.005 350.357 453 350.478V344ZM461 344L464 347H462C461.448 347 461 346.552 461 346V344ZM462.764 350L464.857 352.137C465.047 352.332 465.047 352.649 464.857 352.844L462.746 355C462.556 355.195 462.248 355.195 462.059 355C461.869 354.805 461.869 354.488 462.059 354.293L463.341 352.991H459V351.991H463.341L462.078 350.707C461.888 350.512 461.888 350.195 462.078 350C462.267 349.805 462.575 349.805 462.764 350Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M453 362C453 361.448 453.448 361 454 361H461.5L465 364.5V375C465 375.552 464.552 376 464 376H454C453.448 376 453 375.552 453 375V368.52C453.005 368.641 453.052 368.761 453.142 368.853L455.245 371C455.434 371.195 455.742 371.195 455.932 371C456.121 370.805 456.121 370.488 455.932 370.293L454.658 368.999L459 368.999V367.999L454.658 367.999L455.93 366.707C456.12 366.512 456.12 366.195 455.93 366C455.741 365.805 455.433 365.805 455.243 366L453.142 368.146C453.052 368.238 453.005 368.357 453 368.478V362ZM461 362L464 365H462C461.448 365 461 364.552 461 364V362ZM462.764 368L464.857 370.137C465.047 370.332 465.047 370.649 464.857 370.844L462.746 373C462.556 373.195 462.248 373.195 462.059 373C461.869 372.805 461.869 372.488 462.059 372.293L463.341 370.991H459V369.991H463.341L462.078 368.707C461.888 368.512 461.888 368.195 462.078 368C462.267 367.805 462.575 367.805 462.764 368Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M453 380C453 379.448 453.448 379 454 379H461.5L465 382.5V393C465 393.552 464.552 394 464 394H454C453.448 394 453 393.552 453 393V386.52C453.005 386.641 453.052 386.761 453.142 386.853L455.245 389C455.434 389.195 455.742 389.195 455.932 389C456.121 388.805 456.121 388.488 455.932 388.293L454.658 386.999L459 386.999V385.999L454.658 385.999L455.93 384.707C456.12 384.512 456.12 384.195 455.93 384C455.741 383.805 455.433 383.805 455.243 384L453.142 386.146C453.052 386.238 453.005 386.357 453 386.478V380ZM461 380L464 383H462C461.448 383 461 382.552 461 382V380ZM462.764 386L464.857 388.137C465.047 388.332 465.047 388.649 464.857 388.844L462.746 391C462.556 391.195 462.248 391.195 462.059 391C461.869 390.805 461.869 390.488 462.059 390.293L463.341 388.991H459V387.991H463.341L462.078 386.707C461.888 386.512 461.888 386.195 462.078 386C462.267 385.805 462.575 385.805 462.764 386Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M590 401H588C587.448 401 587 400.552 587 400V398H580V401V411H590V401Z' fill='%23C2D3F2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M580 397C579.448 397 579 397.448 579 398V411C579 411.552 579.448 412 580 412H590C590.552 412 591 411.552 591 411V400.5L587.5 397H580ZM585 398H580V411H590V401H588C587.448 401 587 400.552 587 400V398H585Z' fill='%234774C6'/%3e%3cpath d='M579 402H589L590 404H591V409H581L580 407H579V402Z' fill='%23C2D3F2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M588.764 404L590.857 406.137C591.047 406.332 591.047 406.649 590.857 406.844L588.746 409C588.556 409.195 588.248 409.195 588.059 409C587.869 408.805 587.869 408.488 588.059 408.293L589.341 406.991H585V405.991H589.341L588.078 404.707C587.888 404.512 587.888 404.195 588.078 404C588.267 403.805 588.575 403.805 588.764 404Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M581.245 407L579.142 404.853C578.952 404.658 578.952 404.341 579.142 404.146L581.243 402C581.433 401.805 581.741 401.805 581.93 402C582.12 402.195 582.12 402.512 581.93 402.707L580.658 403.999L585 403.999L585 404.999L580.658 404.999L581.932 406.293C582.121 406.488 582.121 406.805 581.932 407C581.742 407.195 581.434 407.195 581.245 407Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M597 398C597 397.448 597.448 397 598 397H605.5L609 400.5V404H608V401H606C605.448 401 605 400.552 605 400V398H603H598V402H597V398ZM597 407V411C597 411.552 597.448 412 598 412H608C608.552 412 609 411.552 609 411V409H608V411H598V407H597Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M606.764 404L608.857 406.137C609.047 406.332 609.047 406.649 608.857 406.844L606.746 409C606.556 409.195 606.248 409.195 606.059 409C605.869 408.805 605.869 408.488 606.059 408.293L607.341 406.991H603V405.991H607.341L606.078 404.707C605.888 404.512 605.888 404.195 606.078 404C606.267 403.805 606.575 403.805 606.764 404Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M599.245 407L597.142 404.853C596.952 404.658 596.952 404.341 597.142 404.146L599.243 402C599.433 401.805 599.741 401.805 599.93 402C600.12 402.195 600.12 402.512 599.93 402.707L598.658 403.999L603 403.999L603 404.999L598.658 404.999L599.932 406.293C600.121 406.488 600.121 406.805 599.932 407C599.742 407.195 599.434 407.195 599.245 407Z' fill='%2329313B'/%3e%3cpath d='M605 103.042C607.66 103.042 609.843 102.175 610 101.083L610 96.6445C610 96.5827 609.916 96.5759 609.887 96.6308C609.401 97.5701 607.398 98.2739 605 98.2739C604.992 98.2739 604.984 98.2739 604.976 98.2739C604.98 98.3006 604.984 98.3276 604.988 98.355L604.991 98.3853L605 98.5215V99.7405L604.988 99.8161C604.966 99.9599 604.926 100.093 604.874 100.217C604.96 100.375 605 100.548 605 100.716L605 103.042C605 103.042 605 103.042 605 103.042Z' fill='%23C2D3F2'/%3e%3cpath d='M600.431 96.0081C600.219 95.8259 600.077 95.6287 600.02 95.4218L600 95.33V93.9402C600 92.8687 602.239 92 605.001 92C607.681 92 609.868 92.8183 609.994 93.8462L610 93.9402V95.33C609.843 96.3468 607.661 97.1527 605.001 97.1527C604.753 97.1527 604.51 97.1458 604.272 97.1323C604.272 97.1322 604.272 97.1323 604.272 97.1323C603.944 96.8584 603.537 96.6501 603.112 96.4926C602.365 96.2152 601.432 96.0459 600.431 96.0081Z' fill='%23C2D3F2'/%3e%3cpath d='M600.09 95.59C600.17 95.74 600.3 95.88 600.46 96.01C601.45 96.05 602.37 96.21 603.11 96.49C603.53 96.65 603.93 96.85 604.26 97.12C604.5 97.13 604.75 97.15 605 97.15C606.27 97.15 607.44 96.97 608.32 96.66C608.65 96.55 608.95 96.41 609.19 96.27C609.53 96.07 609.78 95.84 609.91 95.59C609.95 95.5 609.98 95.42 610 95.33V93.85C609.87 92.82 607.68 92 605 92C602.32 92 600 92.87 600 93.94V95.33L600.02 95.42C600.04 95.48 600.06 95.54 600.09 95.59ZM601 93.99C601 93.99 601.03 93.95 601.07 93.92C601.2 93.8 601.44 93.65 601.83 93.5C602.59 93.2 603.71 93 605 93C606.29 93 607.34 93.19 608.11 93.48C608.49 93.62 608.75 93.77 608.9 93.9C608.96 93.95 608.99 93.98 609 94V95.17C609 95.17 608.95 95.23 608.9 95.27C608.75 95.4 608.48 95.54 608.1 95.68C607.34 95.96 606.25 96.15 605.01 96.15C603.77 96.15 602.75 95.97 601.98 95.71C601.6 95.58 601.33 95.43 601.15 95.3C601.07 95.24 601.03 95.19 601 95.17V93.99Z' fill='%234774C6'/%3e%3cpath d='M609.89 96.63C609.89 96.63 609.89 96.63 609.89 96.64C609.77 96.87 609.55 97.09 609.26 97.28C609.18 97.33 609.1 97.38 609.01 97.43C608.92 97.48 608.81 97.53 608.71 97.58C607.8 98 606.48 98.26 605.01 98.26C605 98.26 604.99 98.26 604.98 98.26C604.98 98.29 605 98.31 605 98.34V98.37L605.01 98.51V99.26C606.3 99.26 607.51 99.07 608.49 98.74C608.66 98.68 608.84 98.62 609.01 98.54V100.94C609.01 100.94 608.96 101.02 608.88 101.08C608.72 101.22 608.46 101.37 608.08 101.52C607.32 101.82 606.24 102.02 605.01 102.02V103.02C607.67 103.02 609.85 102.15 610.01 101.06V96.64C610.01 96.58 609.93 96.57 609.9 96.63H609.89Z' fill='%234774C6'/%3e%3cpath d='M603.5 104.213C603.485 104.276 603.437 104.377 603.292 104.504C603.134 104.642 602.893 104.784 602.568 104.912C601.92 105.167 601.015 105.333 600 105.333C598.985 105.333 598.08 105.167 597.432 104.912C597.107 104.784 596.866 104.642 596.708 104.504C596.563 104.377 596.515 104.276 596.5 104.213V101.754C596.748 101.898 597.024 102.019 597.311 102.117C598.06 102.372 598.996 102.52 600 102.52C601.004 102.52 601.94 102.372 602.689 102.117C602.976 102.019 603.252 101.898 603.5 101.754V104.213ZM600.001 97.5C601.028 97.5 601.94 97.6572 602.59 97.8984C602.916 98.0195 603.156 98.1546 603.31 98.2832C603.459 98.4079 603.491 98.4957 603.497 98.5332L603.5 98.5674V99.6064C603.487 99.6509 603.443 99.7354 603.306 99.8477C603.148 99.9761 602.906 100.109 602.579 100.229C601.928 100.467 601.02 100.622 600.001 100.622C599.013 100.622 598.128 100.477 597.48 100.25C597.156 100.136 596.908 100.008 596.738 99.8818C596.571 99.7569 596.516 99.6594 596.5 99.6094V98.5518C596.5 98.5247 596.513 98.4446 596.652 98.3164C596.793 98.1873 597.025 98.0482 597.353 97.9209C598.006 97.6676 598.942 97.5 600.001 97.5Z' fill='%23C3BCE6' stroke='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M488 417H502V419H488V417ZM493.205 424L493.354 424.148C493.549 424.344 493.549 424.66 493.354 424.856L493.209 425L493 425.209L490.172 428.038C489.976 428.233 489.66 428.233 489.464 428.038C489.269 427.842 489.269 427.526 489.464 427.33L491.793 425.002L487 425.002V424.002L491.793 424.002L489.464 421.674C489.269 421.478 489.269 421.162 489.464 420.966C489.66 420.771 489.976 420.771 490.172 420.966L493 423.795L493.205 424ZM494.414 424C494.342 423.796 494.224 423.605 494.061 423.441L493 422.381V421V420H494H496H497V421V423V424H496H494.414ZM494.415 425H496H497V426V428V429H496H494H493V428V426.623L494.061 425.563C494.225 425.398 494.343 425.205 494.415 425ZM494 421H496V423H494V421ZM499 421H501V423H499V421ZM496 428H494V426H496V428ZM499 426H501V428H499V426ZM502 420H501H499H498V421V423V424H499H501H502V423V421V420ZM502 425H501H499H498V426V428V429H499H501H502V428V426V425Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M506 417H520V419H506V417ZM511 420H515V423H514V421H512V423H514V424H511V420ZM510 425H506V429H510V428V425ZM509 426V428H507V426H509ZM511 425V429H515V426H514V425H511ZM514 426V428H512V426H514ZM510 420H506V424H510V423V420ZM509 421V423H507V421H509ZM521.354 424.148L518.172 420.966C517.976 420.771 517.66 420.771 517.464 420.966C517.269 421.162 517.269 421.478 517.464 421.674L519.793 424.002L515 424.002V425.002L519.793 425.002L517.464 427.33C517.269 427.526 517.269 427.842 517.464 428.038C517.66 428.233 517.976 428.233 518.172 428.038L521.354 424.856C521.549 424.66 521.549 424.344 521.354 424.148Z' fill='%2335383A'/%3e%3cpath d='M598.899 424.944C599.9 423.21 601.883 422.481 603.328 423.315C604.773 424.149 605.133 426.231 604.132 427.965L598.899 424.944Z' fill='%2300AD8F'/%3e%3crect x='604.576' y='429.615' width='8.45895' height='1.20842' transform='rotate(-150 604.576 429.615)' fill='%2300AD8F'/%3e%3cpath d='M602.957 418.921C602.054 420.491 602.446 422.226 603.58 422.881C604.713 423.536 606.413 423.009 607.321 421.443L607.647 420.822L603.353 418.319L602.957 418.921Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3crect x='608.806' y='422.29' width='8.45895' height='1.20842' transform='rotate(-150 608.806 422.29)' fill='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M609 424C609.552 424 610 423.552 610 423C610 422.448 609.552 422 609 422C608.448 422 608 422.448 608 423C608 423.552 608.448 424 609 424ZM612 425V427H606V425H612ZM610 429C610 429.552 609.552 430 609 430C608.448 430 608 429.552 608 429C608 428.448 608.448 428 609 428C609.552 428 610 428.448 610 429Z' fill='%2335383A'/%3e%3cpath d='M601 418V420H599V422H597V420H595V418H597V416H599V418H601Z' fill='%2335383A'/%3e%3cpath d='M553.536 427.535C555.879 425.192 555.879 421.393 553.536 419.05C551.192 416.707 547.393 416.707 545.05 419.05C542.707 421.393 542.707 425.192 545.05 427.535' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M552.474 428.596L553.182 425.061L556.01 427.889L552.474 428.596Z' fill='%2335383A'/%3e%3cpath d='M545.666 424.662C546.494 423.227 548.135 422.624 549.331 423.314C550.527 424.005 550.825 425.727 549.996 427.162L545.666 424.662Z' fill='%2335383A'/%3e%3crect x='550.362' y='428.528' width='7' height='1' transform='rotate(-150 550.362 428.528)' fill='%2335383A'/%3e%3cpath d='M549.096 419.722C548.365 420.994 548.696 422.37 549.581 422.881C550.465 423.391 551.822 422.991 552.558 421.724L552.789 421.284L549.376 419.296L549.096 419.722Z' stroke='%2335383A'/%3e%3crect x='553.862' y='422.466' width='7' height='1' transform='rotate(-150 553.862 422.466)' fill='%2335383A'/%3e%3cpath d='M535.536 427.535C537.879 425.192 537.879 421.393 535.536 419.05C533.192 416.707 529.393 416.707 527.05 419.05C524.707 421.393 524.707 425.192 527.05 427.535' stroke='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M534.474 428.596L535.182 425.061L538.01 427.889L534.474 428.596Z' fill='%2300AD8F'/%3e%3cpath d='M527.666 424.662C528.494 423.227 530.135 422.624 531.331 423.314C532.527 424.005 532.825 425.727 531.996 427.162L527.666 424.662Z' fill='%2300AD8F'/%3e%3crect x='532.362' y='428.528' width='7' height='1' transform='rotate(-150 532.362 428.528)' fill='%2300AD8F'/%3e%3cpath d='M531.096 419.722C530.365 420.994 530.696 422.37 531.581 422.881C532.465 423.391 533.822 422.991 534.558 421.724L534.789 421.284L531.376 419.296L531.096 419.722Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3crect x='535.862' y='422.466' width='7' height='1' transform='rotate(-150 535.862 422.466)' fill='%2300AD8F'/%3e%3cpath d='M589.536 427.535C591.879 425.192 591.879 421.393 589.536 419.05C587.192 416.707 583.393 416.707 581.05 419.05C578.707 421.393 578.707 425.192 581.05 427.535' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M588.474 428.596L589.182 425.061L592.01 427.889L588.474 428.596Z' fill='%2335383A'/%3e%3cpath d='M581.666 424.662C582.494 423.227 584.135 422.624 585.331 423.314C586.527 424.005 586.825 425.727 585.996 427.162L581.666 424.662Z' fill='%2335383A'/%3e%3crect x='586.362' y='428.528' width='7' height='1' transform='rotate(-150 586.362 428.528)' fill='%2335383A'/%3e%3cpath d='M585.096 419.722C584.365 420.994 584.696 422.37 585.581 422.881C586.465 423.391 587.822 422.991 588.558 421.724L588.789 421.284L585.376 419.296L585.096 419.722Z' stroke='%2335383A'/%3e%3crect x='589.862' y='422.466' width='7' height='1' transform='rotate(-150 589.862 422.466)' fill='%2335383A'/%3e%3cellipse cx='591' cy='427' rx='3' ry='4' fill='white'/%3e%3cpath d='M590.752 423.5C591.512 423.5 592.091 423.887 592.48 424.5C592.806 425.014 592.752 425.5 592.752 426L592.752 426.5H593.002C593.277 426.5 593.5 426.723 593.5 426.999V430.501C593.5 430.777 593.278 431 593.002 431H588.498C588.223 431 588 430.777 588 430.501V426.999C588 426.723 588.222 426.5 588.498 426.5H588.752L588.752 426C588.752 425.5 588.706 425.045 589.028 424.5C589.381 423.903 589.992 423.5 590.752 423.5ZM590.75 427.5C590.336 427.5 590 427.836 590 428.25C590 428.578 590.207 428.857 590.5 428.959V430.002H591V428.955C591.288 428.851 591.5 428.574 591.5 428.25C591.5 427.836 591.164 427.5 590.75 427.5ZM590.752 424.5C590.361 424.5 590.046 424.704 589.892 425.005C589.761 425.26 589.753 425.466 589.752 425.889L589.752 426.5H591.752L591.752 425.889C591.751 425.466 591.736 425.26 591.605 425.005C591.45 424.703 591.143 424.5 590.752 424.5Z' fill='%2335383A'/%3e%3cpath d='M571.536 427.535C573.879 425.192 573.879 421.393 571.536 419.05C569.192 416.707 565.393 416.707 563.05 419.05C560.707 421.393 560.707 425.192 563.05 427.535' stroke='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M570.474 428.596L571.182 425.061L574.01 427.889L570.474 428.596Z' fill='%2300AD8F'/%3e%3cpath d='M563.666 424.662C564.494 423.227 566.135 422.624 567.331 423.314C568.527 424.005 568.825 425.727 567.996 427.162L563.666 424.662Z' fill='%2300AD8F'/%3e%3crect x='568.362' y='428.528' width='7' height='1' transform='rotate(-150 568.362 428.528)' fill='%2300AD8F'/%3e%3cpath d='M567.096 419.722C566.365 420.994 566.696 422.37 567.581 422.881C568.465 423.391 569.822 422.991 570.558 421.724L570.789 421.284L567.376 419.296L567.096 419.722Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3crect x='571.862' y='422.466' width='7' height='1' transform='rotate(-150 571.862 422.466)' fill='%2300AD8F'/%3e%3cellipse cx='573' cy='427' rx='3' ry='4' fill='white'/%3e%3cpath d='M572.752 423.5C573.512 423.5 574.091 423.887 574.48 424.5C574.806 425.014 574.752 425.5 574.752 426L574.752 426.5H575.002C575.277 426.5 575.5 426.723 575.5 426.999V430.501C575.5 430.777 575.278 431 575.002 431H570.498C570.223 431 570 430.777 570 430.501V426.999C570 426.723 570.222 426.5 570.498 426.5H570.752L570.752 426C570.752 425.5 570.706 425.045 571.028 424.5C571.381 423.903 571.992 423.5 572.752 423.5ZM572.75 427.5C572.336 427.5 572 427.836 572 428.25C572 428.578 572.207 428.857 572.5 428.959V430.002H573V428.955C573.288 428.851 573.5 428.574 573.5 428.25C573.5 427.836 573.164 427.5 572.75 427.5ZM572.752 424.5C572.361 424.5 572.046 424.704 571.892 425.005C571.761 425.26 571.753 425.466 571.752 425.889L571.752 426.5H573.752L573.752 425.889C573.751 425.466 573.736 425.26 573.605 425.005C573.45 424.703 573.143 424.5 572.752 424.5Z' fill='%2335383A'/%3e%3cpath d='M6.09 437.59C6.17 437.74 6.3 437.88 6.46 438.01C7.45 438.05 8.37 438.21 9.11 438.49C9.53 438.65 9.93 438.85 10.26 439.12C10.5 439.13 10.75 439.15 11 439.15C12.27 439.15 13.44 438.97 14.32 438.66C14.65 438.55 14.95 438.41 15.19 438.27C15.53 438.07 15.78 437.84 15.91 437.59C15.95 437.5 15.98 437.42 16 437.33V435.85C15.87 434.82 13.68 434 11 434C8.32 434 6 434.87 6 435.94V437.33L6.02 437.42C6.04 437.48 6.06 437.54 6.09 437.59ZM7 435.99C7 435.99 7.03 435.95 7.07 435.92C7.2 435.8 7.44 435.65 7.83 435.5C8.59 435.2 9.71 435 11 435C12.29 435 13.34 435.19 14.11 435.48C14.49 435.62 14.75 435.77 14.9 435.9C14.96 435.95 14.99 435.98 15 436V437.17C15 437.17 14.95 437.23 14.9 437.27C14.75 437.4 14.48 437.54 14.1 437.68C13.34 437.96 12.25 438.15 11.01 438.15C9.77 438.15 8.75 437.97 7.98 437.71C7.6 437.58 7.33 437.43 7.15 437.3C7.07 437.24 7.03 437.19 7 437.17V435.99Z' fill='%2335383A'/%3e%3cpath d='M15.89 438.63C15.89 438.63 15.89 438.63 15.89 438.64C15.77 438.87 15.55 439.09 15.26 439.28C15.18 439.33 15.1 439.38 15.01 439.43C14.92 439.48 14.81 439.53 14.71 439.58C13.8 440 12.48 440.26 11.01 440.26C11 440.26 10.99 440.26 10.98 440.26C10.98 440.29 11 440.31 11 440.34V440.37L11.01 440.51V441.26C12.3 441.26 13.51 441.07 14.49 440.74C14.66 440.68 14.84 440.62 15.01 440.54V442.94C15.01 442.94 14.96 443.02 14.88 443.08C14.72 443.22 14.46 443.37 14.08 443.52C13.32 443.82 12.24 444.02 11.01 444.02V445.02C13.67 445.02 15.85 444.15 16.01 443.06V438.64C16.01 438.58 15.93 438.57 15.9 438.63H15.89Z' fill='%2335383A'/%3e%3cpath d='M9.5 446.213C9.48543 446.276 9.43681 446.377 9.29199 446.504C9.13391 446.642 8.89282 446.784 8.56836 446.912C7.92021 447.167 7.01546 447.333 6 447.333C4.98454 447.333 4.07986 447.167 3.43164 446.912C3.10718 446.784 2.86613 446.642 2.70801 446.504C2.56321 446.377 2.51458 446.276 2.5 446.213V443.754C2.7476 443.898 3.02358 444.019 3.31055 444.117C4.05999 444.372 4.99591 444.52 6 444.52C7.00409 444.52 7.94001 444.372 8.68945 444.117C8.97642 444.019 9.2524 443.898 9.5 443.754V446.213ZM6.00098 439.5C7.02781 439.5 7.93973 439.657 8.58984 439.898C8.91606 440.02 9.15579 440.155 9.30957 440.283C9.45852 440.408 9.49073 440.496 9.49707 440.533L9.5 440.567V441.606C9.48659 441.651 9.44345 441.735 9.30566 441.848C9.14806 441.976 8.90582 442.109 8.5791 442.229C7.92778 442.467 7.01996 442.622 6.00098 442.622C5.01319 442.622 4.12819 442.477 3.48047 442.25C3.15597 442.136 2.90761 442.008 2.73828 441.882C2.57122 441.757 2.51584 441.659 2.5 441.609V440.552C2.50012 440.525 2.51264 440.445 2.65234 440.316C2.7931 440.187 3.0245 440.048 3.35254 439.921C4.00551 439.668 4.94201 439.5 6.00098 439.5Z' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.8054 447.379C33.825 447.512 33.711 447.626 33.5783 447.606L29.1787 446.955C29.0162 446.931 28.9504 446.732 29.0666 446.616L30.2495 445.433L29.1469 444.441C28.5296 443.885 28.001 443.251 27.5709 442.56C27.8914 442.026 28.1609 441.465 28.3764 440.884C28.7854 441.804 29.3858 442.638 30.1504 443.326L31.3116 444.371L32.8154 442.867C32.9316 442.751 33.1307 442.817 33.1547 442.98L33.8054 447.379ZM27.7504 435C27.7504 434.586 27.4146 434.25 27.0004 434.25C26.5861 434.25 26.2504 434.586 26.2504 435V437.407C26.2504 439.211 25.5781 440.95 24.3649 442.284L22.6636 444.156L21.3742 442.866C21.258 442.75 21.059 442.816 21.035 442.978L20.3842 447.378C20.3646 447.511 20.4786 447.625 20.6114 447.605L25.0109 446.954C25.1735 446.93 25.2393 446.731 25.1231 446.615L23.7255 445.217L25.4748 443.293C26.939 441.682 27.7504 439.584 27.7504 437.407V435Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.1587 447.794C45.0786 447.898 44.9218 447.898 44.8417 447.794L41.784 443.822C41.6827 443.69 41.7765 443.5 41.9425 443.5H44.2502V441.72C44.2502 438.953 42.4351 436.513 39.7847 435.718C39.3879 435.599 39.1628 435.181 39.2818 434.784C39.4009 434.388 39.819 434.162 40.2157 434.282C42.37 434.928 44.079 436.451 45.0002 438.39C45.9214 436.451 47.6304 434.928 49.7847 434.282C50.1814 434.162 50.5995 434.388 50.7186 434.784C50.8376 435.181 50.6125 435.599 50.2157 435.718C47.5653 436.513 45.7502 438.953 45.7502 441.72V443.5H48.0579C48.2239 443.5 48.3177 443.69 48.2164 443.822L45.1587 447.794Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M77 438V437C77 434.8 78.8 433 81 433C83.2 433 85 434.8 85 437V438H85.998C86.551 438 87 438.445 87 438.996V448.004C87 448.554 86.544 449 85.998 449H76.002C75.449 449 75 448.555 75 448.004V438.996C75 438.446 75.456 438 76.002 438H77ZM83 438H79V437C79 435.897 79.897 435 81 435C82.103 435 83 435.897 83 437V438Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M82.2117 441.471L82.7157 440.967C82.7447 440.938 82.7837 440.924 82.8217 440.924C82.8597 440.924 82.8977 440.938 82.9277 440.967L83.7927 441.832C83.8507 441.89 83.8507 441.986 83.7927 442.043L83.2887 442.547C83.2307 442.606 83.1357 442.606 83.0777 442.547L82.2117 441.682C82.1547 441.624 82.1547 441.529 82.2117 441.471ZM78.2979 446.416V445.386L81.8049 441.878L82.8819 442.954L79.4189 446.416H78.2979Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M59.143 436C59.592 434.283 61.147 433 63 433C65.2 433 67 434.8 67 437V438H67.998C68.551 438 69 438.445 69 438.996V448.005C69 448.555 68.544 449 67.998 449H58.002C57.449 449 57 448.556 57 448.005V438.996C57 438.446 57.456 438 58.002 438H65V437C65 435.897 64.103 435 63 435C62.263 435 61.625 435.405 61.278 436H59.143Z' fill='%2367C630'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.3788 444.418L60.8798 442.92L59.7998 444L62.4398 446.64L66.3998 442.22L65.2618 441.2L62.3788 444.418Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M95 438V437C95 434.8 96.8 433 99 433C101.2 433 103 434.8 103 437V438H103.998C104.551 438 105 438.445 105 438.996V448.004C105 448.554 104.544 449 103.998 449H94.002C93.449 449 93 448.555 93 448.004V438.996C93 438.446 93.456 438 94.002 438H95ZM101 438H97V437C97 435.897 97.897 435 99 435C100.103 435 101 435.897 101 437V438Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M95.1215 443.271C95.7205 442.681 97.2255 441.401 98.9875 441.401C100.751 441.401 102.255 442.681 102.854 443.271C103.016 443.43 103.016 443.692 102.854 443.851C102.255 444.441 100.751 445.722 98.9875 445.722C97.2255 445.722 95.7205 444.441 95.1215 443.851C94.9595 443.691 94.9595 443.43 95.1215 443.271ZM97.4551 443.562C97.4551 444.412 98.1411 445.102 98.9881 445.102C99.8361 445.102 100.523 444.412 100.523 443.562C100.523 442.71 99.8361 442.02 98.9881 442.02C98.1411 442.02 97.4551 442.71 97.4551 443.562ZM98.965 444.349C98.525 444.349 98.168 443.991 98.168 443.549C98.168 443.107 98.525 442.749 98.965 442.749C99.405 442.749 99.761 443.107 99.761 443.549C99.761 443.991 99.405 444.349 98.965 444.349Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M113 438V437C113 434.8 114.8 433 117 433C119.2 433 121 434.8 121 437V438H121.997C122.551 438 123 438.444 123 438.995V448.004C123 448.554 122.544 449 121.997 449H112.002C111.449 449 111 448.555 111 448.004V438.995C111 438.445 111.456 438 112.002 438H113ZM119 438H115V437C115 435.897 115.897 435 117 435C118.103 435 119 435.897 119 437V438Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M120.5 443.128V443.872L119.631 443.92C119.602 444.105 119.555 444.282 119.49 444.452L120.217 444.928L119.845 445.572L119.065 445.177C118.949 445.32 118.82 445.448 118.678 445.564L119.072 446.345L118.428 446.717L117.953 445.99C117.783 446.055 117.605 446.101 117.421 446.131L117.372 447H116.628L116.58 446.131C116.396 446.101 116.218 446.055 116.048 445.99L115.572 446.717L114.928 446.345L115.323 445.564C115.181 445.448 115.052 445.32 114.936 445.177L114.155 445.572L113.783 444.928L114.51 444.452C114.445 444.282 114.399 444.105 114.37 443.92L113.5 443.872V443.128L114.37 443.08C114.399 442.895 114.445 442.718 114.51 442.548L113.783 442.072L114.155 441.428L114.936 441.823C115.052 441.68 115.181 441.552 115.323 441.436L114.928 440.655L115.572 440.283L116.048 441.01C116.218 440.945 116.396 440.899 116.58 440.869L116.628 440H117.372L117.421 440.869C117.605 440.899 117.783 440.945 117.953 441.01L118.428 440.283L119.072 440.655L118.678 441.436C118.82 441.552 118.949 441.68 119.065 441.823L119.845 441.428L120.217 442.072L119.49 442.548C119.555 442.718 119.602 442.895 119.631 443.08L120.5 443.128ZM117 445.016C117.836 445.016 118.516 444.336 118.516 443.5C118.516 442.664 117.836 441.984 117 441.984C116.164 441.984 115.485 442.664 115.485 443.5C115.485 444.336 116.164 445.016 117 445.016Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M149 438V437C149 434.8 150.8 433 153 433C155.2 433 157 434.8 157 437V438H157.997C158.551 438 159 438.444 159 438.995V448.004C159 448.554 158.544 449 157.997 449H148.002C147.449 449 147 448.555 147 448.004V438.995C147 438.445 147.456 438 148.002 438H149ZM155 438H151V437C151 435.897 151.897 435 153 435C154.103 435 155 435.897 155 437V438Z' fill='%23F8472F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M149.5 443.5C149.5 441.57 151.07 440 153 440C154.929 440 156.5 441.57 156.5 443.5C156.5 445.429 154.929 447 153 447C151.07 447 149.5 445.429 149.5 443.5ZM155.083 444.876L151.623 441.416C152.018 441.154 152.491 441 153 441C154.378 441 155.5 442.121 155.5 443.5C155.5 444.008 155.345 444.481 155.083 444.876ZM150.5 443.5C150.5 442.991 150.654 442.518 150.916 442.123L154.376 445.583C153.981 445.845 153.508 446 153 446C151.621 446 150.5 444.878 150.5 443.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M131 438V437C131 434.8 132.8 433 135 433C137.2 433 139 434.8 139 437V438H139.998C140.551 438 141 438.445 141 438.996V448.004C141 448.554 140.544 449 139.998 449H130.002C129.449 449 129 448.555 129 448.004V438.996C129 438.446 129.456 438 130.002 438H131ZM137 438H133V437C133 435.897 133.897 435 135 435C136.103 435 137 435.897 137 437V438Z' fill='%2335383A'/%3e%3crect x='133' y='443' width='4' height='1.68889' fill='white'/%3e%3ccircle cx='171' cy='441' r='7' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M170.955 436.8C169.852 436.8 168.957 437.691 168.957 438.789C168.957 439.887 169.852 440.778 170.955 440.778C172.059 440.778 172.953 439.887 172.953 438.789C172.953 437.69 172.059 436.8 170.955 436.8ZM174.459 443.981C174.459 442.528 173.235 441.346 171.72 441.346H170.27C168.755 441.346 167.53 442.528 167.53 443.981V444.598H174.459V443.981Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M189 448C192.866 448 196 444.866 196 441C196 437.134 192.866 434 189 434C185.134 434 182 437.134 182 441C182 444.866 185.134 448 189 448ZM187.925 436.8C186.822 436.8 185.927 437.691 185.927 438.789C185.927 439.887 186.822 440.778 187.925 440.778C189.028 440.778 189.923 439.887 189.923 438.789C189.923 437.69 189.028 436.8 187.925 436.8ZM191.429 443.981C191.429 442.528 190.204 441.346 188.689 441.346H187.24C185.725 441.346 184.5 442.528 184.5 443.981V444.598H191.429V443.981ZM192 444.377H193.641V443.599C193.641 442.207 192.471 441.078 191.029 441.078H190.09C191.218 441.588 192 442.695 192 443.982V444.377ZM189.7 440.637C189.916 440.728 190.153 440.778 190.402 440.778C191.401 440.778 192.21 439.972 192.21 438.978C192.21 437.985 191.401 437.179 190.402 437.179C190.251 437.179 190.104 437.198 189.963 437.232C190.296 437.664 190.494 438.203 190.494 438.789C190.494 439.516 190.189 440.172 189.7 440.637Z' fill='%239A9A9A'/%3e%3ccircle cx='207' cy='441' r='7' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M210.075 439.162C210.657 439.728 211.239 440.038 211.821 440.091C211.922 440.095 212.001 440.187 212 440.297C211.962 442.482 211.283 443.848 209.963 444.397C209.881 444.431 209.79 444.431 209.707 444.397C208.387 443.848 207.708 442.482 207.67 440.297C207.669 440.187 207.748 440.096 207.849 440.091C208.431 440.038 209.013 439.728 209.595 439.162C209.732 439.029 209.938 439.029 210.075 439.162ZM205.556 437C205.907 437 206.243 437.093 206.464 437.284C206.987 437.414 207.366 437.99 207.366 438.635C207.366 438.847 207.328 439.046 207.26 439.266C207.25 439.298 207.221 439.384 207.2 439.448C207.249 439.551 207.279 439.663 207.279 439.782C207.279 439.821 207.276 439.86 207.272 439.898C207.206 439.998 207.166 440.116 207.157 440.242C207.109 440.33 207.044 440.407 206.969 440.473C206.929 440.693 206.834 440.881 206.706 441.037L206.605 441.148V441.609L206.607 441.898C206.626 441.917 206.94 442.124 207.139 442.207C207.159 442.215 207.226 442.243 207.323 442.285L207.42 442.326C207.64 443.115 207.997 443.748 208.492 444.217L202 444.216C202 444.216 202.035 443.556 202.331 443.132C202.53 442.846 203.837 442.269 203.959 442.207C204.004 442.185 204.06 442.155 204.118 442.123L204.294 442.024C204.362 441.986 204.422 441.951 204.462 441.927L204.51 441.898L204.508 441.154C204.308 440.969 204.16 440.732 204.111 440.444C203.924 440.257 203.798 440.035 203.798 439.775C203.798 439.63 203.838 439.496 203.904 439.378C203.901 439.366 203.897 439.353 203.893 439.338C203.888 439.322 203.855 439.209 203.844 439.173C203.822 439.094 203.804 439.027 203.79 438.962C203.761 438.839 203.747 438.732 203.747 438.635C203.747 437.649 204.473 437 205.556 437Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M224 435H232V436H224V435ZM230 437H220V438H230V437ZM228 439H217V440H228V439ZM229 439H230V440.621C229.965 440.62 229.931 440.62 229.896 440.62C229.591 440.62 229.291 440.634 229 440.66V439ZM227.283 441H225V444H225.364V442.985C225.364 442.423 225.662 441.997 225.964 441.72C226.034 441.655 226.108 441.595 226.186 441.538L226.356 441.424L226.513 441.331C226.681 441.238 226.857 441.158 227.034 441.089C227.115 441.058 227.198 441.028 227.283 441ZM225.364 445H225V448H225.364V445ZM232 440.855V437H231V440.681C231.35 440.721 231.686 440.779 232 440.855ZM220 441H217V444H220V441ZM221 441H224V444H221V441ZM217 445H220V448H217V445ZM224 445H221V448H224V445Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M233.503 448.104C233.391 448.884 231.832 449.502 229.934 449.502C228.035 449.502 226.476 448.884 226.364 448.104V444.936C226.364 444.881 226.371 444.826 226.385 444.773C226.58 445.519 228.094 446.099 229.934 446.099C231.773 446.099 233.288 445.519 233.482 444.773C233.496 444.826 233.503 444.881 233.503 444.936L233.503 448.104ZM229.934 441.62C231.848 441.62 233.408 442.204 233.499 442.938L233.503 443.005V443.997C233.391 444.723 231.833 445.298 229.934 445.298C228.093 445.298 226.571 444.758 226.378 444.063L226.364 443.997V443.005C226.364 442.24 227.963 441.62 229.934 441.62Z' fill='%231471D0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M242 435H250V436H242V435ZM248 437H238V438H248V437ZM246 439H235V440H246V439ZM247 439H248V440.621C247.965 440.62 247.931 440.62 247.896 440.62C247.591 440.62 247.291 440.634 247 440.66V439ZM245.283 441H243V444H243.364V442.985C243.364 442.423 243.662 441.997 243.964 441.72C244.034 441.655 244.108 441.595 244.186 441.538L244.356 441.424L244.513 441.331C244.681 441.238 244.857 441.158 245.034 441.089C245.115 441.058 245.198 441.028 245.283 441ZM243.364 445H243V448H243.364V445ZM250 440.855V437H249V440.681C249.35 440.721 249.686 440.779 250 440.855ZM238 441H235V444H238V441ZM239 441H242V444H239V441ZM235 445H238V448H235V445ZM242 445H239V448H242V445Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M251.503 448.104C251.391 448.884 249.832 449.502 247.934 449.502C246.035 449.502 244.476 448.884 244.364 448.104V444.936C244.364 444.881 244.371 444.826 244.385 444.773C244.58 445.519 246.094 446.099 247.934 446.099C249.773 446.099 251.288 445.519 251.482 444.773C251.496 444.826 251.503 444.881 251.503 444.936L251.503 448.104ZM247.934 441.62C249.848 441.62 251.408 442.204 251.499 442.938L251.503 443.005V443.997C251.391 444.723 249.833 445.298 247.934 445.298C246.093 445.298 244.571 444.758 244.378 444.063L244.364 443.997V443.005C244.364 442.24 245.963 441.62 247.934 441.62Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M260 435H268V436H260V435ZM266 437H256V438H266V437ZM264 439H253V440H264V439ZM265 439H266V440.621C265.965 440.62 265.931 440.62 265.896 440.62C265.591 440.62 265.291 440.634 265 440.66V439ZM263.283 441H261V444H261.364V442.985C261.364 442.423 261.662 441.997 261.964 441.72C262.034 441.655 262.108 441.595 262.186 441.538L262.356 441.424L262.513 441.331C262.681 441.238 262.857 441.158 263.034 441.089C263.115 441.058 263.198 441.028 263.283 441ZM261.364 445H261V448H261.364V445ZM268 440.855V437H267V440.681C267.35 440.721 267.686 440.779 268 440.855ZM256 441H253V444H256V441ZM257 441H260V444H257V441ZM253 445H256V448H253V445ZM260 445H257V448H260V445Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M269.503 448.104C269.391 448.884 267.832 449.502 265.934 449.502C264.035 449.502 262.476 448.884 262.364 448.104V444.936C262.364 444.881 262.371 444.826 262.385 444.773C262.58 445.519 264.094 446.099 265.934 446.099C267.773 446.099 269.288 445.519 269.482 444.773C269.496 444.826 269.503 444.881 269.503 444.936L269.503 448.104ZM265.934 441.62C267.848 441.62 269.408 442.204 269.499 442.938L269.503 443.005V443.997C269.391 444.723 267.833 445.298 265.934 445.298C264.093 445.298 262.571 444.758 262.378 444.063L262.364 443.997V443.005C262.364 442.24 263.963 441.62 265.934 441.62Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M278 435H286V436H278V435ZM284 437H274V438H284V437ZM282 439H271V440H282V439ZM283 439H284V440.621C283.965 440.62 283.931 440.62 283.896 440.62C283.591 440.62 283.291 440.634 283 440.66V439ZM281.283 441H279V444H279.364V442.985C279.364 442.423 279.662 441.997 279.964 441.72C280.034 441.655 280.108 441.595 280.186 441.538L280.356 441.424L280.513 441.331C280.681 441.238 280.857 441.158 281.034 441.089C281.115 441.058 281.198 441.028 281.283 441ZM279.364 445H279V448H279.364V445ZM286 440.855V437H285V440.681C285.35 440.721 285.686 440.779 286 440.855ZM274 441H271V444H274V441ZM275 441H278V444H275V441ZM271 445H274V448H271V445ZM278 445H275V448H278V445Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M287.503 448.104C287.391 448.884 285.832 449.502 283.934 449.502C282.035 449.502 280.476 448.884 280.364 448.104V444.936C280.364 444.881 280.371 444.826 280.385 444.773C280.58 445.519 282.094 446.099 283.934 446.099C285.773 446.099 287.288 445.519 287.482 444.773C287.496 444.826 287.503 444.881 287.503 444.936L287.503 448.104ZM283.934 441.62C285.848 441.62 287.408 442.204 287.499 442.938L287.503 443.005V443.997C287.391 444.723 285.833 445.298 283.934 445.298C282.093 445.298 280.571 444.758 280.378 444.063L280.364 443.997V443.005C280.364 442.24 281.963 441.62 283.934 441.62Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M291 447.067C291 447.582 291.384 448 291.857 448H297.758C297.279 447.285 297 446.425 297 445.5C297 443.015 299.015 441 301.5 441C302.026 441 302.531 441.09 303 441.256V434.933C303 434.418 302.616 434 302.143 434H291.857C291.384 434 291 434.418 291 434.933V447.067ZM293 438H301V437H293V438ZM293 441H298V440H293V441ZM293 444H296V443H293V444Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M298 445.5C298 447.433 299.567 449 301.5 449C303.433 449 305 447.433 305 445.5C305 443.567 303.433 442 301.5 442C299.567 442 298 443.567 298 445.5ZM303 446C303.276 446 303.5 445.776 303.5 445.5C303.5 445.224 303.276 445 303 445H302V443.5C302 443.224 301.776 443 301.5 443C301.224 443 301 443.224 301 443.5V445.5C301 445.776 301.224 446 301.5 446H303Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M459 419.5C458.172 419.5 457.5 418.828 457.5 418C457.5 417.172 458.172 416.5 459 416.5C459.828 416.5 460.5 417.172 460.5 418C460.5 418.828 459.828 419.5 459 419.5ZM459 424.5C458.172 424.5 457.5 423.828 457.5 423C457.5 422.172 458.172 421.5 459 421.5C459.828 421.5 460.5 422.172 460.5 423C460.5 423.828 459.828 424.5 459 424.5ZM457.5 428C457.5 428.828 458.172 429.5 459 429.5C459.828 429.5 460.5 428.828 460.5 428C460.5 427.172 459.828 426.5 459 426.5C458.172 426.5 457.5 427.172 457.5 428Z' fill='%239A9A9A'/%3e%3cmask id='path-1959-inside-31_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M474 420H470V424H474V420ZM479 420H475V424H479V420ZM480 420H484V424H480V420ZM474 425H470V429H474V425ZM475 425H479V429H475V425ZM484 425H480V429H484V425Z'/%3e%3c/mask%3e%3cpath d='M470 420V419H469V420H470ZM474 420H475V419H474V420ZM470 424H469V425H470V424ZM474 424V425H475V424H474ZM475 420V419H474V420H475ZM479 420H480V419H479V420ZM475 424H474V425H475V424ZM479 424V425H480V424H479ZM484 420H485V419H484V420ZM480 420V419H479V420H480ZM484 424V425H485V424H484ZM480 424H479V425H480V424ZM470 425V424H469V425H470ZM474 425H475V424H474V425ZM470 429H469V430H470V429ZM474 429V430H475V429H474ZM479 425H480V424H479V425ZM475 425V424H474V425H475ZM479 429V430H480V429H479ZM475 429H474V430H475V429ZM480 425V424H479V425H480ZM484 425H485V424H484V425ZM480 429H479V430H480V429ZM484 429V430H485V429H484ZM470 421H474V419H470V421ZM471 424V420H469V424H471ZM474 423H470V425H474V423ZM473 420V424H475V420H473ZM475 421H479V419H475V421ZM476 424V420H474V424H476ZM479 423H475V425H479V423ZM478 420V424H480V420H478ZM484 419H480V421H484V419ZM485 424V420H483V424H485ZM480 425H484V423H480V425ZM479 420V424H481V420H479ZM470 426H474V424H470V426ZM471 429V425H469V429H471ZM474 428H470V430H474V428ZM473 425V429H475V425H473ZM479 424H475V426H479V424ZM480 429V425H478V429H480ZM475 430H479V428H475V430ZM474 425V429H476V425H474ZM480 426H484V424H480V426ZM481 429V425H479V429H481ZM484 428H480V430H484V428ZM483 425V429H485V425H483Z' fill='%239A9A9A' mask='url(%23path-1959-inside-31_15778_26381)'/%3e%3crect x='470' y='417' width='14' height='2' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M471.001 343.486C471.001 343.218 471.218 343 471.487 343C471.755 343 471.973 343.218 471.973 343.486V344H480.004V343.486C480.004 343.218 480.222 343 480.49 343C480.759 343 480.976 343.218 480.976 343.486V344H482.005C482.557 344 483.005 344.448 483.005 345V346H480.492C479.86 346 479.378 346.419 479.19 346.924L479.159 347H470V356H478.91L478.716 357H470C469.448 357 469 356.552 469 356V347V346V345C469 344.448 469.448 344 470 344H471.001V343.486ZM475.002 350H477.934L477.086 352.077L477.077 352.105C476.83 352.826 477.206 353.835 478.125 354H475.002V350ZM478.391 353.023H480.505L479.455 358.447C479.348 358.895 479.857 359.197 480.131 358.848L484.901 351.679C485.124 351.395 484.944 350.951 484.605 350.951H482.303L483.526 347.605C483.631 347.316 483.441 347 483.161 347H480.492C480.328 347 480.182 347.113 480.124 347.283L478.023 352.428C477.925 352.715 478.115 353.023 478.391 353.023Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M471.001 361.486C471.001 361.218 471.218 361 471.487 361C471.755 361 471.973 361.218 471.973 361.486V362H480.004V361.486C480.004 361.218 480.222 361 480.49 361C480.759 361 480.976 361.218 480.976 361.486V362H482.005C482.557 362 483.005 362.448 483.005 363V364H480.492C479.86 364 479.378 364.419 479.19 364.924L479.159 365H470V374H478.91L478.716 375H470C469.448 375 469 374.552 469 374V365V364V363C469 362.448 469.448 362 470 362H471.001V361.486ZM475.002 368H477.934L477.086 370.077L477.077 370.105C476.83 370.826 477.206 371.835 478.125 372H475.002V368ZM478.391 371.023H480.505L479.455 376.447C479.348 376.895 479.857 377.197 480.131 376.848L484.901 369.679C485.124 369.395 484.944 368.951 484.605 368.951H482.303L483.526 365.605C483.631 365.316 483.441 365 483.161 365H480.492C480.328 365 480.182 365.113 480.124 365.283L478.023 370.428C477.925 370.715 478.115 371.023 478.391 371.023Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M471.001 379.486C471.001 379.218 471.218 379 471.487 379C471.755 379 471.973 379.218 471.973 379.486V380H480.004V379.486C480.004 379.218 480.222 379 480.49 379C480.759 379 480.976 379.218 480.976 379.486V380H482.005C482.557 380 483.005 380.448 483.005 381V382H480.492C479.86 382 479.378 382.419 479.19 382.924L479.159 383H470V392H478.91L478.716 393H470C469.448 393 469 392.552 469 392V383V382V381C469 380.448 469.448 380 470 380H471.001V379.486ZM475.002 386H477.934L477.086 388.077L477.077 388.105C476.83 388.826 477.206 389.835 478.125 390H475.002V386ZM478.391 389.023H480.505L479.455 394.447C479.348 394.895 479.857 395.197 480.131 394.848L484.901 387.679C485.124 387.395 484.944 386.951 484.605 386.951H482.303L483.526 383.605C483.631 383.316 483.441 383 483.161 383H480.492C480.328 383 480.182 383.113 480.124 383.283L478.023 388.428C477.925 388.715 478.115 389.023 478.391 389.023Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M320 437H318C317.448 437 317 436.552 317 436V434H310V437V447H320V437Z' fill='%23C2D3F2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M310 433C309.448 433 309 433.448 309 434V447C309 447.552 309.448 448 310 448H320C320.552 448 321 447.552 321 447V436.5L317.5 433H310ZM315 434H310V447H320V437H318C317.448 437 317 436.552 317 436V434H315Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M318.5 439C318.776 439 319 439.224 319 439.5V440V441V442V443V444V445V445.5C319 445.776 318.776 446 318.5 446H318H316H315H314H313H312H311.5C311.224 446 311 445.776 311 445.5V445V444V443V442V441V440V439.5C311 439.224 311.224 439 311.5 439H312H313H314H315H316H318H318.5ZM316 440H318V441H316V440ZM316 442H318V443H316V442ZM315 443V442H314V443H315ZM316 444H318V445H316V444ZM315 445V444H314V445H315ZM315 441V440H314V441H315ZM312 445H313V444H312V445ZM312 443H313V442H312V443ZM312 441H313V440H312V441Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M319.272 440.98C318.895 440.343 318.274 440.337 317.894 440.98L314.165 447.281C313.788 447.917 314.079 448.444 314.822 448.444H322.344C323.082 448.444 323.382 447.923 323.001 447.281L319.272 440.98Z' fill='%23FFB132'/%3e%3cg filter='url(%23filter10_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M318.155 442.726C318 442.726 317.882 442.864 317.905 443.017L318.272 445.426C318.296 445.581 318.429 445.695 318.585 445.695C318.741 445.695 318.873 445.581 318.897 445.426L319.264 443.017C319.287 442.864 319.169 442.726 319.015 442.726H318.155ZM318.584 446.393C318.88 446.393 319.12 446.627 319.12 446.917C319.12 447.206 318.88 447.441 318.584 447.441C318.288 447.441 318.049 447.206 318.049 446.917C318.049 446.627 318.288 446.393 318.584 446.393Z' fill='white'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M328.696 445.889C326.158 443.351 326.158 439.235 328.696 436.697C331.235 434.158 335.35 434.158 337.889 436.697C338.707 437.515 339.262 438.498 339.553 439.538C339.156 439.57 338.641 440.008 338.641 440.008C338.413 439.053 337.926 438.148 337.182 437.404C335.034 435.256 331.551 435.256 329.404 437.404C327.256 439.552 327.256 443.034 329.404 445.182L328.696 445.889Z' fill='%2300AD8F'/%3e%3cpath d='M329.665 442.662C330.494 441.227 332.135 440.624 333.331 441.314C334.291 441.869 334.672 443.089 334.356 444.292L333.687 444.953L329.665 442.662Z' fill='%2300AD8F'/%3e%3cpath d='M333.39 445.961L328.3 443.028L328.8 442.162L333.695 444.945L333.57 445.047L333.39 445.961Z' fill='%2300AD8F'/%3e%3cpath d='M333.096 437.722C332.365 438.994 332.696 440.37 333.581 440.881C334.465 441.391 335.822 440.991 336.558 439.724L336.789 439.284L333.376 437.296L333.096 437.722Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3crect x='337.862' y='440.466' width='7' height='1' transform='rotate(-150 337.862 440.466)' fill='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M340.914 443.367L338.766 441.234L339.155 440.859C339.55 440.478 340.177 440.486 340.562 440.877L341.275 441.6C341.659 441.991 341.658 442.618 341.272 443.007L340.914 443.367ZM338.086 441.922L340.219 444.063L336.594 447.688L333.906 448.234L334.453 445.547L338.086 441.922Z' fill='%2335383A'/%3e%3cpath d='M351 435.5C354.038 435.5 356.5 437.962 356.5 441C356.5 444.038 354.038 446.5 351 446.5C347.962 446.5 345.5 444.038 345.5 441C345.5 437.962 347.962 435.5 351 435.5Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M350.5 437C350.776 437 351 437.224 351 437.5V441H354C354.276 441 354.5 441.224 354.5 441.5C354.5 441.776 354.276 442 354 442H350V437.5C350 437.224 350.224 437 350.5 437Z' fill='%2300AD8F'/%3e%3cpath d='M364.169 434.5H370.586C370.685 434.5 370.782 434.53 370.863 434.584L370.939 434.646L373.354 437.061C373.447 437.154 373.5 437.282 373.5 437.414V446.76C373.5 447.239 373.204 447.5 372.9 447.5H364.101C364.022 447.5 363.866 447.447 363.719 447.302C363.578 447.163 363.5 446.993 363.5 446.833V435.24C363.5 434.803 363.827 434.5 364.169 434.5Z' stroke='%2335383A'/%3e%3cpath d='M370 434L372 436L374 438H371C370.448 438 370 437.552 370 437V434Z' fill='%2335383A'/%3e%3crect x='365' y='440' width='7' height='1' rx='0.5' fill='%2335383A'/%3e%3crect x='365' y='443' width='7' height='1' rx='0.5' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M390.024 434.434C387.681 433.835 385.283 435.318 384.813 437.663C384.661 438.418 384.705 439.184 384.943 439.938C385.054 440.29 385.006 440.353 384.627 440.348C384.534 440.347 384.443 440.339 384.351 440.332H384.351C384.067 440.308 383.789 440.286 383.53 440.461C383.159 440.714 383.279 441.098 383.44 441.615L383.44 441.615C383.472 441.716 383.505 441.822 383.536 441.934C383.603 442.172 383.571 442.248 383.279 442.173L383.134 442.135C382.564 441.986 382.192 441.889 381.978 442.103C381.753 442.329 381.817 442.75 382.059 443.336C382.206 443.695 382.057 443.932 381.593 443.777C381.487 443.752 381.386 443.726 381.292 443.702L381.292 443.702C380.847 443.588 380.534 443.507 380.344 443.701C380.118 443.933 380.108 444.038 380.117 444.67L380.232 445.446C380.233 445.566 380.236 445.687 380.239 445.807C380.245 446.099 380.252 446.391 380.245 446.683C380.231 447.208 380.529 447.459 381.002 447.523C381.823 447.635 382.47 447.383 383.057 446.759C383.693 446.083 384.347 445.426 385.005 444.772C385.124 442.117 387.315 440 390 440C391.079 440 392.079 440.342 392.896 440.924C393.089 440.584 393.239 440.208 393.337 439.803C393.908 437.454 392.419 435.045 390.024 434.434ZM391.358 437.709C391.374 438.43 390.811 439.012 390.1 439.008C389.363 439.003 388.769 438.419 388.759 437.688C388.749 436.97 389.317 436.397 390.032 436.406C390.752 436.414 391.341 436.994 391.358 437.709Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M390 441C392.209 441 394 442.791 394 445C394 447.21 392.209 449 390 449C387.791 449 386 447.21 386 445C386 442.791 387.791 441 390 441Z' fill='%2367C630'/%3e%3cpath d='M388 445L389.5 446.5L392 443.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M408 441C410.209 441 412 442.791 412 445C412 447.21 410.209 449 408 449C405.791 449 404 447.21 404 445C404 442.791 405.791 441 408 441Z' fill='%23F8472F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M409.854 443.854C410.049 443.658 410.049 443.342 409.854 443.146C409.658 442.951 409.342 442.951 409.146 443.146L408 444.293L406.854 443.146C406.658 442.951 406.342 442.951 406.146 443.146C405.951 443.342 405.951 443.658 406.146 443.854L407.293 445L406.146 446.146C405.951 446.342 405.951 446.658 406.146 446.854C406.342 447.049 406.658 447.049 406.854 446.854L408 445.707L409.146 446.854C409.342 447.049 409.658 447.049 409.854 446.854C410.049 446.658 410.049 446.342 409.854 446.146L408.707 445L409.854 443.854Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M408.024 434.434C405.681 433.835 403.283 435.318 402.813 437.663C402.661 438.418 402.705 439.184 402.943 439.938C403.054 440.29 403.006 440.353 402.627 440.348C402.534 440.347 402.443 440.339 402.351 440.332H402.351C402.067 440.308 401.789 440.286 401.53 440.461C401.159 440.714 401.279 441.098 401.44 441.615L401.44 441.615C401.472 441.716 401.505 441.822 401.536 441.934C401.603 442.172 401.571 442.248 401.279 442.173L401.134 442.135C400.564 441.986 400.192 441.889 399.978 442.103C399.753 442.329 399.817 442.75 400.059 443.336C400.206 443.695 400.057 443.932 399.593 443.777C399.487 443.752 399.386 443.726 399.292 443.702L399.292 443.702C398.847 443.588 398.534 443.507 398.344 443.701C398.118 443.933 398.108 444.038 398.117 444.67L398.232 445.446C398.233 445.566 398.236 445.687 398.239 445.807C398.245 446.099 398.252 446.391 398.245 446.683C398.231 447.208 398.529 447.459 399.002 447.523C399.823 447.635 400.47 447.383 401.057 446.759C401.693 446.083 402.347 445.426 403.005 444.772C403.124 442.117 405.315 440 408 440C409.079 440 410.079 440.342 410.896 440.924C411.089 440.584 411.239 440.208 411.337 439.803C411.908 437.454 410.419 435.045 408.024 434.434ZM409.358 437.709C409.374 438.43 408.811 439.012 408.1 439.008C407.363 439.003 406.769 438.419 406.759 437.688C406.749 436.97 407.317 436.397 408.032 436.406C408.752 436.414 409.341 436.994 409.358 437.709Z' fill='%2335383A'/%3e%3cmask id='mask3_15778_26381' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='415' y='433' width='16' height='16'%3e%3ccircle cx='423' cy='441' r='8' fill='%23D9D9D9'/%3e%3c/mask%3e%3cg mask='url(%23mask3_15778_26381)'%3e%3crect x='414.407' y='432.407' width='17.7778' height='17.7778' fill='url(%23pattern0_15778_26381)'/%3e%3c/g%3e%3cpath d='M493.836 385.452H493.897L494.499 387.431H493.231L493.836 385.452Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M496 380C496 380.37 495.799 380.693 495.5 380.866V382H498C499.105 382 500 382.895 500 384V386.5H501.134C501.307 386.201 501.63 386 502 386C502.552 386 503 386.448 503 387C503 387.552 502.552 388 502 388C501.63 388 501.307 387.799 501.134 387.5H500V390C500 391.105 499.105 392 498 392H495.5V393.134C495.799 393.307 496 393.63 496 394C496 394.552 495.552 395 495 395C494.448 395 494 394.552 494 394C494 393.63 494.201 393.307 494.5 393.134V392H492C490.895 392 490 391.105 490 390V387.5H488.866C488.693 387.799 488.37 388 488 388C487.448 388 487 387.552 487 387C487 386.448 487.448 386 488 386C488.37 386 488.693 386.201 488.866 386.5H490V384C490 382.895 490.895 382 492 382H494.5V380.866C494.201 380.693 494 380.37 494 380C494 379.448 494.448 379 495 379C495.552 379 496 379.448 496 380ZM491.546 389.4H492.629L492.995 388.204H494.735L495.101 389.4H496.188L494.472 384.468H493.258L491.546 389.4ZM497.025 389.4H498.057V384.468H497.025V389.4Z' fill='white'/%3e%3cpath d='M490 380H492.5V381H490C489.448 381 489 381.448 489 382V384.5H488V382C488 380.895 488.895 380 490 380Z' fill='white'/%3e%3cpath d='M488 392V389.5H489V392C489 392.552 489.448 393 490 393H492.5V394H490C488.895 394 488 393.105 488 392Z' fill='white'/%3e%3cpath d='M497.5 381V380H500C501.105 380 502 380.895 502 382V384.5H501V382C501 381.448 500.552 381 500 381H497.5Z' fill='white'/%3e%3cpath d='M501 389.5H502V392C502 393.105 501.105 394 500 394H497.5V393H500C500.552 393 501 392.552 501 392V389.5Z' fill='white'/%3e%3cpath d='M493.836 349.452H493.897L494.499 351.431H493.231L493.836 349.452Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M496 344C496 344.37 495.799 344.693 495.5 344.866V346H498C499.105 346 500 346.895 500 348V350.5H501.134C501.307 350.201 501.63 350 502 350C502.552 350 503 350.448 503 351C503 351.552 502.552 352 502 352C501.63 352 501.307 351.799 501.134 351.5H500V354C500 355.105 499.105 356 498 356H495.5V357.134C495.799 357.307 496 357.63 496 358C496 358.552 495.552 359 495 359C494.448 359 494 358.552 494 358C494 357.63 494.201 357.307 494.5 357.134V356H492C490.895 356 490 355.105 490 354V351.5H488.866C488.693 351.799 488.37 352 488 352C487.448 352 487 351.552 487 351C487 350.448 487.448 350 488 350C488.37 350 488.693 350.201 488.866 350.5H490V348C490 346.895 490.895 346 492 346H494.5V344.866C494.201 344.693 494 344.37 494 344C494 343.448 494.448 343 495 343C495.552 343 496 343.448 496 344ZM491.546 353.4H492.629L492.995 352.204H494.735L495.101 353.4H496.188L494.472 348.468H493.258L491.546 353.4ZM497.025 353.4H498.057V348.468H497.025V353.4Z' fill='%2335383A'/%3e%3cpath d='M490 344H492.5V345H490C489.448 345 489 345.448 489 346V348.5H488V346C488 344.895 488.895 344 490 344Z' fill='%2335383A'/%3e%3cpath d='M488 356V353.5H489V356C489 356.552 489.448 357 490 357H492.5V358H490C488.895 358 488 357.105 488 356Z' fill='%2335383A'/%3e%3cpath d='M497.5 345V344H500C501.105 344 502 344.895 502 346V348.5H501V346C501 345.448 500.552 345 500 345H497.5Z' fill='%2335383A'/%3e%3cpath d='M501 353.5H502V356C502 357.105 501.105 358 500 358H497.5V357H500C500.552 357 501 356.552 501 356V353.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M492.5 362H490C488.895 362 488 362.895 488 364V366.5H489V364C489 363.448 489.448 363 490 363H492.5V362ZM488 371.5V374C488 375.105 488.895 376 490 376H492.5V375H490C489.448 375 489 374.552 489 374V371.5H488ZM497.5 362V363H500C500.552 363 501 363.448 501 364V366.5H502V364C502 362.895 501.105 362 500 362H497.5ZM502 371.5H501V374C501 374.552 500.552 375 500 375H497.5V376H500C501.105 376 502 375.105 502 374V371.5Z' fill='%23C2C3C4'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M494.5 362V364H495.5V362H494.5ZM500 369.5H502V368.5H500V369.5ZM490 369.5H488V368.5H490V369.5ZM494.5 374V376H495.5V374H494.5Z' fill='%2397E5D7'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M496 362C496 362.552 495.552 363 495 363C494.448 363 494 362.552 494 362C494 361.448 494.448 361 495 361C495.552 361 496 361.448 496 362ZM492 364C490.895 364 490 364.895 490 366V372C490 373.105 490.895 374 492 374H498C499.105 374 500 373.105 500 372V366C500 364.895 499.105 364 498 364H492ZM494.694 370.204L495.066 371.4H496.184L494.472 366.468H493.258L491.546 371.4H492.582L492.961 370.204H494.694ZM493.183 369.431L493.802 367.469H493.863L494.475 369.431H493.183ZM497.025 371.4H498.057V366.468H497.025V371.4ZM489 369C489 369.552 488.552 370 488 370C487.448 370 487 369.552 487 369C487 368.448 487.448 368 488 368C488.552 368 489 368.448 489 369ZM502 370C502.552 370 503 369.552 503 369C503 368.448 502.552 368 502 368C501.448 368 501 368.448 501 369C501 369.552 501.448 370 502 370ZM495 377C495.552 377 496 376.552 496 376C496 375.448 495.552 375 495 375C494.448 375 494 375.448 494 376C494 376.552 494.448 377 495 377Z' fill='%2300AD8F'/%3e%3cpath d='M440.152 433C438.378 433 436.802 434.127 436.253 435.79C435.689 435.905 435.156 436.137 434.69 436.47C434.224 436.804 433.836 437.231 433.55 437.725C432.661 439.242 432.864 441.149 434.056 442.449C433.688 443.538 433.814 444.73 434.402 445.717C435.286 447.239 437.065 448.019 438.806 447.656C439.188 448.081 439.656 448.42 440.181 448.652C440.706 448.884 441.274 449.002 441.849 449C443.623 449 445.199 447.873 445.749 446.21C446.891 445.977 447.874 445.272 448.445 444.275C449.34 442.758 449.137 440.851 447.945 439.551V439.545C448.127 439.007 448.19 438.437 448.131 437.872C448.071 437.308 447.89 436.762 447.599 436.273C446.715 434.756 444.935 433.975 443.2 434.338C442.817 433.915 442.347 433.577 441.822 433.346C441.296 433.115 440.727 432.997 440.152 433ZM440.152 434.04L440.147 434.046C440.861 434.046 441.547 434.29 442.096 434.739C442.074 434.75 442.03 434.777 441.997 434.794L438.768 436.63C438.603 436.723 438.504 436.896 438.504 437.086V441.398L437.115 440.607V437.042C437.115 436.247 437.434 435.484 438.004 434.921C438.573 434.358 439.346 434.042 440.152 434.04ZM444.042 435.296C444.577 435.295 445.103 435.433 445.567 435.697C446.03 435.961 446.415 436.341 446.682 436.798C447.034 437.405 447.165 438.115 447.044 438.803C447.022 438.787 446.979 438.765 446.951 438.749L443.722 436.907C443.641 436.861 443.549 436.837 443.455 436.837C443.362 436.837 443.27 436.861 443.189 436.907L439.405 439.063V437.481L442.53 435.698C442.989 435.435 443.511 435.297 444.042 435.296ZM436.055 436.934V440.721C436.055 440.911 436.154 441.079 436.319 441.176L440.097 443.327L438.702 444.124L435.583 442.346C434.885 441.948 434.377 441.293 434.169 440.525C433.961 439.757 434.071 438.939 434.473 438.25C434.829 437.643 435.388 437.177 436.055 436.934ZM443.293 437.871L446.418 439.648C447.874 440.477 448.368 442.309 447.528 443.744L447.533 443.75C447.176 444.357 446.616 444.823 445.951 445.061V441.274C445.951 441.084 445.852 440.911 445.688 440.819L441.904 438.662L443.293 437.871ZM440.998 439.177L442.591 440.087V441.902L440.998 442.812L439.405 441.902V440.087L440.998 439.177ZM443.502 440.607L444.892 441.398V444.958C444.892 446.616 443.529 447.96 441.855 447.96V447.955C441.146 447.955 440.454 447.711 439.91 447.261C439.932 447.25 439.982 447.223 440.009 447.207L443.238 445.37C443.403 445.278 443.508 445.105 443.502 444.915L443.502 440.607ZM442.596 442.937V444.519L439.471 446.296C438.015 447.12 436.159 446.632 435.319 445.202H435.324C434.967 444.6 434.841 443.885 434.962 443.197C434.984 443.213 435.028 443.235 435.055 443.251L438.284 445.094C438.366 445.139 438.457 445.163 438.551 445.163C438.644 445.163 438.736 445.139 438.817 445.094L442.596 442.937Z' fill='%230F0F0F'/%3e%3cpath d='M511.5 384.5H510.5V386.5H511.5V384.5Z' fill='%239A9A9A'/%3e%3cpath d='M514.5 384.5H515.5V386.5H514.5V384.5Z' fill='%239A9A9A'/%3e%3cpath d='M509 383C508.448 383 508 383.448 508 384V387C508 387.552 508.448 388 509 388H517C517.552 388 518 387.552 518 387V384C518 383.448 517.552 383 517 383H509ZM517 384V387H509V384H517Z' fill='%239A9A9A'/%3e%3cpath d='M512 379C511.724 379 511.5 379.224 511.5 379.5C511.5 379.776 511.724 380 512 380H508C506.895 380 506 380.895 506 382V392C506 393.105 506.895 394 508 394H518C519.105 394 520 393.105 520 392V382C520 380.895 519.105 380 518 380H514C514.276 380 514.5 379.776 514.5 379.5C514.5 379.224 514.276 379 514 379H512ZM518 381C518.552 381 519 381.448 519 382V392C519 392.552 518.552 393 518 393H508C507.448 393 507 392.552 507 392V382C507 381.448 507.448 381 508 381H518Z' fill='%239A9A9A'/%3e%3cpath d='M511.5 366.5H510.5V368.5H511.5V366.5Z' fill='%2329313B'/%3e%3cpath d='M514.5 366.5H515.5V368.5H514.5V366.5Z' fill='%2329313B'/%3e%3cpath d='M509 365C508.448 365 508 365.448 508 366V369C508 369.552 508.448 370 509 370H517C517.552 370 518 369.552 518 369V366C518 365.448 517.552 365 517 365H509ZM517 366V369H509V366H517Z' fill='%2329313B'/%3e%3cpath d='M512 361C511.724 361 511.5 361.224 511.5 361.5C511.5 361.776 511.724 362 512 362H508C506.895 362 506 362.895 506 364V374C506 375.105 506.895 376 508 376H518C519.105 376 520 375.105 520 374V364C520 362.895 519.105 362 518 362H514C514.276 362 514.5 361.776 514.5 361.5C514.5 361.224 514.276 361 514 361H512ZM518 363C518.552 363 519 363.448 519 364V374C519 374.552 518.552 375 518 375H508C507.448 375 507 374.552 507 374V364C507 363.448 507.448 363 508 363H518Z' fill='%2329313B'/%3e%3cpath d='M511.5 348.5H510.5V350.5H511.5V348.5Z' fill='%230E6FF9'/%3e%3cpath d='M515.5 348.5H514.5V350.5H515.5V348.5Z' fill='%230E6FF9'/%3e%3cpath d='M512 343C511.724 343 511.5 343.224 511.5 343.5C511.5 343.776 511.724 344 512 344H508C506.895 344 506 344.895 506 346V356C506 357.105 506.895 358 508 358H518C519.105 358 520 357.105 520 356V346C520 344.895 519.105 344 518 344H514C514.276 344 514.5 343.776 514.5 343.5C514.5 343.224 514.276 343 514 343H512ZM509 347H517C517.552 347 518 347.448 518 348V351C518 351.552 517.552 352 517 352H509C508.448 352 508 351.552 508 351V348C508 347.448 508.448 347 509 347Z' fill='%230E6FF9'/%3e%3cmask id='path-1999-inside-32_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M533 345H526C525.448 345 525 345.448 525 346V356C525 356.552 525.448 357 526 357H533C533.552 357 534 356.552 534 356V346C534 345.448 533.552 345 533 345ZM526 344C524.895 344 524 344.895 524 346V356C524 357.105 524.895 358 526 358H533H536C537.105 358 538 357.105 538 356V349C538 347.895 537.105 347 536 347H535V346C535 344.895 534.105 344 533 344H526ZM536 357H534.732C534.903 356.706 535 356.364 535 356V348H536C536.552 348 537 348.448 537 349V356C537 356.552 536.552 357 536 357ZM526.5 347C526.224 347 526 347.224 526 347.5C526 347.776 526.224 348 526.5 348H532.5C532.776 348 533 347.776 533 347.5C533 347.224 532.776 347 532.5 347H526.5ZM526 350.5C526 350.224 526.224 350 526.5 350H532.5C532.776 350 533 350.224 533 350.5C533 350.776 532.776 351 532.5 351H526.5C526.224 351 526 350.776 526 350.5ZM526.5 353C526.224 353 526 353.224 526 353.5C526 353.776 526.224 354 526.5 354H530.5C530.776 354 531 353.776 531 353.5C531 353.224 530.776 353 530.5 353H526.5Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M533 345H526C525.448 345 525 345.448 525 346V356C525 356.552 525.448 357 526 357H533C533.552 357 534 356.552 534 356V346C534 345.448 533.552 345 533 345ZM526 344C524.895 344 524 344.895 524 346V356C524 357.105 524.895 358 526 358H533H536C537.105 358 538 357.105 538 356V349C538 347.895 537.105 347 536 347H535V346C535 344.895 534.105 344 533 344H526ZM536 357H534.732C534.903 356.706 535 356.364 535 356V348H536C536.552 348 537 348.448 537 349V356C537 356.552 536.552 357 536 357ZM526.5 347C526.224 347 526 347.224 526 347.5C526 347.776 526.224 348 526.5 348H532.5C532.776 348 533 347.776 533 347.5C533 347.224 532.776 347 532.5 347H526.5ZM526 350.5C526 350.224 526.224 350 526.5 350H532.5C532.776 350 533 350.224 533 350.5C533 350.776 532.776 351 532.5 351H526.5C526.224 351 526 350.776 526 350.5ZM526.5 353C526.224 353 526 353.224 526 353.5C526 353.776 526.224 354 526.5 354H530.5C530.776 354 531 353.776 531 353.5C531 353.224 530.776 353 530.5 353H526.5Z' fill='white'/%3e%3cpath d='M535 347H534V348H535V347ZM534.732 357L533.867 356.499L532.999 358H534.732V357ZM535 348V347H534V348H535ZM526 346H533V344H526V346ZM526 346V346V344C524.895 344 524 344.895 524 346H526ZM526 356V346H524V356H526ZM526 356H524C524 357.105 524.895 358 526 358V356ZM533 356H526V358H533V356ZM533 356V358C534.105 358 535 357.105 535 356H533ZM533 346V356H535V346H533ZM533 346H535C535 344.895 534.105 344 533 344V346ZM525 346C525 345.448 525.448 345 526 345V343C524.343 343 523 344.343 523 346H525ZM525 356V346H523V356H525ZM526 357C525.448 357 525 356.552 525 356H523C523 357.657 524.343 359 526 359V357ZM533 357H526V359H533V357ZM536 357H533V359H536V357ZM537 356C537 356.552 536.552 357 536 357V359C537.657 359 539 357.657 539 356H537ZM537 349V356H539V349H537ZM536 348C536.552 348 537 348.448 537 349H539C539 347.343 537.657 346 536 346V348ZM535 348H536V346H535V348ZM534 346V347H536V346H534ZM533 345C533.552 345 534 345.448 534 346H536C536 344.343 534.657 343 533 343V345ZM526 345H533V343H526V345ZM534.732 358H536V356H534.732V358ZM534 356C534 356.184 533.951 356.353 533.867 356.499L535.598 357.501C535.854 357.058 536 356.545 536 356H534ZM534 348V356H536V348H534ZM536 347H535V349H536V347ZM538 349C538 347.895 537.105 347 536 347V349H538ZM538 356V349H536V356H538ZM536 358C537.105 358 538 357.105 538 356H536V358ZM527 347.5C527 347.776 526.776 348 526.5 348V346C525.672 346 525 346.672 525 347.5H527ZM526.5 347C526.776 347 527 347.224 527 347.5H525C525 348.328 525.672 349 526.5 349V347ZM532.5 347H526.5V349H532.5V347ZM532 347.5C532 347.224 532.224 347 532.5 347V349C533.328 349 534 348.328 534 347.5H532ZM532.5 348C532.224 348 532 347.776 532 347.5H534C534 346.672 533.328 346 532.5 346V348ZM526.5 348H532.5V346H526.5V348ZM526.5 349C525.672 349 525 349.672 525 350.5H527C527 350.776 526.776 351 526.5 351V349ZM532.5 349H526.5V351H532.5V349ZM534 350.5C534 349.672 533.328 349 532.5 349V351C532.224 351 532 350.776 532 350.5H534ZM532.5 352C533.328 352 534 351.328 534 350.5H532C532 350.224 532.224 350 532.5 350V352ZM526.5 352H532.5V350H526.5V352ZM525 350.5C525 351.328 525.672 352 526.5 352V350C526.776 350 527 350.224 527 350.5H525ZM527 353.5C527 353.776 526.776 354 526.5 354V352C525.672 352 525 352.672 525 353.5H527ZM526.5 353C526.776 353 527 353.224 527 353.5H525C525 354.328 525.672 355 526.5 355V353ZM530.5 353H526.5V355H530.5V353ZM530 353.5C530 353.224 530.224 353 530.5 353V355C531.328 355 532 354.328 532 353.5H530ZM530.5 354C530.224 354 530 353.776 530 353.5H532C532 352.672 531.328 352 530.5 352V354ZM526.5 354H530.5V352H526.5V354Z' fill='%2335383A' mask='url(%23path-1999-inside-32_15778_26381)'/%3e%3cmask id='path-2001-inside-33_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M533 363H526C525.448 363 525 363.448 525 364V374C525 374.552 525.448 375 526 375H533C533.552 375 534 374.552 534 374V364C534 363.448 533.552 363 533 363ZM526 362C524.895 362 524 362.895 524 364V374C524 375.105 524.895 376 526 376H533H536C537.105 376 538 375.105 538 374V367C538 365.895 537.105 365 536 365H535V364C535 362.895 534.105 362 533 362H526ZM536 375H534.732C534.903 374.706 535 374.364 535 374V366H536C536.552 366 537 366.448 537 367V374C537 374.552 536.552 375 536 375ZM526.5 365C526.224 365 526 365.224 526 365.5C526 365.776 526.224 366 526.5 366H532.5C532.776 366 533 365.776 533 365.5C533 365.224 532.776 365 532.5 365H526.5ZM526 368.5C526 368.224 526.224 368 526.5 368H532.5C532.776 368 533 368.224 533 368.5C533 368.776 532.776 369 532.5 369H526.5C526.224 369 526 368.776 526 368.5ZM526.5 371C526.224 371 526 371.224 526 371.5C526 371.776 526.224 372 526.5 372H530.5C530.776 372 531 371.776 531 371.5C531 371.224 530.776 371 530.5 371H526.5Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M533 363H526C525.448 363 525 363.448 525 364V374C525 374.552 525.448 375 526 375H533C533.552 375 534 374.552 534 374V364C534 363.448 533.552 363 533 363ZM526 362C524.895 362 524 362.895 524 364V374C524 375.105 524.895 376 526 376H533H536C537.105 376 538 375.105 538 374V367C538 365.895 537.105 365 536 365H535V364C535 362.895 534.105 362 533 362H526ZM536 375H534.732C534.903 374.706 535 374.364 535 374V366H536C536.552 366 537 366.448 537 367V374C537 374.552 536.552 375 536 375ZM526.5 365C526.224 365 526 365.224 526 365.5C526 365.776 526.224 366 526.5 366H532.5C532.776 366 533 365.776 533 365.5C533 365.224 532.776 365 532.5 365H526.5ZM526 368.5C526 368.224 526.224 368 526.5 368H532.5C532.776 368 533 368.224 533 368.5C533 368.776 532.776 369 532.5 369H526.5C526.224 369 526 368.776 526 368.5ZM526.5 371C526.224 371 526 371.224 526 371.5C526 371.776 526.224 372 526.5 372H530.5C530.776 372 531 371.776 531 371.5C531 371.224 530.776 371 530.5 371H526.5Z' fill='white'/%3e%3cpath d='M535 365H534V366H535V365ZM534.732 375L533.867 374.499L532.999 376H534.732V375ZM535 366V365H534V366H535ZM526 364H533V362H526V364ZM526 364V364V362C524.895 362 524 362.895 524 364H526ZM526 374V364H524V374H526ZM526 374H524C524 375.105 524.895 376 526 376V374ZM533 374H526V376H533V374ZM533 374V376C534.105 376 535 375.105 535 374H533ZM533 364V374H535V364H533ZM533 364H535C535 362.895 534.105 362 533 362V364ZM525 364C525 363.448 525.448 363 526 363V361C524.343 361 523 362.343 523 364H525ZM525 374V364H523V374H525ZM526 375C525.448 375 525 374.552 525 374H523C523 375.657 524.343 377 526 377V375ZM533 375H526V377H533V375ZM536 375H533V377H536V375ZM537 374C537 374.552 536.552 375 536 375V377C537.657 377 539 375.657 539 374H537ZM537 367V374H539V367H537ZM536 366C536.552 366 537 366.448 537 367H539C539 365.343 537.657 364 536 364V366ZM535 366H536V364H535V366ZM534 364V365H536V364H534ZM533 363C533.552 363 534 363.448 534 364H536C536 362.343 534.657 361 533 361V363ZM526 363H533V361H526V363ZM534.732 376H536V374H534.732V376ZM534 374C534 374.184 533.951 374.353 533.867 374.499L535.598 375.501C535.854 375.058 536 374.545 536 374H534ZM534 366V374H536V366H534ZM536 365H535V367H536V365ZM538 367C538 365.895 537.105 365 536 365V367H538ZM538 374V367H536V374H538ZM536 376C537.105 376 538 375.105 538 374H536V376ZM527 365.5C527 365.776 526.776 366 526.5 366V364C525.672 364 525 364.672 525 365.5H527ZM526.5 365C526.776 365 527 365.224 527 365.5H525C525 366.328 525.672 367 526.5 367V365ZM532.5 365H526.5V367H532.5V365ZM532 365.5C532 365.224 532.224 365 532.5 365V367C533.328 367 534 366.328 534 365.5H532ZM532.5 366C532.224 366 532 365.776 532 365.5H534C534 364.672 533.328 364 532.5 364V366ZM526.5 366H532.5V364H526.5V366ZM526.5 367C525.672 367 525 367.672 525 368.5H527C527 368.776 526.776 369 526.5 369V367ZM532.5 367H526.5V369H532.5V367ZM534 368.5C534 367.672 533.328 367 532.5 367V369C532.224 369 532 368.776 532 368.5H534ZM532.5 370C533.328 370 534 369.328 534 368.5H532C532 368.224 532.224 368 532.5 368V370ZM526.5 370H532.5V368H526.5V370ZM525 368.5C525 369.328 525.672 370 526.5 370V368C526.776 368 527 368.224 527 368.5H525ZM527 371.5C527 371.776 526.776 372 526.5 372V370C525.672 370 525 370.672 525 371.5H527ZM526.5 371C526.776 371 527 371.224 527 371.5H525C525 372.328 525.672 373 526.5 373V371ZM530.5 371H526.5V373H530.5V371ZM530 371.5C530 371.224 530.224 371 530.5 371V373C531.328 373 532 372.328 532 371.5H530ZM530.5 372C530.224 372 530 371.776 530 371.5H532C532 370.672 531.328 370 530.5 370V372ZM526.5 372H530.5V370H526.5V372Z' fill='%230E6FF9' mask='url(%23path-2001-inside-33_15778_26381)'/%3e%3cmask id='path-2003-inside-34_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M533 381H526C525.448 381 525 381.448 525 382V392C525 392.552 525.448 393 526 393H533C533.552 393 534 392.552 534 392V382C534 381.448 533.552 381 533 381ZM526 380C524.895 380 524 380.895 524 382V392C524 393.105 524.895 394 526 394H533H536C537.105 394 538 393.105 538 392V385C538 383.895 537.105 383 536 383H535V382C535 380.895 534.105 380 533 380H526ZM536 393H534.732C534.903 392.706 535 392.364 535 392V384H536C536.552 384 537 384.448 537 385V392C537 392.552 536.552 393 536 393ZM526.5 383C526.224 383 526 383.224 526 383.5C526 383.776 526.224 384 526.5 384H532.5C532.776 384 533 383.776 533 383.5C533 383.224 532.776 383 532.5 383H526.5ZM526 386.5C526 386.224 526.224 386 526.5 386H532.5C532.776 386 533 386.224 533 386.5C533 386.776 532.776 387 532.5 387H526.5C526.224 387 526 386.776 526 386.5ZM526.5 389C526.224 389 526 389.224 526 389.5C526 389.776 526.224 390 526.5 390H530.5C530.776 390 531 389.776 531 389.5C531 389.224 530.776 389 530.5 389H526.5Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M533 381H526C525.448 381 525 381.448 525 382V392C525 392.552 525.448 393 526 393H533C533.552 393 534 392.552 534 392V382C534 381.448 533.552 381 533 381ZM526 380C524.895 380 524 380.895 524 382V392C524 393.105 524.895 394 526 394H533H536C537.105 394 538 393.105 538 392V385C538 383.895 537.105 383 536 383H535V382C535 380.895 534.105 380 533 380H526ZM536 393H534.732C534.903 392.706 535 392.364 535 392V384H536C536.552 384 537 384.448 537 385V392C537 392.552 536.552 393 536 393ZM526.5 383C526.224 383 526 383.224 526 383.5C526 383.776 526.224 384 526.5 384H532.5C532.776 384 533 383.776 533 383.5C533 383.224 532.776 383 532.5 383H526.5ZM526 386.5C526 386.224 526.224 386 526.5 386H532.5C532.776 386 533 386.224 533 386.5C533 386.776 532.776 387 532.5 387H526.5C526.224 387 526 386.776 526 386.5ZM526.5 389C526.224 389 526 389.224 526 389.5C526 389.776 526.224 390 526.5 390H530.5C530.776 390 531 389.776 531 389.5C531 389.224 530.776 389 530.5 389H526.5Z' fill='white'/%3e%3cpath d='M535 383H534V384H535V383ZM534.732 393L533.867 392.499L532.999 394H534.732V393ZM535 384V383H534V384H535ZM526 382H533V380H526V382ZM526 382V382V380C524.895 380 524 380.895 524 382H526ZM526 392V382H524V392H526ZM526 392H524C524 393.105 524.895 394 526 394V392ZM533 392H526V394H533V392ZM533 392V394C534.105 394 535 393.105 535 392H533ZM533 382V392H535V382H533ZM533 382H535C535 380.895 534.105 380 533 380V382ZM525 382C525 381.448 525.448 381 526 381V379C524.343 379 523 380.343 523 382H525ZM525 392V382H523V392H525ZM526 393C525.448 393 525 392.552 525 392H523C523 393.657 524.343 395 526 395V393ZM533 393H526V395H533V393ZM536 393H533V395H536V393ZM537 392C537 392.552 536.552 393 536 393V395C537.657 395 539 393.657 539 392H537ZM537 385V392H539V385H537ZM536 384C536.552 384 537 384.448 537 385H539C539 383.343 537.657 382 536 382V384ZM535 384H536V382H535V384ZM534 382V383H536V382H534ZM533 381C533.552 381 534 381.448 534 382H536C536 380.343 534.657 379 533 379V381ZM526 381H533V379H526V381ZM534.732 394H536V392H534.732V394ZM534 392C534 392.184 533.951 392.353 533.867 392.499L535.598 393.501C535.854 393.058 536 392.545 536 392H534ZM534 384V392H536V384H534ZM536 383H535V385H536V383ZM538 385C538 383.895 537.105 383 536 383V385H538ZM538 392V385H536V392H538ZM536 394C537.105 394 538 393.105 538 392H536V394ZM527 383.5C527 383.776 526.776 384 526.5 384V382C525.672 382 525 382.672 525 383.5H527ZM526.5 383C526.776 383 527 383.224 527 383.5H525C525 384.328 525.672 385 526.5 385V383ZM532.5 383H526.5V385H532.5V383ZM532 383.5C532 383.224 532.224 383 532.5 383V385C533.328 385 534 384.328 534 383.5H532ZM532.5 384C532.224 384 532 383.776 532 383.5H534C534 382.672 533.328 382 532.5 382V384ZM526.5 384H532.5V382H526.5V384ZM526.5 385C525.672 385 525 385.672 525 386.5H527C527 386.776 526.776 387 526.5 387V385ZM532.5 385H526.5V387H532.5V385ZM534 386.5C534 385.672 533.328 385 532.5 385V387C532.224 387 532 386.776 532 386.5H534ZM532.5 388C533.328 388 534 387.328 534 386.5H532C532 386.224 532.224 386 532.5 386V388ZM526.5 388H532.5V386H526.5V388ZM525 386.5C525 387.328 525.672 388 526.5 388V386C526.776 386 527 386.224 527 386.5H525ZM527 389.5C527 389.776 526.776 390 526.5 390V388C525.672 388 525 388.672 525 389.5H527ZM526.5 389C526.776 389 527 389.224 527 389.5H525C525 390.328 525.672 391 526.5 391V389ZM530.5 389H526.5V391H530.5V389ZM530 389.5C530 389.224 530.224 389 530.5 389V391C531.328 391 532 390.328 532 389.5H530ZM530.5 390C530.224 390 530 389.776 530 389.5H532C532 388.672 531.328 388 530.5 388V390ZM526.5 390H530.5V388H526.5V390Z' fill='%239A9A9A' mask='url(%23path-2003-inside-34_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M553.609 343.075C553.566 342.975 553.426 342.975 553.383 343.075L552.409 345.348C552.396 345.377 552.373 345.4 552.344 345.413L550.071 346.387C549.971 346.43 549.971 346.57 550.071 346.613L552.344 347.587C552.373 347.6 552.396 347.623 552.409 347.652L553.383 349.925C553.426 350.025 553.566 350.025 553.609 349.925L554.583 347.652C554.596 347.623 554.619 347.6 554.648 347.587L556.922 346.613C557.021 346.57 557.021 346.43 556.922 346.387L554.648 345.413C554.619 345.4 554.596 345.377 554.583 345.348L553.609 343.075ZM547.898 346.668C547.69 346.183 547.002 346.183 546.795 346.668L545.165 350.469L541.364 352.099C540.879 352.306 540.879 352.994 541.364 353.201L545.165 354.831L546.795 358.632C547.002 359.117 547.69 359.117 547.898 358.632L549.527 354.831L553.329 353.201C553.814 352.994 553.813 352.306 553.329 352.099L549.527 350.469L547.898 346.668ZM546.021 351.01L547.346 347.919L548.671 351.01C548.732 351.152 548.844 351.265 548.986 351.325L552.077 352.65L548.986 353.975C548.844 354.035 548.732 354.148 548.671 354.29L547.346 357.381L546.021 354.29C545.961 354.148 545.848 354.035 545.706 353.975L542.615 352.65L545.706 351.325C545.848 351.265 545.961 351.152 546.021 351.01Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M553.609 361.075C553.566 360.975 553.426 360.975 553.383 361.075L552.409 363.348C552.396 363.377 552.373 363.4 552.344 363.413L550.071 364.387C549.971 364.43 549.971 364.57 550.071 364.613L552.344 365.587C552.373 365.6 552.396 365.623 552.409 365.652L553.383 367.925C553.426 368.025 553.566 368.025 553.609 367.925L554.583 365.652C554.596 365.623 554.619 365.6 554.648 365.587L556.922 364.613C557.021 364.57 557.021 364.43 556.922 364.387L554.648 363.413C554.619 363.4 554.596 363.377 554.583 363.348L553.609 361.075ZM547.898 364.668C547.69 364.183 547.002 364.183 546.795 364.668L545.165 368.469L541.364 370.099C540.879 370.306 540.879 370.994 541.364 371.201L545.165 372.831L546.795 376.632C547.002 377.117 547.69 377.117 547.898 376.632L549.527 372.831L553.329 371.201C553.814 370.994 553.813 370.306 553.329 370.099L549.527 368.469L547.898 364.668ZM546.021 369.01L547.346 365.919L548.671 369.01C548.732 369.152 548.844 369.265 548.986 369.325L552.077 370.65L548.986 371.975C548.844 372.035 548.732 372.148 548.671 372.29L547.346 375.381L546.021 372.29C545.961 372.148 545.848 372.035 545.706 371.975L542.615 370.65L545.706 369.325C545.848 369.265 545.961 369.152 546.021 369.01Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M553.609 379.075C553.566 378.975 553.426 378.975 553.383 379.075L552.409 381.348C552.396 381.377 552.373 381.4 552.344 381.413L550.071 382.387C549.971 382.43 549.971 382.57 550.071 382.613L552.344 383.587C552.373 383.6 552.396 383.623 552.409 383.652L553.383 385.925C553.426 386.025 553.566 386.025 553.609 385.925L554.583 383.652C554.596 383.623 554.619 383.6 554.648 383.587L556.922 382.613C557.021 382.57 557.021 382.43 556.922 382.387L554.648 381.413C554.619 381.4 554.596 381.377 554.583 381.348L553.609 379.075ZM547.898 382.668C547.69 382.183 547.002 382.183 546.795 382.668L545.165 386.469L541.364 388.099C540.879 388.306 540.879 388.994 541.364 389.201L545.165 390.831L546.795 394.632C547.002 395.117 547.69 395.117 547.898 394.632L549.527 390.831L553.329 389.201C553.814 388.994 553.813 388.306 553.329 388.099L549.527 386.469L547.898 382.668ZM546.021 387.01L547.346 383.919L548.671 387.01C548.732 387.152 548.844 387.265 548.986 387.325L552.077 388.65L548.986 389.975C548.844 390.035 548.732 390.148 548.671 390.29L547.346 393.381L546.021 390.29C545.961 390.148 545.848 390.035 545.706 389.975L542.615 388.65L545.706 387.325C545.848 387.265 545.961 387.152 546.021 387.01Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M568.301 346.12C568.346 346.074 568.42 346.074 568.466 346.119L572.008 349.662C572.054 349.707 572.054 349.782 572.009 349.828L567.902 354.005L564.211 350.281L568.301 346.12ZM563.512 350.991L561.742 352.792C561.697 352.838 561.697 352.912 561.743 352.958L564.724 355.939C564.746 355.96 564.775 355.973 564.806 355.973L565.925 355.968C565.956 355.968 565.985 355.955 566.007 355.933L567.204 354.715L563.512 350.991ZM569.167 345.406C568.73 344.97 568.026 344.973 567.594 345.413L561.035 352.085C560.603 352.525 560.606 353.235 561.042 353.671L563.371 356H562.5C562.224 356 562 356.224 562 356.5C562 356.776 562.224 357 562.5 357H568.5C568.776 357 569 356.776 569 356.5C569 356.224 568.776 356 568.5 356H567.343L572.716 350.535C573.148 350.095 573.145 349.385 572.709 348.949L569.167 345.406ZM570.5 356C570.224 356 570 356.224 570 356.5C570 356.776 570.224 357 570.5 357H571.5C571.776 357 572 356.776 572 356.5C572 356.224 571.776 356 571.5 356H570.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M568.301 364.12C568.346 364.074 568.42 364.074 568.466 364.119L572.008 367.662C572.054 367.707 572.054 367.782 572.009 367.828L567.902 372.005L564.211 368.281L568.301 364.12ZM563.512 368.991L561.742 370.792C561.697 370.838 561.697 370.912 561.743 370.958L564.724 373.939C564.746 373.96 564.775 373.973 564.806 373.973L565.925 373.968C565.956 373.968 565.985 373.955 566.007 373.933L567.204 372.715L563.512 368.991ZM569.167 363.406C568.73 362.97 568.026 362.973 567.594 363.413L561.035 370.085C560.603 370.525 560.606 371.235 561.042 371.671L563.371 374H562.5C562.224 374 562 374.224 562 374.5C562 374.776 562.224 375 562.5 375H568.5C568.776 375 569 374.776 569 374.5C569 374.224 568.776 374 568.5 374H567.343L572.716 368.535C573.148 368.095 573.145 367.385 572.709 366.949L569.167 363.406ZM570.5 374C570.224 374 570 374.224 570 374.5C570 374.776 570.224 375 570.5 375H571.5C571.776 375 572 374.776 572 374.5C572 374.224 571.776 374 571.5 374H570.5Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M568.301 382.12C568.346 382.074 568.42 382.074 568.466 382.119L572.008 385.662C572.054 385.707 572.054 385.782 572.009 385.828L567.902 390.005L564.211 386.281L568.301 382.12ZM563.512 386.991L561.742 388.792C561.697 388.838 561.697 388.912 561.743 388.958L564.724 391.939C564.746 391.96 564.775 391.973 564.806 391.973L565.925 391.968C565.956 391.968 565.985 391.955 566.007 391.933L567.204 390.715L563.512 386.991ZM569.167 381.406C568.73 380.97 568.026 380.973 567.594 381.413L561.035 388.085C560.603 388.525 560.606 389.235 561.042 389.671L563.371 392H562.5C562.224 392 562 392.224 562 392.5C562 392.776 562.224 393 562.5 393H568.5C568.776 393 569 392.776 569 392.5C569 392.224 568.776 392 568.5 392H567.343L572.716 386.535C573.148 386.095 573.145 385.385 572.709 384.949L569.167 381.406ZM570.5 392C570.224 392 570 392.224 570 392.5C570 392.776 570.224 393 570.5 393H571.5C571.776 393 572 392.776 572 392.5C572 392.224 571.776 392 571.5 392H570.5Z' fill='%239A9A9A'/%3e%3cpath d='M585 354V353.75C585 352.786 585.496 351.888 586.313 351.375L586.993 350.947C587.931 350.358 588.5 349.328 588.5 348.22V348.22C588.5 346.442 587.058 345 585.28 345L585 345C583.067 345 581.5 346.567 581.5 348.5V348.6' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3crect x='584.621' y='356.375' width='0.75' height='0.75' rx='0.375' fill='%2335383A' stroke='%2335383A' stroke-width='0.75'/%3e%3cpath d='M585 372V371.75C585 370.786 585.496 369.888 586.313 369.375L586.993 368.947C587.931 368.358 588.5 367.328 588.5 366.22V366.22C588.5 364.442 587.058 363 585.28 363L585 363C583.067 363 581.5 364.567 581.5 366.5V366.6' stroke='%230E6FF9' stroke-linecap='round' stroke-linejoin='round'/%3e%3crect x='584.621' y='374.375' width='0.75' height='0.75' rx='0.375' fill='%230E6FF9' stroke='%230E6FF9' stroke-width='0.75'/%3e%3cpath d='M585 390V389.75C585 388.786 585.496 387.888 586.313 387.375L586.993 386.947C587.931 386.358 588.5 385.328 588.5 384.22V384.22C588.5 382.442 587.058 381 585.28 381L585 381C583.067 381 581.5 382.567 581.5 384.5V384.6' stroke='%239A9A9A' stroke-linecap='round' stroke-linejoin='round'/%3e%3crect x='584.621' y='392.375' width='0.75' height='0.75' rx='0.375' fill='%239A9A9A' stroke='%239A9A9A' stroke-width='0.75'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M603 351.707L607.646 356.354C607.842 356.549 608.158 356.549 608.354 356.354C608.549 356.158 608.549 355.842 608.354 355.646L603.707 351L608.354 346.354C608.549 346.158 608.549 345.842 608.354 345.646C608.158 345.451 607.842 345.451 607.646 345.646L603 350.293L598.354 345.646C598.158 345.451 597.842 345.451 597.646 345.646C597.451 345.842 597.451 346.158 597.646 346.354L602.293 351L597.646 355.646C597.451 355.842 597.451 356.158 597.646 356.354C597.842 356.549 598.158 356.549 598.354 356.354L603 351.707Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M603 369.707L607.646 374.354C607.842 374.549 608.158 374.549 608.354 374.354C608.549 374.158 608.549 373.842 608.354 373.646L603.707 369L608.354 364.354C608.549 364.158 608.549 363.842 608.354 363.646C608.158 363.451 607.842 363.451 607.646 363.646L603 368.293L598.354 363.646C598.158 363.451 597.842 363.451 597.646 363.646C597.451 363.842 597.451 364.158 597.646 364.354L602.293 369L597.646 373.646C597.451 373.842 597.451 374.158 597.646 374.354C597.842 374.549 598.158 374.549 598.354 374.354L603 369.707Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M603 387.707L607.646 392.354C607.842 392.549 608.158 392.549 608.354 392.354C608.549 392.158 608.549 391.842 608.354 391.646L603.707 387L608.354 382.354C608.549 382.158 608.549 381.842 608.354 381.646C608.158 381.451 607.842 381.451 607.646 381.646L603 386.293L598.354 381.646C598.158 381.451 597.842 381.451 597.646 381.646C597.451 381.842 597.451 382.158 597.646 382.354L602.293 387L597.646 391.646C597.451 391.842 597.451 392.158 597.646 392.354C597.842 392.549 598.158 392.549 598.354 392.354L603 387.707Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4862 453.343C17.8401 452.534 17.0493 451.697 16.2218 452.005L1.4194 457.504C0.625169 457.799 0.534833 458.887 1.26948 459.309L5.00098 461.453V465.562C5.00098 466.341 6.00099 466.66 6.45271 466.026L8.3416 463.372L11.1743 465C11.6904 465.296 12.3499 465.079 12.5886 464.534L17.4862 453.343ZM7.47044 462.872L6.00098 462.027V464.936L7.47044 462.872ZM6.47214 461.145L11.6725 464.133L16.1823 453.828L6.47214 461.145ZM14.8469 453.582L1.76768 458.442L5.52935 460.603L14.8469 453.582Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.4862 453.343C35.8401 452.534 35.0493 451.697 34.2218 452.005L19.4194 457.504C18.6252 457.799 18.5348 458.887 19.2695 459.309L23.001 461.453V465.562C23.001 466.341 24.001 466.66 24.4527 466.026L26.3416 463.372L29.1743 465C29.6904 465.296 30.3499 465.079 30.5886 464.534L35.4862 453.343ZM25.4704 462.872L24.001 462.027V464.936L25.4704 462.872ZM24.4721 461.145L29.6725 464.133L34.1823 453.828L24.4721 461.145ZM32.8469 453.582L19.7677 458.442L23.5294 460.603L32.8469 453.582Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.3655 453.404C63.4458 453.163 63.6713 453 63.9253 453H64.2202C64.8703 453 65.3473 453.611 65.1896 454.242L65 455L64.5 457H67.7951C68.4212 457 68.8933 457.569 68.7779 458.184L67.6529 464.184C67.5643 464.657 67.1513 465 66.6701 465H60V457C61.5855 456.366 62.8115 455.066 63.3515 453.446L63.3655 453.404ZM59 457H57V465H59V457Z' fill='%23D7D7D8'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.3655 453.404C45.4458 453.163 45.6713 453 45.9253 453H46.2202C46.8703 453 47.3473 453.611 47.1896 454.242L47 455L46.5 457H49.7951C50.4212 457 50.8933 457.569 50.7779 458.184L49.6529 464.184C49.5643 464.657 49.1513 465 48.6701 465H42V457C43.5855 456.366 44.8115 455.066 45.3515 453.446L45.3655 453.404ZM41 457H39V465H41V457Z' fill='%23FFB132'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M98.6345 464.596C98.5542 464.837 98.3287 465 98.0747 465H97.7798C97.1297 465 96.6527 464.389 96.8104 463.758L97 463L97.5 461H94.2049C93.5788 461 93.1067 460.431 93.2221 459.816L94.3471 453.816C94.4357 453.343 94.8487 453 95.3299 453H102V461C100.414 461.634 99.1885 462.934 98.6485 464.554L98.6345 464.596ZM103 461H105V453H103V461Z' fill='%23D7D7D8'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M80.6345 464.596C80.5542 464.837 80.3287 465 80.0747 465H79.7798C79.1297 465 78.6527 464.389 78.8104 463.758L79 463L79.5 461H76.2049C75.5788 461 75.1067 460.431 75.2221 459.816L76.3471 453.816C76.4357 453.343 76.8487 453 77.3299 453H84V461C82.4145 461.634 81.1885 462.934 80.6485 464.554L80.6345 464.596ZM85 461H87V453H85V461Z' fill='%23828AA5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M116.004 455.707L118.15 457.854C118.346 458.049 118.662 458.049 118.857 457.854C119.053 457.658 119.053 457.342 118.857 457.146L115.857 454.146C115.662 453.951 115.346 453.951 115.15 454.146L112.15 457.146C111.955 457.342 111.955 457.658 112.15 457.854C112.346 458.049 112.662 458.049 112.857 457.854L115.004 455.707L115.004 463.5C115.004 463.776 115.228 464 115.504 464L121.504 464C121.78 464 122.004 463.776 122.004 463.5C122.004 463.224 121.78 463 121.504 463L116.004 463L116.004 455.707Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M134.004 455.707L136.15 457.854C136.346 458.049 136.662 458.049 136.857 457.854C137.053 457.658 137.053 457.342 136.857 457.146L133.857 454.146C133.662 453.951 133.346 453.951 133.15 454.146L130.15 457.146C129.955 457.342 129.955 457.658 130.15 457.854C130.346 458.049 130.662 458.049 130.857 457.854L133.004 455.707L133.004 463.5C133.004 463.776 133.228 464 133.504 464L139.504 464C139.78 464 140.004 463.776 140.004 463.5C140.004 463.224 139.78 463 139.504 463L134.004 463L134.004 455.707Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M152.5 453C151.672 453 151 453.672 151 454.5V454.625C151 454.901 151.224 455.125 151.5 455.125C151.776 455.125 152 454.901 152 454.625V454.5C152 454.224 152.224 454 152.5 454H157.5C157.776 454 158 454.224 158 454.5V461.5C158 461.776 157.776 462 157.5 462H156.5C156.224 462 156 462.224 156 462.5C156 462.776 156.224 463 156.5 463H157.5C158.328 463 159 462.328 159 461.5V454.5C159 453.672 158.328 453 157.5 453H152.5ZM148 464V457H154V464H148ZM147 457C147 456.448 147.448 456 148 456H154C154.552 456 155 456.448 155 457V464C155 464.552 154.552 465 154 465H148C147.448 465 147 464.552 147 464V457Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M170.5 453C169.672 453 169 453.672 169 454.5V454.625C169 454.901 169.224 455.125 169.5 455.125C169.776 455.125 170 454.901 170 454.625V454.5C170 454.224 170.224 454 170.5 454H175.5C175.776 454 176 454.224 176 454.5V461.5C176 461.776 175.776 462 175.5 462H174.5C174.224 462 174 462.224 174 462.5C174 462.776 174.224 463 174.5 463H175.5C176.328 463 177 462.328 177 461.5V454.5C177 453.672 176.328 453 175.5 453H170.5ZM166 464V457H172V464H166ZM165 457C165 456.448 165.448 456 166 456H172C172.552 456 173 456.448 173 457V464C173 464.552 172.552 465 172 465H166C165.448 465 165 464.552 165 464V457Z' fill='%230E6FF9'/%3e%3cpath d='M183.5 459L187.5 463L194 454.5' stroke='%2335383A' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M201.5 459L205.5 463L212 454.5' stroke='%230E6FF9' stroke-linecap='round' stroke-linejoin='round'/%3e%3cg clip-path='url(%23clip24_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261 453C259.895 453 259 453.895 259 455V459C259 460.105 259.895 461 261 461C262.105 461 263 460.105 263 459V455C263 453.895 262.105 453 261 453ZM256 459C256 461.507 257.844 463.582 260.25 463.944V466H261.75V463.944C264.156 463.582 266 461.507 266 459H264.5C264.5 460.933 262.933 462.5 261 462.5C259.067 462.5 257.5 460.933 257.5 459H256ZM265.27 453.73L265 453L264.73 453.73L264 454L264.73 454.27L265 455L265.27 454.27L266 454L265.27 453.73ZM266.8 455.5L267.124 456.376L268 456.7L267.124 457.024L266.8 457.9L266.476 457.024L265.6 456.7L266.476 456.376L266.8 455.5ZM256.54 455.46L256 454L255.46 455.46L254 456L255.46 456.54L256 458L256.54 456.54L258 456L256.54 455.46Z' fill='%239A9A9A'/%3e%3c/g%3e%3cg clip-path='url(%23clip25_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M243 453C241.895 453 241 453.895 241 455V459C241 460.105 241.895 461 243 461C244.105 461 245 460.105 245 459V455C245 453.895 244.105 453 243 453ZM238 459C238 461.507 239.844 463.582 242.25 463.944V466H243.75V463.944C246.156 463.582 248 461.507 248 459H246.5C246.5 460.933 244.933 462.5 243 462.5C241.067 462.5 239.5 460.933 239.5 459H238ZM247.27 453.73L247 453L246.73 453.73L246 454L246.73 454.27L247 455L247.27 454.27L248 454L247.27 453.73ZM248.8 455.5L249.124 456.376L250 456.7L249.124 457.024L248.8 457.9L248.476 457.024L247.6 456.7L248.476 456.376L248.8 455.5ZM238.54 455.46L238 454L237.46 455.46L236 456L237.46 456.54L238 458L238.54 456.54L240 456L238.54 455.46Z' fill='%23575A5D'/%3e%3c/g%3e%3cg clip-path='url(%23clip26_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M225 453C223.895 453 223 453.895 223 455V459C223 460.105 223.895 461 225 461C226.105 461 227 460.105 227 459V455C227 453.895 226.105 453 225 453ZM220 459C220 461.507 221.844 463.582 224.25 463.944V466H225.75V463.944C228.156 463.582 230 461.507 230 459H228.5C228.5 460.933 226.933 462.5 225 462.5C223.067 462.5 221.5 460.933 221.5 459H220ZM229.27 453.73L229 453L228.73 453.73L228 454L228.73 454.27L229 455L229.27 454.27L230 454L229.27 453.73ZM230.8 455.5L231.124 456.376L232 456.7L231.124 457.024L230.8 457.9L230.476 457.024L229.6 456.7L230.476 456.376L230.8 455.5ZM220.54 455.46L220 454L219.46 455.46L218 456L219.46 456.54L220 458L220.54 456.54L222 456L220.54 455.46Z' fill='%230E6FF9'/%3e%3c/g%3e%3ccircle cx='459' cy='441' r='4' fill='%23F8472F'/%3e%3cmask id='path-2039-inside-35_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M482.929 441H477V435.071C476.673 435.024 476.34 435 476 435C472.134 435 469 438.134 469 442C469 445.866 472.134 449 476 449C479.866 449 483 445.866 483 442C483 441.66 482.976 441.327 482.929 441Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M482.929 441H477V435.071C476.673 435.024 476.34 435 476 435C472.134 435 469 438.134 469 442C469 445.866 472.134 449 476 449C479.866 449 483 445.866 483 442C483 441.66 482.976 441.327 482.929 441Z' fill='%23C3BCE6'/%3e%3cpath d='M482.929 441L483.919 440.858L483.796 440H482.929V441ZM477 441H476V442H477V441ZM477 435.071H478V434.204L477.142 434.081L477 435.071ZM482.929 440H477V442H482.929V440ZM478 441V435.071H476V441H478ZM476 436C476.292 436 476.579 436.021 476.858 436.061L477.142 434.081C476.768 434.028 476.387 434 476 434V436ZM470 442C470 438.686 472.686 436 476 436V434C471.582 434 468 437.582 468 442H470ZM476 448C472.686 448 470 445.314 470 442H468C468 446.418 471.582 450 476 450V448ZM482 442C482 445.314 479.314 448 476 448V450C480.418 450 484 446.418 484 442H482ZM481.939 441.142C481.979 441.421 482 441.708 482 442H484C484 441.613 483.972 441.232 483.919 440.858L481.939 441.142Z' fill='%237565C0' mask='url(%23path-2039-inside-35_15778_26381)'/%3e%3cpath d='M478.5 433.521C481.691 433.763 484.237 436.309 484.479 439.5H478.5V433.521Z' fill='%23C3BCE6' stroke='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M492.733 437.262C491.043 437.469 490.107 437.583 488.973 438.25C487.516 439.106 486.861 440.289 487.025 442.019C487.189 443.749 488.245 445.425 490.193 445.279C492.142 445.133 493.016 444.296 493.526 443.604C494.036 442.912 494.546 442.802 495.129 443.221C495.161 443.245 495.195 443.269 495.231 443.295C495.842 443.74 496.972 444.561 498.589 444.423C498.633 444.419 498.677 444.416 498.721 444.412C500.382 444.272 501.921 444.142 502.595 442.456C503.287 440.726 503.178 438.468 501.593 437.284C500.197 436.241 497.467 436.621 495.246 436.93C494.947 436.972 494.658 437.012 494.382 437.048C493.756 437.137 493.214 437.203 492.733 437.262ZM498.535 439.725C497.763 439.769 497.072 440.302 496.823 440.563L496.85 440.581C497.189 440.823 497.794 441.252 498.681 441.164C499.571 441.075 500.253 440.484 500.393 440.089C500.071 439.865 499.307 439.681 498.535 439.725ZM490.541 440.745C491.274 440.604 491.925 440.909 492.18 441.091C492.131 441.309 491.819 441.812 490.96 442.074C490.1 442.336 489.393 441.892 489.175 441.673C489.308 441.455 489.685 440.909 490.541 440.745Z' fill='black'/%3e%3cpath d='M519.293 441L513 447.293L506.707 441L513 434.707L519.293 441Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M519.653 441.347L520 441L513.754 434.754C512.866 435.228 512.111 435.903 511.561 436.717L511.559 436.72C511.043 437.491 511.043 438.5 511.559 439.27C512.667 440.922 514.61 442 516.8 442C517.824 442 518.796 441.766 519.653 441.347Z' fill='white'/%3e%3cpath d='M516.8 435.5C518.389 435.5 519.784 436.232 520.633 437.339L520.795 437.564C520.95 437.797 520.969 438.094 520.853 438.342L520.795 438.444C519.97 439.674 518.497 440.5 516.8 440.5C515.21 440.5 513.816 439.767 512.968 438.661L512.806 438.436C512.628 438.171 512.628 437.822 512.805 437.557C513.631 436.334 515.104 435.5 516.8 435.5Z' stroke='%2335383A'/%3e%3ccircle cx='516.8' cy='438' r='1.8' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M549.5 437C549.5 436.724 549.276 436.5 549 436.5C548.724 436.5 548.5 436.724 548.5 437V440.5H545C544.724 440.5 544.5 440.724 544.5 441C544.5 441.276 544.724 441.5 545 441.5H548.5V445C548.5 445.276 548.724 445.5 549 445.5C549.276 445.5 549.5 445.276 549.5 445V441.5H553C553.276 441.5 553.5 441.276 553.5 441C553.5 440.724 553.276 440.5 553 440.5H549.5V437Z' fill='%23444649'/%3e%3cpath d='M562.5 441C562.5 440.724 562.724 440.5 563 440.5H571C571.276 440.5 571.5 440.724 571.5 441C571.5 441.276 571.276 441.5 571 441.5H563C562.724 441.5 562.5 441.276 562.5 441Z' fill='%23444649'/%3e%3cpath d='M586 441C586 440.724 586.224 440.5 586.5 440.5H590.5C590.776 440.5 591 440.724 591 441C591 441.276 590.776 441.5 590.5 441.5H586.5C586.224 441.5 586 441.276 586 441Z' fill='%23444649'/%3e%3cpath d='M579 441C579 440.724 579.224 440.5 579.5 440.5H583.5C583.776 440.5 584 440.724 584 441C584 441.276 583.776 441.5 583.5 441.5H579.5C579.224 441.5 579 441.276 579 441Z' fill='%23444649'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M279 453.5C278.155 453.5 277.357 453.69 276.643 454.029C276.394 454.148 276.095 454.041 275.977 453.792C275.858 453.543 275.964 453.244 276.214 453.126C277.059 452.724 278.004 452.5 279 452.5C282.421 452.5 285.226 455.144 285.481 458.5H286.774C286.937 458.5 287.032 458.685 286.936 458.817L285.162 461.275C285.082 461.386 284.917 461.386 284.838 461.275L283.064 458.817C282.968 458.685 283.063 458.5 283.226 458.5H284.477C284.225 455.697 281.869 453.5 279 453.5ZM271.226 459.5H272.519C272.774 462.856 275.578 465.5 279 465.5C279.996 465.5 280.941 465.276 281.786 464.874C282.035 464.756 282.141 464.457 282.023 464.208C281.904 463.959 281.606 463.852 281.357 463.971C280.643 464.31 279.844 464.5 279 464.5C276.131 464.5 273.775 462.303 273.522 459.5H274.774C274.937 459.5 275.032 459.315 274.936 459.183L273.162 456.725C273.082 456.614 272.917 456.614 272.838 456.725L271.064 459.183C270.968 459.315 271.063 459.5 271.226 459.5Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M297 453.5C296.155 453.5 295.357 453.69 294.643 454.029C294.394 454.148 294.095 454.041 293.977 453.792C293.858 453.543 293.964 453.244 294.214 453.126C295.059 452.724 296.004 452.5 297 452.5C300.421 452.5 303.226 455.144 303.481 458.5H304.774C304.937 458.5 305.032 458.685 304.936 458.817L303.162 461.275C303.082 461.386 302.917 461.386 302.838 461.275L301.064 458.817C300.968 458.685 301.063 458.5 301.226 458.5H302.477C302.225 455.697 299.869 453.5 297 453.5ZM289.226 459.5H290.519C290.774 462.856 293.578 465.5 297 465.5C297.996 465.5 298.941 465.276 299.786 464.874C300.035 464.756 300.141 464.457 300.023 464.208C299.904 463.959 299.606 463.852 299.357 463.971C298.643 464.31 297.844 464.5 297 464.5C294.131 464.5 291.775 462.303 291.522 459.5H292.774C292.937 459.5 293.032 459.315 292.936 459.183L291.162 456.725C291.082 456.614 290.917 456.614 290.838 456.725L289.064 459.183C288.968 459.315 289.063 459.5 289.226 459.5Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M315 453.5C314.155 453.5 313.357 453.69 312.643 454.029C312.394 454.148 312.095 454.041 311.977 453.792C311.858 453.543 311.964 453.244 312.214 453.126C313.059 452.724 314.004 452.5 315 452.5C318.421 452.5 321.226 455.144 321.481 458.5H322.774C322.937 458.5 323.032 458.685 322.936 458.817L321.162 461.275C321.082 461.386 320.917 461.386 320.838 461.275L319.064 458.817C318.968 458.685 319.063 458.5 319.226 458.5H320.477C320.225 455.697 317.869 453.5 315 453.5ZM307.226 459.5H308.519C308.774 462.856 311.578 465.5 315 465.5C315.996 465.5 316.941 465.276 317.786 464.874C318.035 464.756 318.141 464.457 318.023 464.208C317.904 463.959 317.606 463.852 317.357 463.971C316.643 464.31 315.844 464.5 315 464.5C312.131 464.5 309.775 462.303 309.522 459.5H310.774C310.937 459.5 311.032 459.315 310.936 459.183L309.162 456.725C309.082 456.614 308.917 456.614 308.838 456.725L307.064 459.183C306.968 459.315 307.063 459.5 307.226 459.5Z' fill='%239A9A9A'/%3e%3cpath d='M330.491 451.99C329.994 451.955 329.495 452.002 329.014 452.13V453.584H332.007V452.13C331.513 451.997 331 451.95 330.491 451.99Z' fill='%2335383A'/%3e%3cpath d='M335.54 451.99C335.023 451.948 334.503 451.996 334.003 452.13V453.583H336.997V452.13C336.522 452.004 336.03 451.956 335.54 451.99Z' fill='%2335383A'/%3e%3cpath d='M336.767 454.505V453.864H333.773V453.423H332.276V453.864H329.253V454.505H332.276V455.046H331.408V455.678H332.276V456.028H331.937V457.421H332.276V457.672H331.408V458.303H332.276V458.985H333.773V458.303H334.601V457.672H333.773V457.421H334.073V456.028H333.773V455.678H334.601V455.046H333.773V454.505H336.767Z' fill='%2335383A'/%3e%3cpath d='M331.667 459.927H326.997L326.568 459.195L327.207 454.505H331.667V459.927Z' fill='%2335383A'/%3e%3cpath d='M329.608 460.427L330.509 464.569V465.297C330.43 465.326 330.32 465.361 330.174 465.392C329.765 465.48 329.177 465.54 328.515 465.541C327.849 465.541 327.258 465.487 326.847 465.406C326.705 465.378 326.598 465.345 326.52 465.319V464.598L327.421 460.427H329.608Z' fill='%2335383A' fill-opacity='0.5' stroke='%2335383A'/%3e%3cpath d='M334.332 459.927H339.002L339.431 459.195L338.792 454.505H334.332V459.927Z' fill='%2335383A'/%3e%3cpath d='M338.589 460.427L339.49 464.598V465.32C339.413 465.346 339.306 465.378 339.166 465.406C338.757 465.487 338.167 465.541 337.496 465.541C336.825 465.541 336.235 465.487 335.825 465.406C335.685 465.378 335.578 465.346 335.501 465.32V464.598L336.402 460.427H338.589Z' fill='%2335383A' fill-opacity='0.5' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M358 453H344V455H358V453ZM350 459H358V457H350V459ZM358 462H350V460H358V462ZM358 465H350V463H358V465ZM346 459H344V465H346V459ZM347 457H349V465H347V457Z' fill='%23E15F4D'/%3e%3cpath d='M352 458H358V465H352V458Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M353 460.5C353 460.224 353.224 460 353.5 460H357.5C357.776 460 358 460.224 358 460.5V461C358 461.276 357.776 461.5 357.5 461.5C357.224 461.5 357 461.276 357 461H356V464C356.276 464 356.5 464.224 356.5 464.5C356.5 464.776 356.276 465 356 465H355C354.724 465 354.5 464.776 354.5 464.5C354.5 464.224 354.724 464 355 464V461H354C354 461.276 353.776 461.5 353.5 461.5C353.224 461.5 353 461.276 353 461V460.5Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M375 454H373V464H375V454ZM372 459H370V464H372V459ZM367 457H369V464H367V457ZM366 461H364V464H366V461Z' fill='%23303030'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M393 454H391V464H393V454ZM390 459H388V464H390V459ZM385 457H387V464H385V457ZM384 461H382V464H384V461Z' fill='%231E66B3'/%3e%3cpath d='M429.5 455.5V465C429.5 465.276 429.276 465.5 429 465.5H417C416.724 465.5 416.5 465.276 416.5 465V455.5H429.5Z' stroke='%230E6FF9'/%3e%3cpath d='M416 454C416 453.448 416.448 453 417 453H429C429.552 453 430 453.448 430 454V456H416V454Z' fill='%230E6FF9'/%3e%3cpath d='M425.428 460.843C425.687 460.688 425.687 460.312 425.428 460.157L421.606 457.863C421.339 457.704 421 457.896 421 458.206V462.794C421 463.104 421.339 463.296 421.606 463.137L425.428 460.843Z' fill='%230E6FF9'/%3e%3crect x='418' y='452' width='1' height='3' rx='0.5' fill='%230E6FF9'/%3e%3crect x='427' y='452' width='1' height='3' rx='0.5' fill='%230E6FF9'/%3e%3cpath d='M398 457H412V465C412 465.552 411.552 466 411 466H399C398.448 466 398 465.552 398 465V457Z' fill='%23C2D3F2'/%3e%3cpath d='M398 454C398 453.448 398.448 453 399 453H411C411.552 453 412 453.448 412 454V456H398V454Z' fill='%234774C6'/%3e%3cpath d='M407.428 461.343C407.687 461.188 407.687 460.812 407.428 460.657L403.606 458.363C403.339 458.204 403 458.396 403 458.706V463.294C403 463.604 403.339 463.796 403.606 463.637L407.428 461.343Z' fill='%234774C6'/%3e%3crect x='400' y='452' width='1' height='3' rx='0.5' fill='%2335383A'/%3e%3crect x='409' y='452' width='1' height='3' rx='0.5' fill='%2335383A'/%3e%3cpath d='M455.757 459.864C455.635 459.906 455.477 459.928 455.282 459.928C454.956 459.928 454.726 459.847 454.591 459.684C454.518 459.594 454.469 459.459 454.444 459.278H453.654C453.654 459.69 453.802 460.014 454.097 460.25C454.393 460.485 454.798 460.602 455.314 460.602C455.819 460.602 456.209 460.483 456.485 460.245C456.762 460.005 456.901 459.704 456.901 459.343C456.901 458.99 456.783 458.72 456.547 458.534C456.394 458.414 456.169 458.318 455.87 458.247L455.188 458.083C454.924 458.02 454.753 457.966 454.672 457.919C454.547 457.849 454.484 457.744 454.484 457.602C454.484 457.448 454.548 457.328 454.675 457.242C454.802 457.156 454.972 457.114 455.185 457.114C455.377 457.114 455.537 457.147 455.666 457.213C455.859 457.313 455.963 457.482 455.977 457.72H456.772C456.758 457.3 456.603 456.979 456.307 456.759C456.014 456.537 455.658 456.426 455.241 456.426C454.742 456.426 454.363 456.543 454.105 456.778C453.848 457.012 453.719 457.307 453.719 457.661C453.719 458.05 453.852 458.335 454.119 458.518C454.276 458.627 454.561 458.728 454.973 458.822L455.392 458.916C455.637 458.969 455.817 459.031 455.932 459.101C456.046 459.172 456.103 459.274 456.103 459.404C456.103 459.628 455.988 459.781 455.757 459.864Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M459.175 460.61C459.422 460.61 459.634 460.581 459.811 460.521C459.917 460.486 460.042 460.424 460.187 460.336L460.665 460.787L461.097 460.336L460.641 459.909C460.777 459.759 460.88 459.57 460.95 459.343C461.036 459.104 461.079 458.809 461.079 458.456C461.079 457.79 460.878 457.272 460.477 456.901C460.13 456.581 459.7 456.421 459.188 456.421C458.68 456.421 458.254 456.572 457.912 456.875C457.493 457.245 457.284 457.792 457.284 458.515C457.284 459.233 457.488 459.778 457.896 460.148C458.233 460.456 458.659 460.61 459.175 460.61ZM459.234 459.426L459.634 459.807C459.559 459.839 459.497 459.862 459.448 459.874C459.361 459.898 459.269 459.909 459.175 459.909C458.922 459.909 458.705 459.833 458.525 459.681C458.245 459.446 458.106 459.058 458.106 458.515C458.106 458.052 458.203 457.703 458.398 457.471C458.594 457.238 458.855 457.122 459.183 457.122C459.532 457.122 459.797 457.243 459.978 457.487C460.16 457.729 460.251 458.071 460.251 458.515C460.251 458.709 460.232 458.878 460.192 459.023C460.167 459.12 460.123 459.232 460.061 459.361L459.661 458.98L459.234 459.426Z' fill='%2335383A'/%3e%3cpath d='M462.458 456.542H461.631V460.5H464.418V459.788H462.458V456.542Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M452 453.778C452 453.348 452.348 453 452.778 453H465.222C465.652 453 466 453.348 466 453.778V463.222C466 463.652 465.652 464 465.222 464H452.778C452.348 464 452 463.652 452 463.222V453.778ZM453 463V454H465V463H453Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M477 455V458.5H481.923L480.922 459.5H477V463H477.417L476.5 463.916V464H471C470.448 464 470 463.552 470 463V454C470 453.448 470.448 453 471 453H482C482.552 453 483 453.448 483 454V457.635C482.766 457.729 482.548 457.872 482.36 458.064L482 458.424V455H477ZM471 458.5V455H476V458.5H471ZM471 459.5H476V463H471L471 459.5Z' fill='%2335383A'/%3e%3cpath d='M484.883 460.572L484.173 461.281L482.719 459.827L483.428 459.117C483.577 458.961 483.826 458.961 483.975 459.117L484.883 460.025C485.039 460.174 485.039 460.423 484.883 460.572Z' fill='%2335383A'/%3e%3cpath d='M478 464.538L482.307 460.238L483.762 461.693L479.462 466H478V464.538Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M495 455V458.5H500C499.26 458.5 498.613 458.902 498.268 459.5H495V463H495.5C495.5 463.364 495.597 463.706 495.768 464H489C488.448 464 488 463.552 488 463V454C488 453.448 488.448 453 489 453H500C500.552 453 501 453.448 501 454V458.768C500.706 458.597 500.364 458.5 500 458.5V455H495ZM489 458.5V455H494V458.5H489ZM489 459.5H494V463H489L489 459.5Z' fill='%2335383A'/%3e%3cpath d='M499 465.5C499 466.052 499.448 466.5 500 466.5C500.552 466.5 501 466.052 501 465.5V464H502.5C503.052 464 503.5 463.552 503.5 463C503.5 462.448 503.052 462 502.5 462H501V460.5C501 459.948 500.552 459.5 500 459.5C499.448 459.5 499 459.948 499 460.5V462H497.5C496.948 462 496.5 462.448 496.5 463C496.5 463.552 496.948 464 497.5 464H499V465.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M507 452C506.448 452 506 452.448 506 453V465C506 465.552 506.448 466 507 466H512.808C512.823 465.909 512.846 465.819 512.878 465.731C512.353 465.494 512 464.966 512 464.368V463.665C512 463.073 512.346 462.552 512.861 462.311C512.822 462.209 512.795 462.105 512.78 462H511V461H512.984C513.044 460.901 513.117 460.808 513.202 460.723L513.203 460.722L513.7 460.226C513.984 459.941 514.365 459.787 514.758 459.787C514.932 459.787 515.106 459.817 515.271 459.878C515.508 459.353 516.035 459 516.633 459H517.336C517.573 459 517.799 459.055 518 459.155V453C518 452.448 517.552 452 517 452H507ZM508 455H510V456H508V455ZM508 458H510V459H508V458ZM510 461H508V462H510V461ZM511 455H516V456H511V455ZM516 458H511V459H516V458Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M520.59 463.16L520.029 463.065C519.97 462.876 519.895 462.694 519.803 462.52L520.134 462.057C520.274 461.86 520.253 461.591 520.081 461.421L519.583 460.923C519.489 460.829 519.365 460.777 519.233 460.777C519.13 460.777 519.031 460.809 518.947 460.869L518.483 461.2C518.302 461.105 518.114 461.026 517.918 460.967L517.825 460.413C517.784 460.174 517.579 460 517.336 460H516.633C516.391 460 516.185 460.174 516.145 460.413L516.048 460.981C515.861 461.039 515.679 461.116 515.505 461.21L515.045 460.879C514.962 460.819 514.862 460.787 514.758 460.787C514.626 460.787 514.501 460.839 514.409 460.932L513.909 461.43C513.739 461.601 513.715 461.87 513.855 462.067L514.19 462.537C514.098 462.712 514.024 462.894 513.967 463.083L513.413 463.177C513.174 463.217 513 463.423 513 463.665V464.368C513 464.611 513.174 464.816 513.413 464.856L513.981 464.954C514.039 465.14 514.116 465.323 514.21 465.497L513.88 465.954C513.74 466.152 513.762 466.42 513.934 466.591L514.432 467.089C514.526 467.183 514.649 467.235 514.782 467.235C514.885 467.235 514.984 467.203 515.067 467.143L515.537 466.808C515.705 466.897 515.882 466.969 516.065 467.026L516.159 467.587C516.198 467.826 516.404 468 516.646 468H517.352C517.594 468 517.8 467.826 517.84 467.587L517.935 467.026C518.124 466.967 518.306 466.892 518.479 466.8L518.943 467.131C519.026 467.191 519.126 467.223 519.23 467.223C519.362 467.223 519.486 467.171 519.579 467.077L520.077 466.579C520.248 466.409 520.271 466.14 520.131 465.943L519.8 465.478C519.892 465.302 519.969 465.12 520.026 464.933L520.587 464.84C520.826 464.8 521 464.594 521 464.352V463.648C521.003 463.406 520.829 463.2 520.59 463.16ZM517.019 465.293C516.316 465.293 515.744 464.722 515.744 464.018C515.744 463.315 516.316 462.743 517.019 462.743C517.723 462.743 518.294 463.315 518.294 464.018C518.294 464.722 517.723 465.293 517.019 465.293Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M531 452H524V465H530H531H531.239L531.321 464.504H529.821L530.316 461.504L530.647 459.503H532.148L532.396 458H534V455H531V452Z' fill='%23FAE2C1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M530 453H525V464H529.904L529.821 464.504H531.321L531.239 465H531H530H525H524V464V453V452H525H530H531V453V455H533H534V456V458H533V456H531V459.503H530.647L530.316 461.504L530 463.421V462H526V461H530V459H527V458H530V456H526V455H530V453Z' fill='%23E9932C'/%3e%3cpath d='M538.343 461.504H538.345L537.847 464.504H536.348L536.101 466H531.074L531.321 464.504H529.821L530.316 461.504L530.647 459.503H532.148L532.396 458H537.422L537.174 459.503H538.674L538.343 461.504Z' fill='%23FAE2C1'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M532.666 462.504L532.831 461.503H531.33L531.495 460.503H532.996L533.245 459H534.245L533.996 460.503H534.995L535.243 459H536.243L535.995 460.503H537.495L537.33 461.503H535.83L535.665 462.504H537.166L537 463.504H535.5L535.252 465H534.252L534.499 463.504H533.5L533.253 465H532.253L532.5 463.504H531L531.165 462.504H532.666ZM533.666 462.504H534.664L534.83 461.503H533.831L533.666 462.504Z' fill='%23E9932C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M549 452H542V465H549V462H545V461H549V459H546V458H549V456H545V455H549V452ZM553 455H550V459.691H551.628L551.908 458H553V455ZM552.1 461.94L551.914 463.066H550.227L550.041 464.191H551.728L551.45 465.875H552.575L552.853 464.191H553.977L553.699 465.875H554.825L555.103 464.191H556.79L556.977 463.066H555.289L555.475 461.94H557.162L557.348 460.815H555.66L555.94 459.125H554.815L554.535 460.815H553.411L553.691 459.125H552.566L552.286 460.815H550.598L550.412 461.94H552.1ZM554.163 463.066H553.039L553.225 461.94H554.349L554.163 463.066Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M567 452H560V465H567V462H563V461H567V459H564V458H567V456H563V455H567V452ZM571 455H568V459.691H569.628L569.908 458H571V455ZM570.1 461.941L569.914 463.067H568.227L568.041 464.192H569.728L569.45 465.875H570.575L570.853 464.192H571.977L571.699 465.875H572.825L573.103 464.192H574.79L574.977 463.067H573.289L573.475 461.941H575.162L575.348 460.816H573.66L573.94 459.125H572.815L572.535 460.816H571.411L571.691 459.125H570.566L570.286 460.816H568.598L568.412 461.941H570.1ZM572.163 463.067H571.039L571.225 461.941H572.349L572.163 463.067Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M447 459C447 462.314 444.314 465 441 465C437.686 465 435 462.314 435 459C435 455.686 437.686 453 441 453C444.314 453 447 455.686 447 459ZM448 459C448 462.866 444.866 466 441 466C437.134 466 434 462.866 434 459C434 455.134 437.134 452 441 452C444.866 452 448 455.134 448 459ZM438.5 457.282C438.5 455.967 439.567 454.9 440.882 454.9H441C442.381 454.9 443.5 456.019 443.5 457.4V457.538C443.5 458.143 443.215 458.714 442.73 459.077L442.414 459.315C442.314 459.389 442.208 459.455 442.096 459.511C441.731 459.694 441.5 460.067 441.5 460.476V460.5C441.5 460.776 441.276 461 441 461C440.724 461 440.5 460.776 440.5 460.5V460.476C440.5 459.688 440.945 458.969 441.649 458.616C441.707 458.588 441.762 458.553 441.814 458.515L442.13 458.277C442.363 458.103 442.5 457.829 442.5 457.538V457.4C442.5 456.572 441.828 455.9 441 455.9L440.882 455.9C440.119 455.9 439.5 456.519 439.5 457.282C439.5 457.559 439.276 457.782 439 457.782C438.724 457.782 438.5 457.559 438.5 457.282ZM440.25 462.75C440.25 462.336 440.586 462 441 462C441.414 462 441.75 462.336 441.75 462.75C441.75 463.164 441.414 463.5 441 463.5C440.586 463.5 440.25 463.164 440.25 462.75Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M597 434H605V438H606V434C606 433.448 605.552 433 605 433H597C596.448 433 596 433.448 596 434V448C596 448.552 596.448 449 597 449H605C605.552 449 606 448.552 606 448V444H605V448H597V434Z' fill='%239A9B9C'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M603 436H599V438H603V436ZM611 441L607.25 438V440H599V442H607.25V444L611 441ZM599 444H603V446H599V444Z' fill='%230E6FF9'/%3e%3ccircle cx='582' cy='459' r='4' fill='%2367C630'/%3e%3cpath d='M592 459C592 461.209 590.209 463 588 463C585.791 463 584 461.209 584 459C584 456.791 585.791 455 588 455C590.209 455 592 456.791 592 459Z' fill='%23F8472F'/%3e%3ccircle cx='599' cy='459' r='4' fill='%2367C630'/%3e%3ccircle cx='603' cy='459' r='4' fill='%23F8472F'/%3e%3ccircle cx='607' cy='459' r='4' fill='%23DBDBDB'/%3e%3ccircle cx='24' cy='477' r='4' fill='%23F8472F'/%3e%3cpath d='M34 477C34 479.209 32.2091 481 30 481C27.7909 481 26 479.209 26 477C26 474.791 27.7909 473 30 473C32.2091 473 34 474.791 34 477Z' fill='%23DBDBDB'/%3e%3ccircle cx='6' cy='477' r='4' fill='%2367C630'/%3e%3cpath d='M16 477C16 479.209 14.2091 481 12 481C9.79086 481 8 479.209 8 477C8 474.791 9.79086 473 12 473C14.2091 473 16 474.791 16 477Z' fill='%23DBDBDB'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M70 93H62V94H70V93ZM58 95H68V96H58V95ZM55 97H66V98H55V97ZM68 97H67V103H68V97ZM69 95H70V99H69V95ZM55 99H58V102H55V99ZM62 99H59V102H62V99ZM63 99H66V102H63V99ZM58 103H55V106H58V103ZM59 103H62V106H59V103ZM66 103H63V106H66V103Z' fill='%237565C0'/%3e%3cmask id='path-2099-inside-36_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M114 42H110V46H114V42ZM119 42H115V46H119V42ZM120 42H124V46H120V42ZM114 47H110V51H114V47ZM115 47H119V51H115V47ZM124 47H120V51H124V47Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M114 42H110V46H114V42ZM119 42H115V46H119V42ZM120 42H124V46H120V42ZM114 47H110V51H114V47ZM115 47H119V51H115V47ZM124 47H120V51H124V47Z' fill='%23C3BCE6'/%3e%3cpath d='M110 42V41H109V42H110ZM114 42H115V41H114V42ZM110 46H109V47H110V46ZM114 46V47H115V46H114ZM115 42V41H114V42H115ZM119 42H120V41H119V42ZM115 46H114V47H115V46ZM119 46V47H120V46H119ZM124 42H125V41H124V42ZM120 42V41H119V42H120ZM124 46V47H125V46H124ZM120 46H119V47H120V46ZM110 47V46H109V47H110ZM114 47H115V46H114V47ZM110 51H109V52H110V51ZM114 51V52H115V51H114ZM119 47H120V46H119V47ZM115 47V46H114V47H115ZM119 51V52H120V51H119ZM115 51H114V52H115V51ZM120 47V46H119V47H120ZM124 47H125V46H124V47ZM120 51H119V52H120V51ZM124 51V52H125V51H124ZM110 43H114V41H110V43ZM111 46V42H109V46H111ZM114 45H110V47H114V45ZM113 42V46H115V42H113ZM115 43H119V41H115V43ZM116 46V42H114V46H116ZM119 45H115V47H119V45ZM118 42V46H120V42H118ZM124 41H120V43H124V41ZM125 46V42H123V46H125ZM120 47H124V45H120V47ZM119 42V46H121V42H119ZM110 48H114V46H110V48ZM111 51V47H109V51H111ZM114 50H110V52H114V50ZM113 47V51H115V47H113ZM119 46H115V48H119V46ZM120 51V47H118V51H120ZM115 52H119V50H115V52ZM114 47V51H116V47H114ZM120 48H124V46H120V48ZM121 51V47H119V51H121ZM124 50H120V52H124V50ZM123 47V51H125V47H123Z' fill='%237565C0' mask='url(%23path-2099-inside-36_15778_26381)'/%3e%3crect x='110' y='39' width='14' height='2' fill='%237565C0'/%3e%3cmask id='path-2102-inside-37_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M204 42H200V46H204V42ZM209 42H205V46H209V42ZM210 42H214V46H210V42ZM204 47H200V51H204V47ZM205 47H209V51H205V47ZM214 47H210V51H214V47Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M204 42H200V46H204V42ZM209 42H205V46H209V42ZM210 42H214V46H210V42ZM204 47H200V51H204V47ZM205 47H209V51H205V47ZM214 47H210V51H214V47Z' fill='%23C3BCE6'/%3e%3cpath d='M200 42V41H199V42H200ZM204 42H205V41H204V42ZM200 46H199V47H200V46ZM204 46V47H205V46H204ZM205 42V41H204V42H205ZM209 42H210V41H209V42ZM205 46H204V47H205V46ZM209 46V47H210V46H209ZM214 42H215V41H214V42ZM210 42V41H209V42H210ZM214 46V47H215V46H214ZM210 46H209V47H210V46ZM200 47V46H199V47H200ZM204 47H205V46H204V47ZM200 51H199V52H200V51ZM204 51V52H205V51H204ZM209 47H210V46H209V47ZM205 47V46H204V47H205ZM209 51V52H210V51H209ZM205 51H204V52H205V51ZM210 47V46H209V47H210ZM214 47H215V46H214V47ZM210 51H209V52H210V51ZM214 51V52H215V51H214ZM200 43H204V41H200V43ZM201 46V42H199V46H201ZM204 45H200V47H204V45ZM203 42V46H205V42H203ZM205 43H209V41H205V43ZM206 46V42H204V46H206ZM209 45H205V47H209V45ZM208 42V46H210V42H208ZM214 41H210V43H214V41ZM215 46V42H213V46H215ZM210 47H214V45H210V47ZM209 42V46H211V42H209ZM200 48H204V46H200V48ZM201 51V47H199V51H201ZM204 50H200V52H204V50ZM203 47V51H205V47H203ZM209 46H205V48H209V46ZM210 51V47H208V51H210ZM205 52H209V50H205V52ZM204 47V51H206V47H204ZM210 48H214V46H210V48ZM211 51V47H209V51H211ZM214 50H210V52H214V50ZM213 47V51H215V47H213Z' fill='%237565C0' mask='url(%23path-2102-inside-37_15778_26381)'/%3e%3crect x='200' y='39' width='14' height='2' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M213.52 44.1369C214.814 44.7993 215.7 46.1462 215.7 47.7C215.7 49.9097 213.909 51.7 211.7 51.7C209.491 51.7 207.7 49.9097 207.7 47.7C207.7 45.4908 209.491 43.7 211.7 43.7C212.356 43.7 212.974 43.8576 213.52 44.1369Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M211.7 44.2C213.633 44.2 215.2 45.767 215.2 47.7C215.2 49.6335 213.633 51.2 211.7 51.2C209.767 51.2 208.2 49.6335 208.2 47.7C208.2 45.767 209.767 44.2 211.7 44.2Z' fill='%2367C630'/%3e%3cg filter='url(%23filter11_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M211.159 49.3C211.238 49.3 211.314 49.2681 211.374 49.2067L213.611 46.8473C213.73 46.722 213.73 46.5193 213.611 46.394C213.492 46.2687 213.3 46.2687 213.181 46.394L211.157 48.5296L210.219 47.5384C210.1 47.4131 209.908 47.4131 209.789 47.5384C209.67 47.6637 209.67 47.8663 209.789 47.9916L210.945 49.2067C211.003 49.2681 211.081 49.3 211.159 49.3Z' fill='white'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.5372 470.613C49.1293 470.266 48.4505 470 47.9631 470H43.0001H42.5997C41.5598 470.076 41.0003 470.951 41.0003 472L41.0003 475H42.0008L42 472C42.0582 471.509 42.4809 471 43 471H47.9627V474C47.9627 474.552 48.4105 475 48.9627 475H52V482.99L51.9941 483.1C51.9394 483.605 51.5118 484 50.9972 484H45V485H50.9976L51.147 484.994C52.1833 484.917 53.0003 484.046 53.0003 482.99V475.179L52.9926 475.024C52.9421 474.49 52.6486 473.817 52.305 473.462L49.651 470.719L49.5372 470.613ZM46.4778 476C46.7666 476 47 476.215 47 476.479V477.478C47 477.608 46.942 477.733 46.8397 477.823L43.9926 480.882V483.193C43.9926 483.339 43.9205 483.476 43.7967 483.567L41.848 484.899C41.7853 484.946 41.6445 484.977 41.5231 484.993L41.4531 485C41.3945 484.993 41.3441 484.979 41.2961 484.957C41.1149 484.877 41 484.71 41 484.526V480.881L38.1535 477.818C38.0553 477.728 38 477.605 38 477.478V476.479C38 476.215 38.2339 476 38.5222 476H46.4778ZM46 477H39V477.259L42 480.488V483.583L42.992 482.906L42.9926 480.489L46 477.264V477Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M67.5372 470.613C67.1293 470.266 66.4505 470 65.9631 470H61.0001H60.5997C59.5598 470.076 59.0003 470.951 59.0003 472L59.0003 475H60.0008L60 472C60.0582 471.509 60.4809 471 61 471H65.9627V474C65.9627 474.552 66.4105 475 66.9627 475H70V482.99L69.9941 483.1C69.9394 483.605 69.5118 484 68.9972 484H63V485H68.9976L69.147 484.994C70.1833 484.917 71.0003 484.046 71.0003 482.99V475.179L70.9926 475.024C70.9421 474.49 70.6486 473.817 70.305 473.462L67.651 470.719L67.5372 470.613ZM64.4778 476C64.7666 476 65 476.215 65 476.479V477.478C65 477.608 64.942 477.733 64.8397 477.823L61.9926 480.882V483.193C61.9926 483.339 61.9205 483.476 61.7967 483.567L59.848 484.899C59.7853 484.946 59.6445 484.977 59.5231 484.993L59.4531 485C59.3945 484.993 59.3441 484.979 59.2961 484.957C59.1149 484.877 59 484.71 59 484.526V480.881L56.1535 477.818C56.0553 477.728 56 477.605 56 477.478V476.479C56 476.215 56.2339 476 56.5222 476H64.4778ZM64 477H57V477.259L60 480.488V483.583L60.992 482.906L60.9926 480.489L64 477.264V477Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M85.5372 470.613C85.1293 470.266 84.4505 470 83.9631 470H79.0001H78.5997C77.5598 470.076 77.0003 470.951 77.0003 472L77.0003 475H78.0008L78 472C78.0582 471.509 78.4809 471 79 471H83.9627V474C83.9627 474.552 84.4105 475 84.9627 475H88V482.99L87.9941 483.1C87.9394 483.605 87.5118 484 86.9972 484H81V485H86.9976L87.147 484.994C88.1833 484.917 89.0003 484.046 89.0003 482.99V475.179L88.9926 475.024C88.9421 474.49 88.6486 473.817 88.305 473.462L85.651 470.719L85.5372 470.613ZM82.4778 476C82.7666 476 83 476.215 83 476.479V477.478C83 477.608 82.942 477.733 82.8397 477.823L79.9926 480.882V483.193C79.9926 483.339 79.9205 483.476 79.7967 483.567L77.848 484.899C77.7853 484.946 77.6445 484.977 77.5231 484.993L77.4531 485C77.3945 484.993 77.3441 484.979 77.2961 484.957C77.1149 484.877 77 484.71 77 484.526V480.881L74.1535 477.818C74.0553 477.728 74 477.605 74 477.478V476.479C74 476.215 74.2339 476 74.5222 476H82.4778ZM82 477H75V477.259L78 480.488V483.583L78.992 482.906L78.9926 480.489L82 477.264V477Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M105 479.554C104.937 479.595 104.877 479.643 104.822 479.698L103.631 480.883L103.614 480.9L103.609 480.906C103.252 481.282 103.219 481.857 103.51 482.297C103.529 482.326 103.549 482.354 103.57 482.381C103.583 482.397 103.596 482.413 103.61 482.428L103.625 482.446L103.631 482.452L103.633 482.454C103.668 482.489 103.696 482.526 103.718 482.565C103.448 482.705 103.141 482.832 102.804 482.945C102.801 482.942 102.799 482.94 102.797 482.937C102.662 482.762 102.559 482.57 102.487 482.37C102.462 482.3 102.441 482.229 102.424 482.158C102.417 482.132 102.411 482.105 102.406 482.079C102.365 481.88 102.353 481.676 102.37 481.475C102.406 481.057 102.566 480.651 102.852 480.325C102.88 480.294 102.909 480.263 102.939 480.233L104.13 479.047L104.153 479.025C104.399 478.787 104.691 478.622 105 478.53L105 479.554ZM105 477.502C104.423 477.614 103.872 477.893 103.425 478.339L102.234 479.524L102.217 479.541L99.967 481.781C99.4809 482.265 99.1918 482.871 99.0997 483.5C99.0665 483.5 99.0333 483.5 99 483.5C95.8082 483.5 93.1877 482.48 93 481.194V475.968C93 475.878 93.012 475.788 93.0354 475.7C93.3621 476.93 95.9079 477.887 99 477.887C102.092 477.887 104.638 476.93 104.965 475.7C104.988 475.788 105 475.878 105 475.968L105 477.502ZM104.901 481.514C104.878 481.487 104.855 481.46 104.831 481.433C104.82 481.42 104.809 481.408 104.797 481.395C104.78 481.377 104.763 481.36 104.745 481.342C104.728 481.325 104.71 481.309 104.69 481.295C104.68 481.287 104.669 481.279 104.657 481.272C104.475 481.159 104.236 481.177 104.071 481.326C104.065 481.331 104.059 481.337 104.054 481.342C103.9 481.495 103.9 481.801 104.054 481.992L104.072 482.009L104.077 482.014L104.091 482.028C104.132 482.069 104.169 482.113 104.202 482.159C104.221 482.185 104.238 482.211 104.253 482.238C104.557 482.016 104.778 481.772 104.901 481.514ZM101.199 483.33C100.855 483.385 100.497 483.428 100.126 483.457C100.211 483.109 100.387 482.78 100.656 482.506L100.673 482.49L101.748 481.419C101.71 481.839 101.748 482.222 101.902 482.605L101.326 483.178C101.278 483.226 101.236 483.277 101.199 483.33ZM104.993 472.674C104.841 471.463 102.218 470.5 99.0009 470.5C95.6867 470.5 93 471.523 93 472.784V474.421L93.0237 474.529C93.3471 475.674 95.9054 476.567 99.0009 476.567C102.193 476.567 104.812 475.618 105 474.421V472.784L104.993 472.674Z' fill='%23C3BCE6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M99 483.5C95.8082 483.5 93.1877 482.48 93 481.194V475.968C93 475.894 93.1004 475.886 93.1349 475.952L93.1438 475.968C93.2289 476.124 93.3503 476.275 93.5042 476.418C93.5761 476.485 93.6552 476.551 93.7409 476.614C93.8215 476.674 93.9079 476.733 94 476.789C95.0749 477.451 96.913 477.887 99 477.887C101.087 477.887 102.925 477.451 104 476.789C104.092 476.733 104.179 476.674 104.259 476.614C104.345 476.551 104.424 476.485 104.495 476.419C104.65 476.275 104.771 476.125 104.856 475.968L104.865 475.952C104.9 475.886 105 475.894 105 475.968L105 477.502C104.579 477.584 104.173 477.754 103.81 478.013C103.582 478.114 103.346 478.203 103.11 478.282C101.957 478.668 100.527 478.887 99 478.887C97.4728 478.887 96.0427 478.668 94.8899 478.282C94.5875 478.181 94.2869 478.063 94 477.925V481.08C94.0193 481.123 94.073 481.212 94.2195 481.338C94.4282 481.517 94.7624 481.715 95.2335 481.896C96.1725 482.259 97.499 482.5 99 482.5C99.1463 482.5 99.291 482.498 99.4338 482.493C99.2621 482.81 99.1507 483.152 99.0997 483.5C99.0665 483.5 99.0333 483.5 99 483.5ZM105 478.53L105 479.554C104.937 479.595 104.877 479.643 104.822 479.698L104 480.516L104 479.177L104.13 479.047L104.153 479.025C104.399 478.787 104.691 478.622 105 478.53ZM100.781 482.381C101.135 482.333 101.469 482.27 101.78 482.197C101.808 482.334 101.848 482.469 101.902 482.605L101.326 483.178C101.278 483.226 101.236 483.277 101.199 483.33C100.855 483.385 100.497 483.428 100.126 483.457C100.211 483.109 100.387 482.78 100.656 482.506L100.673 482.49L100.781 482.381ZM102.804 482.945C102.801 482.942 102.799 482.94 102.797 482.937C102.662 482.762 102.559 482.57 102.487 482.37C102.462 482.3 102.441 482.229 102.424 482.158C102.417 482.132 102.411 482.105 102.406 482.079C102.402 482.062 102.399 482.044 102.396 482.027C102.525 481.985 102.649 481.942 102.766 481.896C102.975 481.816 103.158 481.732 103.314 481.648C103.313 481.871 103.378 482.098 103.51 482.297C103.529 482.326 103.549 482.354 103.57 482.381C103.583 482.397 103.596 482.413 103.61 482.428L103.625 482.446L103.631 482.452L103.633 482.454C103.668 482.489 103.696 482.526 103.718 482.565C103.448 482.705 103.141 482.832 102.804 482.945ZM104.253 482.238C104.238 482.211 104.221 482.185 104.202 482.159C104.169 482.113 104.132 482.069 104.091 482.028L104.077 482.014L104.072 482.009L104.054 481.992C103.9 481.801 103.9 481.495 104.054 481.342C104.059 481.337 104.065 481.331 104.071 481.326C104.236 481.177 104.475 481.159 104.657 481.272C104.669 481.279 104.68 481.287 104.69 481.295C104.71 481.309 104.728 481.325 104.745 481.342C104.763 481.36 104.78 481.377 104.797 481.395C104.809 481.408 104.82 481.42 104.831 481.433C104.855 481.46 104.878 481.487 104.901 481.514C104.778 481.772 104.557 482.016 104.253 482.238ZM93.9509 475.522C93.6374 475.338 93.3916 475.136 93.227 474.92C93.1303 474.794 93.0616 474.663 93.0237 474.529L93 474.421V472.784C93 471.523 95.6867 470.5 99.0009 470.5C102.218 470.5 104.841 471.463 104.993 472.674L105 472.784V474.421C104.973 474.593 104.895 474.76 104.773 474.92C104.608 475.136 104.363 475.338 104.049 475.522C103.998 475.552 103.944 475.582 103.889 475.611C102.798 476.19 101.013 476.567 99.0009 476.567C96.9879 476.567 95.2022 476.189 94.1104 475.61C94.0555 475.581 94.0023 475.552 93.9509 475.522ZM94.2502 474.524C94.0908 474.407 94.0251 474.322 94 474.282V472.803C94.0098 472.782 94.0429 472.726 94.1405 472.638C94.3204 472.477 94.637 472.285 95.1134 472.104C96.0592 471.744 97.4334 471.5 99.0009 471.5C100.521 471.5 101.861 471.729 102.804 472.073C103.278 472.245 103.609 472.431 103.811 472.597C103.944 472.706 103.987 472.777 103.999 472.801L104 472.816V474.282C103.978 474.317 103.926 474.385 103.808 474.48C103.6 474.646 103.264 474.831 102.789 475.001C101.843 475.341 100.509 475.567 99.0009 475.567C97.5392 475.567 96.2391 475.355 95.2974 475.032C94.8252 474.869 94.4778 474.691 94.2502 474.524Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.131 479.047L102.94 480.233C102.171 480.998 102.171 482.299 102.94 483.102C103.132 483.293 103.439 483.293 103.631 483.102C103.823 482.911 103.823 482.643 103.631 482.452C103.209 481.993 103.209 481.304 103.631 480.883L104.822 479.698C105.245 479.277 105.937 479.277 106.359 479.698C106.782 480.157 106.782 480.845 106.359 481.266L105.821 481.84C105.937 482.222 106.013 482.605 105.975 482.987L107.012 481.955C107.819 481.151 107.819 479.851 107.051 479.047C106.244 478.244 104.938 478.244 104.131 479.047ZM104.054 481.342C103.9 481.495 103.9 481.801 104.054 481.993C104.515 482.413 104.515 483.14 104.054 483.561L102.901 484.709C102.478 485.129 101.787 485.129 101.326 484.709C100.903 484.288 100.903 483.599 101.326 483.178L101.902 482.605C101.748 482.222 101.71 481.84 101.748 481.419L100.673 482.49C99.8657 483.293 99.8657 484.594 100.673 485.397C101.479 486.201 102.786 486.201 103.554 485.397L104.745 484.211C105.552 483.408 105.552 482.146 104.745 481.342C104.553 481.151 104.246 481.151 104.054 481.342Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 479.554C122.937 479.595 122.877 479.643 122.822 479.698L121.631 480.883L121.614 480.9L121.609 480.906C121.252 481.282 121.219 481.857 121.51 482.297C121.529 482.326 121.549 482.354 121.57 482.381C121.583 482.397 121.596 482.413 121.61 482.428L121.625 482.446L121.631 482.452L121.633 482.454C121.668 482.489 121.696 482.526 121.718 482.565C121.448 482.705 121.141 482.832 120.804 482.945C120.801 482.942 120.799 482.94 120.797 482.937C120.662 482.762 120.559 482.57 120.487 482.37C120.462 482.3 120.441 482.229 120.424 482.158C120.417 482.132 120.411 482.105 120.406 482.079C120.365 481.88 120.353 481.676 120.37 481.475C120.406 481.057 120.566 480.651 120.852 480.325C120.88 480.294 120.909 480.263 120.939 480.233L122.13 479.047L122.153 479.025C122.399 478.787 122.691 478.622 123 478.53L123 479.554ZM123 477.502C122.423 477.614 121.872 477.893 121.425 478.339L120.234 479.524L120.217 479.541L117.967 481.781C117.481 482.265 117.192 482.871 117.1 483.5C117.067 483.5 117.033 483.5 117 483.5C113.808 483.5 111.188 482.48 111 481.194V475.968C111 475.878 111.012 475.788 111.035 475.7C111.362 476.93 113.908 477.887 117 477.887C120.092 477.887 122.638 476.93 122.965 475.7C122.988 475.788 123 475.878 123 475.968L123 477.502ZM122.901 481.514C122.878 481.487 122.855 481.46 122.831 481.433C122.82 481.42 122.809 481.408 122.797 481.395C122.78 481.377 122.763 481.36 122.745 481.342C122.728 481.325 122.71 481.309 122.69 481.295C122.68 481.287 122.669 481.279 122.657 481.272C122.475 481.159 122.236 481.177 122.071 481.326C122.065 481.331 122.059 481.337 122.054 481.342C121.9 481.495 121.9 481.801 122.054 481.992L122.072 482.009L122.077 482.014L122.091 482.028C122.132 482.069 122.169 482.113 122.202 482.159C122.221 482.185 122.238 482.211 122.253 482.238C122.557 482.016 122.778 481.772 122.901 481.514ZM119.199 483.33C118.855 483.385 118.497 483.428 118.126 483.457C118.211 483.109 118.387 482.78 118.656 482.506L118.673 482.49L119.748 481.419C119.71 481.839 119.748 482.222 119.902 482.605L119.326 483.178C119.278 483.226 119.236 483.277 119.199 483.33ZM122.993 472.674C122.841 471.463 120.218 470.5 117.001 470.5C113.687 470.5 111 471.523 111 472.784V474.421L111.024 474.529C111.347 475.674 113.905 476.567 117.001 476.567C120.193 476.567 122.812 475.618 123 474.421V472.784L122.993 472.674Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M122.131 479.047L120.94 480.233C120.171 480.998 120.171 482.299 120.94 483.102C121.132 483.293 121.439 483.293 121.631 483.102C121.823 482.911 121.823 482.643 121.631 482.452C121.209 481.993 121.209 481.304 121.631 480.883L122.822 479.698C123.245 479.277 123.937 479.277 124.359 479.698C124.782 480.157 124.782 480.845 124.359 481.266L123.821 481.84C123.937 482.222 124.013 482.605 123.975 482.987L125.012 481.955C125.819 481.151 125.819 479.851 125.051 479.047C124.244 478.244 122.938 478.244 122.131 479.047ZM122.054 481.342C121.9 481.495 121.9 481.801 122.054 481.993C122.515 482.413 122.515 483.14 122.054 483.561L120.901 484.709C120.478 485.129 119.787 485.129 119.326 484.709C118.903 484.288 118.903 483.599 119.326 483.178L119.902 482.605C119.748 482.222 119.71 481.84 119.748 481.419L118.673 482.49C117.866 483.293 117.866 484.594 118.673 485.397C119.479 486.201 120.786 486.201 121.554 485.397L122.745 484.211C123.552 483.408 123.552 482.146 122.745 481.342C122.553 481.151 122.246 481.151 122.054 481.342Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M141 479.554C140.937 479.595 140.877 479.643 140.822 479.698L139.631 480.883L139.614 480.9L139.609 480.906C139.252 481.282 139.219 481.857 139.51 482.297C139.529 482.326 139.549 482.354 139.57 482.381C139.583 482.397 139.596 482.413 139.61 482.428L139.625 482.446L139.631 482.452L139.633 482.454C139.668 482.489 139.696 482.526 139.718 482.565C139.448 482.705 139.141 482.832 138.804 482.945C138.801 482.942 138.799 482.94 138.797 482.937C138.662 482.762 138.559 482.57 138.487 482.37C138.462 482.3 138.441 482.229 138.424 482.158C138.417 482.132 138.411 482.105 138.406 482.079C138.365 481.88 138.353 481.676 138.37 481.475C138.406 481.057 138.566 480.651 138.852 480.325C138.88 480.294 138.909 480.263 138.939 480.233L140.13 479.047L140.153 479.025C140.399 478.787 140.691 478.622 141 478.53L141 479.554ZM141 477.502C140.423 477.614 139.872 477.893 139.425 478.339L138.234 479.524L138.217 479.541L135.967 481.781C135.481 482.265 135.192 482.871 135.1 483.5C135.067 483.5 135.033 483.5 135 483.5C131.808 483.5 129.188 482.48 129 481.194V475.968C129 475.878 129.012 475.788 129.035 475.7C129.362 476.93 131.908 477.887 135 477.887C138.092 477.887 140.638 476.93 140.965 475.7C140.988 475.788 141 475.878 141 475.968L141 477.502ZM140.901 481.514C140.878 481.487 140.855 481.46 140.831 481.433C140.82 481.42 140.809 481.408 140.797 481.395C140.78 481.377 140.763 481.36 140.745 481.342C140.728 481.325 140.71 481.309 140.69 481.295C140.68 481.287 140.669 481.279 140.657 481.272C140.475 481.159 140.236 481.177 140.071 481.326C140.065 481.331 140.059 481.337 140.054 481.342C139.9 481.495 139.9 481.801 140.054 481.992L140.072 482.009L140.077 482.014L140.091 482.028C140.132 482.069 140.169 482.113 140.202 482.159C140.221 482.185 140.238 482.211 140.253 482.238C140.557 482.016 140.778 481.772 140.901 481.514ZM137.199 483.33C136.855 483.385 136.497 483.428 136.126 483.457C136.211 483.109 136.387 482.78 136.656 482.506L136.673 482.49L137.748 481.419C137.71 481.839 137.748 482.222 137.902 482.605L137.326 483.178C137.278 483.226 137.236 483.277 137.199 483.33ZM140.993 472.674C140.841 471.463 138.218 470.5 135.001 470.5C131.687 470.5 129 471.523 129 472.784V474.421L129.024 474.529C129.347 475.674 131.905 476.567 135.001 476.567C138.193 476.567 140.812 475.618 141 474.421V472.784L140.993 472.674Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M135 483.5C131.808 483.5 129.188 482.48 129 481.194V475.968C129 475.894 129.1 475.886 129.135 475.952L129.144 475.968C129.229 476.124 129.35 476.275 129.504 476.418C129.576 476.485 129.655 476.551 129.741 476.614C129.821 476.674 129.908 476.733 130 476.789C131.075 477.451 132.913 477.887 135 477.887C137.087 477.887 138.925 477.451 140 476.789C140.092 476.733 140.179 476.674 140.259 476.614C140.345 476.551 140.424 476.485 140.495 476.419C140.65 476.275 140.771 476.125 140.856 475.968L140.865 475.952C140.9 475.886 141 475.894 141 475.968L141 477.502C140.579 477.584 140.173 477.754 139.81 478.013C139.582 478.114 139.346 478.203 139.11 478.282C137.957 478.668 136.527 478.887 135 478.887C133.473 478.887 132.043 478.668 130.89 478.282C130.588 478.181 130.287 478.063 130 477.925V481.08C130.019 481.123 130.073 481.212 130.219 481.338C130.428 481.517 130.762 481.715 131.233 481.896C132.173 482.259 133.499 482.5 135 482.5C135.146 482.5 135.291 482.498 135.434 482.493C135.262 482.81 135.151 483.152 135.1 483.5C135.067 483.5 135.033 483.5 135 483.5ZM141 478.53L141 479.554C140.937 479.595 140.877 479.643 140.822 479.698L140 480.516L140 479.177L140.13 479.047L140.153 479.025C140.399 478.787 140.691 478.622 141 478.53ZM136.781 482.381C137.135 482.333 137.469 482.27 137.78 482.197C137.808 482.334 137.848 482.469 137.902 482.605L137.326 483.178C137.278 483.226 137.236 483.277 137.199 483.33C136.855 483.385 136.497 483.428 136.126 483.457C136.211 483.109 136.387 482.78 136.656 482.506L136.673 482.49L136.781 482.381ZM138.804 482.945C138.801 482.942 138.799 482.94 138.797 482.937C138.662 482.762 138.559 482.57 138.487 482.37C138.462 482.3 138.441 482.229 138.424 482.158C138.417 482.132 138.411 482.105 138.406 482.079C138.402 482.062 138.399 482.044 138.396 482.027C138.525 481.985 138.649 481.942 138.766 481.896C138.975 481.816 139.158 481.732 139.314 481.648C139.313 481.871 139.378 482.098 139.51 482.297C139.529 482.326 139.549 482.354 139.57 482.381C139.583 482.397 139.596 482.413 139.61 482.428L139.625 482.446L139.631 482.452L139.633 482.454C139.668 482.489 139.696 482.526 139.718 482.565C139.448 482.705 139.141 482.832 138.804 482.945ZM140.253 482.238C140.238 482.211 140.221 482.185 140.202 482.159C140.169 482.113 140.132 482.069 140.091 482.028L140.077 482.014L140.072 482.009L140.054 481.992C139.9 481.801 139.9 481.495 140.054 481.342C140.059 481.337 140.065 481.331 140.071 481.326C140.236 481.177 140.475 481.159 140.657 481.272C140.669 481.279 140.68 481.287 140.69 481.295C140.71 481.309 140.728 481.325 140.745 481.342C140.763 481.36 140.78 481.377 140.797 481.395C140.809 481.408 140.82 481.42 140.831 481.433C140.855 481.46 140.878 481.487 140.901 481.514C140.778 481.772 140.557 482.016 140.253 482.238ZM129.951 475.522C129.637 475.338 129.392 475.136 129.227 474.92C129.13 474.794 129.062 474.663 129.024 474.529L129 474.421V472.784C129 471.523 131.687 470.5 135.001 470.5C138.218 470.5 140.841 471.463 140.993 472.674L141 472.784V474.421C140.973 474.593 140.895 474.76 140.773 474.92C140.608 475.136 140.363 475.338 140.049 475.522C139.998 475.552 139.944 475.582 139.889 475.611C138.798 476.19 137.013 476.567 135.001 476.567C132.988 476.567 131.202 476.189 130.11 475.61C130.055 475.581 130.002 475.552 129.951 475.522ZM130.25 474.524C130.091 474.407 130.025 474.322 130 474.282V472.803C130.01 472.782 130.043 472.726 130.141 472.638C130.32 472.477 130.637 472.285 131.113 472.104C132.059 471.744 133.433 471.5 135.001 471.5C136.521 471.5 137.861 471.729 138.804 472.073C139.278 472.245 139.609 472.431 139.811 472.597C139.944 472.706 139.987 472.777 139.999 472.801L140 472.816V474.282C139.978 474.317 139.926 474.385 139.808 474.48C139.6 474.646 139.264 474.831 138.789 475.001C137.843 475.341 136.509 475.567 135.001 475.567C133.539 475.567 132.239 475.355 131.297 475.032C130.825 474.869 130.478 474.691 130.25 474.524Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M140.131 479.047L138.94 480.233C138.171 480.998 138.171 482.299 138.94 483.102C139.132 483.293 139.439 483.293 139.631 483.102C139.823 482.911 139.823 482.643 139.631 482.452C139.209 481.993 139.209 481.304 139.631 480.883L140.822 479.698C141.245 479.277 141.937 479.277 142.359 479.698C142.782 480.157 142.782 480.845 142.359 481.266L141.821 481.84C141.937 482.222 142.013 482.605 141.975 482.987L143.012 481.955C143.819 481.151 143.819 479.851 143.051 479.047C142.244 478.244 140.938 478.244 140.131 479.047ZM140.054 481.342C139.9 481.495 139.9 481.801 140.054 481.993C140.515 482.413 140.515 483.14 140.054 483.561L138.901 484.709C138.478 485.129 137.787 485.129 137.326 484.709C136.903 484.288 136.903 483.599 137.326 483.178L137.902 482.605C137.748 482.222 137.71 481.84 137.748 481.419L136.673 482.49C135.866 483.293 135.866 484.594 136.673 485.397C137.479 486.201 138.786 486.201 139.554 485.397L140.745 484.211C141.552 483.408 141.552 482.146 140.745 481.342C140.553 481.151 140.246 481.151 140.054 481.342Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M152.957 476.567C149.881 476.558 147.346 475.669 147.024 474.529L147 474.421V472.784C147 471.523 149.687 470.5 153.001 470.5C156.218 470.5 158.841 471.463 158.993 472.674L159 472.784V474.421C158.957 474.694 158.788 474.954 158.514 475.193C158.03 475.067 157.523 475 157 475C155.442 475 154.024 475.593 152.957 476.567ZM151.51 483.424C149.027 483.165 147.157 482.273 147 481.194V475.968C147 475.878 147.012 475.788 147.035 475.7C147.322 476.78 149.32 477.649 151.895 477.845C151.328 478.762 151 479.843 151 481C151 481.863 151.182 482.683 151.51 483.424Z' fill='%23C3BCE6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M151.51 483.424C149.027 483.165 147.157 482.273 147 481.194V475.968C147 475.894 147.1 475.886 147.135 475.952L147.144 475.968C147.229 476.124 147.35 476.275 147.504 476.418C147.576 476.485 147.655 476.551 147.741 476.614C147.821 476.674 147.908 476.733 148 476.789C148.881 477.331 150.273 477.722 151.895 477.845C151.708 478.148 151.546 478.47 151.414 478.806C150.49 478.71 149.632 478.531 148.89 478.282C148.588 478.181 148.287 478.063 148 477.925V481.08C148.019 481.123 148.073 481.212 148.219 481.338C148.428 481.517 148.762 481.715 149.233 481.896C149.764 482.101 150.418 482.267 151.158 482.373C151.243 482.737 151.361 483.088 151.51 483.424ZM158.514 475.193C158.615 475.105 158.701 475.014 158.773 474.92C158.895 474.76 158.973 474.593 159 474.421V472.784L158.993 472.674C158.841 471.463 156.218 470.5 153.001 470.5C149.687 470.5 147 471.523 147 472.784V474.421L147.024 474.529C147.062 474.663 147.13 474.794 147.227 474.92C147.392 475.136 147.637 475.338 147.951 475.522C148.002 475.552 148.055 475.581 148.11 475.61C149.194 476.185 150.962 476.561 152.957 476.567C153.456 476.111 154.033 475.739 154.665 475.471C154.145 475.533 153.586 475.567 153.001 475.567C151.539 475.567 150.239 475.355 149.297 475.032C148.825 474.869 148.478 474.691 148.25 474.524C148.091 474.407 148.025 474.322 148 474.282V472.803C148.01 472.782 148.043 472.726 148.141 472.638C148.32 472.477 148.637 472.285 149.113 472.104C150.059 471.744 151.433 471.5 153.001 471.5C154.521 471.5 155.861 471.729 156.804 472.073C157.278 472.245 157.609 472.431 157.811 472.597C157.944 472.706 157.987 472.777 157.999 472.801L158 472.816V474.282C157.978 474.317 157.926 474.385 157.808 474.48C157.6 474.646 157.264 474.831 156.789 475.001C156.787 475.002 156.784 475.003 156.782 475.004C156.854 475.001 156.927 475 157 475C157.523 475 158.03 475.067 158.514 475.193Z' fill='%237565C0'/%3e%3ccircle cx='157' cy='481' r='4.5' stroke='%2335383A'/%3e%3cpath d='M155.2 481H158.7M158.7 481L157.5 479.5M158.7 481L157.5 482.5' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M170.957 476.567C167.881 476.558 165.346 475.669 165.024 474.529L165 474.421V472.784C165 471.523 167.687 470.5 171.001 470.5C174.218 470.5 176.841 471.463 176.993 472.674L177 472.784V474.421C176.957 474.694 176.788 474.954 176.514 475.193C176.03 475.067 175.523 475 175 475C173.442 475 172.024 475.593 170.957 476.567ZM169.51 483.424C167.027 483.165 165.157 482.273 165 481.194V475.968C165 475.878 165.012 475.788 165.035 475.7C165.322 476.78 167.32 477.649 169.895 477.845C169.328 478.762 169 479.843 169 481C169 481.863 169.182 482.683 169.51 483.424Z' fill='%2335383A'/%3e%3ccircle cx='175' cy='481' r='4.5' stroke='%2335383A'/%3e%3cpath d='M173.2 481H176.7M176.7 481L175.5 479.5M176.7 481L175.5 482.5' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M188.957 476.567C185.881 476.558 183.346 475.669 183.024 474.529L183 474.421V472.784C183 471.523 185.687 470.5 189.001 470.5C192.218 470.5 194.841 471.463 194.993 472.674L195 472.784V474.421C194.957 474.694 194.788 474.954 194.514 475.193C194.03 475.067 193.523 475 193 475C191.442 475 190.024 475.593 188.957 476.567ZM187.51 483.424C185.027 483.165 183.157 482.273 183 481.194V475.968C183 475.878 183.012 475.788 183.035 475.7C183.322 476.78 185.32 477.649 187.895 477.845C187.328 478.762 187 479.843 187 481C187 481.863 187.182 482.683 187.51 483.424Z' fill='%239A9A9A'/%3e%3ccircle cx='193' cy='481' r='4.5' stroke='%239A9A9A'/%3e%3cpath d='M191.2 481H194.7M194.7 481L193.5 479.5M194.7 481L193.5 482.5' stroke='%239A9A9A' stroke-linecap='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M292 470C290.895 470 290 470.895 290 472V482C290 483.105 290.895 484 292 484H298.5V480C298.5 479.172 299.172 478.5 300 478.5H304V472C304 470.895 303.105 470 302 470H292ZM293 473.5C293 473.224 293.224 473 293.5 473H300.5C300.776 473 301 473.224 301 473.5C301 473.776 300.776 474 300.5 474H293.5C293.224 474 293 473.776 293 473.5ZM293 476.5C293 476.224 293.224 476 293.5 476H300.5C300.776 476 301 476.224 301 476.5C301 476.776 300.776 477 300.5 477H293.5C293.224 477 293 476.776 293 476.5ZM293.5 479C293.224 479 293 479.224 293 479.5C293 479.776 293.224 480 293.5 480H296.5C296.776 480 297 479.776 297 479.5C297 479.224 296.776 479 296.5 479H293.5Z' fill='%23FBBF4C'/%3e%3cpath d='M303.973 479.5H300C299.724 479.5 299.5 479.724 299.5 480V483.973C299.909 483.905 300.289 483.711 300.586 483.414L303.414 480.586C303.711 480.289 303.905 479.909 303.973 479.5Z' fill='%23FBBF4C'/%3e%3cpath d='M344.5 476.424V482.046C344.5 483.168 345.4 484.038 346.5 484.038H355.5C356.6 484.038 357.5 483.168 357.5 482.046V476.424' stroke='%239A9A9A'/%3e%3cpath d='M352 479.47L350 479.47L350 473.379L347.5 473.379L351 470.333L354.5 473.379L352 473.379L352 479.47Z' fill='%239A9A9A'/%3e%3cpath d='M326.5 476.424V482.046C326.5 483.168 327.4 484.038 328.5 484.038H337.5C338.6 484.038 339.5 483.168 339.5 482.046V476.424' stroke='%230E6FF9'/%3e%3cpath d='M334 479.47L332 479.47L332 473.379L329.5 473.379L333 470.333L336.5 473.379L334 473.379L334 479.47Z' fill='%230E6FF9'/%3e%3cpath d='M308.5 476.424V482.046C308.5 483.168 309.4 484.038 310.5 484.038H319.5C320.6 484.038 321.5 483.168 321.5 482.046V476.424' stroke='%2335383A'/%3e%3cpath d='M316 479.47L314 479.47L314 473.379L311.5 473.379L315 470.333L318.5 473.379L316 473.379L316 479.47Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M219 471C217.895 471 217 471.895 217 473V482C217 483.105 217.895 484 219 484H226.601L225.758 483.157C225.707 483.106 225.66 483.054 225.616 483H219C218.448 483 218 482.552 218 482V473C218 472.448 218.448 472 219 472H231C231.552 472 232 472.448 232 473V478.085L233 479.085V473C233 471.895 232.105 471 231 471H219ZM230.532 476.986C230.683 476.809 230.775 476.583 230.775 476.311V476.304C230.775 475.527 230.084 475.01 229 475.01C227.943 475.01 227.244 475.583 227.182 476.472L227.179 476.518H228.275L228.279 476.486C228.312 476.136 228.582 475.909 229 475.909C229.408 475.909 229.652 476.126 229.652 476.469V476.476C229.652 476.812 229.369 477.032 228.904 477.032H228.397V477.689L228.586 477.5C229.113 476.973 229.861 476.801 230.532 476.986ZM227.621 478.465H227.067L227.07 478.508C227.081 478.657 227.111 478.797 227.158 478.928L227.621 478.465ZM226.283 479.803V478.939H224.273V478.867L225.044 478.192C225.917 477.434 226.217 476.96 226.217 476.423V476.406C226.217 475.563 225.509 475 224.451 475C223.341 475 222.6 475.639 222.6 476.584V476.604H223.707V476.581C223.707 476.189 223.993 475.912 224.402 475.912C224.804 475.912 225.044 476.146 225.044 476.502V476.515C225.044 476.805 224.86 477.042 224.161 477.684L222.669 479.074V479.881H226.205L226.283 479.803ZM220.209 476.219V479.881H221.414V475.128H220.209L219 475.952V476.993L220.146 476.219H220.209Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M230.707 478.207C230.317 477.817 229.684 477.817 229.293 478.207L226.465 481.036C226.074 481.426 226.074 482.059 226.465 482.45L229.293 485.278C229.684 485.669 230.317 485.669 230.707 485.278L233.536 482.45C233.926 482.059 233.926 481.426 233.536 481.036L230.707 478.207ZM230.296 482.804V482.939H229.55V482.802C229.553 482.56 229.577 482.361 229.626 482.207C229.675 482.056 229.747 481.928 229.844 481.828C229.935 481.735 230.042 481.651 230.167 481.576C230.237 481.531 230.3 481.482 230.356 481.427C230.408 481.376 230.449 481.317 230.48 481.251C230.509 481.188 230.524 481.116 230.524 481.035C230.524 480.938 230.501 480.859 230.46 480.795C230.416 480.728 230.359 480.676 230.285 480.639L230.284 480.639C230.212 480.601 230.13 480.581 230.036 480.581C229.952 480.581 229.873 480.598 229.797 480.633C229.726 480.666 229.666 480.717 229.617 480.789C229.571 480.856 229.541 480.948 229.533 481.07L229.526 481.163H228.748L228.752 481.06C228.762 480.816 228.824 480.603 228.943 480.427C229.06 480.253 229.216 480.121 229.408 480.031C229.599 479.943 229.809 479.9 230.036 479.9C230.283 479.9 230.503 479.946 230.695 480.042C230.886 480.136 231.037 480.27 231.144 480.443C231.253 480.617 231.306 480.817 231.306 481.041C231.306 481.194 231.283 481.335 231.233 481.462C231.184 481.587 231.113 481.699 231.022 481.798C230.934 481.894 230.828 481.979 230.707 482.052C230.605 482.116 230.525 482.18 230.465 482.244C230.409 482.305 230.368 482.378 230.342 482.464C230.315 482.551 230.299 482.664 230.296 482.804ZM229.599 483.28C229.693 483.187 229.807 483.138 229.939 483.138C230.069 483.138 230.183 483.187 230.276 483.28C230.371 483.372 230.421 483.486 230.421 483.618C230.421 483.706 230.398 483.788 230.353 483.863C230.31 483.934 230.252 483.991 230.181 484.034C230.108 484.078 230.026 484.1 229.939 484.1C229.808 484.1 229.693 484.053 229.599 483.961C229.506 483.867 229.457 483.75 229.457 483.618C229.457 483.487 229.505 483.372 229.599 483.28Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M238.5 470C238.224 470 238 470.224 238 470.5V471H237C236.448 471 236 471.448 236 472V483C236 483.552 236.448 484 237 484H244.601L243.758 483.157C243.707 483.106 243.66 483.054 243.616 483H237V474H249V477.181C249.148 477.267 249.288 477.373 249.415 477.5L250 478.085V472C250 471.448 249.552 471 249 471H248V470.5C248 470.224 247.776 470 247.5 470C247.224 470 247 470.224 247 470.5V471H239V470.5C239 470.224 238.776 470 238.5 470ZM248 476.914V475H245.273V478H246.086L246.586 477.5C246.977 477.109 247.488 476.914 248 476.914ZM244.364 479.722V479H241.636V482H243.188C243.112 481.406 243.301 480.784 243.758 480.328L244.364 479.722ZM238 475H240.727V478H238V475ZM241.636 475H244.364V478H241.636V475ZM238 479H240.727V482H238V479Z' fill='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M248.707 478.207C248.317 477.817 247.684 477.817 247.293 478.207L244.465 481.036C244.074 481.426 244.074 482.059 244.465 482.45L247.293 485.278C247.684 485.669 248.317 485.669 248.707 485.278L251.536 482.45C251.926 482.059 251.926 481.426 251.536 481.036L248.707 478.207ZM248.296 482.804V482.939H247.55V482.802C247.553 482.56 247.577 482.361 247.626 482.207C247.675 482.056 247.747 481.928 247.844 481.828C247.935 481.735 248.042 481.651 248.167 481.576C248.237 481.531 248.3 481.482 248.356 481.427C248.408 481.376 248.449 481.317 248.48 481.251C248.509 481.188 248.524 481.116 248.524 481.035C248.524 480.938 248.501 480.859 248.46 480.795C248.416 480.728 248.359 480.676 248.285 480.639L248.284 480.639C248.212 480.601 248.13 480.581 248.036 480.581C247.952 480.581 247.873 480.598 247.797 480.633C247.726 480.666 247.666 480.717 247.617 480.789C247.571 480.856 247.541 480.948 247.533 481.07L247.526 481.163H246.748L246.752 481.06C246.762 480.816 246.824 480.603 246.943 480.427C247.06 480.253 247.216 480.121 247.408 480.031C247.599 479.943 247.809 479.9 248.036 479.9C248.283 479.9 248.503 479.946 248.695 480.042C248.886 480.136 249.037 480.27 249.144 480.443C249.253 480.617 249.306 480.817 249.306 481.041C249.306 481.194 249.283 481.335 249.233 481.462C249.184 481.587 249.113 481.699 249.022 481.798C248.934 481.894 248.828 481.979 248.707 482.052C248.605 482.116 248.525 482.18 248.465 482.244C248.409 482.305 248.368 482.378 248.342 482.464C248.315 482.551 248.299 482.664 248.296 482.804ZM247.599 483.28C247.693 483.187 247.807 483.138 247.939 483.138C248.069 483.138 248.183 483.187 248.276 483.28C248.371 483.372 248.421 483.486 248.421 483.618C248.421 483.706 248.398 483.788 248.353 483.863C248.31 483.934 248.252 483.991 248.181 484.034C248.108 484.078 248.026 484.1 247.939 484.1C247.808 484.1 247.693 484.053 247.599 483.961C247.506 483.867 247.457 483.75 247.457 483.618C247.457 483.487 247.505 483.372 247.599 483.28Z' fill='%237565C0'/%3e%3cmask id='path-2140-inside-38_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261 470C257.134 470 254 473.134 254 477C254 480.866 257.134 484 261 484C264.866 484 268 480.866 268 477C268 473.134 264.866 470 261 470ZM263.584 479.624C263.929 479.854 264.394 479.761 264.624 479.416C264.854 479.071 264.761 478.606 264.416 478.376L261.75 476.599L261.75 473C261.75 472.586 261.414 472.25 261 472.25C260.586 472.25 260.25 472.586 260.25 473L260.25 477C260.25 477.251 260.375 477.485 260.584 477.624L263.584 479.624Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261 470C257.134 470 254 473.134 254 477C254 480.866 257.134 484 261 484C264.866 484 268 480.866 268 477C268 473.134 264.866 470 261 470ZM263.584 479.624C263.929 479.854 264.394 479.761 264.624 479.416C264.854 479.071 264.761 478.606 264.416 478.376L261.75 476.599L261.75 473C261.75 472.586 261.414 472.25 261 472.25C260.586 472.25 260.25 472.586 260.25 473L260.25 477C260.25 477.251 260.375 477.485 260.584 477.624L263.584 479.624Z' fill='%233492ED'/%3e%3cpath d='M263.584 479.624L263.029 480.456L263.029 480.456L263.584 479.624ZM264.416 478.376L263.861 479.208L264.416 478.376ZM261.75 476.599L260.75 476.599L260.75 477.134L261.195 477.431L261.75 476.599ZM261.75 473L260.75 473V473L261.75 473ZM261 472.25L261 471.25H261L261 472.25ZM260.25 473L259.25 473V473L260.25 473ZM260.25 477L261.25 477V477L260.25 477ZM260.584 477.624L260.029 478.456H260.029L260.584 477.624ZM255 477C255 473.686 257.686 471 261 471V469C256.582 469 253 472.582 253 477H255ZM261 483C257.686 483 255 480.314 255 477H253C253 481.418 256.582 485 261 485V483ZM267 477C267 480.314 264.314 483 261 483V485C265.418 485 269 481.418 269 477H267ZM261 471C264.314 471 267 473.686 267 477H269C269 472.582 265.418 469 261 469V471ZM263.792 478.861C263.869 478.746 264.024 478.715 264.139 478.792L263.029 480.456C263.833 480.992 264.92 480.775 265.456 479.971L263.792 478.861ZM263.861 479.208C263.746 479.131 263.715 478.976 263.792 478.861L265.456 479.971C265.992 479.167 265.775 478.08 264.971 477.544L263.861 479.208ZM261.195 477.431L263.861 479.208L264.971 477.544L262.305 475.767L261.195 477.431ZM260.75 473L260.75 476.599L262.75 476.599L262.75 473L260.75 473ZM261 473.25C260.862 473.25 260.75 473.138 260.75 473L262.75 473C262.75 472.034 261.966 471.25 261 471.25L261 473.25ZM261.25 473C261.25 473.138 261.138 473.25 261 473.25L261 471.25C260.034 471.25 259.25 472.034 259.25 473L261.25 473ZM261.25 477L261.25 473L259.25 473L259.25 477L261.25 477ZM261.139 476.792C261.208 476.838 261.25 476.916 261.25 477L259.25 477C259.25 477.585 259.542 478.132 260.029 478.456L261.139 476.792ZM264.139 478.792L261.139 476.792L260.029 478.456L263.029 480.456L264.139 478.792Z' fill='%233492ED' mask='url(%23path-2140-inside-38_15778_26381)'/%3e%3cpath d='M212 473H203C201.895 473 201 473.895 201 475V476M202 481H211C212.105 481 213 480.105 213 479V478' stroke='%234774C6' stroke-width='1.5' stroke-linecap='round'/%3e%3cpath d='M214.294 473.158C214.398 473.078 214.398 472.922 214.294 472.842L210.884 470.217C210.753 470.116 210.562 470.209 210.562 470.375V475.625C210.562 475.791 210.753 475.884 210.884 475.783L214.294 473.158Z' fill='%234774C6'/%3e%3cpath d='M199.706 481.158C199.602 481.078 199.602 480.922 199.706 480.842L203.116 478.217C203.247 478.116 203.438 478.209 203.438 478.375V483.625C203.438 483.791 203.247 483.884 203.116 483.783L199.706 481.158Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M279.5 472.75C279.5 472.474 279.276 472.25 279 472.25C278.724 472.25 278.5 472.474 278.5 472.75V473.032C278.329 473.055 278.159 473.09 277.99 473.139C277.667 473.225 277.378 473.36 277.124 473.545C276.869 473.731 276.663 473.966 276.505 474.251C276.354 474.529 276.278 474.861 276.278 475.246C276.278 475.446 276.302 475.642 276.351 475.834C276.405 476.027 276.495 476.209 276.619 476.38C276.742 476.551 276.907 476.708 277.113 476.85C277.326 476.986 277.591 477.096 277.907 477.182C278.119 477.241 278.317 477.296 278.5 477.347L278.5 479.842C278.474 479.836 278.448 479.83 278.423 479.824C278.203 479.759 278.007 479.663 277.835 479.535C277.663 479.399 277.529 479.228 277.433 479.021C277.337 478.815 277.289 478.565 277.289 478.273H276C276.007 478.743 276.093 479.153 276.258 479.503C276.423 479.845 276.643 480.127 276.918 480.348C277.192 480.569 277.515 480.733 277.887 480.84C278.084 480.897 278.289 480.938 278.5 480.965V481.25C278.5 481.526 278.724 481.75 279 481.75C279.276 481.75 279.5 481.526 279.5 481.25V480.978C279.717 480.956 279.932 480.917 280.144 480.861C280.495 480.775 280.808 480.636 281.082 480.444C281.357 480.251 281.577 480.005 281.742 479.706C281.914 479.399 282 479.032 282 478.604C282 478.405 281.969 478.205 281.907 478.005C281.852 477.806 281.763 477.62 281.639 477.449C281.522 477.271 281.375 477.114 281.196 476.979C281.017 476.843 280.808 476.736 280.567 476.658C280.471 476.629 280.309 476.586 280.082 476.529C279.893 476.474 279.699 476.419 279.5 476.364L279.5 474.161C279.695 474.212 279.869 474.292 280.021 474.401C280.309 474.601 280.471 474.947 280.505 475.439H281.794C281.794 475.039 281.718 474.69 281.567 474.39C281.416 474.084 281.21 473.827 280.948 473.62C280.694 473.414 280.395 473.26 280.052 473.16C279.874 473.104 279.691 473.063 279.5 473.036V472.75ZM278.5 474.134C278.485 474.138 278.469 474.141 278.454 474.144C278.296 474.173 278.151 474.226 278.021 474.305C277.89 474.376 277.78 474.476 277.691 474.604C277.608 474.733 277.567 474.893 277.567 475.086C277.567 475.357 277.646 475.57 277.804 475.727C277.969 475.877 278.182 475.991 278.443 476.07C278.453 476.072 278.472 476.077 278.5 476.086L278.5 474.134ZM279.5 477.617L279.5 479.891C279.639 479.875 279.764 479.849 279.876 479.813C280.076 479.742 280.237 479.652 280.361 479.545C280.485 479.439 280.574 479.317 280.629 479.182C280.684 479.039 280.711 478.897 280.711 478.754C280.711 478.462 280.646 478.248 280.515 478.112C280.392 477.97 280.254 477.87 280.103 477.813C279.923 477.744 279.722 477.679 279.5 477.617Z' fill='%2335383A'/%3e%3cpath d='M285.5 477C285.5 473.41 282.59 470.5 279 470.5C277.229 470.5 275.623 471.208 274.451 472.357C274.269 472.535 274.098 472.724 273.937 472.923M272.5 477C272.5 480.59 275.41 483.5 279 483.5C280.819 483.5 282.463 482.753 283.643 481.549C283.782 481.407 283.914 481.259 284.04 481.105' stroke='%23078EC4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M285.338 478.775C285.418 478.886 285.582 478.886 285.662 478.775L287.436 476.317C287.532 476.185 287.437 476 287.274 476H283.726C283.563 476 283.468 476.185 283.564 476.317L285.338 478.775Z' fill='%23078EC4'/%3e%3cpath d='M272.338 475.225C272.418 475.114 272.582 475.114 272.662 475.225L274.436 477.683C274.532 477.815 274.437 478 274.274 478H270.726C270.563 478 270.468 477.815 270.564 477.683L272.338 475.225Z' fill='%23078EC4'/%3e%3ccircle cx='369' cy='477' r='9' fill='%23323852' fill-opacity='0.0767319'/%3e%3cpath d='M370.624 472.681L367.131 472.681C367.011 472.681 366.901 472.741 366.837 472.841C366.772 472.942 366.764 473.067 366.813 473.176C366.982 473.544 367.258 473.868 367.599 474.102L367.396 477.3C366.147 477.893 365.928 479.125 365.919 479.179C365.902 479.281 365.931 479.384 365.997 479.462C366.064 479.54 366.161 479.586 366.264 479.586L368.661 479.586L368.661 483.148C368.661 483.268 368.758 483.365 368.877 483.365C368.937 483.365 368.991 483.34 369.03 483.301C369.07 483.262 369.094 483.208 369.094 483.148L369.094 479.585L371.491 479.585C371.584 479.585 371.672 479.549 371.737 479.484C371.744 479.477 371.751 479.469 371.757 479.462C371.824 479.384 371.852 479.281 371.835 479.178C371.825 479.116 371.761 478.789 371.54 478.399C371.266 477.916 370.859 477.539 370.358 477.3L370.156 474.102C370.496 473.868 370.773 473.543 370.941 473.175C370.991 473.067 370.982 472.942 370.917 472.841C370.853 472.741 370.743 472.681 370.624 472.681Z' fill='%23323852' fill-opacity='0.8'/%3e%3ccircle cx='387' cy='477' r='9' fill='%23323852' fill-opacity='0.0767319'/%3e%3cpath d='M391.254 475.216L388.784 472.747C388.7 472.662 388.58 472.627 388.463 472.652C388.347 472.678 388.252 472.76 388.21 472.872C388.069 473.251 388.035 473.676 388.11 474.082L385.706 476.2C384.403 475.737 383.377 476.453 383.333 476.485C383.249 476.545 383.196 476.638 383.188 476.74C383.179 476.842 383.216 476.943 383.289 477.016L384.984 478.711L382.465 481.23C382.38 481.314 382.38 481.451 382.465 481.536C382.507 481.578 382.563 481.599 382.618 481.599C382.673 481.599 382.729 481.578 382.771 481.536L385.29 479.017L386.985 480.712C387.051 480.778 387.139 480.814 387.231 480.814C387.241 480.814 387.251 480.814 387.261 480.813C387.363 480.804 387.456 480.752 387.516 480.667C387.553 480.616 387.74 480.34 387.859 479.908C388.006 479.373 387.986 478.818 387.8 478.295L389.918 475.89C390.324 475.966 390.75 475.932 391.129 475.79C391.241 475.749 391.323 475.654 391.348 475.538C391.374 475.421 391.339 475.301 391.254 475.216Z' fill='%23323852' fill-opacity='0.8'/%3e%3cmask id='path-2153-inside-39_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M405 470C401.962 470 399.5 472.239 399.5 475C399.5 477.442 401.636 479.957 403.442 482.084C404.023 482.768 404.569 483.412 405 484C405.399 483.442 405.93 482.801 406.506 482.107C408.29 479.956 410.5 477.293 410.5 475C410.5 472.239 408.038 470 405 470ZM405 477C405.911 477 406.65 476.277 406.65 475.385C406.65 474.492 405.911 473.769 405 473.769C404.088 473.769 403.35 474.492 403.35 475.385C403.35 476.277 404.088 477 405 477Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M405 470C401.962 470 399.5 472.239 399.5 475C399.5 477.442 401.636 479.957 403.442 482.084C404.023 482.768 404.569 483.412 405 484C405.399 483.442 405.93 482.801 406.506 482.107C408.29 479.956 410.5 477.293 410.5 475C410.5 472.239 408.038 470 405 470ZM405 477C405.911 477 406.65 476.277 406.65 475.385C406.65 474.492 405.911 473.769 405 473.769C404.088 473.769 403.35 474.492 403.35 475.385C403.35 476.277 404.088 477 405 477Z' fill='%2397E5D7'/%3e%3cpath d='M403.442 482.084L402.68 482.732H402.68L403.442 482.084ZM405 484L404.193 484.591L405.01 485.706L405.814 484.582L405 484ZM406.506 482.107L407.276 482.746L406.506 482.107ZM400.5 475C400.5 472.878 402.423 471 405 471V469C401.502 469 398.5 471.599 398.5 475H400.5ZM404.204 481.437C403.292 480.363 402.354 479.255 401.639 478.125C400.917 476.986 400.5 475.941 400.5 475H398.5C398.5 476.501 399.15 477.934 399.949 479.195C400.752 480.464 401.786 481.678 402.68 482.732L404.204 481.437ZM405.807 483.409C405.35 482.786 404.778 482.113 404.204 481.437L402.68 482.732C403.267 483.423 403.788 484.037 404.193 484.591L405.807 483.409ZM405.737 481.469C405.168 482.154 404.611 482.825 404.186 483.418L405.814 484.582C406.187 484.059 406.692 483.449 407.276 482.746L405.737 481.469ZM409.5 475C409.5 475.854 409.076 476.892 408.328 478.071C407.593 479.229 406.637 480.384 405.737 481.469L407.276 482.746C408.16 481.68 409.201 480.427 410.016 479.143C410.819 477.879 411.5 476.439 411.5 475H409.5ZM405 471C407.577 471 409.5 472.878 409.5 475H411.5C411.5 471.599 408.498 469 405 469V471ZM405.65 475.385C405.65 475.705 405.379 476 405 476V478C406.443 478 407.65 476.849 407.65 475.385H405.65ZM405 474.769C405.379 474.769 405.65 475.065 405.65 475.385H407.65C407.65 473.92 406.443 472.769 405 472.769V474.769ZM404.35 475.385C404.35 475.065 404.621 474.769 405 474.769V472.769C403.556 472.769 402.35 473.92 402.35 475.385H404.35ZM405 476C404.621 476 404.35 475.705 404.35 475.385H402.35C402.35 476.849 403.556 478 405 478V476Z' fill='%2300AD8F' mask='url(%23path-2153-inside-39_15778_26381)'/%3e%3cmask id='path-2155-inside-40_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M423 470C419.962 470 417.5 472.239 417.5 475C417.5 477.442 419.636 479.957 421.442 482.084C422.023 482.768 422.569 483.412 423 484C423.399 483.442 423.93 482.801 424.506 482.107C426.29 479.956 428.5 477.293 428.5 475C428.5 472.239 426.038 470 423 470ZM423 477C423.911 477 424.65 476.277 424.65 475.385C424.65 474.492 423.911 473.769 423 473.769C422.088 473.769 421.35 474.492 421.35 475.385C421.35 476.277 422.088 477 423 477Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M423 470C419.962 470 417.5 472.239 417.5 475C417.5 477.442 419.636 479.957 421.442 482.084C422.023 482.768 422.569 483.412 423 484C423.399 483.442 423.93 482.801 424.506 482.107C426.29 479.956 428.5 477.293 428.5 475C428.5 472.239 426.038 470 423 470ZM423 477C423.911 477 424.65 476.277 424.65 475.385C424.65 474.492 423.911 473.769 423 473.769C422.088 473.769 421.35 474.492 421.35 475.385C421.35 476.277 422.088 477 423 477Z' fill='%2397E5D7'/%3e%3cpath d='M421.442 482.084L420.68 482.732H420.68L421.442 482.084ZM423 484L422.193 484.591L423.01 485.706L423.814 484.582L423 484ZM424.506 482.107L425.276 482.746L424.506 482.107ZM418.5 475C418.5 472.878 420.423 471 423 471V469C419.502 469 416.5 471.599 416.5 475H418.5ZM422.204 481.437C421.292 480.363 420.354 479.255 419.639 478.125C418.917 476.986 418.5 475.941 418.5 475H416.5C416.5 476.501 417.15 477.934 417.949 479.195C418.752 480.464 419.786 481.678 420.68 482.732L422.204 481.437ZM423.807 483.409C423.35 482.786 422.778 482.113 422.204 481.437L420.68 482.732C421.267 483.423 421.788 484.037 422.193 484.591L423.807 483.409ZM423.737 481.469C423.168 482.154 422.611 482.825 422.186 483.418L423.814 484.582C424.187 484.059 424.692 483.449 425.276 482.746L423.737 481.469ZM427.5 475C427.5 475.854 427.076 476.892 426.328 478.071C425.593 479.229 424.637 480.384 423.737 481.469L425.276 482.746C426.16 481.68 427.201 480.427 428.016 479.143C428.819 477.879 429.5 476.439 429.5 475H427.5ZM423 471C425.577 471 427.5 472.878 427.5 475H429.5C429.5 471.599 426.498 469 423 469V471ZM423.65 475.385C423.65 475.705 423.379 476 423 476V478C424.443 478 425.65 476.849 425.65 475.385H423.65ZM423 474.769C423.379 474.769 423.65 475.065 423.65 475.385H425.65C425.65 473.92 424.443 472.769 423 472.769V474.769ZM422.35 475.385C422.35 475.065 422.621 474.769 423 474.769V472.769C421.556 472.769 420.35 473.92 420.35 475.385H422.35ZM423 476C422.621 476 422.35 475.705 422.35 475.385H420.35C420.35 476.849 421.556 478 423 478V476Z' fill='%2300AD8F' mask='url(%23path-2155-inside-40_15778_26381)'/%3e%3cmask id='path-2157-outside-41_15778_26381' maskUnits='userSpaceOnUse' x='420.023' y='465.997' width='13.9315' height='14.931' fill='black'%3e%3crect fill='white' x='420.023' y='465.997' width='13.9315' height='14.931'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M424.991 469.995C425.779 469.995 426.559 470.149 427.287 470.45C428.015 470.751 428.677 471.193 429.235 471.749C429.792 472.306 430.235 472.967 430.537 473.695C430.839 474.423 430.995 475.203 430.995 475.991L430.044 475.991C430.043 475.328 429.912 474.672 429.658 474.06C429.404 473.447 429.032 472.891 428.563 472.422C428.093 471.954 427.536 471.583 426.924 471.329C426.311 471.076 425.654 470.946 424.991 470.947L424.991 469.995ZM424.996 473.998C425.259 473.998 425.519 474.05 425.761 474.15C426.004 474.25 426.225 474.397 426.411 474.583C426.597 474.769 426.744 474.989 426.845 475.231C426.945 475.474 426.997 475.734 426.998 475.997L425.998 475.997C425.998 475.866 425.972 475.736 425.922 475.615C425.871 475.493 425.797 475.383 425.704 475.29C425.611 475.197 425.501 475.124 425.38 475.074C425.258 475.023 425.128 474.998 424.997 474.998L424.996 473.998ZM426.524 472.3C426.038 472.099 425.518 471.996 424.993 471.997L424.994 472.996C425.388 472.995 425.778 473.073 426.142 473.223C426.506 473.374 426.837 473.595 427.116 473.873C427.395 474.152 427.617 474.482 427.768 474.846C427.919 475.21 427.997 475.6 427.997 475.994L428.996 475.994C428.996 475.468 428.892 474.948 428.69 474.463C428.489 473.978 428.194 473.537 427.822 473.166C427.451 472.795 427.009 472.501 426.524 472.3Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M424.991 469.995C425.779 469.995 426.559 470.149 427.287 470.45C428.015 470.751 428.677 471.193 429.235 471.749C429.792 472.306 430.235 472.967 430.537 473.695C430.839 474.423 430.995 475.203 430.995 475.991L430.044 475.991C430.043 475.328 429.912 474.672 429.658 474.06C429.404 473.447 429.032 472.891 428.563 472.422C428.093 471.954 427.536 471.583 426.924 471.329C426.311 471.076 425.654 470.946 424.991 470.947L424.991 469.995ZM424.996 473.998C425.259 473.998 425.519 474.05 425.761 474.15C426.004 474.25 426.225 474.397 426.411 474.583C426.597 474.769 426.744 474.989 426.845 475.231C426.945 475.474 426.997 475.734 426.998 475.997L425.998 475.997C425.998 475.866 425.972 475.736 425.922 475.615C425.871 475.493 425.797 475.383 425.704 475.29C425.611 475.197 425.501 475.124 425.38 475.074C425.258 475.023 425.128 474.998 424.997 474.998L424.996 473.998ZM426.524 472.3C426.038 472.099 425.518 471.996 424.993 471.997L424.994 472.996C425.388 472.995 425.778 473.073 426.142 473.223C426.506 473.374 426.837 473.595 427.116 473.873C427.395 474.152 427.617 474.482 427.768 474.846C427.919 475.21 427.997 475.6 427.997 475.994L428.996 475.994C428.996 475.468 428.892 474.948 428.69 474.463C428.489 473.978 428.194 473.537 427.822 473.166C427.451 472.795 427.009 472.501 426.524 472.3Z' fill='%2335383A'/%3e%3cpath d='M427.287 470.45L426.905 471.374L426.905 471.374L427.287 470.45ZM424.991 469.995L424.99 468.995L423.99 468.996L423.991 469.996L424.991 469.995ZM429.235 471.749L429.941 471.042L429.941 471.042L429.235 471.749ZM430.537 473.695L429.613 474.078L429.613 474.078L430.537 473.695ZM430.995 475.991L430.996 476.991L431.996 476.99L431.995 475.99L430.995 475.991ZM430.044 475.991L429.044 475.992L429.045 476.992L430.045 476.991L430.044 475.991ZM429.658 474.06L430.582 473.676L430.582 473.676L429.658 474.06ZM428.563 472.422L429.269 471.715L428.563 472.422ZM426.924 471.329L426.542 472.254L426.542 472.254L426.924 471.329ZM424.991 470.947L423.991 470.947L423.992 471.947L424.992 471.947L424.991 470.947ZM425.761 474.15L426.143 473.226L426.143 473.226L425.761 474.15ZM424.996 473.998L424.995 472.998L423.995 472.999L423.996 473.999L424.996 473.998ZM426.845 475.231L425.921 475.615L425.921 475.615L426.845 475.231ZM426.998 475.997L426.998 476.997L427.998 476.996L427.998 475.996L426.998 475.997ZM425.998 475.997L424.998 475.998L424.999 476.998L425.999 476.997L425.998 475.997ZM425.38 475.074L425.762 474.149L425.762 474.149L425.38 475.074ZM424.997 474.998L423.997 474.999L423.998 475.999L424.998 475.998L424.997 474.998ZM424.993 471.997L424.992 470.997L423.992 470.998L423.993 471.998L424.993 471.997ZM426.524 472.3L426.142 473.224L426.142 473.224L426.524 472.3ZM424.994 472.996L423.994 472.997L423.994 473.997L424.994 473.996L424.994 472.996ZM426.142 473.223L426.524 472.299L426.524 472.299L426.142 473.223ZM427.116 473.873L427.823 473.165L427.823 473.165L427.116 473.873ZM427.768 474.846L428.691 474.463L427.768 474.846ZM427.997 475.994L426.997 475.995L426.998 476.995L427.998 476.994L427.997 475.994ZM428.996 475.994L428.997 476.994L429.997 476.993L429.996 475.993L428.996 475.994ZM428.69 474.463L427.767 474.847L428.69 474.463ZM427.822 473.166L428.529 472.458L427.822 473.166ZM427.669 469.526C426.82 469.175 425.909 468.994 424.99 468.995L424.991 470.995C425.648 470.995 426.298 471.124 426.905 471.374L427.669 469.526ZM429.941 471.042C429.291 470.392 428.519 469.877 427.669 469.526L426.905 471.374C427.512 471.625 428.063 471.993 428.528 472.457L429.941 471.042ZM431.46 473.311C431.108 472.462 430.592 471.691 429.941 471.042L428.528 472.457C428.993 472.921 429.361 473.472 429.613 474.078L431.46 473.311ZM431.995 475.99C431.995 475.071 431.813 474.16 431.46 473.311L429.613 474.078C429.865 474.685 429.995 475.335 429.995 475.991L431.995 475.99ZM430.045 476.991L430.996 476.991L430.995 474.991L430.043 474.991L430.045 476.991ZM428.735 474.443C428.938 474.934 429.044 475.46 429.044 475.992L431.044 475.991C431.043 475.196 430.886 474.41 430.582 473.676L428.735 474.443ZM427.856 473.13C428.232 473.506 428.531 473.952 428.735 474.443L430.582 473.676C430.277 472.943 429.831 472.276 429.269 471.715L427.856 473.13ZM426.542 472.254C427.033 472.457 427.48 472.754 427.856 473.13L429.269 471.715C428.707 471.154 428.04 470.709 427.306 470.405L426.542 472.254ZM424.992 471.947C425.524 471.946 426.05 472.05 426.542 472.254L427.306 470.405C426.572 470.102 425.785 469.946 424.991 469.947L424.992 471.947ZM423.991 469.996L423.991 470.947L425.991 470.946L425.991 469.994L423.991 469.996ZM426.143 473.226C425.779 473.075 425.389 472.998 424.995 472.998L424.997 474.998C425.128 474.998 425.258 475.024 425.38 475.074L426.143 473.226ZM427.117 473.875C426.838 473.597 426.508 473.376 426.143 473.226L425.38 475.074C425.501 475.124 425.611 475.198 425.704 475.291L427.117 473.875ZM427.768 474.848C427.617 474.484 427.396 474.154 427.117 473.875L425.704 475.291C425.797 475.383 425.871 475.494 425.921 475.615L427.768 474.848ZM427.998 475.996C427.997 475.602 427.919 475.212 427.768 474.848L425.921 475.615C425.971 475.736 425.997 475.866 425.998 475.997L427.998 475.996ZM425.999 476.997L426.998 476.997L426.997 474.997L425.997 474.997L425.999 476.997ZM424.998 475.998L424.998 475.998L426.998 475.997C426.998 475.734 426.946 475.474 426.845 475.231L424.998 475.998ZM424.998 475.998L424.998 475.998L426.845 475.231C426.744 474.989 426.597 474.768 426.411 474.583L424.998 475.998ZM424.998 475.998L424.998 475.998L426.411 474.583C426.225 474.397 426.004 474.25 425.762 474.149L424.998 475.998ZM424.998 475.998L424.998 475.998L425.762 474.149C425.519 474.049 425.259 473.998 424.996 473.998L424.998 475.998ZM423.996 473.999L423.997 474.999L425.997 474.997L425.996 473.997L423.996 473.999ZM424.994 472.997C425.388 472.996 425.778 473.074 426.142 473.224L426.906 471.376C426.299 471.125 425.649 470.996 424.992 470.997L424.994 472.997ZM425.994 472.995L425.993 471.996L423.993 471.998L423.994 472.997L425.994 472.995ZM426.524 472.299C426.039 472.098 425.518 471.995 424.993 471.996L424.994 473.996C425.257 473.996 425.517 474.047 425.76 474.147L426.524 472.299ZM427.823 473.165C427.451 472.794 427.01 472.5 426.524 472.299L425.76 474.147C426.003 474.248 426.224 474.395 426.41 474.581L427.823 473.165ZM428.691 474.463C428.49 473.978 428.195 473.537 427.823 473.165L426.41 474.581C426.596 474.766 426.743 474.987 426.844 475.23L428.691 474.463ZM428.997 475.994C428.997 475.468 428.893 474.948 428.691 474.463L426.844 475.23C426.945 475.472 426.997 475.732 426.997 475.995L428.997 475.994ZM428.995 474.994L427.996 474.994L427.998 476.994L428.997 476.994L428.995 474.994ZM427.767 474.847C427.918 475.21 427.996 475.6 427.996 475.994L429.996 475.993C429.995 475.336 429.866 474.686 429.614 474.08L427.767 474.847ZM427.116 473.874C427.394 474.152 427.616 474.483 427.767 474.847L429.614 474.08C429.362 473.473 428.993 472.922 428.529 472.458L427.116 473.874ZM426.142 473.224C426.506 473.375 426.837 473.595 427.116 473.874L428.529 472.458C428.064 471.995 427.513 471.627 426.906 471.376L426.142 473.224Z' fill='white' mask='url(%23path-2157-outside-41_15778_26381)'/%3e%3cpath d='M446.5 483V484H436.7C436.037 484 435.5 483.463 435.5 482.8C435.5 482.634 435.634 482.5 435.8 482.5H446C446.276 482.5 446.5 482.724 446.5 483Z' fill='%23EFDAF2'/%3e%3cpath d='M446.5 484V483.5C446.5 482.948 446.052 482.5 445.5 482.5H436.5C435.948 482.5 435.5 482.948 435.5 483.5V484' stroke='%23AD45BC'/%3e%3crect x='435.5' y='473.5' width='11' height='7' rx='1' fill='%23EFDAF2' stroke='%23AD45BC'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M438.5 476C437.948 476 437.5 476.448 437.5 477C437.5 477.552 437.948 478 438.5 478C439.052 478 439.5 477.552 439.5 477C439.5 476.448 439.052 476 438.5 476ZM443.5 476C442.948 476 442.5 476.448 442.5 477C442.5 477.552 442.948 478 443.5 478C444.052 478 444.5 477.552 444.5 477C444.5 476.448 444.052 476 443.5 476Z' fill='%23AD45BC'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M441.5 471.866C441.799 471.693 442 471.37 442 471C442 470.448 441.552 470 441 470C440.448 470 440 470.448 440 471C440 471.37 440.201 471.693 440.5 471.866V473.5C440.5 473.776 440.724 474 441 474C441.276 474 441.5 473.776 441.5 473.5V471.866Z' fill='%23AD45BC'/%3e%3cpath d='M453 483.5C453 482.672 453.672 482 454.5 482H463.5C464.328 482 465 482.672 465 483.5V484H453V483.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M460 471C460 471.37 459.799 471.693 459.5 471.866V473H463.5C464.328 473 465 473.672 465 474.5V479.5C465 480.328 464.328 481 463.5 481H454.5C453.672 481 453 480.328 453 479.5V474.5C453 473.672 453.672 473 454.5 473H458.5V471.866C458.201 471.693 458 471.37 458 471C458 470.448 458.448 470 459 470C459.552 470 460 470.448 460 471ZM456.5 476C455.948 476 455.5 476.448 455.5 477C455.5 477.552 455.948 478 456.5 478C457.052 478 457.5 477.552 457.5 477C457.5 476.448 457.052 476 456.5 476ZM461.5 476C460.948 476 460.5 476.448 460.5 477C460.5 477.552 460.948 478 461.5 478C462.052 478 462.5 477.552 462.5 477C462.5 476.448 462.052 476 461.5 476Z' fill='%2335383A'/%3e%3cg clip-path='url(%23clip27_15778_26381)'%3e%3cpath d='M471 483.5C471 482.672 471.672 482 472.5 482H481.5C482.328 482 483 482.672 483 483.5V484H471V483.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M478 471C478 471.37 477.799 471.693 477.5 471.866V473H481.5C482.328 473 483 473.672 483 474.5V479.5C483 480.328 482.328 481 481.5 481H472.5C471.672 481 471 480.328 471 479.5V474.5C471 473.672 471.672 473 472.5 473H476.5V471.866C476.201 471.693 476 471.37 476 471C476 470.448 476.448 470 477 470C477.552 470 478 470.448 478 471ZM474.5 476C473.948 476 473.5 476.448 473.5 477C473.5 477.552 473.948 478 474.5 478C475.052 478 475.5 477.552 475.5 477C475.5 476.448 475.052 476 474.5 476ZM479.5 476C478.948 476 478.5 476.448 478.5 477C478.5 477.552 478.948 478 479.5 478C480.052 478 480.5 477.552 480.5 477C480.5 476.448 480.052 476 479.5 476Z' fill='%239A9A9A'/%3e%3c/g%3e%3cg clip-path='url(%23clip28_15778_26381)'%3e%3cpath d='M489 483.5C489 482.672 489.672 482 490.5 482H499.5C500.328 482 501 482.672 501 483.5V484H489V483.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M496 471C496 471.37 495.799 471.693 495.5 471.866V473H499.5C500.328 473 501 473.672 501 474.5V479.5C501 480.328 500.328 481 499.5 481H490.5C489.672 481 489 480.328 489 479.5V474.5C489 473.672 489.672 473 490.5 473H494.5V471.866C494.201 471.693 494 471.37 494 471C494 470.448 494.448 470 495 470C495.552 470 496 470.448 496 471ZM492.5 476C491.948 476 491.5 476.448 491.5 477C491.5 477.552 491.948 478 492.5 478C493.052 478 493.5 477.552 493.5 477C493.5 476.448 493.052 476 492.5 476ZM497.5 476C496.948 476 496.5 476.448 496.5 477C496.5 477.552 496.948 478 497.5 478C498.052 478 498.5 477.552 498.5 477C498.5 476.448 498.052 476 497.5 476Z' fill='white'/%3e%3c/g%3e%3cg clip-path='url(%23clip29_15778_26381)'%3e%3cpath d='M518.5 483V484H508.7C508.037 484 507.5 483.463 507.5 482.8C507.5 482.634 507.634 482.5 507.8 482.5H518C518.276 482.5 518.5 482.724 518.5 483Z' fill='%23EFDAF2'/%3e%3cpath d='M518.5 484V483.5C518.5 482.948 518.052 482.5 517.5 482.5H508.5C507.948 482.5 507.5 482.948 507.5 483.5V484' stroke='%23AD45BC'/%3e%3crect x='507.5' y='473.5' width='11' height='7' rx='1' fill='%23EFDAF2' stroke='%23AD45BC'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M510.5 476C509.948 476 509.5 476.448 509.5 477C509.5 477.552 509.948 478 510.5 478C511.052 478 511.5 477.552 511.5 477C511.5 476.448 511.052 476 510.5 476ZM515.5 476C514.948 476 514.5 476.448 514.5 477C514.5 477.552 514.948 478 515.5 478C516.052 478 516.5 477.552 516.5 477C516.5 476.448 516.052 476 515.5 476Z' fill='%23AD45BC'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M513.5 471.866C513.799 471.693 514 471.37 514 471C514 470.448 513.552 470 513 470C512.448 470 512 470.448 512 471C512 471.37 512.201 471.693 512.5 471.866V473.5C512.5 473.776 512.724 474 513 474C513.276 474 513.5 473.776 513.5 473.5V471.866Z' fill='%23AD45BC'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M518.072 477.48C517.695 476.843 517.074 476.837 516.694 477.48L512.965 483.781C512.588 484.417 512.878 484.944 513.622 484.944H521.144C521.881 484.944 522.182 484.423 521.801 483.781L518.072 477.48Z' fill='%23FFB132'/%3e%3cg filter='url(%23filter12_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M516.954 479.226C516.8 479.226 516.682 479.364 516.705 479.517L517.072 481.926C517.096 482.081 517.228 482.195 517.384 482.195C517.541 482.195 517.673 482.081 517.697 481.926L518.064 479.517C518.087 479.364 517.969 479.226 517.815 479.226H516.954ZM517.384 482.893C517.68 482.893 517.92 483.127 517.92 483.417C517.92 483.706 517.68 483.941 517.384 483.941C517.088 483.941 516.848 483.706 516.848 483.417C516.848 483.127 517.088 482.893 517.384 482.893Z' fill='white'/%3e%3c/g%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 279C123 282.314 120.314 285 117 285C113.686 285 111 282.314 111 279C111 275.686 113.686 273 117 273C120.314 273 123 275.686 123 279ZM117 275.5C117 275.224 116.776 275 116.5 275C116.224 275 116 275.224 116 275.5V280H120C120.276 280 120.5 279.776 120.5 279.5C120.5 279.224 120.276 279 120 279H117V275.5Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 261C123 264.314 120.314 267 117 267C113.686 267 111 264.314 111 261C111 257.686 113.686 255 117 255C120.314 255 123 257.686 123 261ZM117 257.5C117 257.224 116.776 257 116.5 257C116.224 257 116 257.224 116 257.5V262H120C120.276 262 120.5 261.776 120.5 261.5C120.5 261.224 120.276 261 120 261H117V257.5Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 243C123 246.314 120.314 249 117 249C113.686 249 111 246.314 111 243C111 239.686 113.686 237 117 237C120.314 237 123 239.686 123 243ZM117 239.5C117 239.224 116.776 239 116.5 239C116.224 239 116 239.224 116 239.5V244H120C120.276 244 120.5 243.776 120.5 243.5C120.5 243.224 120.276 243 120 243H117V239.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M532 472.5H535.5C536.605 472.5 537.5 473.395 537.5 474.5C537.5 475.605 536.605 476.5 535.5 476.5H526.5C524.843 476.5 523.5 477.843 523.5 479.5C523.5 481.157 524.843 482.5 526.5 482.5H528.293L527.146 483.646C526.951 483.842 526.951 484.158 527.146 484.354C527.342 484.549 527.658 484.549 527.854 484.354L529.854 482.354C530.049 482.158 530.049 481.842 529.854 481.646L527.854 479.646C527.658 479.451 527.342 479.451 527.146 479.646C526.951 479.842 526.951 480.158 527.146 480.354L528.293 481.5H526.5C525.395 481.5 524.5 480.605 524.5 479.5C524.5 478.395 525.395 477.5 526.5 477.5H535.5C537.157 477.5 538.5 476.157 538.5 474.5C538.5 472.843 537.157 471.5 535.5 471.5H532V472.5Z' fill='url(%23paint18_linear_15778_26381)'/%3e%3crect x='524' y='470' width='7' height='4' rx='1' fill='%237565C0'/%3e%3crect x='531' y='480' width='7' height='4' rx='1' fill='%234774C6'/%3e%3cpath opacity='0.8' fill-rule='evenodd' clip-rule='evenodd' d='M542 472C542 471.448 542.448 471 543 471H555C555.552 471 556 471.448 556 472V477.758C555.285 477.279 554.425 477 553.5 477C553.267 477 553.038 477.018 552.814 477.052V474.135H551.892V477.296C551.499 477.446 551.132 477.651 550.8 477.9L550.789 477.889C550.941 477.721 551.055 477.511 551.133 477.257C551.229 476.992 551.277 476.663 551.277 476.269C551.277 475.527 551.053 474.949 550.606 474.536C550.219 474.179 549.74 474 549.169 474C548.602 474 548.128 474.169 547.747 474.506C547.28 474.919 547.046 475.529 547.046 476.335C547.046 477.136 547.274 477.742 547.729 478.156C548.104 478.499 548.579 478.67 549.154 478.67C549.43 478.67 549.666 478.638 549.864 478.572C549.975 478.534 550.106 478.47 550.256 478.381C549.478 479.19 549 480.289 549 481.5C549 481.669 549.009 481.836 549.027 482H543C542.448 482 542 481.552 542 481V472ZM549.666 477.775L549.22 477.35L549.696 476.853L550.142 477.278C550.212 477.135 550.261 477.009 550.289 476.901C550.333 476.739 550.355 476.551 550.355 476.335C550.355 475.84 550.253 475.458 550.049 475.189C549.848 474.917 549.552 474.781 549.163 474.781C548.798 474.781 548.507 474.911 548.289 475.171C548.071 475.43 547.963 475.818 547.963 476.335C547.963 476.94 548.118 477.373 548.43 477.635C548.631 477.804 548.873 477.889 549.154 477.889C549.26 477.889 549.362 477.876 549.46 477.85C549.513 477.836 549.582 477.811 549.666 477.775ZM544.814 477.91C545.032 477.91 545.208 477.886 545.344 477.838C545.602 477.746 545.73 477.576 545.73 477.326C545.73 477.18 545.667 477.068 545.539 476.988C545.411 476.91 545.21 476.841 544.937 476.781L544.47 476.677C544.011 476.573 543.694 476.46 543.518 476.338C543.221 476.135 543.072 475.816 543.072 475.383C543.072 474.988 543.216 474.66 543.503 474.398C543.79 474.137 544.213 474.006 544.769 474.006C545.234 474.006 545.631 474.13 545.958 474.377C546.287 474.623 546.46 474.98 546.476 475.449H545.59C545.574 475.184 545.458 474.995 545.242 474.883C545.099 474.809 544.92 474.772 544.707 474.772C544.469 474.772 544.279 474.82 544.138 474.916C543.996 475.012 543.925 475.146 543.925 475.317C543.925 475.475 543.995 475.593 544.135 475.671C544.224 475.722 544.416 475.783 544.71 475.853L545.47 476.036C545.803 476.116 546.055 476.222 546.224 476.356C546.488 476.564 546.62 476.864 546.62 477.257C546.62 477.661 546.465 477.996 546.156 478.263C545.848 478.529 545.413 478.661 544.85 478.661C544.275 478.661 543.823 478.531 543.494 478.269C543.165 478.006 543 477.645 543 477.185H543.88C543.908 477.387 543.963 477.538 544.045 477.638C544.195 477.819 544.451 477.91 544.814 477.91Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M553.5 478C551.567 478 550 479.567 550 481.5C550 483.433 551.567 485 553.5 485C555.433 485 557 483.433 557 481.5C557 479.567 555.433 478 553.5 478ZM552.811 483.293L555.25 481.666C555.369 481.587 555.369 481.413 555.25 481.334L552.811 479.707C552.678 479.619 552.5 479.714 552.5 479.874V483.126C552.5 483.286 552.678 483.381 552.811 483.293Z' fill='%234774C6'/%3e%3crect x='559.5' y='469.5' width='15' height='15' rx='1.5' fill='%23E7F1FE' stroke='%239FC5FD'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M564.5 472.5C564.5 472.224 564.276 472 564 472C563.724 472 563.5 472.224 563.5 472.5V473.5H562.5C562.224 473.5 562 473.724 562 474C562 474.276 562.224 474.5 562.5 474.5H563.5V475.5C563.5 475.776 563.724 476 564 476C564.276 476 564.5 475.776 564.5 475.5V474.5H565.5C565.776 474.5 566 474.276 566 474C566 473.724 565.776 473.5 565.5 473.5H564.5V472.5ZM568.5 473.5C568.224 473.5 568 473.724 568 474C568 474.276 568.224 474.5 568.5 474.5H571.5C571.776 474.5 572 474.276 572 474C572 473.724 571.776 473.5 571.5 473.5H568.5ZM570 478C569.669 478 569.4 478.269 569.4 478.6C569.4 478.931 569.669 479.2 570 479.2C570.332 479.2 570.6 478.931 570.6 478.6C570.6 478.269 570.332 478 570 478ZM570 480.8C569.669 480.8 569.4 481.069 569.4 481.4C569.4 481.731 569.669 482 570 482C570.332 482 570.6 481.731 570.6 481.4C570.6 481.069 570.332 480.8 570 480.8ZM568 480C568 479.724 568.224 479.5 568.5 479.5H571.5C571.776 479.5 572 479.724 572 480C572 480.276 571.776 480.5 571.5 480.5H568.5C568.224 480.5 568 480.276 568 480ZM562.409 478.409C562.605 478.214 562.921 478.214 563.116 478.409L564 479.293L564.884 478.409C565.079 478.214 565.396 478.214 565.591 478.409C565.787 478.604 565.787 478.921 565.591 479.116L564.707 480L565.591 480.884C565.787 481.079 565.787 481.396 565.591 481.591C565.396 481.786 565.079 481.786 564.884 481.591L564 480.707L563.116 481.591C562.921 481.786 562.605 481.786 562.409 481.591C562.214 481.396 562.214 481.079 562.409 480.884L563.293 480L562.409 479.116C562.214 478.921 562.214 478.604 562.409 478.409Z' fill='%230E6FF9'/%3e%3crect x='577.5' y='469.5' width='15' height='15' rx='1.5' fill='white' stroke='%23EBEBEB'/%3e%3cpath d='M586.5 474H589.5' stroke='%23757575' stroke-linecap='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M587.4 478.6C587.4 478.269 587.669 478 588 478C588.332 478 588.6 478.269 588.6 478.6C588.6 478.931 588.332 479.2 588 479.2C587.669 479.2 587.4 478.931 587.4 478.6ZM587.4 481.4C587.4 481.069 587.669 480.8 588 480.8C588.332 480.8 588.6 481.069 588.6 481.4C588.6 481.731 588.332 482 588 482C587.669 482 587.4 481.731 587.4 481.4ZM586.5 479.5C586.224 479.5 586 479.724 586 480C586 480.276 586.224 480.5 586.5 480.5H589.5C589.776 480.5 590 480.276 590 480C590 479.724 589.776 479.5 589.5 479.5H586.5Z' fill='%23757575'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M582.5 472.5C582.5 472.224 582.276 472 582 472C581.724 472 581.5 472.224 581.5 472.5V473.5H580.5C580.224 473.5 580 473.724 580 474C580 474.276 580.224 474.5 580.5 474.5H581.5V475.5C581.5 475.776 581.724 476 582 476C582.276 476 582.5 475.776 582.5 475.5V474.5H583.5C583.776 474.5 584 474.276 584 474C584 473.724 583.776 473.5 583.5 473.5H582.5V472.5Z' fill='%23757575'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M581.116 478.409C580.921 478.214 580.605 478.214 580.409 478.409C580.214 478.604 580.214 478.921 580.409 479.116L581.293 480L580.409 480.884C580.214 481.079 580.214 481.396 580.409 481.591C580.605 481.786 580.921 481.786 581.116 481.591L582 480.707L582.884 481.591C583.079 481.786 583.396 481.786 583.591 481.591C583.787 481.396 583.787 481.079 583.591 480.884L582.707 480L583.591 479.116C583.787 478.921 583.787 478.604 583.591 478.409C583.396 478.214 583.079 478.214 582.884 478.409L582 479.293L581.116 478.409Z' fill='%23757575'/%3e%3crect x='595.5' y='469.5' width='15' height='15' rx='1.5' fill='white' stroke='%23EBEBEB'/%3e%3cpath d='M604.5 474H607.5' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M605.4 478.6C605.4 478.269 605.669 478 606 478C606.332 478 606.6 478.269 606.6 478.6C606.6 478.931 606.332 479.2 606 479.2C605.669 479.2 605.4 478.931 605.4 478.6ZM605.4 481.4C605.4 481.069 605.669 480.8 606 480.8C606.332 480.8 606.6 481.069 606.6 481.4C606.6 481.731 606.332 482 606 482C605.669 482 605.4 481.731 605.4 481.4ZM604.5 479.5C604.224 479.5 604 479.724 604 480C604 480.276 604.224 480.5 604.5 480.5H607.5C607.776 480.5 608 480.276 608 480C608 479.724 607.776 479.5 607.5 479.5H604.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M600.5 472.5C600.5 472.224 600.276 472 600 472C599.724 472 599.5 472.224 599.5 472.5V473.5H598.5C598.224 473.5 598 473.724 598 474C598 474.276 598.224 474.5 598.5 474.5H599.5V475.5C599.5 475.776 599.724 476 600 476C600.276 476 600.5 475.776 600.5 475.5V474.5H601.5C601.776 474.5 602 474.276 602 474C602 473.724 601.776 473.5 601.5 473.5H600.5V472.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M599.116 478.409C598.921 478.214 598.605 478.214 598.409 478.409C598.214 478.604 598.214 478.921 598.409 479.116L599.293 480L598.409 480.884C598.214 481.079 598.214 481.396 598.409 481.591C598.605 481.786 598.921 481.786 599.116 481.591L600 480.707L600.884 481.591C601.079 481.786 601.396 481.786 601.591 481.591C601.787 481.396 601.787 481.079 601.591 480.884L600.707 480L601.591 479.116C601.787 478.921 601.787 478.604 601.591 478.409C601.396 478.214 601.079 478.214 600.884 478.409L600 479.293L599.116 478.409Z' fill='%2335383A'/%3e%3crect x='2' y='495' width='7' height='7' rx='1' fill='%2335383A'/%3e%3crect x='5' y='488' width='11' height='11' rx='1' stroke='%2335383A' stroke-dasharray='2 2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.45 491.301C12.6988 491.279 12.9072 491.487 12.8846 491.736L12.5239 495.702C12.4932 496.04 12.0825 496.189 11.8427 495.949L10.6908 494.797L7.98517 497.503C7.94612 497.542 7.8828 497.542 7.84375 497.503L6.68317 496.342C6.64411 496.303 6.64411 496.24 6.68317 496.201L9.38876 493.495L8.23667 492.343C7.99687 492.103 8.14556 491.693 8.4833 491.662L12.45 491.301Z' fill='%2335383A'/%3e%3crect x='2.5' y='507.5' width='13' height='11' fill='%23C3E4EF' stroke='%23078EC4'/%3e%3cmask id='path-2204-inside-42_15778_26381' fill='white'%3e%3cpath d='M4 509H6V510H5V516H6V517H4V509Z'/%3e%3c/mask%3e%3cpath d='M6 509H7V508H6V509ZM4 509V508H3V509H4ZM4 517H3V518H4V517ZM6 517V518H7V517H6ZM6 516H7V515H6V516ZM5 516H4V517H5V516ZM5 510V509H4V510H5ZM6 510V511H7V510H6ZM6 508H4V510H6V508ZM3 509V517H5V509H3ZM4 518H6V516H4V518ZM7 517V516H5V517H7ZM6 515H5V517H6V515ZM6 516V510H4V516H6ZM5 511H6V509H5V511ZM7 510V509H5V510H7Z' fill='%23078EC4' mask='url(%23path-2204-inside-42_15778_26381)'/%3e%3cmask id='path-2206-inside-43_15778_26381' fill='white'%3e%3cpath d='M14 517L12 517L12 516L13 516L13 510L12 510L12 509L14 509L14 517Z'/%3e%3c/mask%3e%3cpath d='M12 517L11 517L11 518L12 518L12 517ZM14 517L14 518L15 518L15 517L14 517ZM14 509L15 509L15 508L14 508L14 509ZM12 509L12 508L11 508L11 509L12 509ZM12 510L11 510L11 511L12 511L12 510ZM13 510L14 510L14 509L13 509L13 510ZM13 516L13 517L14 517L14 516L13 516ZM12 516L12 515L11 515L11 516L12 516ZM12 518L14 518L14 516L12 516L12 518ZM15 517L15 509L13 509L13 517L15 517ZM14 508L12 508L12 510L14 510L14 508ZM11 509L11 510L13 510L13 509L11 509ZM12 511L13 511L13 509L12 509L12 511ZM12 510L12 516L14 516L14 510L12 510ZM13 515L12 515L12 517L13 517L13 515ZM11 516L11 517L13 517L13 516L11 516Z' fill='%23078EC4' mask='url(%23path-2206-inside-43_15778_26381)'/%3e%3cpath d='M7.56055 510.75L8.61035 512.062L9 512.551L9.39062 512.062L10.4404 510.75H10.7686L9.3457 512.706L9.13184 513L9.3457 513.294L10.7686 515.25H10.4404L9.39062 513.938L9 513.449L8.61035 513.938L7.56055 515.25H7.18164L8.60449 513.294L8.81543 513.004L8.6084 512.711L7.21777 510.75H7.56055Z' stroke='%23078EC4'/%3e%3crect x='20.5' y='507.5' width='13' height='11' stroke='%2335383A'/%3e%3cmask id='path-2210-inside-44_15778_26381' fill='white'%3e%3cpath d='M22 509H24V510H23V516H24V517H22V509Z'/%3e%3c/mask%3e%3cpath d='M24 509H25V508H24V509ZM22 509V508H21V509H22ZM22 517H21V518H22V517ZM24 517V518H25V517H24ZM24 516H25V515H24V516ZM23 516H22V517H23V516ZM23 510V509H22V510H23ZM24 510V511H25V510H24ZM24 508H22V510H24V508ZM21 509V517H23V509H21ZM22 518H24V516H22V518ZM25 517V516H23V517H25ZM24 515H23V517H24V515ZM24 516V510H22V516H24ZM23 511H24V509H23V511ZM25 510V509H23V510H25Z' fill='%2335383A' mask='url(%23path-2210-inside-44_15778_26381)'/%3e%3cmask id='path-2212-inside-45_15778_26381' fill='white'%3e%3cpath d='M32 517L30 517L30 516L31 516L31 510L30 510L30 509L32 509L32 517Z'/%3e%3c/mask%3e%3cpath d='M30 517L29 517L29 518L30 518L30 517ZM32 517L32 518L33 518L33 517L32 517ZM32 509L33 509L33 508L32 508L32 509ZM30 509L30 508L29 508L29 509L30 509ZM30 510L29 510L29 511L30 511L30 510ZM31 510L32 510L32 509L31 509L31 510ZM31 516L31 517L32 517L32 516L31 516ZM30 516L30 515L29 515L29 516L30 516ZM30 518L32 518L32 516L30 516L30 518ZM33 517L33 509L31 509L31 517L33 517ZM32 508L30 508L30 510L32 510L32 508ZM29 509L29 510L31 510L31 509L29 509ZM30 511L31 511L31 509L30 509L30 511ZM30 510L30 516L32 516L32 510L30 510ZM31 515L30 515L30 517L31 517L31 515ZM29 516L29 517L31 517L31 516L29 516Z' fill='%2335383A' mask='url(%23path-2212-inside-45_15778_26381)'/%3e%3cpath d='M25.5605 510.75L26.6104 512.062L27 512.551L27.3906 512.062L28.4404 510.75H28.7686L27.3457 512.706L27.1318 513L27.3457 513.294L28.7686 515.25H28.4404L27.3906 513.938L27 513.449L26.6104 513.938L25.5605 515.25H25.1816L26.6045 513.294L26.8154 513.004L26.6084 512.711L25.2178 510.75H25.5605Z' stroke='%2335383A'/%3e%3crect x='38.5' y='507.5' width='13' height='11' stroke='%239A9A9A'/%3e%3cmask id='path-2216-inside-46_15778_26381' fill='white'%3e%3cpath d='M40 509H42V510H41V516H42V517H40V509Z'/%3e%3c/mask%3e%3cpath d='M42 509H43V508H42V509ZM40 509V508H39V509H40ZM40 517H39V518H40V517ZM42 517V518H43V517H42ZM42 516H43V515H42V516ZM41 516H40V517H41V516ZM41 510V509H40V510H41ZM42 510V511H43V510H42ZM42 508H40V510H42V508ZM39 509V517H41V509H39ZM40 518H42V516H40V518ZM43 517V516H41V517H43ZM42 515H41V517H42V515ZM42 516V510H40V516H42ZM41 511H42V509H41V511ZM43 510V509H41V510H43Z' fill='%239A9A9A' mask='url(%23path-2216-inside-46_15778_26381)'/%3e%3cmask id='path-2218-inside-47_15778_26381' fill='white'%3e%3cpath d='M50 517L48 517L48 516L49 516L49 510L48 510L48 509L50 509L50 517Z'/%3e%3c/mask%3e%3cpath d='M48 517L47 517L47 518L48 518L48 517ZM50 517L50 518L51 518L51 517L50 517ZM50 509L51 509L51 508L50 508L50 509ZM48 509L48 508L47 508L47 509L48 509ZM48 510L47 510L47 511L48 511L48 510ZM49 510L50 510L50 509L49 509L49 510ZM49 516L49 517L50 517L50 516L49 516ZM48 516L48 515L47 515L47 516L48 516ZM48 518L50 518L50 516L48 516L48 518ZM51 517L51 509L49 509L49 517L51 517ZM50 508L48 508L48 510L50 510L50 508ZM47 509L47 510L49 510L49 509L47 509ZM48 511L49 511L49 509L48 509L48 511ZM48 510L48 516L50 516L50 510L48 510ZM49 515L48 515L48 517L49 517L49 515ZM47 516L47 517L49 517L49 516L47 516Z' fill='%239A9A9A' mask='url(%23path-2218-inside-47_15778_26381)'/%3e%3cpath d='M43.5605 510.75L44.6104 512.062L45 512.551L45.3906 512.062L46.4404 510.75H46.7686L45.3457 512.706L45.1318 513L45.3457 513.294L46.7686 515.25H46.4404L45.3906 513.938L45 513.449L44.6104 513.938L43.5605 515.25H43.1816L44.6045 513.294L44.8154 513.004L44.6084 512.711L43.2178 510.75H43.5605Z' stroke='%239A9A9A'/%3e%3crect x='68.5' y='507.5' width='4' height='11' rx='0.5' transform='rotate(90 68.5 507.5)' fill='%23C3BCE6' stroke='%237565C0'/%3e%3cpath d='M59.5 511.714V516.5H62' stroke='url(%23paint19_linear_15778_26381)' stroke-linecap='round' stroke-linejoin='round'/%3e%3crect x='68.5' y='514.5' width='4' height='7' rx='0.5' transform='rotate(90 68.5 514.5)' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3crect x='86.5' y='507.5' width='11' height='11' rx='0.5' transform='rotate(90 86.5 507.5)' fill='%236E7DD0' fill-opacity='0.2' stroke='%236E7DD0'/%3e%3cpath d='M86.5 508L86.5 508.5L75.5 508.5L75.5 508C75.5 507.724 75.7239 507.5 76 507.5L86 507.5C86.2761 507.5 86.5 507.724 86.5 508Z' fill='%236E7DD0' stroke='%236E7DD0'/%3e%3cpath d='M77.5 515L79 516.5' stroke='%236E7DD0' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M79 516.5V510.5' stroke='%236E7DD0' stroke-linecap='round'/%3e%3cpath d='M81 511H84.5' stroke='%236E7DD0' stroke-linecap='round'/%3e%3cpath d='M81 513.5H84' stroke='%236E7DD0' stroke-linecap='round'/%3e%3cpath d='M81 516H83' stroke='%236E7DD0' stroke-linecap='round'/%3e%3crect x='20' y='495' width='7' height='7' rx='1' fill='%230E6FF9'/%3e%3crect x='23' y='488' width='11' height='11' rx='1' stroke='%230E6FF9' stroke-dasharray='2 2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.45 491.301C30.6988 491.279 30.9072 491.487 30.8846 491.736L30.5239 495.702C30.4932 496.04 30.0825 496.189 29.8427 495.949L28.6908 494.797L25.9852 497.503C25.9461 497.542 25.8828 497.542 25.8437 497.503L24.6832 496.342C24.6441 496.303 24.6441 496.24 24.6832 496.201L27.3888 493.495L26.2367 492.343C25.9969 492.103 26.1456 491.693 26.4833 491.662L30.45 491.301Z' fill='%230E6FF9'/%3e%3crect x='38' y='495' width='7' height='7' rx='1' fill='%239A9A9A'/%3e%3crect x='41' y='488' width='11' height='11' rx='1' stroke='%239A9A9A' stroke-dasharray='2 2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.45 491.301C48.6988 491.279 48.9072 491.487 48.8846 491.736L48.5239 495.702C48.4932 496.04 48.0825 496.189 47.8427 495.949L46.6908 494.797L43.9852 497.503C43.9461 497.542 43.8828 497.542 43.8437 497.503L42.6832 496.342C42.6441 496.303 42.6441 496.24 42.6832 496.201L45.3888 493.495L44.2367 492.343C43.9969 492.103 44.1456 491.693 44.4833 491.662L48.45 491.301Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.2998 490.448C84.2998 490.201 84.0897 490 83.8299 490H75.7698C75.5103 490 75.2998 490.201 75.2998 490.448V491.383C75.2998 491.503 75.3496 491.617 75.438 491.701L78.3138 494.569V498.916C78.3138 499.088 78.4172 499.245 78.5803 499.32C78.6235 499.34 78.6688 499.353 78.7147 499.36L78.7216 499.36L78.7846 499.353C78.8939 499.339 79.0206 499.309 79.077 499.266L81.1287 498.019C81.2401 497.934 81.3049 497.805 81.3049 497.669V494.57L84.1555 491.707C84.2476 491.622 84.2998 491.505 84.2998 491.383V490.448ZM76.2998 491H83.2998V491.251L80.2998 494.151V497.351L79.2998 498.051V494.151L76.2998 491.251V491ZM85.3799 496.46C85.3799 496.184 85.6037 495.96 85.8799 495.96H86.3199C86.596 495.96 86.8199 496.184 86.8199 496.46V500.5C86.8199 500.776 86.596 501 86.3199 501H85.8799C85.6037 501 85.3799 500.776 85.3799 500.5V496.46ZM83.7197 498.12C83.4436 498.12 83.2197 498.344 83.2197 498.62V500.5C83.2197 500.776 83.4436 501 83.7197 501H84.1597C84.4359 501 84.6597 500.776 84.6597 500.5V498.62C84.6597 498.344 84.4359 498.12 84.1597 498.12H83.7197ZM81.5596 499.56C81.2834 499.56 81.0596 499.784 81.0596 500.06V500.5C81.0596 500.776 81.2834 501 81.5596 501H81.9996C82.2757 501 82.4996 500.776 82.4996 500.5V500.06C82.4996 499.784 82.2757 499.56 81.9996 499.56H81.5596Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M70 492.385C70 491.62 69.3402 491 68.5263 491H57.4737C56.6598 491 56 491.62 56 492.385V498.615C56 499.38 56.6598 500 57.4737 500H68.5263C69.3402 500 70 499.38 70 498.615V492.385ZM57.7059 492H63V499H57.7059L57.6236 498.996C57.2725 498.959 57 498.69 57 498.364V492.636L57.0047 492.562C57.0455 492.246 57.3439 492 57.7059 492ZM64 499V492H68.2941L68.3764 492.004C68.7275 492.041 69 492.31 69 492.636V498.364L68.9953 498.438C68.9545 498.754 68.6561 499 68.2941 499H64ZM68.35 494.6L66.55 496.738L64.75 494.6H68.35Z' fill='%2329313B'/%3e%3cpath d='M102.07 494.934L101.228 493.12L99.7134 498.41L98.3666 491.458L97.7166 495.992L96.8515 494.632L95.3365 499.921L94.4999 495.123L93.9042 497.838L93.0703 496.981L92.4746 498.561' stroke='%230E6FF9' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath opacity='0.14' d='M105.525 492.612L104.373 493.574L103.536 489.919L102.07 494.92' stroke='%2306C6C6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M105.525 492.612L104.373 493.574L103.536 489.919L102.07 494.92' stroke='%2306C6C6' stroke-linecap='round' stroke-linejoin='round'/%3e%3cline x1='101.812' y1='489.275' x2='101.812' y2='500.725' stroke='%239EACD6' stroke-width='0.25' stroke-linecap='round' stroke-dasharray='0.5 0.5'/%3e%3crect x='129' y='491' width='5' height='1' fill='%2306C6C6'/%3e%3crect x='130' y='495' width='4' height='1' fill='%2306C6C6'/%3e%3crect x='131' y='499' width='3' height='1' fill='%2306C6C6'/%3e%3cpath d='M136 491H140V492H136V491Z' fill='%230E6FF9'/%3e%3crect x='136' y='495' width='4' height='1' fill='%230E6FF9'/%3e%3crect x='136' y='499' width='2' height='1' fill='%230E6FF9'/%3e%3crect x='129.773' y='489' width='4.72727' height='1' rx='0.5' fill='%23D7D7D8'/%3e%3crect x='135.682' y='489' width='3.54545' height='1' rx='0.5' fill='%23D7D7D8'/%3e%3crect x='130.955' y='493' width='3.54545' height='1' rx='0.5' fill='%23D7D7D8'/%3e%3crect x='135.682' y='493' width='3.54545' height='1' rx='0.5' fill='%23D7D7D8'/%3e%3crect x='130.955' y='497' width='3.54545' height='1' rx='0.5' fill='%23D7D7D8'/%3e%3crect x='135.682' y='497' width='2.36364' height='1' rx='0.5' fill='%23D7D7D8'/%3e%3cpath d='M110.537 499.857L112.549 496.638L113.757 498.247L115.97 496.638L117.379 497.845L119.994 490.4L121.403 495.632L123.415 491.607' stroke='%230E6FF9' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M110.336 498.047L123.616 492.412' stroke='%2306C6C6' stroke-linecap='round' stroke-dasharray='1 1'/%3e%3cpath d='M241.5 494.793L236.5 489.793V488.5H248.5V489.793L243.5 494.793V499.793L241.793 501.5H241.5V494.793Z' fill='%23C6E89F' stroke='%2376B236'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M248 496H245V502H248V500.5H246V500H248V499H246.5V498.5H248V497.5H246V497H248V496ZM249.5 497H248.5V502H249.5V497ZM251 498.5H250V502H251V498.5Z' fill='%23E9932C'/%3e%3cpath d='M223.5 494.793L218.5 489.793V488.5H230.5V489.793L225.5 494.793V499.793L223.793 501.5H223.5V494.793Z' fill='%23C6E89F' stroke='%2376B236'/%3e%3cpath d='M228 498.5C228 498.224 228.224 498 228.5 498H229.5C229.776 498 230 498.224 230 498.5V501.5C230 501.776 229.776 502 229.5 502H228.5C228.224 502 228 501.776 228 501.5V498.5Z' fill='%233492ED'/%3e%3crect x='231' y='495' width='2' height='7' rx='0.5' fill='%233492ED'/%3e%3cpath d='M212.5 488.5V489.793L207.793 494.5C207.605 494.688 207.5 494.942 207.5 495.207V499.793L205.793 501.5H205.5V495.207C205.5 494.975 205.419 494.751 205.273 494.573L205.207 494.5L200.5 489.793V488.5H212.5Z' fill='%23A8CBFD' stroke='%230E6FF9'/%3e%3crect x='254.5' y='490.5' width='13' height='9' rx='0.5' fill='%23C6E89F' stroke='%2376B236'/%3e%3crect x='261' y='490' width='7' height='10' rx='1' fill='%2376B236'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M264.473 496.159C264.513 496.207 264.587 496.207 264.627 496.159L266.212 494.276C266.266 494.211 266.22 494.112 266.135 494.112H262.965C262.88 494.112 262.834 494.211 262.888 494.276L264.473 496.159Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M273.948 498.17C274.968 499.74 276.508 500.62 278.128 500.86V501.87C276.638 501.68 275.198 501.03 274.048 499.88C271.317 497.15 271.317 492.71 274.048 489.98L272.228 488.03L276.538 488C276.918 488 277.278 488.15 277.538 488.41C277.538 488.41 277.668 488.53 277.808 488.7C278.008 488.95 277.807 489.05 277.647 489.09C276.207 489.41 274.868 490.27 273.948 491.68C272.678 493.63 272.678 496.23 273.948 498.17ZM284.117 491.8C283.147 490.26 281.687 489.35 280.127 489.05H280.117V488.05C281.517 488.28 282.857 488.92 283.937 490C286.667 492.73 286.667 497.17 283.937 499.9L285.987 501.85H281.707C281.337 501.85 280.977 501.7 280.717 501.43L280.327 501.03C280.237 500.95 280.287 500.8 280.427 500.77C281.867 500.41 283.217 499.52 284.117 498.08C285.307 496.18 285.307 493.69 284.117 491.8Z' fill='%2335383A'/%3e%3cmask id='path-2267-inside-48_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M278.997 490.23L274.997 491.87L278.997 493.7L282.997 491.87L278.997 490.23ZM278.427 494.69V499.4L274.397 497.7V492.8L278.427 494.69ZM283.597 492.8L279.567 494.69V499.4L283.597 497.7V492.8Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M278.997 490.23L274.997 491.87L278.997 493.7L282.997 491.87L278.997 490.23ZM278.427 494.69V499.4L274.397 497.7V492.8L278.427 494.69ZM283.597 492.8L279.567 494.69V499.4L283.597 497.7V492.8Z' fill='%2335383A'/%3e%3cpath d='M274.997 491.87L274.618 490.945L272.484 491.82L274.581 492.779L274.997 491.87ZM278.997 490.23L279.376 489.305L278.997 489.149L278.618 489.305L278.997 490.23ZM278.997 493.7L278.581 494.609L278.997 494.8L279.413 494.609L278.997 493.7ZM282.997 491.87L283.413 492.779L285.511 491.82L283.376 490.945L282.997 491.87ZM278.427 499.4L278.039 500.321L279.427 500.907V499.4H278.427ZM278.427 494.69H279.427V494.054L278.852 493.785L278.427 494.69ZM274.397 497.7H273.397V498.363L274.009 498.621L274.397 497.7ZM274.397 492.8L274.822 491.895L273.397 491.226V492.8H274.397ZM279.567 494.69L279.143 493.785L278.567 494.054V494.69H279.567ZM283.597 492.8H284.597V491.226L283.173 491.895L283.597 492.8ZM279.567 499.4H278.567V500.907L279.956 500.321L279.567 499.4ZM283.597 497.7L283.986 498.621L284.597 498.363V497.7H283.597ZM275.376 492.795L279.376 491.155L278.618 489.305L274.618 490.945L275.376 492.795ZM279.413 492.791L275.413 490.961L274.581 492.779L278.581 494.609L279.413 492.791ZM282.581 490.961L278.581 492.791L279.413 494.609L283.413 492.779L282.581 490.961ZM278.618 491.155L282.618 492.795L283.376 490.945L279.376 489.305L278.618 491.155ZM279.427 499.4V494.69H277.427V499.4H279.427ZM274.009 498.621L278.039 500.321L278.816 498.479L274.786 496.779L274.009 498.621ZM273.397 492.8V497.7H275.397V492.8H273.397ZM278.852 493.785L274.822 491.895L273.973 493.705L278.003 495.595L278.852 493.785ZM279.992 495.595L284.022 493.705L283.173 491.895L279.143 493.785L279.992 495.595ZM280.567 499.4V494.69H278.567V499.4H280.567ZM283.209 496.779L279.179 498.479L279.956 500.321L283.986 498.621L283.209 496.779ZM282.597 492.8V497.7H284.597V492.8H282.597Z' fill='%2335383A' mask='url(%23path-2267-inside-48_15778_26381)'/%3e%3cpath d='M300.5 488.674V490.673H299.319C298.667 490.673 298.139 491.195 298.139 491.839V493.422H300.416L300.078 495.837H298.139V501.5H295.608V495.837H293.5V493.422H295.608V490.96C295.608 489.933 296.234 488.97 297.243 488.719C298.288 488.459 299.28 488.414 300.5 488.674Z' fill='%239A9A9A'/%3e%3cellipse cx='310.546' cy='490.582' rx='1.37109' ry='1.36377' fill='%239A9A9A'/%3e%3cpath d='M311.751 492.991H309.367H309.345V500.634H311.751V492.991Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M315.629 496.2C315.957 494.705 318.212 494.291 318.256 496.663V497.426L318.262 497.426V500.634H320.668V496.671H320.664V496.663C320.664 495.571 320.549 494.549 320.061 493.867C319.29 492.642 317.106 492.26 315.629 493.8V492.991H313.245H313.223V500.634H315.629V496.2Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M326 488H330.439L340 502H335.797L326 488ZM328.142 489.11L336.386 500.89H337.887L329.842 489.11H328.142Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M333.683 493.214L338.236 487.939H339.72L334.331 494.183L333.683 493.214ZM331.704 495.506L326.03 502.079H327.514L332.351 496.476L331.704 495.506Z' fill='%239A9A9A'/%3e%3cpath d='M358.841 491.428C358.841 491.428 358.684 490.325 358.203 489.841C357.594 489.203 356.913 489.2 356.6 489.162C354.363 489 351.003 489 351.003 489H350.997C350.997 489 347.638 489 345.4 489.162C345.088 489.2 344.406 489.203 343.797 489.841C343.316 490.325 343.162 491.428 343.162 491.428C343.162 491.428 343 492.725 343 494.019V495.231C343 496.525 343.159 497.822 343.159 497.822C343.159 497.822 343.316 498.925 343.794 499.409C344.403 500.047 345.203 500.025 345.559 500.094C346.841 500.216 351 500.253 351 500.253C351 500.253 354.363 500.247 356.6 500.087C356.913 500.05 357.594 500.047 358.203 499.409C358.684 498.925 358.841 497.822 358.841 497.822C358.841 497.822 359 496.528 359 495.231V494.019C359 492.725 358.841 491.428 358.841 491.428ZM349.347 496.703V492.206L353.669 494.462L349.347 496.703Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M388 491C388 491.552 387.552 492 387 492C386.448 492 386 491.552 386 491C386 490.448 386.448 490 387 490C387.552 490 388 490.448 388 491ZM388 495C388 495.552 387.552 496 387 496C386.448 496 386 495.552 386 495C386 494.448 386.448 494 387 494C387.552 494 388 494.448 388 495ZM387 500C387.552 500 388 499.552 388 499C388 498.448 387.552 498 387 498C386.448 498 386 498.448 386 499C386 499.552 386.448 500 387 500Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M370 491C370 491.552 369.552 492 369 492C368.448 492 368 491.552 368 491C368 490.448 368.448 490 369 490C369.552 490 370 490.448 370 491ZM370 495C370 495.552 369.552 496 369 496C368.448 496 368 495.552 368 495C368 494.448 368.448 494 369 494C369.552 494 370 494.448 370 495ZM369 500C369.552 500 370 499.552 370 499C370 498.448 369.552 498 369 498C368.448 498 368 498.448 368 499C368 499.552 368.448 500 369 500Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M398 491C398 489.895 398.895 489 400 489H410C411.105 489 412 489.895 412 491V498C412 499.105 411.105 500 410 500H400C398.895 500 398 499.105 398 498V491ZM405.985 492.621C406.052 492.353 405.889 492.082 405.621 492.015C405.353 491.948 405.082 492.111 405.015 492.379L404.015 496.379C403.948 496.647 404.111 496.918 404.379 496.985C404.647 497.052 404.918 496.889 404.985 496.621L405.985 492.621ZM402.854 492.146C403.049 492.342 403.049 492.658 402.854 492.854L401.207 494.5L402.854 496.146C403.049 496.342 403.049 496.658 402.854 496.854C402.658 497.049 402.342 497.049 402.146 496.854L400.146 494.854C399.951 494.658 399.951 494.342 400.146 494.146L402.146 492.146C402.342 491.951 402.658 491.951 402.854 492.146ZM407.146 492.146C406.951 492.342 406.951 492.658 407.146 492.854L408.793 494.5L407.146 496.146C406.951 496.342 406.951 496.658 407.146 496.854C407.342 497.049 407.658 497.049 407.854 496.854L409.854 494.854C410.049 494.658 410.049 494.342 409.854 494.146L407.854 492.146C407.658 491.951 407.342 491.951 407.146 492.146ZM400 501.5C400 501.224 400.224 501 400.5 501H409.5C409.776 501 410 501.224 410 501.5C410 501.776 409.776 502 409.5 502H400.5C400.224 502 400 501.776 400 501.5Z' fill='%235778EA'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M434 491C434 489.895 434.895 489 436 489H446C447.105 489 448 489.895 448 491V498C448 499.105 447.105 500 446 500H436C434.895 500 434 499.105 434 498V491ZM436.5 501C436.224 501 436 501.224 436 501.5C436 501.776 436.224 502 436.5 502H445.5C445.776 502 446 501.776 446 501.5C446 501.224 445.776 501 445.5 501H436.5ZM441.621 492.015C441.889 492.082 442.052 492.353 441.985 492.621L440.985 496.621C440.918 496.889 440.647 497.052 440.379 496.985C440.111 496.918 439.948 496.647 440.015 496.379L441.015 492.379C441.082 492.111 441.353 491.948 441.621 492.015ZM438.854 492.854C439.049 492.658 439.049 492.342 438.854 492.146C438.658 491.951 438.342 491.951 438.146 492.146L436.146 494.146C435.951 494.342 435.951 494.658 436.146 494.854L438.146 496.854C438.342 497.049 438.658 497.049 438.854 496.854C439.049 496.658 439.049 496.342 438.854 496.146L437.207 494.5L438.854 492.854ZM443.146 492.854C442.951 492.658 442.951 492.342 443.146 492.146C443.342 491.951 443.658 491.951 443.854 492.146L445.854 494.146C446.049 494.342 446.049 494.658 445.854 494.854L443.854 496.854C443.658 497.049 443.342 497.049 443.146 496.854C442.951 496.658 442.951 496.342 443.146 496.146L444.793 494.5L443.146 492.854Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M470 491C470 489.895 470.895 489 472 489H482C483.105 489 484 489.895 484 491V498C484 499.105 483.105 500 482 500H472C470.895 500 470 499.105 470 498V491ZM477.985 492.621C478.052 492.353 477.889 492.082 477.621 492.015C477.353 491.948 477.082 492.111 477.015 492.379L476.015 496.379C475.948 496.647 476.111 496.918 476.379 496.985C476.647 497.052 476.918 496.889 476.985 496.621L477.985 492.621ZM474.854 492.146C475.049 492.342 475.049 492.658 474.854 492.854L473.207 494.5L474.854 496.146C475.049 496.342 475.049 496.658 474.854 496.854C474.658 497.049 474.342 497.049 474.146 496.854L472.146 494.854C471.951 494.658 471.951 494.342 472.146 494.146L474.146 492.146C474.342 491.951 474.658 491.951 474.854 492.146ZM479.146 492.146C478.951 492.342 478.951 492.658 479.146 492.854L480.793 494.5L479.146 496.146C478.951 496.342 478.951 496.658 479.146 496.854C479.342 497.049 479.658 497.049 479.854 496.854L481.854 494.854C482.049 494.658 482.049 494.342 481.854 494.146L479.854 492.146C479.658 491.951 479.342 491.951 479.146 492.146ZM472 501.5C472 501.224 472.224 501 472.5 501H481.5C481.776 501 482 501.224 482 501.5C482 501.776 481.776 502 481.5 502H472.5C472.224 502 472 501.776 472 501.5Z' fill='%239A9A9A'/%3e%3crect x='490.25' y='501.25' width='9.5' height='0.5' rx='0.25' stroke='white' stroke-width='0.5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M490 489C488.895 489 488 489.895 488 491V498C488 499.105 488.895 500 490 500H500C501.105 500 502 499.105 502 498V491C502 489.895 501.105 489 500 489H490ZM495.621 492.015C495.889 492.082 496.052 492.353 495.985 492.621L494.985 496.621C494.918 496.889 494.647 497.052 494.379 496.985C494.111 496.918 493.948 496.647 494.015 496.379L495.015 492.379C495.082 492.111 495.353 491.948 495.621 492.015ZM492.854 492.854C493.049 492.658 493.049 492.342 492.854 492.146C492.658 491.951 492.342 491.951 492.146 492.146L490.146 494.146C489.951 494.342 489.951 494.658 490.146 494.854L492.146 496.854C492.342 497.049 492.658 497.049 492.854 496.854C493.049 496.658 493.049 496.342 492.854 496.146L491.207 494.5L492.854 492.854ZM497.146 492.854C496.951 492.658 496.951 492.342 497.146 492.146C497.342 491.951 497.658 491.951 497.854 492.146L499.854 494.146C500.049 494.342 500.049 494.658 499.854 494.854L497.854 496.854C497.658 497.049 497.342 497.049 497.146 496.854C496.951 496.658 496.951 496.342 497.146 496.146L498.793 494.5L497.146 492.854Z' fill='white'/%3e%3crect x='416.5' y='489.5' width='13' height='10' rx='1.5' fill='%235778EA' fill-opacity='0.2' stroke='%235778EA'/%3e%3crect x='418.25' y='501.25' width='9.5' height='0.5' rx='0.25' stroke='%235778EA' stroke-width='0.5'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M423.985 492.621C424.052 492.353 423.889 492.082 423.621 492.015C423.353 491.948 423.082 492.111 423.015 492.379L422.015 496.379C421.948 496.647 422.111 496.918 422.379 496.985C422.647 497.052 422.918 496.889 422.985 496.621L423.985 492.621ZM420.854 492.147C421.049 492.342 421.049 492.658 420.854 492.854L419.207 494.5L420.854 496.147C421.049 496.342 421.049 496.658 420.854 496.854C420.658 497.049 420.342 497.049 420.146 496.854L418.146 494.854C417.951 494.658 417.951 494.342 418.146 494.147L420.146 492.147C420.342 491.951 420.658 491.951 420.854 492.147ZM425.146 492.147C424.951 492.342 424.951 492.658 425.146 492.854L426.793 494.5L425.146 496.147C424.951 496.342 424.951 496.658 425.146 496.854C425.342 497.049 425.658 497.049 425.854 496.854L427.854 494.854C428.049 494.658 428.049 494.342 427.854 494.147L425.854 492.147C425.658 491.951 425.342 491.951 425.146 492.147Z' fill='%235778EA'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M464 490H454C453.448 490 453 490.448 453 491V498C453 498.552 453.448 499 454 499H464C464.552 499 465 498.552 465 498V491C465 490.448 464.552 490 464 490ZM454 489C452.895 489 452 489.895 452 491V498C452 499.105 452.895 500 454 500H464C465.105 500 466 499.105 466 498V491C466 489.895 465.105 489 464 489H454ZM454.5 501C454.224 501 454 501.224 454 501.5C454 501.776 454.224 502 454.5 502H463.5C463.776 502 464 501.776 464 501.5C464 501.224 463.776 501 463.5 501H454.5ZM456.854 492.854C457.049 492.658 457.049 492.342 456.854 492.146C456.658 491.951 456.342 491.951 456.146 492.146L454.146 494.146C453.951 494.342 453.951 494.658 454.146 494.854L456.146 496.854C456.342 497.049 456.658 497.049 456.854 496.854C457.049 496.658 457.049 496.342 456.854 496.146L455.207 494.5L456.854 492.854ZM461.146 492.146C460.951 492.342 460.951 492.658 461.146 492.854L462.793 494.5L461.146 496.146C460.951 496.342 460.951 496.658 461.146 496.854C461.342 497.049 461.658 497.049 461.854 496.854L463.854 494.854C464.049 494.658 464.049 494.342 463.854 494.146L461.854 492.146C461.658 491.951 461.342 491.951 461.146 492.146ZM459.985 492.621C460.052 492.353 459.889 492.082 459.621 492.015C459.353 491.948 459.082 492.111 459.015 492.379L458.015 496.379C457.948 496.647 458.111 496.918 458.379 496.985C458.647 497.052 458.918 496.889 458.985 496.621L459.985 492.621Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M506 491C506 490.448 506.448 490 507 490H518C518.552 490 519 490.448 519 491V500C519 500.552 518.552 501 518 501H507C506.448 501 506 500.552 506 500V491ZM513 496H517V497H513V496ZM508.518 493.067L512 495.067V495.5V495.5V495.933L508.518 497.933L508.018 497.067L510.733 495.499L508.018 493.933L508.518 493.067Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M577.294 491.642C576.982 491.782 576.979 492.224 577.289 492.369L584.759 495.861C585.033 495.989 585.351 495.986 585.622 495.853L591.2 493.125V495.583C590.847 495.738 590.601 496.09 590.601 496.5C590.601 496.91 590.847 497.262 591.2 497.417V498.6C591.2 498.821 591.379 499 591.6 499C591.821 499 592 498.821 592 498.6V497.417C592.354 497.263 592.601 496.91 592.601 496.5C592.601 496.09 592.354 495.737 592 495.583V492.734L592.752 492.366C593.054 492.218 593.051 491.788 592.747 491.645L585.61 488.276C585.345 488.151 585.039 488.148 584.772 488.269L577.294 491.642ZM584.396 496.807L580 494.898V499.811C580 500.173 580.202 500.505 580.523 500.672C583.329 502.131 586.671 502.131 589.477 500.672C589.798 500.505 590 500.173 590 499.811V495.066L585.99 496.807C585.481 497.028 584.904 497.028 584.396 496.807Z' fill='white'/%3e%3cmask id='path-2289-inside-49_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M562 494.898L566.396 496.807C566.904 497.028 567.481 497.028 567.99 496.807L572 495.066V499.811C572 500.173 571.798 500.505 571.477 500.672C568.671 502.131 565.329 502.131 562.523 500.672C562.202 500.505 562 500.173 562 499.811V494.898Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M562 494.898L566.396 496.807C566.904 497.028 567.481 497.028 567.99 496.807L572 495.066V499.811C572 500.173 571.798 500.505 571.477 500.672C568.671 502.131 565.329 502.131 562.523 500.672C562.202 500.505 562 500.173 562 499.811V494.898Z' fill='%239A9A9A'/%3e%3cpath d='M562 494.898L562.398 493.981L561 493.374V494.898H562ZM566.396 496.807L565.998 497.725H565.998L566.396 496.807ZM567.99 496.807L568.388 497.725L568.388 497.725L567.99 496.807ZM572 495.066H573V493.541L571.602 494.148L572 495.066ZM571.477 500.672L571.939 501.559L571.939 501.559L571.477 500.672ZM562.523 500.672L562.061 501.559H562.061L562.523 500.672ZM561.602 495.815L565.998 497.725L566.794 495.89L562.398 493.981L561.602 495.815ZM565.998 497.725C566.76 498.056 567.626 498.056 568.388 497.725L567.591 495.89C567.337 496.001 567.049 496.001 566.794 495.89L565.998 497.725ZM568.388 497.725L572.398 495.983L571.602 494.148L567.591 495.89L568.388 497.725ZM571 495.066V499.811H573V495.066H571ZM571 499.811C571 499.8 571.006 499.789 571.016 499.784L571.939 501.559C572.591 501.22 573 500.546 573 499.811H571ZM571.016 499.784C568.499 501.093 565.501 501.093 562.984 499.784L562.061 501.559C565.157 503.169 568.843 503.169 571.939 501.559L571.016 499.784ZM562.984 499.784C562.994 499.789 563 499.8 563 499.811H561C561 500.546 561.409 501.22 562.061 501.559L562.984 499.784ZM563 499.811V494.898H561V499.811H563Z' fill='%239A9A9A' mask='url(%23path-2289-inside-49_15778_26381)'/%3e%3cpath d='M566.977 488.724C567.077 488.679 567.189 488.669 567.294 488.693L567.396 488.728L574.345 492.008L567.402 495.404C567.301 495.454 567.186 495.467 567.077 495.444L566.971 495.408L559.697 492.008L566.977 488.724Z' fill='%239A9A9A' stroke='%239A9A9A'/%3e%3crect x='573' y='492' width='1' height='7' rx='0.5' fill='%239A9A9A'/%3e%3crect x='572.5' y='495.5' width='2' height='2' rx='1' fill='%239A9A9A'/%3e%3cmask id='path-2294-inside-50_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M544 494.898L548.396 496.807C548.904 497.028 549.481 497.028 549.99 496.807L554 495.066V499.811C554 500.173 553.798 500.505 553.477 500.672C550.671 502.131 547.329 502.131 544.523 500.672C544.202 500.505 544 500.173 544 499.811V494.898Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M544 494.898L548.396 496.807C548.904 497.028 549.481 497.028 549.99 496.807L554 495.066V499.811C554 500.173 553.798 500.505 553.477 500.672C550.671 502.131 547.329 502.131 544.523 500.672C544.202 500.505 544 500.173 544 499.811V494.898Z' fill='%2335383A'/%3e%3cpath d='M544 494.898L544.398 493.981L543 493.374V494.898H544ZM548.396 496.807L547.998 497.725H547.998L548.396 496.807ZM549.99 496.807L550.388 497.725L550.388 497.725L549.99 496.807ZM554 495.066H555V493.541L553.602 494.148L554 495.066ZM553.477 500.672L553.939 501.559L553.939 501.559L553.477 500.672ZM544.523 500.672L544.061 501.559H544.061L544.523 500.672ZM543.602 495.815L547.998 497.725L548.794 495.89L544.398 493.981L543.602 495.815ZM547.998 497.725C548.76 498.056 549.626 498.056 550.388 497.725L549.591 495.89C549.337 496.001 549.049 496.001 548.794 495.89L547.998 497.725ZM550.388 497.725L554.398 495.983L553.602 494.148L549.591 495.89L550.388 497.725ZM553 495.066V499.811H555V495.066H553ZM553 499.811C553 499.8 553.006 499.789 553.016 499.784L553.939 501.559C554.591 501.22 555 500.546 555 499.811H553ZM553.016 499.784C550.499 501.093 547.501 501.093 544.984 499.784L544.061 501.559C547.157 503.169 550.843 503.169 553.939 501.559L553.016 499.784ZM544.984 499.784C544.994 499.789 545 499.8 545 499.811H543C543 500.546 543.409 501.22 544.061 501.559L544.984 499.784ZM545 499.811V494.898H543V499.811H545Z' fill='%2335383A' mask='url(%23path-2294-inside-50_15778_26381)'/%3e%3cpath d='M548.977 488.724C549.077 488.679 549.189 488.669 549.294 488.693L549.396 488.728L556.345 492.008L549.402 495.404C549.301 495.454 549.186 495.467 549.077 495.444L548.971 495.408L541.697 492.008L548.977 488.724Z' fill='%2335383A' stroke='%2335383A'/%3e%3crect x='555' y='492' width='1' height='7' rx='0.5' fill='%2335383A'/%3e%3crect x='554.5' y='495.5' width='2' height='2' rx='1' fill='%2335383A'/%3e%3cmask id='path-2299-inside-51_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M526 494.898L530.396 496.807C530.904 497.028 531.481 497.028 531.99 496.807L536 495.066V499.811C536 500.173 535.798 500.505 535.477 500.672C532.671 502.131 529.329 502.131 526.523 500.672C526.202 500.505 526 500.173 526 499.811V494.898Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M526 494.898L530.396 496.807C530.904 497.028 531.481 497.028 531.99 496.807L536 495.066V499.811C536 500.173 535.798 500.505 535.477 500.672C532.671 502.131 529.329 502.131 526.523 500.672C526.202 500.505 526 500.173 526 499.811V494.898Z' fill='%234774C6'/%3e%3cpath d='M526 494.898L526.398 493.981L525 493.374V494.898H526ZM530.396 496.807L529.998 497.725H529.998L530.396 496.807ZM531.99 496.807L532.388 497.725L532.388 497.725L531.99 496.807ZM536 495.066H537V493.541L535.602 494.148L536 495.066ZM535.477 500.672L535.939 501.559L535.939 501.559L535.477 500.672ZM526.523 500.672L526.061 501.559H526.061L526.523 500.672ZM525.602 495.815L529.998 497.725L530.794 495.89L526.398 493.981L525.602 495.815ZM529.998 497.725C530.76 498.056 531.626 498.056 532.388 497.725L531.591 495.89C531.337 496.001 531.049 496.001 530.794 495.89L529.998 497.725ZM532.388 497.725L536.398 495.983L535.602 494.148L531.591 495.89L532.388 497.725ZM535 495.066V499.811H537V495.066H535ZM535 499.811C535 499.8 535.006 499.789 535.016 499.784L535.939 501.559C536.591 501.22 537 500.546 537 499.811H535ZM535.016 499.784C532.499 501.093 529.501 501.093 526.984 499.784L526.061 501.559C529.157 503.169 532.843 503.169 535.939 501.559L535.016 499.784ZM526.984 499.784C526.994 499.789 527 499.8 527 499.811H525C525 500.546 525.409 501.22 526.061 501.559L526.984 499.784ZM527 499.811V494.898H525V499.811H527Z' fill='%234774C6' mask='url(%23path-2299-inside-51_15778_26381)'/%3e%3cpath d='M530.977 488.724C531.077 488.679 531.189 488.669 531.294 488.693L531.396 488.728L538.345 492.008L531.402 495.404C531.301 495.454 531.186 495.467 531.077 495.444L530.971 495.408L523.697 492.008L530.977 488.724Z' fill='%234774C6' stroke='%234774C6'/%3e%3crect x='537' y='492' width='1' height='7' rx='0.5' fill='%23E9932C'/%3e%3crect x='536.5' y='495.5' width='2' height='2' rx='1' fill='%23E9932C'/%3e%3ccircle cx='99' cy='513' r='7' fill='%2335383A'/%3e%3cpath d='M98 509H99V513H102V514H98V509Z' fill='white'/%3e%3ccircle cx='117' cy='513' r='6.5' stroke='%239A9A9A'/%3e%3crect x='116.25' y='511.75' width='1.5' height='5.5' rx='0.75' fill='%239A9A9A'/%3e%3ccircle cx='117.001' cy='509.75' r='1.00037' fill='%239A9A9A'/%3e%3cpath d='M153 488.5L147 490.953L153 493.7L159 490.953L153 488.5Z' fill='%237565C0'/%3e%3cpath d='M153.506 498.112C153.432 498.132 153.354 498.142 153.273 498.142C153.058 498.142 152.873 498.077 152.719 497.947C152.481 497.747 152.362 497.416 152.362 496.954C152.362 496.559 152.445 496.262 152.612 496.064C152.778 495.866 153.001 495.767 153.28 495.767C153.577 495.767 153.803 495.87 153.957 496.078C154.113 496.284 154.191 496.576 154.191 496.954C154.191 497.119 154.174 497.263 154.14 497.387C154.119 497.469 154.081 497.565 154.028 497.675L153.687 497.35L153.323 497.73L153.664 498.055C153.6 498.082 153.548 498.101 153.506 498.112Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M147 498.686L153 501L159 498.686V492L153 494.75L147 492V498.686ZM149.299 497.931C149.236 497.854 149.194 497.739 149.173 497.585H148.5C148.5 497.936 148.626 498.212 148.878 498.413C149.129 498.613 149.475 498.713 149.914 498.713C150.344 498.713 150.677 498.612 150.912 498.409C151.148 498.204 151.266 497.948 151.266 497.64C151.266 497.34 151.166 497.11 150.964 496.951C150.835 496.849 150.642 496.768 150.388 496.706L149.807 496.567C149.582 496.514 149.436 496.467 149.367 496.427C149.26 496.368 149.207 496.278 149.207 496.157C149.207 496.026 149.261 495.924 149.369 495.851C149.478 495.778 149.623 495.741 149.804 495.741C149.967 495.741 150.104 495.769 150.214 495.826C150.379 495.911 150.467 496.055 150.479 496.258H151.157C151.144 495.9 151.012 495.627 150.761 495.439C150.51 495.25 150.208 495.155 149.852 495.155C149.427 495.155 149.104 495.255 148.884 495.455C148.665 495.655 148.555 495.906 148.555 496.208C148.555 496.539 148.669 496.782 148.896 496.938C149.03 497.031 149.273 497.117 149.623 497.196L149.98 497.276C150.189 497.322 150.343 497.375 150.44 497.434C150.538 497.495 150.587 497.581 150.587 497.693C150.587 497.883 150.488 498.014 150.292 498.084C150.188 498.121 150.053 498.139 149.887 498.139C149.609 498.139 149.413 498.069 149.299 497.931ZM154.785 497.659C154.859 497.456 154.895 497.204 154.895 496.904C154.895 496.336 154.724 495.895 154.383 495.579C154.087 495.306 153.721 495.169 153.284 495.169C152.851 495.169 152.489 495.298 152.198 495.556C151.841 495.872 151.662 496.338 151.662 496.954C151.662 497.566 151.836 498.03 152.184 498.345C152.471 498.608 152.834 498.739 153.273 498.739C153.484 498.739 153.664 498.714 153.815 498.663C153.905 498.633 154.012 498.58 154.136 498.506L154.543 498.89L154.911 498.506L154.522 498.142C154.638 498.014 154.726 497.853 154.785 497.659ZM155.435 495.254H156.14V498.02H157.81V498.626H155.435V495.254Z' fill='%237565C0'/%3e%3cpath d='M171 488.5L165 490.953L171 493.7L177 490.953L171 488.5Z' fill='%2335383A'/%3e%3cpath d='M171.506 498.112C171.432 498.132 171.354 498.142 171.273 498.142C171.058 498.142 170.873 498.077 170.719 497.947C170.481 497.747 170.362 497.416 170.362 496.954C170.362 496.559 170.445 496.262 170.612 496.064C170.778 495.866 171.001 495.767 171.28 495.767C171.577 495.767 171.803 495.87 171.957 496.078C172.113 496.284 172.191 496.576 172.191 496.954C172.191 497.119 172.174 497.263 172.14 497.387C172.119 497.469 172.081 497.565 172.028 497.675L171.687 497.35L171.323 497.73L171.664 498.055C171.6 498.082 171.548 498.101 171.506 498.112Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M165 498.686L171 501L177 498.686V492L171 494.75L165 492V498.686ZM167.299 497.931C167.236 497.854 167.194 497.739 167.173 497.585H166.5C166.5 497.936 166.626 498.212 166.878 498.413C167.129 498.613 167.475 498.713 167.914 498.713C168.344 498.713 168.677 498.612 168.912 498.409C169.148 498.204 169.266 497.948 169.266 497.64C169.266 497.34 169.166 497.11 168.964 496.951C168.835 496.849 168.642 496.768 168.388 496.706L167.807 496.567C167.582 496.514 167.436 496.467 167.367 496.427C167.26 496.368 167.207 496.278 167.207 496.157C167.207 496.026 167.261 495.924 167.369 495.851C167.478 495.778 167.623 495.741 167.804 495.741C167.967 495.741 168.104 495.769 168.214 495.826C168.379 495.911 168.467 496.055 168.479 496.258H169.157C169.144 495.9 169.012 495.627 168.761 495.439C168.51 495.25 168.208 495.155 167.852 495.155C167.427 495.155 167.104 495.255 166.884 495.455C166.665 495.655 166.555 495.906 166.555 496.208C166.555 496.539 166.669 496.782 166.896 496.938C167.03 497.031 167.273 497.117 167.623 497.196L167.98 497.276C168.189 497.322 168.343 497.375 168.44 497.434C168.538 497.495 168.587 497.581 168.587 497.693C168.587 497.883 168.488 498.014 168.292 498.084C168.188 498.121 168.053 498.139 167.887 498.139C167.609 498.139 167.413 498.069 167.299 497.931ZM172.785 497.659C172.859 497.456 172.895 497.204 172.895 496.904C172.895 496.336 172.724 495.895 172.383 495.579C172.087 495.306 171.721 495.169 171.284 495.169C170.851 495.169 170.489 495.298 170.198 495.556C169.841 495.872 169.662 496.338 169.662 496.954C169.662 497.566 169.836 498.03 170.184 498.345C170.471 498.608 170.834 498.739 171.273 498.739C171.484 498.739 171.664 498.714 171.815 498.663C171.905 498.633 172.012 498.58 172.136 498.506L172.543 498.89L172.911 498.506L172.522 498.142C172.638 498.014 172.726 497.853 172.785 497.659ZM173.435 495.254H174.14V498.02H175.81V498.626H173.435V495.254Z' fill='%2335383A'/%3e%3cpath d='M189 488.5L183 490.953L189 493.7L195 490.953L189 488.5Z' fill='white'/%3e%3cpath d='M189.506 498.112C189.432 498.132 189.354 498.142 189.273 498.142C189.058 498.142 188.873 498.077 188.719 497.947C188.481 497.747 188.362 497.416 188.362 496.954C188.362 496.559 188.445 496.262 188.612 496.064C188.778 495.866 189.001 495.767 189.28 495.767C189.577 495.767 189.803 495.87 189.957 496.078C190.113 496.284 190.191 496.576 190.191 496.954C190.191 497.119 190.174 497.263 190.14 497.387C190.119 497.469 190.081 497.565 190.028 497.675L189.687 497.35L189.323 497.73L189.664 498.055C189.6 498.082 189.548 498.101 189.506 498.112Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M183 498.686L189 501L195 498.686V492L189 494.75L183 492V498.686ZM185.299 497.931C185.236 497.854 185.194 497.739 185.173 497.585H184.5C184.5 497.936 184.626 498.212 184.878 498.413C185.129 498.613 185.475 498.713 185.914 498.713C186.344 498.713 186.677 498.612 186.912 498.409C187.148 498.204 187.266 497.948 187.266 497.64C187.266 497.34 187.166 497.11 186.964 496.951C186.835 496.849 186.642 496.768 186.388 496.706L185.807 496.567C185.582 496.514 185.436 496.467 185.367 496.427C185.26 496.368 185.207 496.278 185.207 496.157C185.207 496.026 185.261 495.924 185.369 495.851C185.478 495.778 185.623 495.741 185.804 495.741C185.967 495.741 186.104 495.769 186.214 495.826C186.379 495.911 186.467 496.055 186.479 496.258H187.157C187.144 495.9 187.012 495.627 186.761 495.439C186.51 495.25 186.208 495.155 185.852 495.155C185.427 495.155 185.104 495.255 184.884 495.455C184.665 495.655 184.555 495.906 184.555 496.208C184.555 496.539 184.669 496.782 184.896 496.938C185.03 497.031 185.273 497.117 185.623 497.196L185.98 497.276C186.189 497.322 186.343 497.375 186.44 497.434C186.538 497.495 186.587 497.581 186.587 497.693C186.587 497.883 186.488 498.014 186.292 498.084C186.188 498.121 186.053 498.139 185.887 498.139C185.609 498.139 185.413 498.069 185.299 497.931ZM190.785 497.659C190.859 497.456 190.895 497.204 190.895 496.904C190.895 496.336 190.724 495.895 190.383 495.579C190.087 495.306 189.721 495.169 189.284 495.169C188.851 495.169 188.489 495.298 188.198 495.556C187.841 495.872 187.662 496.338 187.662 496.954C187.662 497.566 187.836 498.03 188.184 498.345C188.471 498.608 188.834 498.739 189.273 498.739C189.484 498.739 189.664 498.714 189.815 498.663C189.905 498.633 190.012 498.58 190.136 498.506L190.543 498.89L190.911 498.506L190.522 498.142C190.638 498.014 190.726 497.853 190.785 497.659ZM191.435 495.254H192.14V498.02H193.81V498.626H191.435V495.254Z' fill='white'/%3e%3cpath d='M155.442 509.149L152.999 511.593L150.557 509.149L152.999 506.707L155.442 509.149Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath d='M155.442 516.849L152.999 519.293L150.557 516.849L152.999 514.407L155.442 516.849Z' fill='%23E5C5A7' stroke='%23CF721D'/%3e%3cpath d='M149.149 510.557L151.593 513.001L149.149 515.443L146.707 513.001L149.149 510.557Z' fill='%23EDB2E4' stroke='%23B1409F'/%3e%3cpath d='M156.85 510.557L159.293 513.001L156.85 515.443L154.407 513.001L156.85 510.557Z' fill='%23B1B4EC' stroke='%235D63D8'/%3e%3cpath d='M174 513C174 514.657 172.657 516 171 516C169.343 516 168 514.657 168 513C168 511.343 169.343 510 171 510C172.657 510 174 511.343 174 513ZM173 513C173 511.895 172.105 511 171 511C169.895 511 169 511.895 169 513C169 514.105 169.895 515 171 515C172.105 515 173 514.105 173 513Z' fill='%2335383A'/%3e%3cpath d='M166.117 515.619L165.541 516.42C165.295 516.766 165.333 517.236 165.635 517.534L166.506 518.406C166.67 518.57 166.887 518.66 167.118 518.66C167.299 518.66 167.471 518.605 167.617 518.5L168.439 517.915C168.735 518.069 169.044 518.195 169.364 518.295L169.528 519.278C169.597 519.696 169.957 520 170.381 520H171.615C172.04 520 172.4 519.696 172.469 519.278L172.636 518.295C172.966 518.193 173.285 518.061 173.589 517.9L174.4 518.479C174.546 518.584 174.721 518.64 174.903 518.64C175.134 518.64 175.35 518.549 175.514 518.386L176.386 517.514C176.684 517.216 176.725 516.744 176.479 516.4L175.9 515.587C176.06 515.279 176.195 514.961 176.295 514.633L177.278 514.469C177.696 514.4 178 514.04 178 513.615V512.385C178.006 511.96 177.702 511.6 177.283 511.53L176.3 511.364C176.198 511.033 176.066 510.714 175.906 510.41L176.485 509.6C176.73 509.255 176.692 508.784 176.391 508.486L175.52 507.614C175.356 507.451 175.139 507.36 174.908 507.36C174.727 507.36 174.555 507.415 174.408 507.52L173.596 508.1C173.279 507.933 172.949 507.795 172.607 507.693L172.443 506.722C172.373 506.304 172.013 506 171.589 506H170.358C169.934 506 169.574 506.304 169.504 506.722L169.335 507.717C169.007 507.819 168.687 507.953 168.383 508.117L167.579 507.538C167.433 507.433 167.258 507.378 167.076 507.378C166.845 507.378 166.626 507.468 166.465 507.631L165.591 508.503C165.292 508.801 165.251 509.273 165.497 509.617L166.082 510.439C165.921 510.747 165.793 511.065 165.693 511.395L164.722 511.559C164.304 511.63 164 511.99 164 512.414V513.645C164 514.069 164.304 514.429 164.722 514.498L165.717 514.669C165.819 514.995 165.953 515.315 166.117 515.619ZM175.345 511.659L175.527 512.247L177 512.496V513.502L175.519 513.749L175.338 514.342C175.259 514.603 175.149 514.864 175.014 515.124L174.73 515.667L175.598 516.887L174.887 517.598L173.667 516.727L173.12 517.017C172.873 517.148 172.613 517.255 172.341 517.34L171.753 517.521L171.502 519H170.495L170.249 517.524L169.662 517.34C169.395 517.257 169.141 517.154 168.904 517.029L168.36 516.744L167.132 517.618L166.422 516.907L167.294 515.695L166.998 515.145C166.864 514.896 166.754 514.636 166.671 514.37L166.488 513.786L165 513.531V512.526L166.471 512.278L166.65 511.685C166.733 511.411 166.838 511.152 166.968 510.904L167.253 510.36L166.378 509.13L167.091 508.419L168.307 509.294L168.858 508.998C169.106 508.864 169.366 508.754 169.632 508.671L170.217 508.489L170.471 507H171.476L171.725 508.473L172.321 508.651C172.596 508.733 172.865 508.845 173.128 508.984L173.674 509.273L174.893 508.402L175.604 509.113L174.733 510.331L175.021 510.877C175.153 511.126 175.261 511.387 175.345 511.659Z' fill='%2335383A'/%3e%3cpath d='M192 513C192 514.657 190.657 516 189 516C187.343 516 186 514.657 186 513C186 511.343 187.343 510 189 510C190.657 510 192 511.343 192 513ZM191 513C191 511.895 190.105 511 189 511C187.895 511 187 511.895 187 513C187 514.105 187.895 515 189 515C190.105 515 191 514.105 191 513Z' fill='%230E6FF9'/%3e%3cpath d='M184.117 515.619L183.541 516.42C183.295 516.766 183.333 517.236 183.635 517.534L184.506 518.406C184.67 518.57 184.887 518.66 185.118 518.66C185.299 518.66 185.471 518.605 185.617 518.5L186.439 517.915C186.735 518.069 187.044 518.195 187.364 518.295L187.528 519.278C187.597 519.696 187.957 520 188.381 520H189.615C190.04 520 190.4 519.696 190.469 519.278L190.636 518.295C190.966 518.193 191.285 518.061 191.589 517.9L192.4 518.479C192.546 518.584 192.721 518.64 192.903 518.64C193.134 518.64 193.35 518.549 193.514 518.386L194.386 517.514C194.684 517.216 194.725 516.744 194.479 516.4L193.9 515.587C194.06 515.279 194.195 514.961 194.295 514.633L195.278 514.469C195.696 514.4 196 514.04 196 513.615V512.385C196.006 511.96 195.702 511.6 195.283 511.53L194.3 511.364C194.198 511.033 194.066 510.714 193.906 510.41L194.485 509.6C194.73 509.255 194.692 508.784 194.391 508.486L193.52 507.614C193.356 507.451 193.139 507.36 192.908 507.36C192.727 507.36 192.555 507.415 192.408 507.52L191.596 508.1C191.279 507.933 190.949 507.795 190.607 507.693L190.443 506.722C190.373 506.304 190.013 506 189.589 506H188.358C187.934 506 187.574 506.304 187.504 506.722L187.335 507.717C187.007 507.819 186.687 507.953 186.383 508.117L185.579 507.538C185.433 507.433 185.258 507.378 185.076 507.378C184.845 507.378 184.626 507.468 184.465 507.631L183.591 508.503C183.292 508.801 183.251 509.273 183.497 509.617L184.082 510.439C183.921 510.747 183.793 511.065 183.693 511.395L182.722 511.559C182.304 511.63 182 511.99 182 512.414V513.645C182 514.069 182.304 514.429 182.722 514.498L183.717 514.669C183.819 514.995 183.953 515.315 184.117 515.619ZM193.345 511.659L193.527 512.247L195 512.496V513.502L193.519 513.749L193.338 514.342C193.259 514.603 193.149 514.864 193.014 515.124L192.73 515.667L193.598 516.887L192.887 517.598L191.667 516.727L191.12 517.017C190.873 517.148 190.613 517.255 190.341 517.34L189.753 517.521L189.502 519H188.495L188.249 517.524L187.662 517.34C187.395 517.257 187.141 517.154 186.904 517.029L186.36 516.744L185.132 517.618L184.422 516.907L185.294 515.695L184.998 515.145C184.864 514.896 184.754 514.636 184.671 514.37L184.488 513.786L183 513.531V512.526L184.471 512.278L184.65 511.685C184.733 511.411 184.838 511.152 184.968 510.904L185.253 510.36L184.378 509.13L185.091 508.419L186.307 509.294L186.858 508.998C187.106 508.864 187.366 508.754 187.632 508.671L188.217 508.489L188.471 507H189.476L189.725 508.473L190.321 508.651C190.596 508.733 190.865 508.845 191.128 508.984L191.674 509.273L192.893 508.402L193.604 509.113L192.733 510.331L193.021 510.877C193.153 511.126 193.261 511.387 193.345 511.659Z' fill='%230E6FF9'/%3e%3cpath d='M210 513C210 514.657 208.657 516 207 516C205.343 516 204 514.657 204 513C204 511.343 205.343 510 207 510C208.657 510 210 511.343 210 513ZM209 513C209 511.895 208.105 511 207 511C205.895 511 205 511.895 205 513C205 514.105 205.895 515 207 515C208.105 515 209 514.105 209 513Z' fill='%239A9A9A'/%3e%3cpath d='M202.117 515.619L201.541 516.42C201.295 516.766 201.333 517.236 201.635 517.534L202.506 518.406C202.67 518.57 202.887 518.66 203.118 518.66C203.299 518.66 203.471 518.605 203.617 518.5L204.439 517.915C204.735 518.069 205.044 518.195 205.364 518.295L205.528 519.278C205.597 519.696 205.957 520 206.381 520H207.615C208.04 520 208.4 519.696 208.469 519.278L208.636 518.295C208.966 518.193 209.285 518.061 209.589 517.9L210.4 518.479C210.546 518.584 210.721 518.64 210.903 518.64C211.134 518.64 211.35 518.549 211.514 518.386L212.386 517.514C212.684 517.216 212.725 516.744 212.479 516.4L211.9 515.587C212.06 515.279 212.195 514.961 212.295 514.633L213.278 514.469C213.696 514.4 214 514.04 214 513.615V512.385C214.006 511.96 213.702 511.6 213.283 511.53L212.3 511.364C212.198 511.033 212.066 510.714 211.906 510.41L212.485 509.6C212.73 509.255 212.692 508.784 212.391 508.486L211.52 507.614C211.356 507.451 211.139 507.36 210.908 507.36C210.727 507.36 210.555 507.415 210.408 507.52L209.596 508.1C209.279 507.933 208.949 507.795 208.607 507.693L208.443 506.722C208.373 506.304 208.013 506 207.589 506H206.358C205.934 506 205.574 506.304 205.504 506.722L205.335 507.717C205.007 507.819 204.687 507.953 204.383 508.117L203.579 507.538C203.433 507.433 203.258 507.378 203.076 507.378C202.845 507.378 202.626 507.468 202.465 507.631L201.591 508.503C201.292 508.801 201.251 509.273 201.497 509.617L202.082 510.439C201.921 510.747 201.793 511.065 201.693 511.395L200.722 511.559C200.304 511.63 200 511.99 200 512.414V513.645C200 514.069 200.304 514.429 200.722 514.498L201.717 514.669C201.819 514.995 201.953 515.315 202.117 515.619ZM211.345 511.659L211.527 512.247L213 512.496V513.502L211.519 513.749L211.338 514.342C211.259 514.603 211.149 514.864 211.014 515.124L210.73 515.667L211.598 516.887L210.887 517.598L209.667 516.727L209.12 517.017C208.873 517.148 208.613 517.255 208.341 517.34L207.753 517.521L207.502 519H206.495L206.249 517.524L205.662 517.34C205.395 517.257 205.141 517.154 204.904 517.029L204.36 516.744L203.132 517.618L202.422 516.907L203.294 515.695L202.998 515.145C202.864 514.896 202.754 514.636 202.671 514.37L202.488 513.786L201 513.531V512.526L202.471 512.278L202.65 511.685C202.733 511.411 202.838 511.152 202.968 510.904L203.253 510.36L202.378 509.13L203.091 508.419L204.307 509.294L204.858 508.998C205.106 508.864 205.366 508.754 205.632 508.671L206.217 508.489L206.471 507H207.476L207.725 508.473L208.321 508.651C208.596 508.733 208.865 508.845 209.128 508.984L209.674 509.273L210.893 508.402L211.604 509.113L210.733 510.331L211.021 510.877C211.153 511.126 211.261 511.387 211.345 511.659Z' fill='%239A9A9A'/%3e%3cpath d='M221.5 511C221.224 511 221 511.224 221 511.5V516.5C221 516.776 221.224 517 221.5 517C221.776 517 222 516.776 222 516.5V511.5C222 511.224 221.776 511 221.5 511Z' fill='%2329313B'/%3e%3cpath d='M224.5 512.5C224.5 512.224 224.724 512 225 512C225.276 512 225.5 512.224 225.5 512.5V516.5C225.5 516.776 225.276 517 225 517C224.724 517 224.5 516.776 224.5 516.5V512.5Z' fill='%2329313B'/%3e%3cpath d='M228.5 509C228.224 509 228 509.224 228 509.5V516.5C228 516.776 228.224 517 228.5 517C228.776 517 229 516.776 229 516.5V509.5C229 509.224 228.776 509 228.5 509Z' fill='%2329313B'/%3e%3cpath d='M218 508C218 506.895 218.895 506 220 506H230C231.105 506 232 506.895 232 508V518C232 519.105 231.105 520 230 520H220C218.895 520 218 519.105 218 518V508ZM220 507C219.448 507 219 507.448 219 508V518C219 518.552 219.448 519 220 519H230C230.552 519 231 518.552 231 518V508C231 507.448 230.552 507 230 507H220Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M265 507H257C255.895 507 255 507.895 255 509L256 509V511H255V515H256V517H255C255 518.105 255.895 519 257 519H261.217C261.111 519.324 261.062 519.663 261.068 520H257C255.343 520 254 518.657 254 517V509C254 507.343 255.343 506 257 506H265C266.657 506 268 507.343 268 509V513.472C267.668 513.428 267.33 513.437 267 513.502V509C267 507.895 266.105 507 265 507ZM260.5 509.5C260.5 509.224 260.724 509 261 509C261.276 509 261.5 509.224 261.5 509.5V510.041C262.756 510.252 263.748 511.244 263.959 512.5H264.5C264.776 512.5 265 512.724 265 513C265 513.276 264.776 513.5 264.5 513.5H263.959C263.748 514.756 262.756 515.748 261.5 515.959V516.5C261.5 516.776 261.276 517 261 517C260.724 517 260.5 516.776 260.5 516.5V515.959C259.244 515.748 258.252 514.756 258.041 513.5H257.5C257.224 513.5 257 513.276 257 513C257 512.724 257.224 512.5 257.5 512.5H258.041C258.252 511.244 259.244 510.252 260.5 510.041V509.5ZM259 513C259 514.105 259.895 515 261 515C262.105 515 263 514.105 263 513C263 511.895 262.105 511 261 511C259.895 511 259 511.895 259 513Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M266.131 515.047L264.94 516.233C264.171 516.998 264.171 518.299 264.94 519.102C265.132 519.293 265.439 519.293 265.631 519.102C265.823 518.911 265.823 518.643 265.631 518.452C265.209 517.993 265.209 517.304 265.631 516.883L266.822 515.698C267.245 515.277 267.937 515.277 268.359 515.698C268.782 516.157 268.782 516.845 268.359 517.266L267.821 517.84C267.937 518.222 268.013 518.605 267.975 518.987L269.012 517.955C269.819 517.151 269.819 515.851 269.051 515.047C268.244 514.244 266.938 514.244 266.131 515.047ZM266.054 517.342C265.9 517.495 265.9 517.801 266.054 517.993C266.515 518.413 266.515 519.14 266.054 519.561L264.901 520.709C264.478 521.129 263.787 521.129 263.326 520.709C262.903 520.288 262.903 519.599 263.326 519.178L263.902 518.605C263.748 518.222 263.71 517.84 263.748 517.419L262.673 518.49C261.866 519.293 261.866 520.594 262.673 521.397C263.479 522.201 264.786 522.201 265.554 521.397L266.745 520.211C267.552 519.408 267.552 518.146 266.745 517.342C266.553 517.151 266.246 517.151 266.054 517.342Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M247 507H239C237.895 507 237 507.895 237 509L238 509V511H237V515H238V517H237C237 518.105 237.895 519 239 519H243.217C243.111 519.324 243.062 519.663 243.068 520H239C237.343 520 236 518.657 236 517V509C236 507.343 237.343 506 239 506H247C248.657 506 250 507.343 250 509V513.472C249.668 513.428 249.33 513.437 249 513.502V509C249 507.895 248.105 507 247 507ZM242.5 509.5C242.5 509.224 242.724 509 243 509C243.276 509 243.5 509.224 243.5 509.5V510.041C244.756 510.252 245.748 511.244 245.959 512.5H246.5C246.776 512.5 247 512.724 247 513C247 513.276 246.776 513.5 246.5 513.5H245.959C245.748 514.756 244.756 515.748 243.5 515.959V516.5C243.5 516.776 243.276 517 243 517C242.724 517 242.5 516.776 242.5 516.5V515.959C241.244 515.748 240.252 514.756 240.041 513.5H239.5C239.224 513.5 239 513.276 239 513C239 512.724 239.224 512.5 239.5 512.5H240.041C240.252 511.244 241.244 510.252 242.5 510.041V509.5ZM241 513C241 514.105 241.895 515 243 515C244.105 515 245 514.105 245 513C245 511.895 244.105 511 243 511C241.895 511 241 511.895 241 513Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M248.131 515.047L246.94 516.233C246.171 516.998 246.171 518.299 246.94 519.102C247.132 519.293 247.439 519.293 247.631 519.102C247.823 518.911 247.823 518.643 247.631 518.452C247.209 517.993 247.209 517.304 247.631 516.883L248.822 515.698C249.245 515.277 249.937 515.277 250.359 515.698C250.782 516.157 250.782 516.845 250.359 517.266L249.821 517.84C249.937 518.222 250.013 518.605 249.975 518.987L251.012 517.955C251.819 517.151 251.819 515.851 251.051 515.047C250.244 514.244 248.938 514.244 248.131 515.047ZM248.054 517.342C247.9 517.495 247.9 517.801 248.054 517.993C248.515 518.413 248.515 519.14 248.054 519.561L246.901 520.709C246.478 521.129 245.787 521.129 245.326 520.709C244.903 520.288 244.903 519.599 245.326 519.178L245.902 518.605C245.748 518.222 245.71 517.84 245.748 517.419L244.673 518.49C243.866 519.293 243.866 520.594 244.673 521.397C245.479 522.201 246.786 522.201 247.554 521.397L248.745 520.211C249.552 519.408 249.552 518.146 248.745 517.342C248.553 517.151 248.246 517.151 248.054 517.342Z' fill='%2335383A'/%3e%3cpath d='M279.003 506C279.645 506.002 280.192 506.414 280.557 507.03L286.66 517.341L286.784 517.574C287.044 518.124 287.089 518.703 286.812 519.189C286.496 519.746 285.863 520 285.154 520H272.845C272.13 520 271.497 519.742 271.184 519.183C270.872 518.626 270.978 517.951 271.34 517.341L277.441 507.03L277.588 506.808C277.948 506.313 278.44 505.998 279.003 506Z' fill='%23F8472F' stroke='white'/%3e%3cg filter='url(%23filter13_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M278.298 510.143C278.045 510.143 277.851 510.368 277.89 510.618L278.49 514.561C278.529 514.813 278.746 515 279.001 515C279.257 515 279.474 514.813 279.512 514.561L280.113 510.618C280.151 510.368 279.958 510.143 279.705 510.143H278.298ZM279.002 516.143C279.486 516.143 279.878 516.527 279.878 517C279.878 517.473 279.486 517.857 279.002 517.857C278.517 517.857 278.125 517.473 278.125 517C278.125 516.527 278.517 516.143 279.002 516.143Z' fill='white'/%3e%3c/g%3e%3cmask id='path-2326-outside-52_15778_26381' maskUnits='userSpaceOnUse' x='289' y='505' width='16' height='16' fill='black'%3e%3crect fill='white' x='289' y='505' width='16' height='16'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M297 506C300.866 506 304 509.134 304 513C304 516.867 300.866 520 297 520C293.134 520 290 516.867 290 513C290 509.134 293.134 506 297 506Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M297 506C300.866 506 304 509.134 304 513C304 516.867 300.866 520 297 520C293.134 520 290 516.867 290 513C290 509.134 293.134 506 297 506Z' fill='%2367C630'/%3e%3cpath d='M297 507C300.314 507 303 509.686 303 513H305C305 508.582 301.418 505 297 505V507ZM303 513C303 516.315 300.314 519 297 519V521C301.418 521 305 517.419 305 513H303ZM297 519C293.686 519 291 516.315 291 513H289C289 517.419 292.582 521 297 521V519ZM291 513C291 509.686 293.686 507 297 507V505C292.582 505 289 508.582 289 513H291Z' fill='white' mask='url(%23path-2326-outside-52_15778_26381)'/%3e%3cg filter='url(%23filter14_d_15778_26381)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M296.184 515.8C296.322 515.8 296.457 515.747 296.564 515.645L300.525 511.712C300.736 511.503 300.736 511.166 300.525 510.957C300.315 510.748 299.975 510.748 299.764 510.957L296.179 514.516L294.518 512.864C294.308 512.655 293.968 512.655 293.757 512.864C293.547 513.073 293.547 513.41 293.757 513.619L295.803 515.645C295.906 515.747 296.045 515.8 296.184 515.8Z' fill='white'/%3e%3c/g%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M316 506.577C315.381 506.22 314.618 506.22 314 506.577L311.335 508.116C311.544 508.375 311.711 508.669 311.825 508.988L314.5 507.443C314.809 507.265 315.19 507.265 315.5 507.443L318.175 508.988C318.289 508.669 318.456 508.375 318.665 508.116L316 506.577ZM321.062 512.999C321.041 513 321.021 513 321 513C320.672 513 320.357 512.947 320.062 512.85V515.345C320.062 515.702 319.871 516.033 319.562 516.211L317.529 517.385C317.709 517.666 317.843 517.979 317.921 518.313L320.062 517.077C320.681 516.72 321.062 516.06 321.062 515.345V512.999ZM312.079 518.314C312.157 517.979 312.291 517.666 312.471 517.385L310.437 516.211C310.128 516.033 309.938 515.702 309.938 515.345V512.851C309.643 512.947 309.327 513 309 513C308.979 513 308.958 513 308.938 512.999V515.345C308.938 516.06 309.319 516.72 309.937 517.077L312.079 518.314ZM311.539 511.598L314.5 513.29V516.041C314.662 516.014 314.83 516 315 516C315.17 516 315.337 516.014 315.5 516.041V513.29L318.461 511.598C318.283 511.316 318.151 511.002 318.074 510.667L315 512.424L311.925 510.667C311.849 511.002 311.717 511.316 311.539 511.598Z' fill='%237565C0'/%3e%3crect x='319.5' y='508.5' width='3' height='3' rx='1.5' fill='%23C3BCE6' stroke='%237565C0'/%3e%3crect x='313.5' y='517.5' width='3' height='3' rx='1.5' fill='%23C3BCE6' stroke='%237565C0'/%3e%3crect x='307.5' y='508.5' width='3' height='3' rx='1.5' fill='%23C3BCE6' stroke='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M603 496V495.5C603 495.224 603.224 495 603.5 495H608.5C609.328 495 610 494.328 610 493.5V491.5C610 490.672 609.328 490 608.5 490H607V491H608.5C608.776 491 609 491.224 609 491.5V493.5C609 493.776 608.776 494 608.5 494H603.5C602.672 494 602 494.672 602 495.5V496C601.448 496 601 496.448 601 497V501C601 501.552 601.448 502 602 502H603C603.552 502 604 501.552 604 501V497C604 496.448 603.552 496 603 496Z' fill='%23A15555'/%3e%3crect x='596.5' y='488.5' width='10' height='4' rx='1' fill='%23E59E9E' stroke='%23A15555'/%3e%3cpath d='M330.535 508.997H329.475L335.465 516.909H336.525L330.535 508.997Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M327.286 505C326.023 505 325 506.023 325 507.286V518.714C325 519.977 326.023 521 327.286 521H338.714C339.977 521 341 519.977 341 518.714V507.286C341 506.023 339.977 505 338.714 505H327.286ZM327.594 508.063H331.001L333.431 511.272L336.089 508.125H337.836L334.256 512.362L334.249 512.353L338.406 517.844H334.999L332.459 514.489L329.599 517.875H327.852L331.634 513.399L327.594 508.063Z' fill='%2329313B'/%3e%3cpath d='M348.535 508.997H347.475L353.465 516.909H354.525L348.535 508.997Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M345.286 505C344.023 505 343 506.023 343 507.286V518.714C343 519.977 344.023 521 345.286 521H356.714C357.977 521 359 519.977 359 518.714V507.286C359 506.023 357.977 505 356.714 505H345.286ZM345.594 508.063H349.001L351.431 511.272L354.089 508.125H355.836L352.256 512.362L352.249 512.353L356.406 517.844H352.999L350.459 514.489L347.599 517.875H345.852L349.634 513.399L345.594 508.063Z' fill='%239A9A9A'/%3e%3cpath d='M362 508C362 506.895 362.895 506 364 506H367C367.552 506 368 506.448 368 507V510C368 510.552 367.552 511 367 511H363C362.448 511 362 510.552 362 510V508Z' fill='%23C2D3F2'/%3e%3cpath d='M372 506.5C372.828 506.5 373.5 507.172 373.5 508V518C373.5 518.828 372.828 519.5 372 519.5H366C365.172 519.5 364.5 518.828 364.5 518V506.5H372Z' fill='%23E7F1FE' stroke='%234774C6'/%3e%3cpath d='M368 517C368 516.448 368.448 516 369 516H375C375.552 516 376 516.448 376 517V517.5C376 518.881 374.881 520 373.5 520H369C368.448 520 368 519.552 368 519V517Z' fill='%23C2D3F2'/%3e%3crect x='367' y='510' width='4' height='1' rx='0.5' fill='%234774C6'/%3e%3crect x='363' y='506' width='4' height='1' rx='0.5' fill='%234774C6'/%3e%3crect x='368' y='516' width='8' height='1' rx='0.5' fill='%234774C6'/%3e%3crect x='362' y='510' width='3' height='1' rx='0.5' fill='%234774C6'/%3e%3crect x='367' y='513' width='3' height='1' rx='0.5' fill='%234774C6'/%3e%3cpath d='M362.5 510.5V507.5C362.5 506.948 362.948 506.5 363.5 506.5V506.5C364.052 506.5 364.5 506.948 364.5 507.5V517.5C364.5 518.605 365.395 519.5 366.5 519.5V519.5C367.605 519.5 368.5 518.605 368.5 517.5V516.5' stroke='%234774C6' stroke-linecap='round'/%3e%3cpath d='M375.5 516.5V517.5C375.5 518.605 374.605 519.5 373.5 519.5H366.667' stroke='%234774C6' stroke-linecap='round'/%3e%3cpath d='M395 513.049C395 508.604 391.418 505 387 505C382.582 505 379 508.604 379 513.049C379 517.066 381.925 520.396 385.75 521V515.376H383.719V513.049H385.75V511.276C385.75 509.258 386.944 508.144 388.772 508.144C389.647 508.144 390.562 508.301 390.562 508.301V510.282H389.554C388.56 510.282 388.25 510.903 388.25 511.54V513.049H390.469L390.114 515.376H388.25V521C392.075 520.396 395 517.066 395 513.049Z' fill='white'/%3e%3cpath d='M462.5 506.674V508.673H461.319C460.667 508.673 460.139 509.195 460.139 509.839V511.422H462.416L462.078 513.837H460.139V519.5H457.608V513.837H455.5V511.422H457.608V508.96C457.608 507.933 458.234 506.97 459.243 506.719C460.288 506.459 461.28 506.414 462.5 506.674Z' fill='white'/%3e%3cpath d='M510.535 508.997H509.475L515.465 516.909H516.525L510.535 508.997Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M507.286 505C506.023 505 505 506.023 505 507.286V518.714C505 519.977 506.023 521 507.286 521H518.714C519.977 521 521 519.977 521 518.714V507.286C521 506.023 519.977 505 518.714 505H507.286ZM507.594 508.063H511.001L513.431 511.272L516.089 508.125H517.836L514.256 512.362L514.249 512.353L518.406 517.844H514.999L512.459 514.489L509.599 517.875H507.852L511.634 513.399L507.594 508.063Z' fill='white'/%3e%3cpath d='M429.816 505H416.181C415.528 505 415 505.516 415 506.153V519.844C415 520.481 415.528 521 416.181 521H429.816C430.469 521 431 520.481 431 519.847V506.153C431 505.516 430.469 505 429.816 505ZM419.747 518.634H417.372V510.997H419.747V518.634ZM418.559 509.956C417.797 509.956 417.181 509.341 417.181 508.581C417.181 507.822 417.797 507.206 418.559 507.206C419.319 507.206 419.934 507.822 419.934 508.581C419.934 509.338 419.319 509.956 418.559 509.956ZM428.634 518.634H426.262V514.922C426.262 514.038 426.247 512.897 425.028 512.897C423.794 512.897 423.606 513.863 423.606 514.859V518.634H421.238V510.997H423.512V512.041H423.544C423.859 511.441 424.634 510.806 425.788 510.806C428.191 510.806 428.634 512.388 428.634 514.444V518.634Z' fill='white'/%3e%3cellipse cx='472.546' cy='508.582' rx='1.37109' ry='1.36377' fill='white'/%3e%3cpath d='M473.751 510.991H471.367H471.345V518.634H473.751V510.991Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M477.629 514.2C477.957 512.705 480.212 512.291 480.256 514.663V515.426L480.262 515.426V518.634H482.668V514.671H482.664V514.663C482.664 513.571 482.549 512.549 482.061 511.867C481.29 510.642 479.106 510.26 477.629 511.8V510.991H475.245H475.223V518.634H477.629V514.2Z' fill='white'/%3e%3cpath d='M402.348 519.813C408.762 519.813 412.27 514.498 412.27 509.891C412.27 509.741 412.267 509.588 412.26 509.439C412.943 508.945 413.532 508.334 414 507.633C413.364 507.916 412.689 508.101 411.998 508.181C412.726 507.745 413.271 507.06 413.532 506.253C412.847 506.658 412.099 506.944 411.318 507.099C410.792 506.54 410.096 506.17 409.339 506.046C408.582 505.922 407.804 506.051 407.128 506.413C406.451 506.775 405.912 507.35 405.595 508.049C405.278 508.747 405.199 509.531 405.372 510.279C403.986 510.209 402.63 509.849 401.392 509.222C400.154 508.595 399.061 507.714 398.185 506.638C397.74 507.405 397.604 508.314 397.804 509.178C398.004 510.043 398.527 510.798 399.264 511.292C398.71 511.274 398.169 511.125 397.684 510.857V510.9C397.683 511.706 397.962 512.486 398.472 513.11C398.982 513.733 399.693 514.161 400.482 514.32C399.969 514.46 399.431 514.481 398.909 514.38C399.132 515.072 399.565 515.678 400.149 516.113C400.733 516.547 401.438 516.789 402.165 516.803C400.93 517.774 399.404 518.3 397.833 518.298C397.555 518.297 397.277 518.28 397 518.246C398.596 519.27 400.452 519.814 402.348 519.813Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M488 506H492.439L502 520H497.797L488 506ZM490.142 507.11L498.386 518.89H499.887L491.842 507.11H490.142Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M495.683 511.214L500.236 505.939H501.72L496.331 512.183L495.683 511.214ZM493.704 513.506L488.03 520.079H489.514L494.351 514.476L493.704 513.506Z' fill='white'/%3e%3cpath d='M448.841 509.428C448.841 509.428 448.684 508.325 448.203 507.841C447.594 507.203 446.913 507.2 446.6 507.162C444.363 507 441.003 507 441.003 507H440.997C440.997 507 437.638 507 435.4 507.162C435.088 507.2 434.406 507.203 433.797 507.841C433.316 508.325 433.162 509.428 433.162 509.428C433.162 509.428 433 510.725 433 512.019V513.231C433 514.525 433.159 515.822 433.159 515.822C433.159 515.822 433.316 516.925 433.794 517.409C434.403 518.047 435.203 518.025 435.559 518.094C436.841 518.216 441 518.253 441 518.253C441 518.253 444.363 518.247 446.6 518.087C446.913 518.05 447.594 518.047 448.203 517.409C448.684 516.925 448.841 515.822 448.841 515.822C448.841 515.822 449 514.528 449 513.231V512.019C449 510.725 448.841 509.428 448.841 509.428ZM439.347 514.703V510.206L443.669 512.462L439.347 514.703Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M536 509H534C533.448 509 533 508.552 533 508V506H526V509V519H536V509Z' fill='%23C2D3F2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M526 505C525.448 505 525 505.448 525 506V519C525 519.552 525.448 520 526 520H536C536.552 520 537 519.552 537 519V508.5L533.5 505H526ZM531 506H526V519H536V509H534C533.448 509 533 508.552 533 508V506H531Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M527.714 510.843C527.633 510.877 527.63 510.991 527.71 511.027L530.958 512.514C530.985 512.526 531.015 512.526 531.042 512.514L534.29 511.027C534.37 510.991 534.367 510.877 534.286 510.843L531.038 509.515C531.014 509.506 530.986 509.506 530.962 509.515L527.714 510.843ZM530.651 513.015C530.686 513.031 530.708 513.066 530.708 513.105V516.641C530.708 516.713 530.635 516.761 530.57 516.733L527.561 515.467C527.524 515.452 527.5 515.416 527.5 515.375V511.699C527.5 511.626 527.576 511.577 527.642 511.608L530.651 513.015ZM531.292 513.105C531.292 513.067 531.314 513.031 531.35 513.015L534.358 511.608C534.424 511.577 534.5 511.626 534.5 511.699V515.375C534.5 515.416 534.476 515.452 534.439 515.467L531.431 516.733C531.365 516.761 531.292 516.713 531.292 516.641V513.105Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M554 509H552C551.448 509 551 508.552 551 508V506H544V509V519H554V509Z' fill='%23C2D3F2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M544 505C543.448 505 543 505.448 543 506V519C543 519.552 543.448 520 544 520H554C554.552 520 555 519.552 555 519V508.5L551.5 505H544ZM549 506H544V519H554V509H552C551.448 509 551 508.552 551 508V506H549Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M552.25 515.904C552.148 516.614 550.729 517.177 549 517.177C547.271 517.177 545.852 516.614 545.75 515.904V513.019C545.75 512.979 545.805 512.974 545.823 513.01C546.139 513.621 547.442 514.078 549 514.078C550.558 514.078 551.861 513.621 552.177 513.01C552.195 512.974 552.25 512.979 552.25 513.019L552.25 515.904ZM549 510C550.743 510 552.164 510.532 552.246 511.2L552.25 511.261V512.164C552.148 512.825 550.73 513.349 549 513.349C547.324 513.349 545.938 512.857 545.763 512.224L545.75 512.164V511.261C545.75 510.565 547.205 510 549 510Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M582 506C581.448 506 581 506.448 581 507V517C581 517.552 581.448 518 582 518H590C590.552 518 591 517.552 591 517V508.414C591 508.149 590.895 507.895 590.707 507.707L590 507L589.293 506.293C589.105 506.105 588.851 506 588.586 506H582ZM580 518.5C580 518.776 580.224 519 580.5 519H588.5C588.776 519 589 519.224 589 519.5C589 519.776 588.776 520 588.5 520H580.5C579.672 520 579 519.328 579 518.5V508.5C579 508.224 579.224 508 579.5 508C579.776 508 580 508.224 580 508.5V518.5Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M589 510.5C589 510.224 588.776 510 588.5 510H588H586H585H584H583.5C583.224 510 583 510.224 583 510.5V511V512V513V514V514.5C583 514.776 583.224 515 583.5 515H584H585H586H588H588.5C588.776 515 589 514.776 589 514.5V514V513V512V511V510.5ZM585 514H584V513H585V514ZM586 513V514H588V513H586ZM585 512H584V511H585V512ZM586 511V512H588V511H586Z' fill='white'/%3e%3cpath d='M597 518.5H609' stroke='%2335383A'/%3e%3cpath d='M604 515.5L602 515.5L602 509.409L599.5 509.409L603 506.364L606.5 509.409L604 509.409L604 515.5Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.18672 524H12.8133C14.02 524 15 524.98 15 526.187V530.186L14.6908 530.063L14.5266 530.019L14.4629 530.01C14.2505 529.982 14.0469 530.014 13.8682 530.085L10.9087 531.273L9.10621 527.164H6.89378L3.52825 534.836H9.0332L8.22108 532.983H6.73437L8.00287 530.09L9.62012 533.78V535.443L9.62609 535.691L9.62668 535.703C9.66702 536.538 9.88949 537.311 10.2547 538H3.18672C1.98002 538 1 537.02 1 535.813V526.187C1 524.98 1.98002 524 3.18672 524Z' fill='%23FA0F00'/%3e%3cpath d='M17.5049 532.801V535.431C17.5049 537.11 16.4881 538.539 14.9023 539.271L14.5771 539.408L14.3574 539.487C14.3302 539.496 14.3167 539.498 14.3115 539.499C14.3028 539.497 14.2821 539.493 14.2402 539.479C14.1923 539.463 14.1327 539.44 14.0449 539.407H14.0439C12.4499 538.789 11.3513 537.503 11.1523 535.946L11.125 535.631L11.1201 535.419V532.805L14.3076 531.524L17.5049 532.801Z' fill='white' stroke='white'/%3e%3cpath d='M14.3302 531.002L14.3751 531.014L17.8924 532.417C17.9429 532.441 17.9807 532.482 17.9965 532.534L18.0046 532.588V535.431C18.0046 537.46 16.6901 539.133 14.7564 539.875L14.5177 539.962C14.2915 540.034 14.2101 540.005 13.8681 539.875C12.0104 539.156 10.7185 537.582 10.6253 535.655L10.62 535.431V532.593C10.62 532.535 10.6452 532.483 10.6862 532.449L10.7321 532.422L14.2405 531.014C14.2704 531.002 14.3003 530.998 14.3302 531.002ZM14.308 532.063L11.62 533.142V535.633C12.989 535.633 13.4758 535.655 14.2942 535.655C14.308 537.49 14.2942 537.474 14.2942 538.974C14.3207 538.997 14.3649 538.956 14.3981 538.942C15.9354 538.352 16.9165 537.1 16.9989 535.633L14.2942 535.655L14.308 532.063Z' fill='%2335383A'/%3e%3cmask id='path-2371-inside-53_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.0246 523.5C34.1507 523.5 34.2716 523.551 34.3607 523.641C34.4499 523.731 34.4999 523.853 34.4999 523.98V524.592C34.5103 527.707 32.9047 530.6 30.2679 532.217C30.0429 532.356 29.8116 532.484 29.5802 532.601L29.7672 535.371C29.7768 535.51 29.7266 535.646 29.6294 535.744L27.0372 538.359C26.9037 538.494 26.7039 538.536 26.528 538.467C26.3521 538.398 26.2335 538.23 26.226 538.039L26.1261 534.564L25.7015 534.135C25.0428 535.434 23.7201 536.253 22.2743 536.256H21.9448C21.6823 536.256 21.4694 536.041 21.4694 535.776V535.443C21.4699 533.984 22.281 532.649 23.5688 531.987L23.4104 531.827L19.9563 531.715C19.7676 531.707 19.6013 531.588 19.5326 531.41C19.4639 531.233 19.5058 531.031 19.6394 530.896L22.2474 528.266C22.3435 528.167 22.4776 528.115 22.615 528.123L25.5462 528.34C25.6207 528.193 25.7015 528.047 25.7887 527.897C27.3892 525.179 30.2868 523.509 33.4194 523.5H34.0246ZM22.4229 535.293C23.5697 535.231 24.5726 534.492 24.9817 533.409L24.2893 532.71C23.2141 533.12 22.4814 534.134 22.4229 535.293Z'/%3e%3c/mask%3e%3cpath d='M34.3607 523.641L35.0712 522.937L35.0711 522.937L34.3607 523.641ZM34.4999 524.592H33.4999L33.5 524.596L34.4999 524.592ZM30.2679 532.217L29.745 531.365L29.7419 531.367L30.2679 532.217ZM29.5802 532.601L29.1296 531.708L28.5379 532.007L28.5825 532.668L29.5802 532.601ZM29.7672 535.371L28.7695 535.439L28.7696 535.441L29.7672 535.371ZM29.6294 535.744L30.3396 536.448L30.3403 536.447L29.6294 535.744ZM27.0372 538.359L26.327 537.655L26.3264 537.656L27.0372 538.359ZM26.528 538.467L26.8948 537.537H26.8948L26.528 538.467ZM26.226 538.039L25.2263 538.068L25.2267 538.079L26.226 538.039ZM26.1261 534.564L27.1257 534.535L27.1144 534.14L26.8366 533.86L26.1261 534.564ZM25.7015 534.135L26.4119 533.431L25.4365 532.447L24.8096 533.683L25.7015 534.135ZM22.2743 536.256V537.256L22.2766 537.256L22.2743 536.256ZM21.4694 535.443L20.4694 535.443V535.443H21.4694ZM23.5688 531.987L24.0261 532.876L25.2394 532.252L24.2793 531.283L23.5688 531.987ZM23.4104 531.827L24.1208 531.123L23.8407 530.84L23.4428 530.827L23.4104 531.827ZM19.9563 531.715L19.9158 532.714L19.9239 532.714L19.9563 531.715ZM19.5326 531.41L20.4652 531.049L20.4652 531.049L19.5326 531.41ZM19.6394 530.896L18.9294 530.192L18.9293 530.192L19.6394 530.896ZM22.2474 528.266L22.9575 528.971L22.9665 528.961L22.2474 528.266ZM22.615 528.123L22.689 527.125L22.6811 527.125L22.6731 527.124L22.615 528.123ZM25.5462 528.34L25.4722 529.337L26.1373 529.387L26.4385 528.792L25.5462 528.34ZM25.7887 527.897L24.9269 527.39L24.9235 527.396L25.7887 527.897ZM33.4194 523.5V522.5L33.4165 522.5L33.4194 523.5ZM22.4229 535.293L21.4241 535.243L21.3681 536.352L22.4772 536.292L22.4229 535.293ZM24.9817 533.409L25.9172 533.762L26.1441 533.161L25.6922 532.705L24.9817 533.409ZM24.2893 532.71L24.9998 532.006L24.5414 531.543L23.9328 531.776L24.2893 532.71ZM34.0246 524.5C33.8824 524.5 33.748 524.443 33.6503 524.344L35.0711 522.937C34.7952 522.658 34.419 522.5 34.0246 522.5V524.5ZM33.6503 524.344C33.5529 524.246 33.4999 524.115 33.4999 523.98H35.4999C35.4999 523.59 35.3468 523.215 35.0712 522.937L33.6503 524.344ZM33.4999 523.98V524.592H35.4999V523.98H33.4999ZM33.5 524.596C33.5092 527.364 32.0819 529.931 29.745 531.365L30.7907 533.07C33.7275 531.268 35.5115 528.05 35.4999 524.589L33.5 524.596ZM29.7419 531.367C29.5442 531.489 29.3383 531.603 29.1296 531.708L30.0308 533.494C30.2848 533.366 30.5416 533.224 30.7939 533.068L29.7419 531.367ZM28.5825 532.668L28.7695 535.439L30.7649 535.304L30.578 532.534L28.5825 532.668ZM28.7696 535.441C28.7594 535.294 28.8124 535.148 28.9185 535.041L30.3403 536.447C30.6407 536.144 30.7943 535.726 30.7648 535.302L28.7696 535.441ZM28.9191 535.04L26.327 537.655L27.7474 539.063L30.3396 536.448L28.9191 535.04ZM26.3264 537.656C26.4731 537.508 26.6967 537.459 26.8948 537.537L26.1611 539.397C26.711 539.614 27.3344 539.481 27.748 539.063L26.3264 537.656ZM26.8948 537.537C27.0915 537.614 27.2172 537.798 27.2252 538L25.2267 538.079C25.2499 538.661 25.6127 539.181 26.1611 539.397L26.8948 537.537ZM27.2255 538.011L27.1257 534.535L25.1266 534.592L25.2264 538.068L27.2255 538.011ZM26.8366 533.86L26.4119 533.431L24.9911 534.839L25.4157 535.267L26.8366 533.86ZM24.8096 533.683C24.3193 534.65 23.3383 535.254 22.2721 535.256L22.2766 537.256C24.1018 537.252 25.7662 536.218 26.5934 534.587L24.8096 533.683ZM22.2743 535.256H21.9448V537.256H22.2743V535.256ZM21.9448 535.256C22.2434 535.256 22.4694 535.498 22.4694 535.776H20.4694C20.4694 536.584 21.1211 537.256 21.9448 537.256V535.256ZM22.4694 535.776V535.443H20.4694V535.776H22.4694ZM22.4694 535.444C22.4698 534.356 23.0746 533.365 24.0261 532.876L23.1116 531.098C21.4874 531.933 20.47 533.613 20.4694 535.443L22.4694 535.444ZM24.2793 531.283L24.1208 531.123L22.7 532.531L22.8584 532.691L24.2793 531.283ZM23.4428 530.827L19.9887 530.716L19.9239 532.714L23.378 532.826L23.4428 530.827ZM19.9968 530.716C20.2103 530.724 20.3917 530.859 20.4652 531.049L18.6 531.771C18.8109 532.316 19.3249 532.69 19.9158 532.714L19.9968 530.716ZM20.4652 531.049C20.5382 531.238 20.4949 531.454 20.3495 531.6L18.9293 530.192C18.5168 530.608 18.3896 531.227 18.6 531.771L20.4652 531.049ZM20.3494 531.6L22.9574 528.971L21.5374 527.562L18.9294 530.192L20.3494 531.6ZM22.9665 528.961C22.8612 529.07 22.712 529.13 22.5569 529.121L22.6731 527.124C22.2432 527.099 21.8258 527.264 21.5284 527.572L22.9665 528.961ZM22.541 529.12L25.4722 529.337L25.6202 527.343L22.689 527.125L22.541 529.12ZM26.4385 528.792C26.5015 528.667 26.5723 528.539 26.6538 528.398L24.9235 527.396C24.8307 527.556 24.7399 527.719 24.654 527.889L26.4385 528.792ZM26.6504 528.404C28.0733 525.988 30.6459 524.508 33.4222 524.5L33.4165 522.5C29.9277 522.51 26.7051 524.37 24.9269 527.39L26.6504 528.404ZM33.4194 524.5H34.0246V522.5H33.4194V524.5ZM22.4772 536.292C24.0239 536.207 25.3696 535.212 25.9172 533.762L24.0462 533.056C23.7755 533.772 23.1155 534.254 22.3685 534.294L22.4772 536.292ZM25.6922 532.705L24.9998 532.006L23.5789 533.414L24.2713 534.113L25.6922 532.705ZM23.9328 531.776C22.4833 532.329 21.5025 533.692 21.4241 535.243L23.4216 535.343C23.4604 534.576 23.9449 533.912 24.6458 533.644L23.9328 531.776Z' fill='%2335383A' mask='url(%23path-2371-inside-53_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.7066 528.708C30.3691 529.045 29.8404 529.096 29.444 528.831C29.0475 528.566 28.8936 528.057 29.0765 527.617C29.2594 527.176 29.728 526.926 30.1958 527.019C30.6636 527.113 31.0003 527.524 30.9999 528.001C31.0037 528.267 30.9015 528.524 30.7159 528.714L30.7066 528.708Z' fill='%2335383A'/%3e%3cpath d='M21.0938 536.562L19.3477 538.246' stroke='%2335383A'/%3e%3cpath d='M20.542 534.072H18.458' stroke='%2335383A'/%3e%3cpath d='M23.5986 537.031L23.5986 539.115' stroke='%2335383A'/%3e%3cmask id='path-2377-inside-54_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.0246 523.5C52.1507 523.5 52.2716 523.551 52.3607 523.641C52.4499 523.731 52.4999 523.853 52.4999 523.98V524.592C52.5103 527.707 50.9047 530.6 48.2679 532.217C48.0429 532.356 47.8116 532.484 47.5802 532.601L47.7672 535.371C47.7768 535.51 47.7266 535.646 47.6294 535.744L45.0372 538.359C44.9037 538.494 44.7039 538.536 44.528 538.467C44.3521 538.398 44.2335 538.23 44.226 538.039L44.1261 534.564L43.7015 534.135C43.0428 535.434 41.7201 536.253 40.2743 536.256H39.9448C39.6823 536.256 39.4694 536.041 39.4694 535.776V535.443C39.4699 533.984 40.281 532.649 41.5688 531.987L41.4104 531.827L37.9563 531.715C37.7676 531.707 37.6013 531.588 37.5326 531.41C37.4639 531.233 37.5058 531.031 37.6394 530.896L40.2474 528.266C40.3435 528.167 40.4776 528.115 40.615 528.123L43.5462 528.34C43.6207 528.193 43.7015 528.047 43.7887 527.897C45.3892 525.179 48.2868 523.509 51.4194 523.5H52.0246ZM40.4229 535.293C41.5697 535.231 42.5726 534.492 42.9817 533.409L42.2893 532.71C41.2141 533.12 40.4814 534.134 40.4229 535.293Z'/%3e%3c/mask%3e%3cpath d='M52.3607 523.641L53.0712 522.937L53.0711 522.937L52.3607 523.641ZM52.4999 524.592H51.4999L51.5 524.596L52.4999 524.592ZM48.2679 532.217L47.745 531.365L47.7419 531.367L48.2679 532.217ZM47.5802 532.601L47.1296 531.708L46.5379 532.007L46.5825 532.668L47.5802 532.601ZM47.7672 535.371L46.7695 535.439L46.7696 535.441L47.7672 535.371ZM47.6294 535.744L48.3396 536.448L48.3403 536.447L47.6294 535.744ZM45.0372 538.359L44.327 537.655L44.3264 537.656L45.0372 538.359ZM44.528 538.467L44.8948 537.537H44.8948L44.528 538.467ZM44.226 538.039L43.2263 538.068L43.2267 538.079L44.226 538.039ZM44.1261 534.564L45.1257 534.535L45.1144 534.14L44.8366 533.86L44.1261 534.564ZM43.7015 534.135L44.4119 533.431L43.4365 532.447L42.8096 533.683L43.7015 534.135ZM40.2743 536.256V537.256L40.2766 537.256L40.2743 536.256ZM39.4694 535.443L38.4694 535.443V535.443H39.4694ZM41.5688 531.987L42.0261 532.876L43.2394 532.252L42.2793 531.283L41.5688 531.987ZM41.4104 531.827L42.1208 531.123L41.8407 530.84L41.4428 530.827L41.4104 531.827ZM37.9563 531.715L37.9158 532.714L37.9239 532.714L37.9563 531.715ZM37.5326 531.41L38.4652 531.049L38.4652 531.049L37.5326 531.41ZM37.6394 530.896L36.9294 530.192L36.9293 530.192L37.6394 530.896ZM40.2474 528.266L40.9575 528.971L40.9665 528.961L40.2474 528.266ZM40.615 528.123L40.689 527.125L40.6811 527.125L40.6731 527.124L40.615 528.123ZM43.5462 528.34L43.4722 529.337L44.1373 529.387L44.4385 528.792L43.5462 528.34ZM43.7887 527.897L42.9269 527.39L42.9235 527.396L43.7887 527.897ZM51.4194 523.5V522.5L51.4165 522.5L51.4194 523.5ZM40.4229 535.293L39.4241 535.243L39.3681 536.352L40.4772 536.292L40.4229 535.293ZM42.9817 533.409L43.9172 533.762L44.1441 533.161L43.6922 532.705L42.9817 533.409ZM42.2893 532.71L42.9998 532.006L42.5414 531.543L41.9328 531.776L42.2893 532.71ZM52.0246 524.5C51.8824 524.5 51.748 524.443 51.6503 524.344L53.0711 522.937C52.7952 522.658 52.419 522.5 52.0246 522.5V524.5ZM51.6503 524.344C51.5529 524.246 51.4999 524.115 51.4999 523.98H53.4999C53.4999 523.59 53.3468 523.215 53.0712 522.937L51.6503 524.344ZM51.4999 523.98V524.592H53.4999V523.98H51.4999ZM51.5 524.596C51.5092 527.364 50.0819 529.931 47.745 531.365L48.7907 533.07C51.7275 531.268 53.5115 528.05 53.4999 524.589L51.5 524.596ZM47.7419 531.367C47.5442 531.489 47.3383 531.603 47.1296 531.708L48.0308 533.494C48.2848 533.366 48.5416 533.224 48.7939 533.068L47.7419 531.367ZM46.5825 532.668L46.7695 535.439L48.7649 535.304L48.578 532.534L46.5825 532.668ZM46.7696 535.441C46.7594 535.294 46.8124 535.148 46.9185 535.041L48.3403 536.447C48.6407 536.144 48.7943 535.726 48.7648 535.302L46.7696 535.441ZM46.9191 535.04L44.327 537.655L45.7474 539.063L48.3396 536.448L46.9191 535.04ZM44.3264 537.656C44.4731 537.508 44.6967 537.459 44.8948 537.537L44.1611 539.397C44.711 539.614 45.3344 539.481 45.748 539.063L44.3264 537.656ZM44.8948 537.537C45.0915 537.614 45.2172 537.798 45.2252 538L43.2267 538.079C43.2499 538.661 43.6127 539.181 44.1611 539.397L44.8948 537.537ZM45.2255 538.011L45.1257 534.535L43.1266 534.592L43.2264 538.068L45.2255 538.011ZM44.8366 533.86L44.4119 533.431L42.9911 534.839L43.4157 535.267L44.8366 533.86ZM42.8096 533.683C42.3193 534.65 41.3383 535.254 40.2721 535.256L40.2766 537.256C42.1018 537.252 43.7662 536.218 44.5934 534.587L42.8096 533.683ZM40.2743 535.256H39.9448V537.256H40.2743V535.256ZM39.9448 535.256C40.2434 535.256 40.4694 535.498 40.4694 535.776H38.4694C38.4694 536.584 39.1211 537.256 39.9448 537.256V535.256ZM40.4694 535.776V535.443H38.4694V535.776H40.4694ZM40.4694 535.444C40.4698 534.356 41.0746 533.365 42.0261 532.876L41.1116 531.098C39.4874 531.933 38.47 533.613 38.4694 535.443L40.4694 535.444ZM42.2793 531.283L42.1208 531.123L40.7 532.531L40.8584 532.691L42.2793 531.283ZM41.4428 530.827L37.9887 530.716L37.9239 532.714L41.378 532.826L41.4428 530.827ZM37.9968 530.716C38.2103 530.724 38.3917 530.859 38.4652 531.049L36.6 531.771C36.8109 532.316 37.3249 532.69 37.9158 532.714L37.9968 530.716ZM38.4652 531.049C38.5382 531.238 38.4949 531.454 38.3495 531.6L36.9293 530.192C36.5168 530.608 36.3896 531.227 36.6 531.771L38.4652 531.049ZM38.3494 531.6L40.9574 528.971L39.5374 527.562L36.9294 530.192L38.3494 531.6ZM40.9665 528.961C40.8612 529.07 40.712 529.13 40.5569 529.121L40.6731 527.124C40.2432 527.099 39.8258 527.264 39.5284 527.572L40.9665 528.961ZM40.541 529.12L43.4722 529.337L43.6202 527.343L40.689 527.125L40.541 529.12ZM44.4385 528.792C44.5015 528.667 44.5723 528.539 44.6538 528.398L42.9235 527.396C42.8307 527.556 42.7399 527.719 42.654 527.889L44.4385 528.792ZM44.6504 528.404C46.0733 525.988 48.6459 524.508 51.4222 524.5L51.4165 522.5C47.9277 522.51 44.7051 524.37 42.9269 527.39L44.6504 528.404ZM51.4194 524.5H52.0246V522.5H51.4194V524.5ZM40.4772 536.292C42.0239 536.207 43.3696 535.212 43.9172 533.762L42.0462 533.056C41.7755 533.772 41.1155 534.254 40.3685 534.294L40.4772 536.292ZM43.6922 532.705L42.9998 532.006L41.5789 533.414L42.2713 534.113L43.6922 532.705ZM41.9328 531.776C40.4833 532.329 39.5025 533.692 39.4241 535.243L41.4216 535.343C41.4604 534.576 41.9449 533.912 42.6458 533.644L41.9328 531.776Z' fill='%239A9A9A' mask='url(%23path-2377-inside-54_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.7066 528.708C48.3691 529.045 47.8404 529.096 47.444 528.831C47.0475 528.566 46.8936 528.057 47.0765 527.617C47.2594 527.176 47.728 526.926 48.1958 527.019C48.6636 527.113 49.0003 527.524 48.9999 528.001C49.0037 528.267 48.9015 528.524 48.7159 528.714L48.7066 528.708Z' fill='%239A9A9A'/%3e%3cpath d='M39.0938 536.562L37.3477 538.246' stroke='%239A9A9A'/%3e%3cpath d='M38.542 534.072H36.458' stroke='%239A9A9A'/%3e%3cpath d='M41.5986 537.031L41.5986 539.115' stroke='%239A9A9A'/%3e%3cmask id='path-2383-inside-55_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M70.0246 523.5C70.1507 523.5 70.2716 523.551 70.3607 523.641C70.4499 523.731 70.4999 523.853 70.4999 523.98V524.592C70.5103 527.707 68.9047 530.6 66.2679 532.217C66.0429 532.356 65.8116 532.484 65.5802 532.601L65.7672 535.371C65.7768 535.51 65.7266 535.646 65.6294 535.744L63.0372 538.359C62.9037 538.494 62.7039 538.536 62.528 538.467C62.3521 538.398 62.2335 538.23 62.226 538.039L62.1261 534.564L61.7015 534.135C61.0428 535.434 59.7201 536.253 58.2743 536.256H57.9448C57.6823 536.256 57.4694 536.041 57.4694 535.776V535.443C57.4699 533.984 58.281 532.649 59.5688 531.987L59.4104 531.827L55.9563 531.715C55.7676 531.707 55.6013 531.588 55.5326 531.41C55.4639 531.233 55.5058 531.031 55.6394 530.896L58.2474 528.266C58.3435 528.167 58.4776 528.115 58.615 528.123L61.5462 528.34C61.6207 528.193 61.7015 528.047 61.7887 527.897C63.3892 525.179 66.2868 523.509 69.4194 523.5H70.0246ZM58.4229 535.293C59.5697 535.231 60.5726 534.492 60.9817 533.409L60.2893 532.71C59.2141 533.12 58.4814 534.134 58.4229 535.293Z'/%3e%3c/mask%3e%3cpath d='M70.3607 523.641L71.0712 522.937L71.0711 522.937L70.3607 523.641ZM70.4999 524.592H69.4999L69.5 524.596L70.4999 524.592ZM66.2679 532.217L65.745 531.365L65.7419 531.367L66.2679 532.217ZM65.5802 532.601L65.1296 531.708L64.5379 532.007L64.5825 532.668L65.5802 532.601ZM65.7672 535.371L64.7695 535.439L64.7696 535.441L65.7672 535.371ZM65.6294 535.744L66.3396 536.448L66.3403 536.447L65.6294 535.744ZM63.0372 538.359L62.327 537.655L62.3264 537.656L63.0372 538.359ZM62.528 538.467L62.8948 537.537H62.8948L62.528 538.467ZM62.226 538.039L61.2263 538.068L61.2267 538.079L62.226 538.039ZM62.1261 534.564L63.1257 534.535L63.1144 534.14L62.8366 533.86L62.1261 534.564ZM61.7015 534.135L62.4119 533.431L61.4365 532.447L60.8096 533.683L61.7015 534.135ZM58.2743 536.256V537.256L58.2766 537.256L58.2743 536.256ZM57.4694 535.443L56.4694 535.443V535.443H57.4694ZM59.5688 531.987L60.0261 532.876L61.2394 532.252L60.2793 531.283L59.5688 531.987ZM59.4104 531.827L60.1208 531.123L59.8407 530.84L59.4428 530.827L59.4104 531.827ZM55.9563 531.715L55.9158 532.714L55.9239 532.714L55.9563 531.715ZM55.5326 531.41L56.4652 531.049L56.4652 531.049L55.5326 531.41ZM55.6394 530.896L54.9294 530.192L54.9293 530.192L55.6394 530.896ZM58.2474 528.266L58.9575 528.971L58.9665 528.961L58.2474 528.266ZM58.615 528.123L58.689 527.125L58.6811 527.125L58.6731 527.124L58.615 528.123ZM61.5462 528.34L61.4722 529.337L62.1373 529.387L62.4385 528.792L61.5462 528.34ZM61.7887 527.897L60.9269 527.39L60.9235 527.396L61.7887 527.897ZM69.4194 523.5V522.5L69.4165 522.5L69.4194 523.5ZM58.4229 535.293L57.4241 535.243L57.3681 536.352L58.4772 536.292L58.4229 535.293ZM60.9817 533.409L61.9172 533.762L62.1441 533.161L61.6922 532.705L60.9817 533.409ZM60.2893 532.71L60.9998 532.006L60.5414 531.543L59.9328 531.776L60.2893 532.71ZM70.0246 524.5C69.8824 524.5 69.748 524.443 69.6503 524.344L71.0711 522.937C70.7952 522.658 70.419 522.5 70.0246 522.5V524.5ZM69.6503 524.344C69.5529 524.246 69.4999 524.115 69.4999 523.98H71.4999C71.4999 523.59 71.3468 523.215 71.0712 522.937L69.6503 524.344ZM69.4999 523.98V524.592H71.4999V523.98H69.4999ZM69.5 524.596C69.5092 527.364 68.0819 529.931 65.745 531.365L66.7907 533.07C69.7275 531.268 71.5115 528.05 71.4999 524.589L69.5 524.596ZM65.7419 531.367C65.5442 531.489 65.3383 531.603 65.1296 531.708L66.0308 533.494C66.2848 533.366 66.5416 533.224 66.7939 533.068L65.7419 531.367ZM64.5825 532.668L64.7695 535.439L66.7649 535.304L66.578 532.534L64.5825 532.668ZM64.7696 535.441C64.7594 535.294 64.8124 535.148 64.9185 535.041L66.3403 536.447C66.6407 536.144 66.7943 535.726 66.7648 535.302L64.7696 535.441ZM64.9191 535.04L62.327 537.655L63.7474 539.063L66.3396 536.448L64.9191 535.04ZM62.3264 537.656C62.4731 537.508 62.6967 537.459 62.8948 537.537L62.1611 539.397C62.711 539.614 63.3344 539.481 63.748 539.063L62.3264 537.656ZM62.8948 537.537C63.0915 537.614 63.2172 537.798 63.2252 538L61.2267 538.079C61.2499 538.661 61.6127 539.181 62.1611 539.397L62.8948 537.537ZM63.2255 538.011L63.1257 534.535L61.1266 534.592L61.2264 538.068L63.2255 538.011ZM62.8366 533.86L62.4119 533.431L60.9911 534.839L61.4157 535.267L62.8366 533.86ZM60.8096 533.683C60.3193 534.65 59.3383 535.254 58.2721 535.256L58.2766 537.256C60.1018 537.252 61.7662 536.218 62.5934 534.587L60.8096 533.683ZM58.2743 535.256H57.9448V537.256H58.2743V535.256ZM57.9448 535.256C58.2434 535.256 58.4694 535.498 58.4694 535.776H56.4694C56.4694 536.584 57.1211 537.256 57.9448 537.256V535.256ZM58.4694 535.776V535.443H56.4694V535.776H58.4694ZM58.4694 535.444C58.4698 534.356 59.0746 533.365 60.0261 532.876L59.1116 531.098C57.4874 531.933 56.47 533.613 56.4694 535.443L58.4694 535.444ZM60.2793 531.283L60.1208 531.123L58.7 532.531L58.8584 532.691L60.2793 531.283ZM59.4428 530.827L55.9887 530.716L55.9239 532.714L59.378 532.826L59.4428 530.827ZM55.9968 530.716C56.2103 530.724 56.3917 530.859 56.4652 531.049L54.6 531.771C54.8109 532.316 55.3249 532.69 55.9158 532.714L55.9968 530.716ZM56.4652 531.049C56.5382 531.238 56.4949 531.454 56.3495 531.6L54.9293 530.192C54.5168 530.608 54.3896 531.227 54.6 531.771L56.4652 531.049ZM56.3494 531.6L58.9574 528.971L57.5374 527.562L54.9294 530.192L56.3494 531.6ZM58.9665 528.961C58.8612 529.07 58.712 529.13 58.5569 529.121L58.6731 527.124C58.2432 527.099 57.8258 527.264 57.5284 527.572L58.9665 528.961ZM58.541 529.12L61.4722 529.337L61.6202 527.343L58.689 527.125L58.541 529.12ZM62.4385 528.792C62.5015 528.667 62.5723 528.539 62.6538 528.398L60.9235 527.396C60.8307 527.556 60.7399 527.719 60.654 527.889L62.4385 528.792ZM62.6504 528.404C64.0733 525.988 66.6459 524.508 69.4222 524.5L69.4165 522.5C65.9277 522.51 62.7051 524.37 60.9269 527.39L62.6504 528.404ZM69.4194 524.5H70.0246V522.5H69.4194V524.5ZM58.4772 536.292C60.0239 536.207 61.3696 535.212 61.9172 533.762L60.0462 533.056C59.7755 533.772 59.1155 534.254 58.3685 534.294L58.4772 536.292ZM61.6922 532.705L60.9998 532.006L59.5789 533.414L60.2713 534.113L61.6922 532.705ZM59.9328 531.776C58.4833 532.329 57.5025 533.692 57.4241 535.243L59.4216 535.343C59.4604 534.576 59.9449 533.912 60.6458 533.644L59.9328 531.776Z' fill='white' mask='url(%23path-2383-inside-55_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.7066 528.708C66.3691 529.045 65.8404 529.096 65.444 528.831C65.0475 528.566 64.8936 528.057 65.0765 527.617C65.2594 527.176 65.728 526.926 66.1958 527.019C66.6636 527.113 67.0003 527.524 66.9999 528.001C67.0037 528.267 66.9015 528.524 66.7159 528.714L66.7066 528.708Z' fill='white'/%3e%3cpath d='M57.0938 536.562L55.3477 538.246' stroke='white'/%3e%3cpath d='M56.542 534.072H54.458' stroke='white'/%3e%3cpath d='M59.5986 537.031L59.5986 539.115' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.4999 523.98V524.592C88.5081 527.035 87.5223 529.341 85.8246 531.003C84.5623 531.047 83.4189 531.558 82.5623 532.369L82.5379 532.007L83.1296 531.708C83.3383 531.603 83.5442 531.489 83.7419 531.367L83.745 531.365C86.0819 529.931 87.5092 527.364 87.5 524.596L87.4999 524.592L87.4999 524.5H87.4208C84.6462 524.508 82.0751 525.987 80.6521 528.401C80.5713 528.541 80.5011 528.668 80.4385 528.792L80.1373 529.387L76.7911 529.138L75.1883 530.754L77.8407 530.84L79.2394 532.252L78.0261 532.876C77.1319 533.336 76.544 534.238 76.476 535.248C77.4621 535.175 78.3507 534.588 78.8096 533.683L79.4365 532.447L81.1144 534.14L81.1346 534.843C81.0466 535.214 81 535.602 81 536C81 536.705 81.1459 537.376 81.409 537.984L81.0372 538.359C80.9037 538.494 80.7039 538.536 80.528 538.467C80.3521 538.398 80.2335 538.23 80.226 538.039L80.1261 534.564L79.7015 534.135C79.6221 534.292 79.5329 534.441 79.4351 534.584C79.3432 534.717 79.2437 534.844 79.1372 534.963L79.1265 534.975C78.407 535.777 77.3764 536.253 76.2743 536.256H75.9448C75.6823 536.256 75.4694 536.041 75.4694 535.776V535.443C75.4698 534.445 75.8497 533.505 76.5022 532.798C76.5764 532.718 76.6541 532.64 76.7352 532.566C76.9374 532.382 77.1606 532.218 77.4023 532.078C77.4569 532.046 77.5124 532.016 77.5688 531.987L77.4104 531.827L73.9563 531.715C73.7676 531.707 73.6013 531.588 73.5326 531.41C73.4639 531.233 73.5058 531.031 73.6394 530.896L76.2474 528.266C76.3435 528.167 76.4776 528.115 76.615 528.123L79.5462 528.34C79.6207 528.193 79.7015 528.047 79.7887 527.897C81.3892 525.179 84.2868 523.509 87.4194 523.5H88.0246C88.1507 523.5 88.2716 523.551 88.3607 523.641C88.4499 523.731 88.4999 523.853 88.4999 523.98Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.7066 528.708C84.3691 529.045 83.8404 529.096 83.444 528.831C83.0475 528.566 82.8936 528.057 83.0765 527.617C83.2594 527.176 83.728 526.926 84.1958 527.019C84.6636 527.113 85.0003 527.524 84.9999 528.001C85.0037 528.267 84.9015 528.524 84.7159 528.714L84.7066 528.708Z' fill='%2335383A'/%3e%3cpath d='M75.0938 536.562L73.3477 538.246' stroke='%2335383A'/%3e%3cpath d='M74.542 534.072H72.458' stroke='%2335383A'/%3e%3cpath d='M77.5986 537.031L77.5986 539.115' stroke='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M86 532C88.2091 532 90 533.791 90 536C90 538.21 88.2091 540 86 540C83.7909 540 82 538.21 82 536C82 533.791 83.7909 532 86 532Z' fill='%23F8472F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M566.227 510.522C566.135 510.417 566.176 510.253 566.312 510.221C567.277 509.997 568.469 510.433 569.148 511.336C569.665 512.024 569.839 512.799 569.668 513.64C569.632 513.82 569.674 513.918 569.795 514.036C571.053 515.248 572.304 516.467 573.56 517.682C573.95 518.059 574.104 518.499 573.927 519.023C573.672 519.779 572.765 520.076 572.108 519.625C571.982 519.538 571.864 519.442 571.753 519.335C570.535 518.149 569.312 516.968 568.095 515.78C567.982 515.67 567.888 515.644 567.731 515.686C565.651 516.255 563.67 514.319 564.199 512.241C564.216 512.174 564.302 512.157 564.352 512.205C564.531 512.377 564.901 512.732 565.108 512.932C565.445 513.256 565.729 513.252 566.055 512.915C566.324 512.637 566.593 512.359 566.86 512.079C567.128 511.797 567.115 511.497 566.848 511.214C566.634 510.987 566.428 510.751 566.227 510.522Z' fill='%2335383A'/%3e%3cpath d='M566.234 510.528C566.142 510.423 566.183 510.259 566.319 510.227C567.284 510.003 568.476 510.438 569.155 511.342C569.672 512.03 569.846 512.805 569.675 513.646C569.638 513.826 569.68 513.924 569.802 514.042C571.06 515.254 572.311 516.473 573.567 517.687C573.957 518.065 574.111 518.505 573.934 519.029C573.679 519.785 572.772 520.081 572.115 519.63C571.989 519.544 571.871 519.448 571.76 519.341C570.541 518.155 569.319 516.974 568.102 515.786C567.989 515.675 567.895 515.649 567.738 515.692C565.658 516.261 563.677 514.325 564.206 512.247L-nan -nanL564.206 512.247C564.223 512.18 564.309 512.163 564.359 512.211C564.538 512.383 564.907 512.737 565.115 512.938C565.452 513.262 565.736 513.258 566.062 512.921C566.331 512.643 566.6 512.365 566.866 512.085C567.135 511.803 567.122 511.503 566.855 511.22C566.64 510.993 566.435 510.757 566.234 510.528Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M573.283 511.53L572.3 511.364C572.198 511.033 572.066 510.714 571.906 510.41L572.485 509.6C572.73 509.255 572.692 508.784 572.391 508.486L571.52 507.614C571.356 507.451 571.139 507.36 570.908 507.36C570.727 507.36 570.555 507.415 570.408 507.52L569.596 508.1C569.279 507.933 568.949 507.795 568.607 507.693L568.443 506.722C568.373 506.304 568.013 506 567.589 506H566.358C565.934 506 565.574 506.304 565.504 506.722L565.335 507.717C565.007 507.819 564.687 507.953 564.383 508.117L563.579 507.538C563.433 507.433 563.258 507.378 563.076 507.378C562.845 507.378 562.626 507.468 562.465 507.631L561.591 508.503C561.292 508.801 561.251 509.273 561.497 509.617L562.082 510.439C561.921 510.747 561.793 511.065 561.693 511.395L560.722 511.559C560.304 511.63 560 511.99 560 512.414V513.645C560 514.069 560.304 514.429 560.722 514.498L561.717 514.669C561.819 514.995 561.953 515.315 562.117 515.619L561.541 516.42C561.295 516.766 561.333 517.236 561.635 517.534L562.506 518.406C562.67 518.57 562.887 518.66 563.118 518.66C563.299 518.66 563.471 518.605 563.617 518.5L564.439 517.915C564.735 518.069 565.044 518.195 565.364 518.295L565.528 519.278C565.597 519.696 565.957 520 566.381 520H567.615C568.04 520 568.4 519.696 568.469 519.278L568.636 518.295C568.795 518.246 568.951 518.19 569.105 518.127L567.83 516.914C567.563 516.97 567.285 517 567 517C564.791 517 563 515.209 563 513C563 510.791 564.791 509 567 509C569.209 509 571 510.791 571 513C571 513.253 570.976 513.501 570.931 513.741C571.349 514.145 571.767 514.55 572.185 514.955C572.225 514.849 572.262 514.741 572.295 514.633L573.278 514.469C573.696 514.4 574 514.04 574 513.615V512.385C574.006 511.96 573.702 511.6 573.283 511.53Z' fill='%2335383A'/%3e%3cpath d='M99.5 524.5C101.152 524.5 102.621 524.798 103.699 525.254H103.7C104.173 525.46 104.57 525.692 104.863 525.941L104.982 526.05L105.096 526.163C105.331 526.416 105.473 526.692 105.5 526.971V535.039C105.495 535.261 105.365 535.506 105.127 535.757L105.019 535.865H105.018C104.788 536.08 104.486 536.287 104.117 536.479L103.727 536.668L103.725 536.669C102.645 537.154 101.126 537.5 99.4902 537.5C97.8448 537.5 96.3424 537.2 95.2539 536.743H95.2529C94.7752 536.538 94.3794 536.307 94.0869 536.059L93.9678 535.95C93.6677 535.66 93.5 535.354 93.5 535.047V526.971C93.5264 526.695 93.6661 526.425 93.9062 526.163L94.0176 526.05C94.2435 525.831 94.5481 525.625 94.9141 525.437L95.2998 525.254C96.3777 524.798 97.8476 524.5 99.5 524.5Z' fill='%23C3BCE6' stroke='%237565C0'/%3e%3cpath d='M96 534L97.7498 528.474C97.8395 528.191 98.0913 528 98.375 528C98.6586 528 98.9105 528.191 99.0002 528.474L100.75 534M96.6333 532H100.117' stroke='%237565C0' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M102.5 528V534' stroke='%237565C0' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M115.32 531.457L116.23 528.604C116.26 528.514 116.33 528.474 116.38 528.474C116.43 528.474 116.5 528.514 116.53 528.604L117.44 531.457H115.32Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M123.33 525.69C123.69 526.028 123.96 526.456 124 526.943V535.05C123.99 535.508 123.7 535.912 123.36 536.23C123 536.568 122.51 536.866 121.93 537.125C120.78 537.642 119.19 538 117.49 538C115.79 538 114.22 537.692 113.06 537.205C112.48 536.956 111.98 536.658 111.62 536.31C111.27 535.972 111 535.544 111 535.047V526.943C111.04 526.456 111.31 526.038 111.67 525.69C112.03 525.342 112.53 525.044 113.1 524.795C114.25 524.308 115.79 524 117.5 524C119.21 524 120.75 524.308 121.9 524.795C122.47 525.044 122.97 525.342 123.33 525.69ZM120 527.977C120 527.699 120.22 527.48 120.5 527.48C120.78 527.48 121 527.699 121 527.977V533.943C121 534.222 120.78 534.44 120.5 534.44C120.22 534.44 120 534.222 120 533.943V527.977ZM119.26 533.794L118.63 531.815L117.49 528.305C117.34 527.828 116.9 527.49 116.39 527.49C115.88 527.49 115.44 527.838 115.29 528.305L114.18 531.795V531.815L113.55 533.794C113.47 534.053 113.61 534.331 113.88 534.42C114.14 534.5 114.42 534.361 114.51 534.092L115.03 532.452H117.78L118.3 534.092C118.38 534.351 118.66 534.5 118.93 534.42C119.19 534.341 119.34 534.062 119.26 533.794Z' fill='%2329313B'/%3e%3cpath d='M133.32 531.457L134.23 528.604C134.26 528.514 134.33 528.474 134.38 528.474C134.43 528.474 134.5 528.514 134.53 528.604L135.44 531.457H133.32Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M141.33 525.69C141.69 526.028 141.96 526.456 142 526.943V535.05C141.99 535.508 141.7 535.912 141.36 536.23C141 536.568 140.51 536.866 139.93 537.125C138.78 537.642 137.19 538 135.49 538C133.79 538 132.22 537.692 131.06 537.205C130.48 536.956 129.98 536.658 129.62 536.31C129.27 535.972 129 535.544 129 535.047V526.943C129.04 526.456 129.31 526.038 129.67 525.69C130.03 525.342 130.53 525.044 131.1 524.795C132.25 524.308 133.79 524 135.5 524C137.21 524 138.75 524.308 139.9 524.795C140.47 525.044 140.97 525.342 141.33 525.69ZM138 527.977C138 527.699 138.22 527.48 138.5 527.48C138.78 527.48 139 527.699 139 527.977V533.943C139 534.222 138.78 534.44 138.5 534.44C138.22 534.44 138 534.222 138 533.943V527.977ZM137.26 533.794L136.63 531.815L135.49 528.305C135.34 527.828 134.9 527.49 134.39 527.49C133.88 527.49 133.44 527.838 133.29 528.305L132.18 531.795V531.815L131.55 533.794C131.47 534.053 131.61 534.331 131.88 534.42C132.14 534.5 132.42 534.361 132.51 534.092L133.03 532.452H135.78L136.3 534.092C136.38 534.351 136.66 534.5 136.93 534.42C137.19 534.341 137.34 534.062 137.26 533.794Z' fill='%237565C0'/%3e%3cpath d='M151.32 531.457L152.23 528.604C152.26 528.514 152.33 528.474 152.38 528.474C152.43 528.474 152.5 528.514 152.53 528.604L153.44 531.457H151.32Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M159.33 525.69C159.69 526.028 159.96 526.456 160 526.943V535.05C159.99 535.508 159.7 535.912 159.36 536.23C159 536.568 158.51 536.866 157.93 537.125C156.78 537.642 155.19 538 153.49 538C151.79 538 150.22 537.692 149.06 537.205C148.48 536.956 147.98 536.658 147.62 536.31C147.27 535.972 147 535.544 147 535.047V526.943C147.04 526.456 147.31 526.038 147.67 525.69C148.03 525.342 148.53 525.044 149.1 524.795C150.25 524.308 151.79 524 153.5 524C155.21 524 156.75 524.308 157.9 524.795C158.47 525.044 158.97 525.342 159.33 525.69ZM156 527.977C156 527.699 156.22 527.48 156.5 527.48C156.78 527.48 157 527.699 157 527.977V533.943C157 534.222 156.78 534.44 156.5 534.44C156.22 534.44 156 534.222 156 533.943V527.977ZM155.26 533.794L154.63 531.815L153.49 528.305C153.34 527.828 152.9 527.49 152.39 527.49C151.88 527.49 151.44 527.838 151.29 528.305L150.18 531.795V531.815L149.55 533.794C149.47 534.053 149.61 534.331 149.88 534.42C150.14 534.5 150.42 534.361 150.51 534.092L151.03 532.452H153.78L154.3 534.092C154.38 534.351 154.66 534.5 154.93 534.42C155.19 534.341 155.34 534.062 155.26 533.794Z' fill='white'/%3e%3cpath d='M169.32 531.457L170.23 528.604C170.26 528.514 170.33 528.474 170.38 528.474C170.43 528.474 170.5 528.514 170.53 528.604L171.44 531.457H169.32Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M177.33 525.69C177.69 526.028 177.96 526.456 178 526.943V535.05C177.99 535.508 177.7 535.912 177.36 536.23C177 536.568 176.51 536.866 175.93 537.125C174.78 537.642 173.19 538 171.49 538C169.79 538 168.22 537.692 167.06 537.205C166.48 536.956 165.98 536.658 165.62 536.31C165.27 535.972 165 535.544 165 535.047V526.943C165.04 526.456 165.31 526.038 165.67 525.69C166.03 525.342 166.53 525.044 167.1 524.795C168.25 524.308 169.79 524 171.5 524C173.21 524 174.75 524.308 175.9 524.795C176.47 525.044 176.97 525.342 177.33 525.69ZM174 527.977C174 527.699 174.22 527.48 174.5 527.48C174.78 527.48 175 527.699 175 527.977V533.943C175 534.222 174.78 534.44 174.5 534.44C174.22 534.44 174 534.222 174 533.943V527.977ZM173.26 533.794L172.63 531.815L171.49 528.305C171.34 527.828 170.9 527.49 170.39 527.49C169.88 527.49 169.44 527.838 169.29 528.305L168.18 531.795V531.815L167.55 533.794C167.47 534.053 167.61 534.331 167.88 534.42C168.14 534.5 168.42 534.361 168.51 534.092L169.03 532.452H171.78L172.3 534.092C172.38 534.351 172.66 534.5 172.93 534.42C173.19 534.341 173.34 534.062 173.26 533.794Z' fill='%239A9A9A'/%3e%3cpath d='M192.5 527.48C192.22 527.48 192 527.699 192 527.977V533.943C192 534.222 192.22 534.44 192.5 534.44C192.78 534.44 193 534.222 193 533.943V527.977C193 527.699 192.78 527.48 192.5 527.48Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M190.63 531.815L191.26 533.794C191.34 534.063 191.19 534.341 190.93 534.42C190.66 534.5 190.38 534.351 190.3 534.092L189.78 532.452H187.03L186.51 534.092C186.42 534.361 186.14 534.5 185.88 534.42C185.61 534.331 185.47 534.053 185.55 533.794L186.18 531.815V531.795L187.29 528.305C187.44 527.838 187.88 527.49 188.39 527.49C188.9 527.49 189.34 527.828 189.49 528.305L190.63 531.815ZM188.23 528.604L187.32 531.457H189.44L188.53 528.604C188.5 528.514 188.43 528.474 188.38 528.474C188.33 528.474 188.26 528.514 188.23 528.604Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M196 526.943C195.96 526.456 195.69 526.028 195.33 525.69C194.97 525.342 194.47 525.044 193.9 524.795C192.75 524.308 191.21 524 189.5 524C187.79 524 186.25 524.308 185.1 524.795C184.53 525.044 184.03 525.342 183.67 525.69C183.31 526.038 183.04 526.456 183 526.943V535.047C183 535.544 183.27 535.972 183.62 536.31C183.98 536.658 184.48 536.956 185.06 537.205C186.22 537.692 187.79 538 189.49 538C191.19 538 192.78 537.642 193.93 537.125C194.51 536.866 195 536.568 195.36 536.23C195.7 535.912 195.99 535.508 196 535.05V526.943ZM195 534.947C195 535.027 194.95 535.196 194.68 535.445C194.43 535.683 194.04 535.932 193.53 536.161C192.51 536.618 191.08 536.946 189.5 536.946C187.92 536.946 186.47 536.658 185.46 536.23C184.95 536.011 184.57 535.773 184.32 535.534C184.07 535.295 184 535.097 184 534.957V526.983C184.02 526.814 184.11 526.615 184.36 526.376C184.61 526.138 185 525.899 185.5 525.68C186.5 525.253 187.91 524.964 189.5 524.964C191.09 524.964 192.5 525.253 193.5 525.68C194 525.899 194.38 526.138 194.64 526.376C194.89 526.615 194.98 526.814 195 526.973V534.947Z' fill='%2329313B'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M207.992 524.906L207 524.5L201 526.953L207 529.7L208.532 528.998L207.997 528.999L207.996 526.996L207.994 526.996L207.992 524.906ZM208.999 529.871L208.999 529.998L211.998 529.996L211.998 529.994L213 529.994V534.686L207.5 537V530.571L208.999 529.871ZM212.225 526.636C212.346 526.802 212.454 526.977 212.549 527.159L211.639 527.576C211.5 527.318 211.324 527.081 211.116 526.873C210.837 526.595 210.506 526.374 210.142 526.223C209.778 526.073 209.388 525.995 208.994 525.996L208.993 525.315L212.225 526.636ZM211.954 528.489L212.883 528.055C212.958 528.361 212.996 528.677 212.996 528.994L211.997 528.994C211.997 528.825 211.982 528.656 211.954 528.489ZM210.996 528.937C210.997 528.956 210.997 528.976 210.997 528.995L210.997 528.997L210.868 528.997L210.996 528.937ZM210.727 527.994L209.809 528.414C209.778 528.37 209.743 528.329 209.704 528.29C209.611 528.197 209.501 528.124 209.38 528.074C209.258 528.024 209.129 527.998 208.997 527.998L208.996 526.998C209.259 526.998 209.519 527.05 209.761 527.15C209.842 527.183 209.921 527.222 209.996 527.265C210.147 527.353 210.287 527.459 210.411 527.583C210.534 527.706 210.64 527.844 210.727 527.994ZM206.5 530.571V537L201 534.686V528L206.5 530.571Z' fill='%23C3BCE6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M207.993 524.906L207 524.5L201 526.953L207 529.7L208.532 528.998L207.997 528.999L207.997 528.144L207 528.6L203.516 527.005L207 525.58L207.994 525.987L207.993 524.947L207.993 524.906ZM208.996 527.686L209.96 527.245C209.972 527.252 209.984 527.258 209.996 527.265C210.147 527.353 210.287 527.459 210.411 527.583C210.534 527.706 210.64 527.844 210.727 527.994L209.809 528.414C209.778 528.37 209.743 528.329 209.704 528.29C209.611 528.197 209.501 528.124 209.38 528.074C209.258 528.023 209.128 527.998 208.997 527.998L208.996 527.686ZM208.999 529.871L207.5 530.571V537L213 534.686V529.994L212 529.994V534.022L208.5 535.494V531.208L211.091 529.997L208.999 529.998L208.999 529.871ZM212.225 526.636C212.346 526.802 212.454 526.977 212.549 527.159L211.639 527.576C211.5 527.318 211.324 527.081 211.116 526.873C210.837 526.595 210.506 526.374 210.142 526.223C209.778 526.073 209.388 525.995 208.994 525.996L208.993 525.315L212.225 526.636ZM211.954 528.489L212.883 528.055C212.958 528.361 212.996 528.677 212.996 528.994L211.997 528.994C211.997 528.825 211.982 528.656 211.954 528.489ZM210.996 528.937C210.997 528.956 210.997 528.976 210.997 528.995C210.997 528.995 210.997 528.996 210.997 528.996C210.997 528.996 210.997 528.997 210.997 528.997L210.868 528.997L210.996 528.937ZM201 534.686V528L206.5 530.571V537L201 534.686ZM202 529.571L205.5 531.208V535.494L202 534.022V529.571Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M208.991 522.995C209.779 522.995 210.559 523.149 211.287 523.45C212.015 523.751 212.677 524.193 213.235 524.749C213.792 525.306 214.235 525.967 214.537 526.695C214.839 527.423 214.995 528.203 214.995 528.991L214.044 528.991C214.043 528.328 213.912 527.672 213.658 527.06C213.404 526.447 213.032 525.891 212.563 525.422C212.093 524.954 211.536 524.583 210.924 524.329C210.311 524.076 209.654 523.946 208.991 523.947L208.991 522.995ZM208.996 526.998C209.259 526.998 209.519 527.05 209.761 527.15C210.004 527.25 210.225 527.397 210.411 527.583C210.597 527.769 210.744 527.989 210.845 528.231C210.945 528.474 210.997 528.734 210.998 528.997L209.998 528.997C209.998 528.866 209.972 528.736 209.922 528.615C209.871 528.493 209.797 528.383 209.704 528.29C209.611 528.197 209.501 528.124 209.38 528.074C209.258 528.023 209.128 527.998 208.997 527.998L208.996 526.998ZM210.524 525.3C210.038 525.099 209.518 524.996 208.993 524.997L208.994 525.996C209.388 525.995 209.778 526.073 210.142 526.223C210.506 526.374 210.837 526.595 211.116 526.873C211.395 527.152 211.617 527.482 211.768 527.846C211.919 528.21 211.997 528.6 211.997 528.994L212.996 528.994C212.996 528.468 212.892 527.948 212.69 527.463C212.489 526.978 212.194 526.537 211.822 526.166C211.451 525.795 211.009 525.501 210.524 525.3Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M225.993 524.906L225 524.5L219 526.953L225 529.7L226.532 528.998L225.998 528.999L225.996 526.996L225.994 526.996L225.993 524.906ZM226.999 529.871L226.999 529.998L229.998 529.996L229.998 529.994L231 529.994V534.686L225.5 537V530.571L226.999 529.871ZM230.225 526.636C230.346 526.802 230.455 526.977 230.549 527.159L229.639 527.576C229.501 527.318 229.324 527.081 229.116 526.873C228.837 526.595 228.506 526.374 228.142 526.223C227.778 526.073 227.388 525.995 226.994 525.996L226.993 525.315L230.225 526.636ZM229.954 528.489L230.883 528.055C230.958 528.361 230.996 528.677 230.996 528.994L229.997 528.994C229.997 528.825 229.982 528.656 229.954 528.489ZM228.997 528.937C228.997 528.956 228.997 528.976 228.997 528.995L228.998 528.997L228.868 528.997L228.997 528.937ZM228.727 527.994L227.809 528.414C227.778 528.37 227.743 528.329 227.704 528.29C227.611 528.197 227.501 528.124 227.38 528.074C227.258 528.024 227.129 527.998 226.998 527.998L226.996 526.998C227.259 526.998 227.519 527.05 227.761 527.15C227.842 527.183 227.921 527.222 227.996 527.265C228.147 527.353 228.287 527.459 228.411 527.583C228.534 527.706 228.64 527.844 228.727 527.994ZM224.5 530.571V537L219 534.686V528L224.5 530.571Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M225.993 524.906L225 524.5L219 526.953L225 529.7L226.532 528.998L225.998 528.999L225.997 528.144L225 528.6L221.516 527.005L225 525.58L225.994 525.987L225.993 524.947L225.993 524.906ZM226.996 527.686L227.96 527.245C227.972 527.252 227.984 527.258 227.996 527.265C228.147 527.353 228.287 527.459 228.411 527.583C228.534 527.706 228.64 527.844 228.727 527.994L227.809 528.414C227.778 528.37 227.743 528.329 227.704 528.29C227.611 528.197 227.501 528.124 227.38 528.074C227.258 528.023 227.128 527.998 226.997 527.998L226.996 527.686ZM226.999 529.871L225.5 530.571V537L231 534.686V529.994L230 529.994V534.022L226.5 535.494V531.208L229.091 529.997L226.999 529.998L226.999 529.871ZM230.225 526.636C230.346 526.802 230.455 526.977 230.549 527.159L229.639 527.576C229.501 527.318 229.324 527.081 229.116 526.873C228.837 526.595 228.506 526.374 228.142 526.223C227.778 526.073 227.388 525.995 226.994 525.996L226.993 525.315L230.225 526.636ZM229.954 528.489L230.883 528.055C230.958 528.361 230.996 528.677 230.996 528.994L229.997 528.994C229.997 528.825 229.982 528.656 229.954 528.489ZM228.997 528.937C228.997 528.956 228.997 528.976 228.997 528.995C228.997 528.996 228.997 528.996 228.997 528.997L228.868 528.997L228.997 528.937ZM219 534.686V528L224.5 530.571V537L219 534.686ZM220 529.571L223.5 531.208V535.494L220 534.022V529.571Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M226.991 522.995C227.779 522.995 228.559 523.149 229.287 523.45C230.015 523.751 230.677 524.193 231.235 524.749C231.792 525.306 232.235 525.967 232.537 526.695C232.839 527.423 232.995 528.203 232.995 528.991L232.044 528.991C232.043 528.328 231.912 527.672 231.658 527.06C231.404 526.447 231.032 525.891 230.563 525.422C230.093 524.954 229.536 524.583 228.924 524.329C228.311 524.076 227.654 523.946 226.991 523.947L226.991 522.995ZM226.996 526.998C227.259 526.998 227.519 527.05 227.761 527.15C228.004 527.25 228.225 527.397 228.411 527.583C228.597 527.769 228.744 527.989 228.845 528.231C228.945 528.474 228.997 528.734 228.998 528.997L227.998 528.997C227.998 528.866 227.972 528.736 227.922 528.615C227.871 528.493 227.797 528.383 227.704 528.29C227.611 528.197 227.501 528.124 227.38 528.074C227.258 528.023 227.128 527.998 226.997 527.998L226.996 526.998ZM228.524 525.3C228.038 525.099 227.518 524.996 226.993 524.997L226.994 525.996C227.388 525.995 227.778 526.073 228.142 526.223C228.506 526.374 228.837 526.595 229.116 526.873C229.395 527.152 229.617 527.482 229.768 527.846C229.919 528.21 229.997 528.6 229.997 528.994L230.996 528.994C230.996 528.468 230.892 527.948 230.69 527.463C230.489 526.978 230.194 526.537 229.822 526.166C229.451 525.795 229.009 525.501 228.524 525.3Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M243.992 524.906L243 524.5L237 526.953L243 529.7L244.532 528.998L243.997 528.999L243.996 526.996L243.994 526.996L243.992 524.906ZM244.999 529.871L244.999 529.998L247.998 529.996L247.998 529.994L249 529.994V534.686L243.5 537V530.571L244.999 529.871ZM248.225 526.636C248.346 526.802 248.455 526.977 248.549 527.159L247.639 527.576C247.5 527.318 247.324 527.081 247.116 526.873C246.837 526.595 246.506 526.374 246.142 526.223C245.778 526.073 245.388 525.995 244.994 525.996L244.993 525.315L248.225 526.636ZM247.954 528.489L248.883 528.055C248.958 528.361 248.996 528.677 248.996 528.994L247.997 528.994C247.997 528.825 247.982 528.656 247.954 528.489ZM246.997 528.937C246.997 528.956 246.997 528.976 246.997 528.995L246.997 528.997L246.868 528.997L246.997 528.937ZM246.727 527.994L245.809 528.414C245.778 528.37 245.743 528.329 245.704 528.29C245.611 528.197 245.501 528.124 245.38 528.074C245.258 528.024 245.129 527.998 244.997 527.998L244.996 526.998C245.259 526.998 245.519 527.05 245.761 527.15C245.842 527.183 245.921 527.222 245.996 527.265C246.147 527.353 246.287 527.459 246.411 527.583C246.534 527.706 246.64 527.844 246.727 527.994ZM242.5 530.571V537L237 534.686V528L242.5 530.571Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M243.993 524.906L243 524.5L237 526.953L243 529.7L244.532 528.998L243.997 528.999L243.997 528.144L243 528.6L239.516 527.005L243 525.58L243.994 525.987L243.993 524.947L243.993 524.906ZM244.996 527.686L245.96 527.245C245.972 527.252 245.984 527.258 245.996 527.265C246.147 527.353 246.287 527.459 246.411 527.583C246.534 527.706 246.64 527.844 246.727 527.994L245.809 528.414C245.778 528.37 245.743 528.329 245.704 528.29C245.611 528.197 245.501 528.124 245.38 528.074C245.258 528.023 245.128 527.998 244.997 527.998L244.996 527.686ZM244.999 529.871L243.5 530.571V537L249 534.686V529.994L248 529.994V534.022L244.5 535.494V531.208L247.091 529.997L244.999 529.998L244.999 529.871ZM248.225 526.636C248.346 526.802 248.455 526.977 248.549 527.159L247.639 527.576C247.5 527.318 247.324 527.081 247.116 526.873C246.837 526.595 246.506 526.374 246.142 526.223C245.778 526.073 245.388 525.995 244.994 525.996L244.993 525.315L248.225 526.636ZM247.954 528.489L248.883 528.055C248.958 528.361 248.996 528.677 248.996 528.994L247.997 528.994C247.997 528.825 247.982 528.656 247.954 528.489ZM246.997 528.937C246.997 528.956 246.997 528.976 246.997 528.995C246.997 528.996 246.997 528.996 246.997 528.997L246.868 528.997L246.997 528.937ZM237 534.686V528L242.5 530.571V537L237 534.686ZM238 529.571L241.5 531.208V535.494L238 534.022V529.571Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M244.991 522.995C245.779 522.995 246.559 523.149 247.287 523.45C248.015 523.751 248.677 524.193 249.235 524.749C249.792 525.306 250.235 525.967 250.537 526.695C250.839 527.423 250.995 528.203 250.995 528.991L250.044 528.991C250.043 528.328 249.912 527.672 249.658 527.06C249.404 526.447 249.032 525.891 248.563 525.422C248.093 524.954 247.536 524.583 246.924 524.329C246.311 524.076 245.654 523.946 244.991 523.947L244.991 522.995ZM244.996 526.998C245.259 526.998 245.519 527.05 245.761 527.15C246.004 527.25 246.225 527.397 246.411 527.583C246.597 527.769 246.744 527.989 246.845 528.231C246.945 528.474 246.997 528.734 246.998 528.997L245.998 528.997C245.998 528.866 245.972 528.736 245.922 528.615C245.871 528.493 245.797 528.383 245.704 528.29C245.611 528.197 245.501 528.124 245.38 528.074C245.258 528.023 245.128 527.998 244.997 527.998L244.996 526.998ZM246.524 525.3C246.038 525.099 245.518 524.996 244.993 524.997L244.994 525.996C245.388 525.995 245.778 526.073 246.142 526.223C246.506 526.374 246.837 526.595 247.116 526.873C247.395 527.152 247.617 527.482 247.768 527.846C247.919 528.21 247.997 528.6 247.997 528.994L248.996 528.994C248.996 528.468 248.892 527.948 248.69 527.463C248.489 526.978 248.194 526.537 247.822 526.166C247.451 525.795 247.009 525.501 246.524 525.3Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261.992 524.906L261 524.5L255 526.953L261 529.7L262.532 528.998L261.997 528.999L261.996 526.996L261.994 526.996L261.992 524.906ZM262.999 529.871L262.999 529.998L265.998 529.996L265.998 529.994L267 529.994V534.686L261.5 537V530.571L262.999 529.871ZM266.225 526.636C266.346 526.802 266.454 526.977 266.549 527.159L265.639 527.576C265.5 527.318 265.324 527.081 265.116 526.873C264.837 526.595 264.506 526.374 264.142 526.223C263.778 526.073 263.388 525.995 262.994 525.996L262.993 525.315L266.225 526.636ZM265.954 528.489L266.883 528.055C266.958 528.361 266.996 528.677 266.996 528.994L265.997 528.994C265.997 528.825 265.982 528.656 265.954 528.489ZM264.996 528.937C264.997 528.956 264.997 528.976 264.997 528.995L264.997 528.997L264.868 528.997L264.996 528.937ZM264.727 527.994L263.809 528.414C263.778 528.37 263.743 528.329 263.704 528.29C263.611 528.197 263.501 528.124 263.38 528.074C263.258 528.024 263.129 527.998 262.997 527.998L262.996 526.998C263.259 526.998 263.519 527.05 263.761 527.15C263.842 527.183 263.921 527.222 263.996 527.265C264.147 527.353 264.287 527.459 264.411 527.583C264.534 527.706 264.64 527.844 264.727 527.994ZM260.5 530.571V537L255 534.686V528L260.5 530.571Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M261.993 524.906L261 524.5L255 526.953L261 529.7L262.532 528.998L261.997 528.999L261.997 528.144L261 528.6L257.516 527.005L261 525.58L261.994 525.987L261.993 524.947L261.993 524.906ZM262.996 527.686L263.96 527.245C263.972 527.252 263.984 527.258 263.996 527.265C264.147 527.353 264.287 527.459 264.411 527.583C264.534 527.706 264.64 527.844 264.727 527.994L263.809 528.414C263.778 528.37 263.743 528.329 263.704 528.29C263.611 528.197 263.501 528.124 263.38 528.074C263.258 528.023 263.128 527.998 262.997 527.998L262.996 527.686ZM262.999 529.871L261.5 530.571V537L267 534.686V529.994L266 529.994V534.022L262.5 535.494V531.208L265.091 529.997L262.999 529.998L262.999 529.871ZM266.225 526.636C266.346 526.802 266.454 526.977 266.549 527.159L265.639 527.576C265.5 527.318 265.324 527.081 265.116 526.873C264.837 526.595 264.506 526.374 264.142 526.223C263.778 526.073 263.388 525.995 262.994 525.996L262.993 525.315L266.225 526.636ZM265.954 528.489L266.883 528.055C266.958 528.361 266.996 528.677 266.996 528.994L265.997 528.994C265.997 528.825 265.982 528.656 265.954 528.489ZM264.996 528.937C264.997 528.956 264.997 528.976 264.997 528.995C264.997 528.995 264.997 528.996 264.997 528.996C264.997 528.996 264.997 528.997 264.997 528.997L264.868 528.997L264.996 528.937ZM255 534.686V528L260.5 530.571V537L255 534.686ZM256 529.571L259.5 531.208V535.494L256 534.022V529.571Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M262.991 522.995C263.779 522.995 264.559 523.149 265.287 523.45C266.015 523.751 266.677 524.193 267.235 524.749C267.792 525.306 268.235 525.967 268.537 526.695C268.839 527.423 268.995 528.203 268.995 528.991L268.044 528.991C268.043 528.328 267.912 527.672 267.658 527.06C267.404 526.447 267.032 525.891 266.563 525.422C266.093 524.954 265.536 524.583 264.924 524.329C264.311 524.076 263.654 523.946 262.991 523.947L262.991 522.995ZM262.996 526.998C263.259 526.998 263.519 527.05 263.761 527.15C264.004 527.25 264.225 527.397 264.411 527.583C264.597 527.769 264.744 527.989 264.845 528.231C264.945 528.474 264.997 528.734 264.998 528.997L263.998 528.997C263.998 528.866 263.972 528.736 263.922 528.615C263.871 528.493 263.797 528.383 263.704 528.29C263.611 528.197 263.501 528.124 263.38 528.074C263.258 528.023 263.128 527.998 262.997 527.998L262.996 526.998ZM264.524 525.3C264.038 525.099 263.518 524.996 262.993 524.997L262.994 525.996C263.388 525.995 263.778 526.073 264.142 526.223C264.506 526.374 264.837 526.595 265.116 526.873C265.395 527.152 265.617 527.482 265.768 527.846C265.919 528.21 265.997 528.6 265.997 528.994L266.996 528.994C266.996 528.468 266.892 527.948 266.69 527.463C266.489 526.978 266.194 526.537 265.822 526.166C265.451 525.795 265.009 525.501 264.524 525.3Z' fill='white'/%3e%3cpath d='M282 529H285V532H282V531H276V532H273V529H276V530H277.5H279H282V529Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M292 523C291.448 523 291 523.448 291 524V537C291 537.552 291.448 538 292 538H302C302.552 538 303 537.552 303 537V526.5L299.5 523H292ZM302 527L299 524V526C299 526.552 299.448 527 300 527H302Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M297 529L294 530.239L297 531.626L300 530.239L297 529ZM296.629 532.281V535.254L294 534.144V531.068L296.629 532.281ZM297.371 532.281L300 531.068V534.144L297.371 535.254V532.281Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M310 523C309.448 523 309 523.448 309 524V537C309 537.552 309.448 538 310 538H320C320.552 538 321 537.552 321 537V526.5L317.5 523H310ZM320 527L317 524V526C317 526.552 317.448 527 318 527H320Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M315 529L312 530.239L315 531.626L318 530.239L315 529ZM314.629 532.281V535.254L312 534.144V531.068L314.629 532.281ZM315.371 532.281L318 531.068V534.144L315.371 535.254V532.281Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M328 523C327.448 523 327 523.448 327 524V537C327 537.552 327.448 538 328 538H338C338.552 538 339 537.552 339 537V526.5L335.5 523H328ZM338 527L335 524V526C335 526.552 335.448 527 336 527H338Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M333 529L330 530.239L333 531.626L336 530.239L333 529ZM332.629 532.281V535.254L330 534.144V531.068L332.629 532.281ZM333.371 532.281L336 531.068V534.144L333.371 535.254V532.281Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M345 524C345 523.448 345.448 523 346 523H353.5L357 526.5V537C357 537.552 356.552 538 356 538H346C345.448 538 345 537.552 345 537V524ZM353 524L356 527H354C353.448 527 353 526.552 353 526V524ZM351 529L348 530.239L351 531.626L354 530.239L351 529ZM350.629 532.281V535.254L348 534.144V531.068L350.629 532.281ZM354 531.068L351.371 532.281V535.254L354 534.144V531.068Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M366.026 525.468L367 526.163L367.511 525.081C368.092 523.849 369.343 523 370.792 523C372.796 523 374.419 524.623 374.419 526.623C374.419 526.672 374.417 526.726 374.415 526.788L374.379 527.609L375.177 527.803C376.151 528.04 377 529.061 377 530.42C377 531.968 375.906 533 374.711 533H374V534H374.711C376.527 534 378 532.449 378 530.42C378 528.661 376.892 527.191 375.414 526.832C375.417 526.762 375.419 526.693 375.419 526.623C375.419 524.07 373.348 522 370.792 522C369.301 522 367.975 522.705 367.129 523.8C366.926 524.063 366.75 524.35 366.606 524.654C366.367 524.484 366.096 524.354 365.802 524.275C365.591 524.218 365.368 524.187 365.138 524.187C363.77 524.187 362.661 525.259 362.661 526.581C362.661 526.716 362.673 526.848 362.695 526.977C362.705 527.036 362.718 527.094 362.732 527.151C362.649 527.168 362.567 527.189 362.486 527.213C361.05 527.634 360 528.984 360 530.585C360 532.523 361.539 534 363.437 534H364V533H363.437C362.075 533 361 531.954 361 530.585C361 529.362 361.846 528.362 362.941 528.129L363.956 527.912L363.702 526.906C363.675 526.801 363.661 526.693 363.661 526.581C363.661 525.843 364.29 525.187 365.138 525.187C365.474 525.187 365.78 525.293 366.026 525.468ZM369.5 536V529C369.5 528.724 369.276 528.5 369 528.5C368.724 528.5 368.5 528.724 368.5 529V536H368C367.448 536 367 536.448 367 537V539C367 539.552 367.448 540 368 540H370C370.552 540 371 539.552 371 539V537C371 536.448 370.552 536 370 536H369.5ZM368 537V539H370V537H369H368ZM362.815 536H362C361.448 536 361 536.448 361 537V539C361 539.552 361.448 540 362 540H364C364.552 540 365 539.552 365 539V537C365 536.552 364.705 536.172 364.299 536.045L366.825 533.88C366.936 533.785 367 533.646 367 533.5V529C367 528.724 366.776 528.5 366.5 528.5C366.224 528.5 366 528.724 366 529V533.27L362.815 536ZM363.003 537H364V539H362V537H362.997H363.003ZM371.175 533.88C371.064 533.785 371 533.646 371 533.5V529C371 528.724 371.224 528.5 371.5 528.5C371.776 528.5 372 528.724 372 529V533.27L375.185 536H376C376.552 536 377 536.448 377 537V539C377 539.552 376.552 540 376 540H374C373.448 540 373 539.552 373 539V537C373 536.552 373.295 536.172 373.701 536.045L371.175 533.88ZM374.997 537H374V539H376V537H375.003C375.001 537 374.999 537 374.997 537Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M384.026 525.468L385 526.163L385.511 525.081C386.092 523.849 387.343 523 388.792 523C390.796 523 392.419 524.623 392.419 526.623C392.419 526.672 392.417 526.726 392.415 526.788L392.379 527.609L393.177 527.803C394.151 528.04 395 529.061 395 530.42C395 531.968 393.906 533 392.711 533H392V534H392.711C394.527 534 396 532.449 396 530.42C396 528.661 394.892 527.191 393.414 526.832C393.417 526.762 393.419 526.693 393.419 526.623C393.419 524.07 391.348 522 388.792 522C387.301 522 385.975 522.705 385.129 523.8C384.926 524.063 384.75 524.35 384.606 524.654C384.367 524.484 384.096 524.354 383.802 524.275C383.591 524.218 383.368 524.187 383.138 524.187C381.77 524.187 380.661 525.259 380.661 526.581C380.661 526.716 380.673 526.848 380.695 526.977C380.705 527.036 380.718 527.094 380.732 527.151C380.649 527.168 380.567 527.189 380.486 527.213C379.05 527.634 378 528.984 378 530.585C378 532.523 379.539 534 381.437 534H382V533H381.437C380.075 533 379 531.954 379 530.585C379 529.362 379.846 528.362 380.941 528.129L381.956 527.912L381.702 526.906C381.675 526.801 381.661 526.693 381.661 526.581C381.661 525.843 382.29 525.187 383.138 525.187C383.474 525.187 383.78 525.293 384.026 525.468ZM387.5 536V529C387.5 528.724 387.276 528.5 387 528.5C386.724 528.5 386.5 528.724 386.5 529V536H386C385.448 536 385 536.448 385 537V539C385 539.552 385.448 540 386 540H388C388.552 540 389 539.552 389 539V537C389 536.448 388.552 536 388 536H387.5ZM386 537V539H388V537H387H386ZM380.815 536H380C379.448 536 379 536.448 379 537V539C379 539.552 379.448 540 380 540H382C382.552 540 383 539.552 383 539V537C383 536.552 382.705 536.172 382.299 536.045L384.825 533.88C384.936 533.785 385 533.646 385 533.5V529C385 528.724 384.776 528.5 384.5 528.5C384.224 528.5 384 528.724 384 529V533.27L380.815 536ZM381.003 537H382V539H380V537H380.997H381.003ZM389.175 533.88C389.064 533.785 389 533.646 389 533.5V529C389 528.724 389.224 528.5 389.5 528.5C389.776 528.5 390 528.724 390 529V533.27L393.185 536H394C394.552 536 395 536.448 395 537V539C395 539.552 394.552 540 394 540H392C391.448 540 391 539.552 391 539V537C391 536.552 391.295 536.172 391.701 536.045L389.175 533.88ZM392.997 537H392V539H394V537H393.003C393.001 537 392.999 537 392.997 537Z' fill='%230E6FF9'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M402.026 525.468L403 526.163L403.511 525.081C404.092 523.849 405.343 523 406.792 523C408.796 523 410.419 524.623 410.419 526.623C410.419 526.672 410.417 526.726 410.415 526.788L410.379 527.609L411.177 527.803C412.151 528.04 413 529.061 413 530.42C413 531.968 411.906 533 410.711 533H410V534H410.711C412.527 534 414 532.449 414 530.42C414 528.661 412.892 527.191 411.414 526.832C411.417 526.762 411.419 526.693 411.419 526.623C411.419 524.07 409.348 522 406.792 522C405.301 522 403.975 522.705 403.129 523.8C402.926 524.063 402.75 524.35 402.606 524.654C402.367 524.484 402.096 524.354 401.802 524.275C401.591 524.218 401.368 524.187 401.138 524.187C399.77 524.187 398.661 525.259 398.661 526.581C398.661 526.716 398.673 526.848 398.695 526.977C398.705 527.036 398.718 527.094 398.732 527.151C398.649 527.168 398.567 527.189 398.486 527.213C397.05 527.634 396 528.984 396 530.585C396 532.523 397.539 534 399.437 534H400V533H399.437C398.075 533 397 531.954 397 530.585C397 529.362 397.846 528.362 398.941 528.129L399.956 527.912L399.702 526.906C399.675 526.801 399.661 526.693 399.661 526.581C399.661 525.843 400.29 525.187 401.138 525.187C401.474 525.187 401.78 525.293 402.026 525.468ZM405.5 536V529C405.5 528.724 405.276 528.5 405 528.5C404.724 528.5 404.5 528.724 404.5 529V536H404C403.448 536 403 536.448 403 537V539C403 539.552 403.448 540 404 540H406C406.552 540 407 539.552 407 539V537C407 536.448 406.552 536 406 536H405.5ZM404 537V539H406V537H405H404ZM398.815 536H398C397.448 536 397 536.448 397 537V539C397 539.552 397.448 540 398 540H400C400.552 540 401 539.552 401 539V537C401 536.552 400.705 536.172 400.299 536.045L402.825 533.88C402.936 533.785 403 533.646 403 533.5V529C403 528.724 402.776 528.5 402.5 528.5C402.224 528.5 402 528.724 402 529V533.27L398.815 536ZM399.003 537H400V539H398V537H398.997H399.003ZM407.175 533.88C407.064 533.785 407 533.646 407 533.5V529C407 528.724 407.224 528.5 407.5 528.5C407.776 528.5 408 528.724 408 529V533.27L411.185 536H412C412.552 536 413 536.448 413 537V539C413 539.552 412.552 540 412 540H410C409.448 540 409 539.552 409 539V537C409 536.552 409.295 536.172 409.701 536.045L407.175 533.88ZM410.997 537H410V539H412V537H411.003C411.001 537 410.999 537 410.997 537Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M428 527H426C425.448 527 425 526.552 425 526V524H418V527V537H428V527Z' fill='%23C2D3F2'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M418 523C417.448 523 417 523.448 417 524V537C417 537.552 417.448 538 418 538H428C428.552 538 429 537.552 429 537V526.5L425.5 523H418ZM423 524H418V537H428V527H426C425.448 527 425 526.552 425 526V524H423Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M425.155 530.909V530.056L425.884 530.057C426.449 530.057 426.716 530.478 426.849 531.032C427.045 531.813 427.055 532.388 426.849 532.995C426.654 533.58 426.439 533.97 425.884 533.97H422.986V534.217H424.919V534.957C424.919 535.522 424.435 535.799 423.953 535.943C423.213 536.159 422.628 536.128 422.021 535.943C421.508 535.789 421.056 535.48 421.056 534.957V533.118C421.056 532.583 421.498 532.131 422.021 532.131H423.942C424.59 532.131 425.155 531.577 425.155 530.909ZM424.425 535.08C424.425 534.874 424.261 534.71 424.065 534.71C423.871 534.71 423.706 534.874 423.706 535.08C423.706 535.285 423.87 535.449 424.065 535.449C424.261 535.449 424.425 535.285 424.425 535.08Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M422.021 528.084C422.299 528.032 422.617 528.002 422.946 528.002C423.274 527.992 423.613 528.022 423.953 528.074C424.477 528.166 424.919 528.557 424.919 529.081V530.92C424.919 531.464 424.487 531.906 423.953 531.906H422.032C421.385 531.906 420.83 532.471 420.83 533.108V533.991H420.162C419.597 533.991 419.268 533.591 419.135 533.015C418.95 532.245 418.96 531.793 419.135 531.053C419.289 530.417 419.782 530.078 420.337 530.078H422.987V529.831H421.056V529.091C421.056 528.526 421.2 528.228 422.021 528.084ZM422.257 528.957C422.257 528.752 422.093 528.587 421.898 528.587C421.692 528.587 421.538 528.752 421.538 528.957C421.538 529.162 421.702 529.327 421.898 529.327C422.093 529.327 422.257 529.162 422.257 528.957Z' fill='%234774C6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M435 524C435 523.448 435.448 523 436 523H443.5L447 526.5V537C447 537.552 446.552 538 446 538H436C435.448 538 435 537.552 435 537V524ZM436 524H441H443L446 527V537H436V524Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M446 527H444C443.448 527 443 526.552 443 526V524H436V527V537H446V527ZM443.155 530.909V530.056L443.884 530.057C444.449 530.057 444.716 530.478 444.85 531.033C445.045 531.814 445.055 532.388 444.85 532.995C444.654 533.58 444.439 533.97 443.884 533.97H440.987V534.217H442.919V534.957C442.919 535.522 442.436 535.799 441.953 535.943C441.213 536.159 440.628 536.128 440.022 535.943C439.508 535.789 439.056 535.48 439.056 534.957V533.118C439.056 532.583 439.498 532.131 440.022 532.131H441.942C442.59 532.131 443.155 531.577 443.155 530.909ZM442.425 535.08C442.425 534.874 442.261 534.71 442.066 534.71C441.871 534.71 441.706 534.874 441.706 535.08C441.706 535.285 441.87 535.449 442.066 535.449C442.261 535.449 442.425 535.285 442.425 535.08ZM440.946 528.002C440.617 528.002 440.299 528.032 440.021 528.084C439.2 528.228 439.056 528.526 439.056 529.091V529.831H440.987V530.078H438.337C437.782 530.078 437.289 530.417 437.135 531.053C436.96 531.793 436.95 532.245 437.135 533.015C437.268 533.591 437.597 533.991 438.162 533.991H438.83V533.108C438.83 532.471 439.385 531.906 440.032 531.906H441.953C442.487 531.906 442.919 531.464 442.919 530.92V529.081C442.919 528.557 442.477 528.166 441.953 528.074C441.613 528.022 441.274 527.992 440.946 528.002ZM439.898 528.587C440.093 528.587 440.257 528.752 440.257 528.957C440.257 529.162 440.093 529.327 439.898 529.327C439.702 529.327 439.538 529.162 439.538 528.957C439.538 528.752 439.692 528.587 439.898 528.587Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M471 524C471 523.448 471.448 523 472 523H479.5L483 526.5V537C483 537.552 482.552 538 482 538H472C471.448 538 471 537.552 471 537V524ZM472 524H477H479L482 527V537H472V524Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M482 527H480C479.448 527 479 526.552 479 526V524H472V527V537H482V527ZM479.155 530.909V530.056L479.884 530.057C480.449 530.057 480.716 530.478 480.85 531.033C481.045 531.814 481.055 532.388 480.85 532.995C480.654 533.58 480.439 533.97 479.884 533.97H476.987V534.217H478.919V534.957C478.919 535.522 478.436 535.799 477.953 535.943C477.213 536.159 476.628 536.128 476.022 535.943C475.508 535.789 475.056 535.48 475.056 534.957V533.118C475.056 532.583 475.498 532.131 476.022 532.131H477.942C478.59 532.131 479.155 531.577 479.155 530.909ZM478.425 535.08C478.425 534.874 478.261 534.71 478.066 534.71C477.871 534.71 477.706 534.874 477.706 535.08C477.706 535.285 477.87 535.449 478.066 535.449C478.261 535.449 478.425 535.285 478.425 535.08ZM476.946 528.002C476.617 528.002 476.299 528.032 476.021 528.084C475.2 528.228 475.056 528.526 475.056 529.091V529.831H476.987V530.078H474.337C473.782 530.078 473.289 530.417 473.135 531.053C472.96 531.793 472.95 532.245 473.135 533.015C473.268 533.591 473.597 533.991 474.162 533.991H474.83V533.108C474.83 532.471 475.385 531.906 476.032 531.906H477.953C478.487 531.906 478.919 531.464 478.919 530.92V529.081C478.919 528.557 478.477 528.166 477.953 528.074C477.613 528.022 477.274 527.992 476.946 528.002ZM475.898 528.587C476.093 528.587 476.257 528.752 476.257 528.957C476.257 529.162 476.093 529.327 475.898 529.327C475.702 529.327 475.538 529.162 475.538 528.957C475.538 528.752 475.692 528.587 475.898 528.587Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M453 524C453 523.448 453.448 523 454 523H461.5L465 526.5V537C465 537.552 464.552 538 464 538H454C453.448 538 453 537.552 453 537V524ZM454 524H459H461L464 527V537H454V524Z' fill='%23181825'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M464 527H462C461.448 527 461 526.552 461 526V524H454V527V537H464V527ZM461.155 530.909V530.056L461.884 530.057C462.449 530.057 462.716 530.478 462.85 531.033C463.045 531.814 463.055 532.388 462.85 532.995C462.654 533.58 462.439 533.97 461.884 533.97H458.987V534.217H460.919V534.957C460.919 535.522 460.436 535.799 459.953 535.943C459.213 536.159 458.628 536.128 458.022 535.943C457.508 535.789 457.056 535.48 457.056 534.957V533.118C457.056 532.583 457.498 532.131 458.022 532.131H459.942C460.59 532.131 461.155 531.577 461.155 530.909ZM460.425 535.08C460.425 534.874 460.261 534.71 460.066 534.71C459.871 534.71 459.706 534.874 459.706 535.08C459.706 535.285 459.87 535.449 460.066 535.449C460.261 535.449 460.425 535.285 460.425 535.08ZM458.946 528.002C458.617 528.002 458.299 528.032 458.021 528.084C457.2 528.228 457.056 528.526 457.056 529.091V529.831H458.987V530.078H456.337C455.782 530.078 455.289 530.417 455.135 531.053C454.96 531.793 454.95 532.245 455.135 533.015C455.268 533.591 455.597 533.991 456.162 533.991H456.83V533.108C456.83 532.471 457.385 531.906 458.032 531.906H459.953C460.487 531.906 460.919 531.464 460.919 530.92V529.081C460.919 528.557 460.477 528.166 459.953 528.074C459.613 528.022 459.274 527.992 458.946 528.002ZM457.898 528.587C458.093 528.587 458.257 528.752 458.257 528.957C458.257 529.162 458.093 529.327 457.898 529.327C457.702 529.327 457.538 529.162 457.538 528.957C457.538 528.752 457.692 528.587 457.898 528.587Z' fill='%23181825'/%3e%3cellipse cx='567' cy='527.2' rx='5' ry='1.5' fill='%23C3BCE6'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M572.991 527.011C572.991 527.033 572.99 527.054 572.989 527.075L572.989 527.075V528.469C572.991 528.488 572.991 528.508 572.991 528.527C572.991 528.547 572.991 528.566 572.989 528.585V528.667H572.98C572.793 529.878 570.185 530.838 566.996 530.838C563.807 530.838 561.199 529.878 561.012 528.667H561.001V527.075L561.003 527.075C561.002 527.054 561.001 527.033 561.001 527.011C561.001 525.735 563.685 524.7 566.996 524.7C570.307 524.7 572.991 525.735 572.991 527.011ZM572.955 530.112C572.978 530.195 572.99 530.279 572.99 530.365C572.99 530.386 572.989 530.407 572.988 530.429L572.988 531.224C572.827 531.155 572.663 531.106 572.506 531.079L572.493 531.076L572.481 531.075C572.377 531.059 572.27 531.045 572.161 531.033C572.583 530.758 572.861 530.446 572.955 530.112ZM568.981 532.041C568.359 532.125 567.691 532.171 566.995 532.171C563.906 532.171 561.362 531.27 561.035 530.112C561.012 530.195 561 530.279 561 530.365C561 530.386 561.001 530.407 561.002 530.429H561V532.02H561.011C561.198 533.232 563.806 534.192 566.995 534.192C567.067 534.192 567.138 534.191 567.209 534.191C567.473 533.434 568.089 532.952 568.8 532.829C568.807 532.613 568.841 532.326 568.981 532.041ZM567.005 535.679C567.005 535.679 567.005 535.679 567.005 535.679C563.915 535.679 561.372 534.778 561.045 533.62C561.022 533.703 561.01 533.787 561.01 533.873C561.01 533.894 561.011 533.915 561.012 533.937H561.01V535.528H561.021C561.208 536.74 563.816 537.7 567.005 537.7C567.257 537.7 567.505 537.694 567.748 537.682C567.738 537.673 567.728 537.663 567.718 537.652C567.4 537.333 567.231 536.934 567.145 536.57C567.071 536.261 567.02 535.973 567.005 535.679ZM568.799 537.157C568.728 537.139 568.662 537.113 568.602 537.08C568.355 536.942 568.197 536.675 568.118 536.338C568.054 536.075 568.017 535.856 568.005 535.647C568.356 535.624 568.697 535.59 569.025 535.544C568.881 535.808 568.799 536.109 568.799 536.426V537.157ZM572.883 532.318C572.734 532.189 572.541 532.1 572.334 532.064C572.073 532.025 571.813 532 571.559 532C571.523 532 571.488 532.001 571.453 532.002C571.165 532.002 570.886 532.028 570.644 532.073C570.606 532.079 570.57 532.086 570.536 532.094C570.097 532.186 569.911 532.34 569.839 532.584C569.82 532.648 569.809 532.719 569.803 532.797L569.802 532.828C569.8 532.865 569.799 532.904 569.799 532.944V533.584H571.049C571.599 533.389 572.054 533.155 572.385 532.893V532.778L572.522 532.778C572.682 532.631 572.804 532.478 572.883 532.318ZM570.349 533.797C569.76 533.95 569.096 534.064 568.384 534.13C568.5 534.004 568.642 533.913 568.799 533.858C568.915 533.818 569.041 533.797 569.169 533.797H570.349ZM570.602 537.238C571.378 537.013 572.008 536.718 572.427 536.376C572.396 536.377 572.365 536.378 572.334 536.378H570.654C570.653 536.378 570.652 536.379 570.649 536.38C570.641 536.383 570.631 536.39 570.62 536.401C570.61 536.411 570.604 536.42 570.602 536.426V537.238ZM572.121 534.573C572.216 534.513 572.304 534.451 572.385 534.388V534.516C572.385 534.517 572.385 534.519 572.383 534.524C572.38 534.53 572.375 534.54 572.365 534.55C572.355 534.56 572.344 534.566 572.336 534.57C572.332 534.572 572.329 534.572 572.327 534.573C572.326 534.573 572.325 534.573 572.325 534.573H572.121ZM570.803 532.995L570.799 533.002C570.781 533.029 570.76 533.053 570.736 533.073C570.681 533.12 570.611 533.147 570.536 533.147C570.404 533.147 570.289 533.063 570.243 532.944C570.229 532.908 570.221 532.869 570.221 532.828C570.221 532.817 570.221 532.807 570.222 532.797C570.23 532.711 570.269 532.636 570.33 532.584C570.384 532.536 570.455 532.508 570.536 532.508C570.609 532.508 570.677 532.534 570.731 532.578L570.738 532.584C570.799 532.636 570.841 532.711 570.849 532.797C570.85 532.807 570.85 532.817 570.85 532.828C570.85 532.883 570.836 532.935 570.812 532.981C570.809 532.986 570.806 532.991 570.803 532.995Z' fill='%237565C0'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M573.385 534.516V533.778L574.023 533.779C574.518 533.779 574.751 534.143 574.868 534.623C575.039 535.298 575.048 535.795 574.868 536.32C574.697 536.826 574.509 537.164 574.023 537.164H571.488V537.377H573.179V538.017C573.179 538.505 572.756 538.746 572.334 538.87C571.687 539.057 571.174 539.03 570.644 538.87C570.194 538.736 569.799 538.47 569.799 538.017V536.426C569.799 535.964 570.186 535.573 570.644 535.573H572.325C572.891 535.573 573.385 535.094 573.385 534.516ZM572.747 538.123C572.747 537.945 572.603 537.803 572.432 537.803C572.262 537.803 572.118 537.945 572.118 538.123C572.118 538.301 572.261 538.443 572.432 538.443C572.603 538.443 572.747 538.301 572.747 538.123Z' fill='%23FFD43E'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M570.644 532.073C570.886 532.028 571.165 532.002 571.453 532.002C571.74 531.993 572.037 532.019 572.334 532.064C572.792 532.144 573.179 532.482 573.179 532.935V534.525C573.179 534.996 572.801 535.378 572.334 535.378H570.653C570.087 535.378 569.602 535.867 569.602 536.418V537.182H569.017C568.523 537.182 568.235 536.835 568.118 536.338C567.956 535.671 567.965 535.281 568.118 534.641C568.253 534.09 568.684 533.797 569.169 533.797H571.489V533.584H569.799V532.944C569.799 532.455 569.925 532.197 570.644 532.073ZM570.85 532.828C570.85 532.65 570.707 532.508 570.536 532.508C570.356 532.508 570.221 532.65 570.221 532.828C570.221 533.005 570.365 533.147 570.536 533.147C570.707 533.147 570.85 533.005 570.85 532.828Z' fill='%23316A99'/%3e%3cellipse cx='585' cy='527.2' rx='5' ry='1.5' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M590.991 527.011C590.991 527.033 590.99 527.054 590.989 527.075L590.989 527.075V528.469C590.991 528.488 590.991 528.508 590.991 528.527C590.991 528.547 590.991 528.566 590.989 528.585V528.667H590.98C590.793 529.878 588.185 530.838 584.996 530.838C581.807 530.838 579.199 529.878 579.012 528.667H579.001V527.075L579.003 527.075C579.002 527.054 579.001 527.033 579.001 527.011C579.001 525.735 581.685 524.7 584.996 524.7C588.307 524.7 590.991 525.735 590.991 527.011ZM590.955 530.112C590.978 530.195 590.99 530.279 590.99 530.365C590.99 530.386 590.989 530.407 590.988 530.429L590.988 531.224C590.827 531.155 590.663 531.106 590.506 531.079L590.493 531.076L590.481 531.075C590.377 531.059 590.27 531.045 590.161 531.033C590.583 530.758 590.861 530.446 590.955 530.112ZM586.981 532.041C586.359 532.125 585.691 532.171 584.995 532.171C581.906 532.171 579.362 531.27 579.035 530.112C579.012 530.195 579 530.279 579 530.365C579 530.386 579.001 530.407 579.002 530.429H579V532.02H579.011C579.198 533.232 581.806 534.192 584.995 534.192C585.067 534.192 585.138 534.191 585.209 534.191C585.473 533.434 586.089 532.952 586.8 532.829C586.807 532.613 586.841 532.326 586.981 532.041ZM585.005 535.679C585.005 535.679 585.005 535.679 585.005 535.679C581.915 535.679 579.372 534.778 579.045 533.62C579.022 533.703 579.01 533.787 579.01 533.873C579.01 533.894 579.011 533.915 579.012 533.937H579.01V535.528H579.021C579.208 536.74 581.816 537.7 585.005 537.7C585.257 537.7 585.505 537.694 585.748 537.682C585.738 537.673 585.728 537.663 585.718 537.652C585.4 537.333 585.231 536.934 585.145 536.57C585.071 536.261 585.02 535.973 585.005 535.679ZM586.799 537.157C586.728 537.139 586.662 537.113 586.602 537.08C586.355 536.942 586.197 536.675 586.118 536.338C586.054 536.075 586.017 535.856 586.005 535.647C586.356 535.624 586.697 535.59 587.025 535.544C586.881 535.808 586.799 536.109 586.799 536.426V537.157ZM590.883 532.318C590.734 532.189 590.541 532.1 590.334 532.064C590.073 532.025 589.813 532 589.559 532C589.523 532 589.488 532.001 589.453 532.002C589.165 532.002 588.886 532.028 588.644 532.073C588.606 532.079 588.57 532.086 588.536 532.094C588.097 532.186 587.911 532.34 587.839 532.584C587.82 532.648 587.809 532.719 587.803 532.797L587.802 532.828C587.8 532.865 587.799 532.904 587.799 532.944V533.584H589.049C589.599 533.389 590.054 533.155 590.385 532.893V532.778L590.522 532.778C590.682 532.631 590.804 532.478 590.883 532.318ZM588.349 533.797C587.76 533.95 587.096 534.064 586.384 534.13C586.5 534.004 586.642 533.913 586.799 533.858C586.915 533.818 587.041 533.797 587.169 533.797H588.349ZM588.602 537.238C589.378 537.013 590.008 536.718 590.427 536.376C590.396 536.377 590.365 536.378 590.334 536.378H588.654C588.653 536.378 588.652 536.379 588.649 536.38C588.641 536.383 588.631 536.39 588.62 536.401C588.61 536.411 588.604 536.42 588.602 536.426V537.238ZM590.121 534.573C590.216 534.513 590.304 534.451 590.385 534.388V534.516C590.385 534.517 590.385 534.519 590.383 534.524C590.38 534.53 590.375 534.54 590.365 534.55C590.355 534.56 590.344 534.566 590.336 534.57C590.332 534.572 590.329 534.572 590.327 534.573C590.326 534.573 590.325 534.573 590.325 534.573H590.121ZM588.803 532.995L588.799 533.002C588.781 533.029 588.76 533.053 588.736 533.073C588.681 533.12 588.611 533.147 588.536 533.147C588.404 533.147 588.289 533.063 588.243 532.944C588.229 532.908 588.221 532.869 588.221 532.828C588.221 532.817 588.221 532.807 588.222 532.797C588.23 532.711 588.269 532.636 588.33 532.584C588.384 532.536 588.455 532.508 588.536 532.508C588.609 532.508 588.677 532.534 588.731 532.578L588.738 532.584C588.799 532.636 588.841 532.711 588.849 532.797C588.85 532.807 588.85 532.817 588.85 532.828C588.85 532.883 588.836 532.935 588.812 532.981C588.809 532.986 588.806 532.991 588.803 532.995Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M591.385 534.516V533.778L592.023 533.779C592.518 533.779 592.751 534.143 592.868 534.623C593.039 535.298 593.048 535.795 592.868 536.32C592.697 536.826 592.509 537.164 592.023 537.164H589.488V537.377H591.179V538.017C591.179 538.505 590.756 538.746 590.334 538.87C589.687 539.057 589.174 539.03 588.644 538.87C588.194 538.736 587.799 538.47 587.799 538.017V536.426C587.799 535.964 588.186 535.573 588.644 535.573H590.325C590.891 535.573 591.385 535.094 591.385 534.516ZM590.747 538.123C590.747 537.945 590.603 537.803 590.432 537.803C590.262 537.803 590.118 537.945 590.118 538.123C590.118 538.301 590.261 538.443 590.432 538.443C590.603 538.443 590.747 538.301 590.747 538.123Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M588.644 532.073C588.886 532.028 589.165 532.002 589.453 532.002C589.74 531.993 590.037 532.019 590.334 532.064C590.792 532.144 591.179 532.482 591.179 532.935V534.525C591.179 534.996 590.801 535.378 590.334 535.378H588.653C588.087 535.378 587.602 535.867 587.602 536.418V537.182H587.017C586.523 537.182 586.235 536.835 586.118 536.338C585.956 535.671 585.965 535.281 586.118 534.641C586.253 534.09 586.684 533.797 587.169 533.797H589.489V533.584H587.799V532.944C587.799 532.455 587.925 532.197 588.644 532.073ZM588.85 532.828C588.85 532.65 588.707 532.508 588.536 532.508C588.356 532.508 588.221 532.65 588.221 532.828C588.221 533.005 588.365 533.147 588.536 533.147C588.707 533.147 588.85 533.005 588.85 532.828Z' fill='white'/%3e%3cellipse cx='603' cy='527.2' rx='5' ry='1.5' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M608.991 527.011C608.991 527.033 608.99 527.054 608.989 527.075L608.989 527.075V528.469C608.991 528.488 608.991 528.508 608.991 528.527C608.991 528.547 608.991 528.566 608.989 528.585V528.667H608.98C608.793 529.878 606.185 530.838 602.996 530.838C599.807 530.838 597.199 529.878 597.012 528.667H597.001V527.075L597.003 527.075C597.002 527.054 597.001 527.033 597.001 527.011C597.001 525.735 599.685 524.7 602.996 524.7C606.307 524.7 608.991 525.735 608.991 527.011ZM608.955 530.112C608.978 530.195 608.99 530.279 608.99 530.365C608.99 530.386 608.989 530.407 608.988 530.429L608.988 531.224C608.827 531.155 608.663 531.106 608.506 531.079L608.493 531.076L608.481 531.075C608.377 531.059 608.27 531.045 608.161 531.033C608.583 530.758 608.861 530.446 608.955 530.112ZM604.981 532.041C604.359 532.125 603.691 532.171 602.995 532.171C599.906 532.171 597.362 531.27 597.035 530.112C597.012 530.195 597 530.279 597 530.365C597 530.386 597.001 530.407 597.002 530.429H597V532.02H597.011C597.198 533.232 599.806 534.192 602.995 534.192C603.067 534.192 603.138 534.191 603.209 534.191C603.473 533.434 604.089 532.952 604.8 532.829C604.807 532.613 604.841 532.326 604.981 532.041ZM603.005 535.679C603.005 535.679 603.005 535.679 603.005 535.679C599.915 535.679 597.372 534.778 597.045 533.62C597.022 533.703 597.01 533.787 597.01 533.873C597.01 533.894 597.011 533.915 597.012 533.937H597.01V535.528H597.021C597.208 536.74 599.816 537.7 603.005 537.7C603.257 537.7 603.505 537.694 603.748 537.682C603.738 537.673 603.728 537.663 603.718 537.652C603.4 537.333 603.231 536.934 603.145 536.57C603.071 536.261 603.02 535.973 603.005 535.679ZM604.799 537.157C604.728 537.139 604.662 537.113 604.602 537.08C604.355 536.942 604.197 536.675 604.118 536.338C604.054 536.075 604.017 535.856 604.005 535.647C604.356 535.624 604.697 535.59 605.025 535.544C604.881 535.808 604.799 536.109 604.799 536.426V537.157ZM608.883 532.318C608.734 532.189 608.541 532.1 608.334 532.064C608.073 532.025 607.813 532 607.559 532C607.523 532 607.488 532.001 607.453 532.002C607.165 532.002 606.886 532.028 606.644 532.073C606.606 532.079 606.57 532.086 606.536 532.094C606.097 532.186 605.911 532.34 605.839 532.584C605.82 532.648 605.809 532.719 605.803 532.797L605.802 532.828C605.8 532.865 605.799 532.904 605.799 532.944V533.584H607.049C607.599 533.389 608.054 533.155 608.385 532.893V532.778L608.522 532.778C608.682 532.631 608.804 532.478 608.883 532.318ZM606.349 533.797C605.76 533.95 605.096 534.064 604.384 534.13C604.5 534.004 604.642 533.913 604.799 533.858C604.915 533.818 605.041 533.797 605.169 533.797H606.349ZM606.602 537.238C607.378 537.013 608.008 536.718 608.427 536.376C608.396 536.377 608.365 536.378 608.334 536.378H606.654C606.653 536.378 606.652 536.379 606.649 536.38C606.641 536.383 606.631 536.39 606.62 536.401C606.61 536.411 606.604 536.42 606.602 536.426V537.238ZM608.121 534.573C608.216 534.513 608.304 534.451 608.385 534.388V534.516C608.385 534.517 608.385 534.519 608.383 534.524C608.38 534.53 608.375 534.54 608.365 534.55C608.355 534.56 608.344 534.566 608.336 534.57C608.332 534.572 608.329 534.572 608.327 534.573C608.326 534.573 608.325 534.573 608.325 534.573H608.121ZM606.803 532.995L606.799 533.002C606.781 533.029 606.76 533.053 606.736 533.073C606.681 533.12 606.611 533.147 606.536 533.147C606.404 533.147 606.289 533.063 606.243 532.944C606.229 532.908 606.221 532.869 606.221 532.828C606.221 532.817 606.221 532.807 606.222 532.797C606.23 532.711 606.269 532.636 606.33 532.584C606.384 532.536 606.455 532.508 606.536 532.508C606.609 532.508 606.677 532.534 606.731 532.578L606.738 532.584C606.799 532.636 606.841 532.711 606.849 532.797C606.85 532.807 606.85 532.817 606.85 532.828C606.85 532.883 606.836 532.935 606.812 532.981C606.809 532.986 606.806 532.991 606.803 532.995Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M609.385 534.516V533.778L610.023 533.779C610.518 533.779 610.751 534.143 610.868 534.623C611.039 535.298 611.048 535.795 610.868 536.32C610.697 536.826 610.509 537.164 610.023 537.164H607.488V537.377H609.179V538.017C609.179 538.505 608.756 538.746 608.334 538.87C607.687 539.057 607.174 539.03 606.644 538.87C606.194 538.736 605.799 538.47 605.799 538.017V536.426C605.799 535.964 606.186 535.573 606.644 535.573H608.325C608.891 535.573 609.385 535.094 609.385 534.516ZM608.747 538.123C608.747 537.945 608.603 537.803 608.432 537.803C608.262 537.803 608.118 537.945 608.118 538.123C608.118 538.301 608.261 538.443 608.432 538.443C608.603 538.443 608.747 538.301 608.747 538.123Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M606.644 532.073C606.886 532.028 607.165 532.002 607.453 532.002C607.74 531.993 608.037 532.019 608.334 532.064C608.792 532.144 609.179 532.482 609.179 532.935V534.525C609.179 534.996 608.801 535.378 608.334 535.378H606.653C606.087 535.378 605.602 535.867 605.602 536.418V537.182H605.017C604.523 537.182 604.235 536.835 604.118 536.338C603.956 535.671 603.965 535.281 604.118 534.641C604.253 534.09 604.684 533.797 605.169 533.797H607.489V533.584H605.799V532.944C605.799 532.455 605.925 532.197 606.644 532.073ZM606.85 532.828C606.85 532.65 606.707 532.508 606.536 532.508C606.356 532.508 606.221 532.65 606.221 532.828C606.221 533.005 606.365 533.147 606.536 533.147C606.707 533.147 606.85 533.005 606.85 532.828Z' fill='%2335383A'/%3e%3cellipse cx='9' cy='545.2' rx='5' ry='1.5' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9912 545.011C14.9912 545.033 14.9905 545.054 14.989 545.075L14.9894 545.075V546.469C14.9906 546.488 14.9912 546.508 14.9912 546.527C14.9912 546.547 14.9906 546.566 14.9894 546.585V546.667H14.9804C14.7929 547.878 12.1853 548.838 8.99615 548.838C5.80699 548.838 3.19944 547.878 3.01186 546.667H3.00107V545.075L3.0033 545.075C3.00181 545.054 3.00107 545.033 3.00107 545.011C3.00107 543.735 5.68516 542.7 8.99615 542.7C12.3071 542.7 14.9912 543.735 14.9912 545.011ZM14.9548 548.112C14.9782 548.195 14.9902 548.279 14.9902 548.365C14.9902 548.386 14.9894 548.407 14.9879 548.429L14.9881 549.224C14.8272 549.155 14.6633 549.106 14.5055 549.079L14.4933 549.076L14.4811 549.075C14.3767 549.059 14.2696 549.045 14.1605 549.033C14.5827 548.758 14.8607 548.446 14.9548 548.112ZM10.981 550.041C10.3595 550.125 9.69113 550.171 8.99509 550.171C5.90551 550.171 3.3618 549.27 3.0354 548.112C3.012 548.195 3 548.279 3 548.365C3 548.386 3.00075 548.407 3.00224 548.429H3V550.02H3.0108C3.19837 551.232 5.80592 552.192 8.99509 552.192C9.06682 552.192 9.13827 552.191 9.20939 552.191C9.47289 551.434 10.0892 550.952 10.8005 550.829C10.8075 550.613 10.8407 550.326 10.981 550.041ZM9.00494 553.679C9.00491 553.679 9.00488 553.679 9.00485 553.679C5.91528 553.679 3.37157 552.778 3.04516 551.62C3.02177 551.703 3.00977 551.787 3.00977 551.873C3.00977 551.894 3.01051 551.915 3.012 551.937H3.00977V553.528H3.02057C3.20814 554.74 5.81569 555.7 9.00485 555.7C9.25665 555.7 9.50483 555.694 9.74848 555.682C9.73822 555.673 9.72806 555.663 9.718 555.652C9.39964 555.333 9.23143 554.934 9.1454 554.57C9.07051 554.261 9.02027 553.973 9.00494 553.679ZM10.799 555.157C10.7277 555.139 10.6619 555.113 10.6015 555.08C10.3547 554.942 10.1971 554.675 10.118 554.338C10.0544 554.075 10.0171 553.856 10.0047 553.647C10.3561 553.624 10.6972 553.59 11.025 553.544C10.8809 553.808 10.799 554.109 10.799 554.426V555.157ZM14.8831 550.318C14.7342 550.189 14.5413 550.1 14.3337 550.064C14.0731 550.025 13.8128 550 13.5589 550C13.5234 550 13.488 550.001 13.4527 550.002C13.1648 550.002 12.8863 550.028 12.6437 550.073C12.6061 550.079 12.5701 550.086 12.5356 550.094C12.0974 550.186 11.9112 550.34 11.8392 550.584C11.8201 550.648 11.8091 550.719 11.8035 550.797L11.8016 550.828C11.7996 550.865 11.7987 550.904 11.7987 550.944V551.584H13.0486C13.5987 551.389 14.0542 551.155 14.3854 550.893V550.778L14.5219 550.778C14.6818 550.631 14.8038 550.478 14.8831 550.318ZM12.3485 551.797C11.7597 551.95 11.0964 552.064 10.3838 552.13C10.4996 552.004 10.6416 551.913 10.7987 551.858C10.9154 551.818 11.0405 551.797 11.1695 551.797H12.3485ZM12.6015 555.238C13.3777 555.013 14.0077 554.718 14.427 554.376C14.3961 554.377 14.365 554.378 14.3337 554.378H12.6543C12.6534 554.378 12.6516 554.379 12.6488 554.38C12.6415 554.383 12.6308 554.39 12.6201 554.401C12.6098 554.411 12.6041 554.42 12.6015 554.426V555.238ZM14.1209 552.573C14.2161 552.513 14.3044 552.451 14.3854 552.388V552.516C14.3854 552.517 14.3855 552.519 14.3832 552.524C14.3804 552.53 14.3746 552.54 14.3646 552.55C14.3546 552.56 14.344 552.566 14.3356 552.57C14.3317 552.572 14.3288 552.572 14.3271 552.573C14.3255 552.573 14.3248 552.573 14.3247 552.573H14.1209ZM12.8031 550.995L12.7987 551.002C12.7815 551.029 12.7604 551.053 12.7363 551.073C12.6815 551.12 12.6112 551.147 12.5356 551.147C12.4041 551.147 12.2888 551.063 12.2426 550.944C12.2286 550.908 12.221 550.869 12.221 550.828C12.221 550.817 12.2214 550.807 12.2224 550.797C12.23 550.711 12.2694 550.636 12.3296 550.584C12.384 550.536 12.4553 550.508 12.5356 550.508C12.6088 550.508 12.6769 550.534 12.7309 550.578L12.7381 550.584C12.7991 550.636 12.8406 550.711 12.8488 550.797C12.8497 550.807 12.8502 550.817 12.8502 550.828C12.8502 550.883 12.8361 550.935 12.8115 550.981C12.8088 550.986 12.806 550.991 12.8031 550.995Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3853 552.516V551.778L16.0233 551.779C16.5176 551.779 16.7514 552.143 16.8683 552.623C17.0393 553.298 17.048 553.795 16.8683 554.32C16.6973 554.826 16.5089 555.164 16.0233 555.164H13.4883V555.377H15.1788V556.017C15.1788 556.505 14.7561 556.746 14.3338 556.87C13.6866 557.057 13.1742 557.03 12.6438 556.87C12.1943 556.736 11.7988 556.47 11.7988 556.017V554.426C11.7988 553.964 12.1856 553.573 12.6438 553.573H14.3246C14.891 553.573 15.3853 553.094 15.3853 552.516ZM14.7468 556.123C14.7468 555.945 14.6031 555.803 14.4322 555.803C14.2618 555.803 14.1175 555.945 14.1175 556.123C14.1175 556.301 14.2612 556.443 14.4322 556.443C14.6031 556.443 14.7468 556.301 14.7468 556.123Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6437 550.073C12.8863 550.028 13.1648 550.002 13.4527 550.002C13.74 549.993 14.0366 550.019 14.3337 550.064C14.792 550.144 15.1787 550.482 15.1787 550.935V552.525C15.1787 552.996 14.8013 553.378 14.3337 553.378H12.653C12.0871 553.378 11.6015 553.867 11.6015 554.418V555.182H11.0171C10.5228 555.182 10.2349 554.835 10.118 554.338C9.95633 553.671 9.96506 553.281 10.118 552.641C10.2529 552.09 10.6839 551.797 11.1695 551.797H13.4887V551.584H11.7987V550.944C11.7987 550.455 11.9249 550.197 12.6437 550.073ZM12.8502 550.828C12.8502 550.65 12.7066 550.508 12.5356 550.508C12.3559 550.508 12.221 550.65 12.221 550.828C12.221 551.005 12.3646 551.147 12.5356 551.147C12.7066 551.147 12.8502 551.005 12.8502 550.828Z' fill='%239A9A9A'/%3e%3cmask id='path-2455-inside-56_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M489 526.953L495 524.5L501 526.953L495 529.7L489 526.953ZM494.5 537V530.571L489 528V534.686L494.5 537ZM501 528L495.5 530.571V533.632C495.818 533.197 496.284 532.918 496.8 532.829C496.81 532.53 496.87 532.096 497.194 531.72C497.547 531.309 498.047 531.162 498.468 531.088C498.767 531.034 499.099 531.003 499.438 531.002C499.799 530.992 500.153 531.026 500.481 531.075L500.493 531.076L500.506 531.079C500.667 531.107 500.835 531.157 501 531.229V528ZM501 532.438C500.844 532.245 500.601 532.11 500.334 532.064C500.073 532.025 499.813 532 499.559 532C499.523 532 499.488 532.001 499.453 532.002C499.165 532.002 498.886 532.028 498.644 532.073C498.606 532.079 498.57 532.086 498.536 532.094C498.097 532.186 497.911 532.34 497.839 532.584C497.82 532.648 497.809 532.719 497.803 532.797L497.802 532.828C497.8 532.865 497.799 532.904 497.799 532.944V533.584H499.489V533.797H497.169C497.041 533.797 496.915 533.818 496.799 533.858C496.476 533.971 496.217 534.236 496.118 534.641C495.965 535.281 495.956 535.671 496.118 536.338C496.148 536.465 496.189 536.583 496.242 536.688L496.799 536.453V536.426C496.799 535.421 497.624 534.573 498.644 534.573H500.325C500.325 534.573 500.326 534.573 500.327 534.573C500.329 534.572 500.332 534.572 500.336 534.57C500.344 534.566 500.355 534.56 500.365 534.55C500.375 534.54 500.38 534.53 500.383 534.524C500.385 534.519 500.385 534.517 500.385 534.516V532.778L501 532.778V532.438ZM498.803 532.995L498.799 533.002C498.781 533.029 498.76 533.053 498.736 533.073C498.681 533.12 498.611 533.147 498.536 533.147C498.404 533.147 498.289 533.063 498.243 532.944C498.229 532.908 498.221 532.869 498.221 532.828C498.221 532.817 498.221 532.807 498.222 532.797C498.23 532.711 498.269 532.636 498.33 532.584C498.384 532.536 498.455 532.508 498.536 532.508C498.609 532.508 498.677 532.534 498.731 532.578L498.738 532.584C498.799 532.636 498.841 532.711 498.849 532.797C498.85 532.807 498.85 532.817 498.85 532.828C498.85 532.883 498.836 532.935 498.812 532.981C498.809 532.986 498.806 532.991 498.803 532.995Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M489 526.953L495 524.5L501 526.953L495 529.7L489 526.953ZM494.5 537V530.571L489 528V534.686L494.5 537ZM501 528L495.5 530.571V533.632C495.818 533.197 496.284 532.918 496.8 532.829C496.81 532.53 496.87 532.096 497.194 531.72C497.547 531.309 498.047 531.162 498.468 531.088C498.767 531.034 499.099 531.003 499.438 531.002C499.799 530.992 500.153 531.026 500.481 531.075L500.493 531.076L500.506 531.079C500.667 531.107 500.835 531.157 501 531.229V528ZM501 532.438C500.844 532.245 500.601 532.11 500.334 532.064C500.073 532.025 499.813 532 499.559 532C499.523 532 499.488 532.001 499.453 532.002C499.165 532.002 498.886 532.028 498.644 532.073C498.606 532.079 498.57 532.086 498.536 532.094C498.097 532.186 497.911 532.34 497.839 532.584C497.82 532.648 497.809 532.719 497.803 532.797L497.802 532.828C497.8 532.865 497.799 532.904 497.799 532.944V533.584H499.489V533.797H497.169C497.041 533.797 496.915 533.818 496.799 533.858C496.476 533.971 496.217 534.236 496.118 534.641C495.965 535.281 495.956 535.671 496.118 536.338C496.148 536.465 496.189 536.583 496.242 536.688L496.799 536.453V536.426C496.799 535.421 497.624 534.573 498.644 534.573H500.325C500.325 534.573 500.326 534.573 500.327 534.573C500.329 534.572 500.332 534.572 500.336 534.57C500.344 534.566 500.355 534.56 500.365 534.55C500.375 534.54 500.38 534.53 500.383 534.524C500.385 534.519 500.385 534.517 500.385 534.516V532.778L501 532.778V532.438ZM498.803 532.995L498.799 533.002C498.781 533.029 498.76 533.053 498.736 533.073C498.681 533.12 498.611 533.147 498.536 533.147C498.404 533.147 498.289 533.063 498.243 532.944C498.229 532.908 498.221 532.869 498.221 532.828C498.221 532.817 498.221 532.807 498.222 532.797C498.23 532.711 498.269 532.636 498.33 532.584C498.384 532.536 498.455 532.508 498.536 532.508C498.609 532.508 498.677 532.534 498.731 532.578L498.738 532.584C498.799 532.636 498.841 532.711 498.849 532.797C498.85 532.807 498.85 532.817 498.85 532.828C498.85 532.883 498.836 532.935 498.812 532.981C498.809 532.986 498.806 532.991 498.803 532.995Z' fill='%237565C0'/%3e%3cpath d='M495 524.5L495.378 523.574L495 523.42L494.622 523.574L495 524.5ZM489 526.953L488.622 526.027L486.484 526.901L488.584 527.862L489 526.953ZM501 526.953L501.416 527.862L503.516 526.901L501.378 526.027L501 526.953ZM495 529.7L494.584 530.609L495 530.8L495.416 530.609L495 529.7ZM494.5 530.571H495.5V529.935L494.924 529.666L494.5 530.571ZM494.5 537L494.112 537.922L495.5 538.506V537H494.5ZM489 528L489.424 527.094L488 526.429V528H489ZM489 534.686H488V535.35L488.612 535.607L489 534.686ZM495.5 530.571L495.076 529.666L494.5 529.935V530.571H495.5ZM501 528H502V526.429L500.576 527.094L501 528ZM495.5 533.632H494.5V536.701L496.308 534.221L495.5 533.632ZM496.8 532.829L496.972 533.814L497.773 533.674L497.8 532.861L496.8 532.829ZM497.194 531.72L496.435 531.067L496.435 531.067L497.194 531.72ZM498.468 531.088L498.639 532.074L498.648 532.072L498.468 531.088ZM499.438 531.002L499.44 532.002L499.453 532.002L499.465 532.001L499.438 531.002ZM500.481 531.075L500.334 532.064L500.334 532.064L500.481 531.075ZM500.493 531.076L500.665 530.091L500.653 530.089L500.641 530.087L500.493 531.076ZM500.506 531.079L500.334 532.064L500.334 532.064L500.506 531.079ZM501 531.229L500.599 532.145L502 532.759V531.229H501ZM500.334 532.064L500.506 531.079L500.493 531.076L500.481 531.075L500.334 532.064ZM501 532.438H502V532.086L501.779 531.811L501 532.438ZM499.559 532L499.56 533H499.56L499.559 532ZM499.453 532.002V533.002H499.468L499.483 533.001L499.453 532.002ZM498.644 532.073L498.814 533.058L498.825 533.056L498.644 532.073ZM498.536 532.094L498.742 533.072L498.742 533.072L498.536 532.094ZM497.839 532.584L496.88 532.301L496.88 532.301L497.839 532.584ZM497.803 532.797L496.806 532.725L496.805 532.735L497.803 532.797ZM497.802 532.828L496.803 532.765L496.803 532.775L497.802 532.828ZM497.799 533.584H496.799V534.584H497.799V533.584ZM499.489 533.584H500.489V532.584H499.489V533.584ZM499.489 533.797V534.797H500.489V533.797H499.489ZM496.799 533.858L497.128 534.802L497.128 534.802L496.799 533.858ZM496.118 534.641L495.147 534.403L495.145 534.408L496.118 534.641ZM496.118 536.338L497.092 536.109L497.09 536.102L496.118 536.338ZM496.242 536.688L495.351 537.141L495.773 537.97L496.63 537.609L496.242 536.688ZM496.799 536.453L497.187 537.375L497.799 537.118V536.453H496.799ZM500.327 534.573L500.122 533.594L500.121 533.594L500.327 534.573ZM500.336 534.57L500.729 535.489L500.729 535.489L500.336 534.57ZM500.365 534.55L499.662 533.839L499.662 533.839L500.365 534.55ZM500.383 534.524L499.467 534.123L499.467 534.123L500.383 534.524ZM500.385 534.516H499.385L499.385 534.523L500.385 534.516ZM500.385 532.778L500.386 531.778L499.385 531.777V532.778H500.385ZM501 532.778L500.999 533.778L502 533.779V532.778H501ZM498.799 533.002L499.638 533.546L499.645 533.535L498.799 533.002ZM498.803 532.995L499.649 533.529L499.656 533.518L498.803 532.995ZM498.736 533.073L499.382 533.837L499.382 533.837L498.736 533.073ZM498.243 532.944L497.31 533.305L497.31 533.305L498.243 532.944ZM498.222 532.797L497.226 532.708L497.226 532.708L498.222 532.797ZM498.33 532.584L498.985 533.339L498.985 533.339L498.33 532.584ZM498.731 532.578L499.371 531.809L499.365 531.804L499.359 531.8L498.731 532.578ZM498.738 532.584L499.389 531.824L499.383 531.82L499.378 531.815L498.738 532.584ZM498.849 532.797L497.853 532.891L497.853 532.891L498.849 532.797ZM498.812 532.981L499.69 533.458L499.69 533.458L498.812 532.981ZM494.622 523.574L488.622 526.027L489.378 527.878L495.378 525.426L494.622 523.574ZM501.378 526.027L495.378 523.574L494.622 525.426L500.622 527.878L501.378 526.027ZM495.416 530.609L501.416 527.862L500.584 526.044L494.584 528.791L495.416 530.609ZM488.584 527.862L494.584 530.609L495.416 528.791L489.416 526.044L488.584 527.862ZM493.5 530.571V537H495.5V530.571H493.5ZM488.576 528.906L494.076 531.477L494.924 529.666L489.424 527.094L488.576 528.906ZM490 534.686V528H488V534.686H490ZM494.888 536.078L489.388 533.764L488.612 535.607L494.112 537.922L494.888 536.078ZM495.924 531.477L501.424 528.906L500.576 527.094L495.076 529.666L495.924 531.477ZM496.5 533.632V530.571H494.5V533.632H496.5ZM496.308 534.221C496.467 534.003 496.701 533.861 496.972 533.814L496.629 531.843C495.867 531.976 495.168 532.39 494.692 533.043L496.308 534.221ZM497.8 532.861C497.807 532.655 497.846 532.494 497.952 532.372L496.435 531.067C495.893 531.698 495.814 532.406 495.801 532.796L497.8 532.861ZM497.952 532.372C498.072 532.231 498.283 532.136 498.639 532.074L498.296 530.103C497.811 530.188 497.021 530.387 496.435 531.067L497.952 532.372ZM498.648 532.072C498.886 532.028 499.159 532.002 499.44 532.002L499.435 530.002C499.039 530.003 498.647 530.039 498.287 530.105L498.648 532.072ZM499.465 532.001C499.748 531.994 500.041 532.02 500.334 532.064L500.628 530.086C500.265 530.031 499.849 529.99 499.411 530.002L499.465 532.001ZM500.334 532.064L500.346 532.066L500.641 530.087L500.628 530.086L500.334 532.064ZM500.322 532.062L500.334 532.064L500.677 530.093L500.665 530.091L500.322 532.062ZM500.334 532.064C500.414 532.078 500.505 532.104 500.599 532.145L501.401 530.313C501.165 530.21 500.92 530.136 500.677 530.093L500.334 532.064ZM500 528V531.229H502V528H500ZM500.162 533.049C500.187 533.053 500.207 533.061 500.22 533.068C500.233 533.076 500.231 533.078 500.221 533.066L501.779 531.811C501.451 531.405 500.98 531.161 500.506 531.079L500.162 533.049ZM499.56 533C499.749 533 499.957 533.019 500.186 533.053L500.481 531.075C500.189 531.031 499.876 531 499.558 531L499.56 533ZM499.483 533.001C499.508 533 499.534 533 499.56 533L499.558 531C499.513 531 499.468 531.001 499.423 531.002L499.483 533.001ZM498.825 533.056C499.006 533.023 499.223 533.002 499.453 533.002V531.002C499.106 531.002 498.767 531.033 498.462 531.09L498.825 533.056ZM498.742 533.072C498.763 533.068 498.787 533.063 498.814 533.058L498.473 531.087C498.425 531.096 498.377 531.105 498.33 531.115L498.742 533.072ZM498.798 532.867C498.791 532.892 498.774 532.935 498.741 532.983C498.708 533.032 498.67 533.067 498.639 533.09C498.611 533.11 498.598 533.113 498.615 533.107C498.632 533.1 498.671 533.087 498.742 533.072L498.33 531.115C498.043 531.175 497.732 531.276 497.461 531.474C497.159 531.694 496.973 531.985 496.88 532.301L498.798 532.867ZM498.801 532.869C498.802 532.855 498.803 532.848 498.803 532.848C498.803 532.847 498.802 532.854 498.798 532.867L496.88 532.301C496.835 532.453 496.815 532.599 496.806 532.725L498.801 532.869ZM498.8 532.89L498.802 532.859L496.805 532.735L496.803 532.765L498.8 532.89ZM498.799 532.944C498.799 532.917 498.799 532.897 498.8 532.881L496.803 532.775C496.8 532.833 496.799 532.89 496.799 532.944H498.799ZM498.799 533.584V532.944H496.799V533.584H498.799ZM499.489 532.584H497.799V534.584H499.489V532.584ZM500.489 533.797V533.584H498.489V533.797H500.489ZM497.169 534.797H499.489V532.797H497.169V534.797ZM497.128 534.802C497.134 534.8 497.147 534.797 497.169 534.797V532.797C496.934 532.797 496.697 532.835 496.47 532.914L497.128 534.802ZM497.089 534.879C497.102 534.825 497.118 534.808 497.119 534.807C497.12 534.806 497.121 534.805 497.128 534.802L496.47 532.914C495.817 533.141 495.324 533.68 495.147 534.403L497.089 534.879ZM497.09 536.102C497.021 535.817 496.999 535.637 497 535.483C497.001 535.328 497.024 535.153 497.091 534.873L495.145 534.408C495.059 534.768 495.002 535.108 495 535.475C494.998 535.843 495.054 536.192 495.146 536.573L497.09 536.102ZM497.134 536.234C497.123 536.213 497.106 536.173 497.092 536.109L495.144 536.566C495.19 536.758 495.256 536.953 495.351 537.141L497.134 536.234ZM496.411 535.532L495.855 535.766L496.63 537.609L497.187 537.375L496.411 535.532ZM495.799 536.426V536.453H497.799V536.426H495.799ZM498.644 533.573C497.061 533.573 495.799 534.88 495.799 536.426H497.799C497.799 535.962 498.187 535.573 498.644 535.573V533.573ZM500.325 533.573H498.644V535.573H500.325V533.573ZM500.121 533.594C500.151 533.588 500.184 533.582 500.221 533.579C500.24 533.577 500.258 533.575 500.278 533.574C500.288 533.574 500.297 533.573 500.306 533.573C500.31 533.573 500.315 533.573 500.318 533.573C500.32 533.573 500.321 533.573 500.323 533.573C500.324 533.573 500.325 533.573 500.325 533.573V535.573C500.395 535.573 500.465 535.566 500.533 535.551L500.121 533.594ZM499.942 533.651C499.997 533.627 500.057 533.608 500.122 533.594L500.533 535.551C500.601 535.537 500.666 535.516 500.729 535.489L499.942 533.651ZM499.662 533.839C499.739 533.762 499.833 533.697 499.942 533.651L500.729 535.489C500.855 535.435 500.97 535.358 501.067 535.261L499.662 533.839ZM499.467 534.123C499.516 534.011 499.584 533.915 499.662 533.839L501.067 535.261C501.165 535.165 501.244 535.05 501.299 534.925L499.467 534.123ZM499.385 534.523C499.385 534.523 499.385 534.517 499.385 534.511C499.385 534.505 499.386 534.496 499.386 534.487C499.386 534.468 499.388 534.448 499.389 534.427C499.393 534.384 499.4 534.343 499.408 534.305C499.425 534.23 499.447 534.168 499.467 534.123L501.299 534.925C501.351 534.807 501.386 534.667 501.385 534.509L499.385 534.523ZM499.385 532.778V534.516H501.385V532.778H499.385ZM501.001 531.778L500.386 531.778L500.385 533.778L500.999 533.778L501.001 531.778ZM500 532.438V532.778H502V532.438H500ZM499.645 533.535L499.649 533.529L497.957 532.462L497.953 532.469L499.645 533.535ZM499.382 533.837C499.48 533.754 499.567 533.656 499.638 533.546L497.96 532.458C497.996 532.402 498.04 532.352 498.091 532.309L499.382 533.837ZM498.536 534.147C498.86 534.147 499.156 534.028 499.382 533.837L498.091 532.309C498.207 532.211 498.363 532.147 498.536 532.147V534.147ZM497.31 533.305C497.498 533.79 497.971 534.147 498.536 534.147V532.147C498.837 532.147 499.08 532.336 499.175 532.583L497.31 533.305ZM497.221 532.828C497.221 532.994 497.252 533.156 497.31 533.305L499.175 532.583C499.205 532.66 499.221 532.743 499.221 532.828H497.221ZM497.226 532.708C497.223 532.748 497.221 532.788 497.221 532.828H499.221C499.221 532.847 499.22 532.866 499.218 532.886L497.226 532.708ZM497.674 531.828C497.416 532.053 497.257 532.368 497.226 532.708L499.218 532.886C499.203 533.054 499.123 533.219 498.985 533.339L497.674 531.828ZM498.536 531.508C498.213 531.508 497.909 531.624 497.674 531.828L498.985 533.339C498.859 533.449 498.697 533.508 498.536 533.508V531.508ZM499.359 531.8C499.137 531.62 498.849 531.508 498.536 531.508V533.508C498.368 533.508 498.217 533.448 498.103 533.356L499.359 531.8ZM499.378 531.815L499.371 531.809L498.091 533.346L498.098 533.352L499.378 531.815ZM499.844 532.702C499.811 532.349 499.639 532.039 499.389 531.824L498.087 533.343C497.959 533.233 497.871 533.074 497.853 532.891L499.844 532.702ZM499.85 532.828C499.85 532.786 499.848 532.744 499.844 532.702L497.853 532.891C497.851 532.87 497.85 532.849 497.85 532.828H499.85ZM499.69 533.458C499.792 533.27 499.85 533.054 499.85 532.828H497.85C497.85 532.712 497.88 532.601 497.933 532.504L499.69 533.458ZM499.656 533.518C499.668 533.498 499.679 533.478 499.69 533.458L497.933 532.504C497.938 532.493 497.944 532.483 497.95 532.473L499.656 533.518Z' fill='%237565C0' mask='url(%23path-2455-inside-56_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M501.385 534.516V533.778L502.023 533.779C502.518 533.779 502.751 534.143 502.868 534.623C503.039 535.298 503.048 535.795 502.868 536.32C502.697 536.826 502.509 537.164 502.023 537.164H499.488V537.377H501.179V538.017C501.179 538.505 500.756 538.746 500.334 538.87C499.687 539.057 499.174 539.03 498.644 538.87C498.194 538.736 497.799 538.47 497.799 538.017V536.426C497.799 535.964 498.186 535.573 498.644 535.573H500.325C500.891 535.573 501.385 535.094 501.385 534.516ZM500.747 538.123C500.747 537.945 500.603 537.803 500.432 537.803C500.262 537.803 500.118 537.945 500.118 538.123C500.118 538.301 500.261 538.443 500.432 538.443C500.603 538.443 500.747 538.301 500.747 538.123Z' fill='%23FFD43E'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M498.644 532.073C498.886 532.028 499.165 532.002 499.453 532.002C499.74 531.993 500.037 532.019 500.334 532.064C500.792 532.144 501.179 532.482 501.179 532.935V534.525C501.179 534.996 500.801 535.378 500.334 535.378H498.653C498.087 535.378 497.602 535.867 497.602 536.418V537.182H497.017C496.523 537.182 496.235 536.835 496.118 536.338C495.956 535.671 495.965 535.281 496.118 534.641C496.253 534.09 496.684 533.797 497.169 533.797H499.489V533.584H497.799V532.944C497.799 532.455 497.925 532.197 498.644 532.073ZM498.85 532.828C498.85 532.65 498.707 532.508 498.536 532.508C498.356 532.508 498.221 532.65 498.221 532.828C498.221 533.005 498.365 533.147 498.536 533.147C498.707 533.147 498.85 533.005 498.85 532.828Z' fill='%23316A99'/%3e%3cmask id='path-2459-inside-57_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M507 526.953L513 524.5L519 526.953L513 529.7L507 526.953ZM512.5 537V530.571L507 528V534.686L512.5 537ZM519 528L513.5 530.571V533.632C513.818 533.197 514.284 532.918 514.8 532.829C514.81 532.53 514.87 532.096 515.194 531.72C515.547 531.309 516.047 531.162 516.468 531.088C516.767 531.034 517.099 531.003 517.438 531.002C517.799 530.992 518.153 531.026 518.481 531.075L518.493 531.076L518.506 531.079C518.667 531.107 518.835 531.157 519 531.229V528ZM519 532.438C518.844 532.245 518.601 532.11 518.334 532.064C518.073 532.025 517.813 532 517.559 532C517.523 532 517.488 532.001 517.453 532.002C517.165 532.002 516.886 532.028 516.644 532.073C516.606 532.079 516.57 532.086 516.536 532.094C516.097 532.186 515.911 532.34 515.839 532.584C515.82 532.648 515.809 532.719 515.803 532.797L515.802 532.828C515.8 532.865 515.799 532.904 515.799 532.944V533.584H517.489V533.797H515.169C515.041 533.797 514.915 533.818 514.799 533.858C514.476 533.971 514.217 534.236 514.118 534.641C513.965 535.281 513.956 535.671 514.118 536.338C514.148 536.465 514.189 536.583 514.242 536.688L514.799 536.453V536.426C514.799 535.421 515.624 534.573 516.644 534.573H518.325C518.325 534.573 518.326 534.573 518.327 534.573C518.329 534.572 518.332 534.572 518.336 534.57C518.344 534.566 518.355 534.56 518.365 534.55C518.375 534.54 518.38 534.53 518.383 534.524C518.385 534.519 518.385 534.517 518.385 534.516V532.778L519 532.778V532.438ZM516.803 532.995L516.799 533.002C516.781 533.029 516.76 533.053 516.736 533.073C516.681 533.12 516.611 533.147 516.536 533.147C516.404 533.147 516.289 533.063 516.243 532.944C516.229 532.908 516.221 532.869 516.221 532.828C516.221 532.817 516.221 532.807 516.222 532.797C516.23 532.711 516.269 532.636 516.33 532.584C516.384 532.536 516.455 532.508 516.536 532.508C516.609 532.508 516.677 532.534 516.731 532.578L516.738 532.584C516.799 532.636 516.841 532.711 516.849 532.797C516.85 532.807 516.85 532.817 516.85 532.828C516.85 532.883 516.836 532.935 516.812 532.981C516.809 532.986 516.806 532.991 516.803 532.995Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M507 526.953L513 524.5L519 526.953L513 529.7L507 526.953ZM512.5 537V530.571L507 528V534.686L512.5 537ZM519 528L513.5 530.571V533.632C513.818 533.197 514.284 532.918 514.8 532.829C514.81 532.53 514.87 532.096 515.194 531.72C515.547 531.309 516.047 531.162 516.468 531.088C516.767 531.034 517.099 531.003 517.438 531.002C517.799 530.992 518.153 531.026 518.481 531.075L518.493 531.076L518.506 531.079C518.667 531.107 518.835 531.157 519 531.229V528ZM519 532.438C518.844 532.245 518.601 532.11 518.334 532.064C518.073 532.025 517.813 532 517.559 532C517.523 532 517.488 532.001 517.453 532.002C517.165 532.002 516.886 532.028 516.644 532.073C516.606 532.079 516.57 532.086 516.536 532.094C516.097 532.186 515.911 532.34 515.839 532.584C515.82 532.648 515.809 532.719 515.803 532.797L515.802 532.828C515.8 532.865 515.799 532.904 515.799 532.944V533.584H517.489V533.797H515.169C515.041 533.797 514.915 533.818 514.799 533.858C514.476 533.971 514.217 534.236 514.118 534.641C513.965 535.281 513.956 535.671 514.118 536.338C514.148 536.465 514.189 536.583 514.242 536.688L514.799 536.453V536.426C514.799 535.421 515.624 534.573 516.644 534.573H518.325C518.325 534.573 518.326 534.573 518.327 534.573C518.329 534.572 518.332 534.572 518.336 534.57C518.344 534.566 518.355 534.56 518.365 534.55C518.375 534.54 518.38 534.53 518.383 534.524C518.385 534.519 518.385 534.517 518.385 534.516V532.778L519 532.778V532.438ZM516.803 532.995L516.799 533.002C516.781 533.029 516.76 533.053 516.736 533.073C516.681 533.12 516.611 533.147 516.536 533.147C516.404 533.147 516.289 533.063 516.243 532.944C516.229 532.908 516.221 532.869 516.221 532.828C516.221 532.817 516.221 532.807 516.222 532.797C516.23 532.711 516.269 532.636 516.33 532.584C516.384 532.536 516.455 532.508 516.536 532.508C516.609 532.508 516.677 532.534 516.731 532.578L516.738 532.584C516.799 532.636 516.841 532.711 516.849 532.797C516.85 532.807 516.85 532.817 516.85 532.828C516.85 532.883 516.836 532.935 516.812 532.981C516.809 532.986 516.806 532.991 516.803 532.995Z' fill='white'/%3e%3cpath d='M513 524.5L513.378 523.574L513 523.42L512.622 523.574L513 524.5ZM507 526.953L506.622 526.027L504.484 526.901L506.584 527.862L507 526.953ZM519 526.953L519.416 527.862L521.516 526.901L519.378 526.027L519 526.953ZM513 529.7L512.584 530.609L513 530.8L513.416 530.609L513 529.7ZM512.5 530.571H513.5V529.935L512.924 529.666L512.5 530.571ZM512.5 537L512.112 537.922L513.5 538.506V537H512.5ZM507 528L507.424 527.094L506 526.429V528H507ZM507 534.686H506V535.35L506.612 535.607L507 534.686ZM513.5 530.571L513.076 529.666L512.5 529.935V530.571H513.5ZM519 528H520V526.429L518.576 527.094L519 528ZM513.5 533.632H512.5V536.701L514.308 534.221L513.5 533.632ZM514.8 532.829L514.972 533.814L515.773 533.674L515.8 532.861L514.8 532.829ZM515.194 531.72L514.435 531.067L514.435 531.067L515.194 531.72ZM516.468 531.088L516.639 532.074L516.648 532.072L516.468 531.088ZM517.438 531.002L517.44 532.002L517.453 532.002L517.465 532.001L517.438 531.002ZM518.481 531.075L518.334 532.064L518.334 532.064L518.481 531.075ZM518.493 531.076L518.665 530.091L518.653 530.089L518.641 530.087L518.493 531.076ZM518.506 531.079L518.334 532.064L518.334 532.064L518.506 531.079ZM519 531.229L518.599 532.145L520 532.759V531.229H519ZM518.334 532.064L518.506 531.079L518.493 531.076L518.481 531.075L518.334 532.064ZM519 532.438H520V532.086L519.779 531.811L519 532.438ZM517.559 532L517.56 533H517.56L517.559 532ZM517.453 532.002V533.002H517.468L517.483 533.001L517.453 532.002ZM516.644 532.073L516.814 533.058L516.825 533.056L516.644 532.073ZM516.536 532.094L516.742 533.072L516.742 533.072L516.536 532.094ZM515.839 532.584L514.88 532.301L514.88 532.301L515.839 532.584ZM515.803 532.797L514.806 532.725L514.805 532.735L515.803 532.797ZM515.802 532.828L514.803 532.765L514.803 532.775L515.802 532.828ZM515.799 533.584H514.799V534.584H515.799V533.584ZM517.489 533.584H518.489V532.584H517.489V533.584ZM517.489 533.797V534.797H518.489V533.797H517.489ZM514.799 533.858L515.128 534.802L515.128 534.802L514.799 533.858ZM514.118 534.641L513.147 534.403L513.145 534.408L514.118 534.641ZM514.118 536.338L515.092 536.109L515.09 536.102L514.118 536.338ZM514.242 536.688L513.351 537.141L513.773 537.97L514.63 537.609L514.242 536.688ZM514.799 536.453L515.187 537.375L515.799 537.118V536.453H514.799ZM518.327 534.573L518.122 533.594L518.121 533.594L518.327 534.573ZM518.336 534.57L518.729 535.489L518.729 535.489L518.336 534.57ZM518.365 534.55L517.662 533.839L517.662 533.839L518.365 534.55ZM518.383 534.524L517.467 534.123L517.467 534.123L518.383 534.524ZM518.385 534.516H517.385L517.385 534.523L518.385 534.516ZM518.385 532.778L518.386 531.778L517.385 531.777V532.778H518.385ZM519 532.778L518.999 533.778L520 533.779V532.778H519ZM516.799 533.002L517.638 533.546L517.645 533.535L516.799 533.002ZM516.803 532.995L517.649 533.529L517.656 533.518L516.803 532.995ZM516.736 533.073L517.382 533.837L517.382 533.837L516.736 533.073ZM516.243 532.944L515.31 533.305L515.31 533.305L516.243 532.944ZM516.222 532.797L515.226 532.708L515.226 532.708L516.222 532.797ZM516.33 532.584L516.985 533.339L516.985 533.339L516.33 532.584ZM516.731 532.578L517.371 531.809L517.365 531.804L517.359 531.8L516.731 532.578ZM516.738 532.584L517.389 531.824L517.383 531.82L517.378 531.815L516.738 532.584ZM516.849 532.797L515.853 532.891L515.853 532.891L516.849 532.797ZM516.812 532.981L517.69 533.458L517.69 533.458L516.812 532.981ZM512.622 523.574L506.622 526.027L507.378 527.878L513.378 525.426L512.622 523.574ZM519.378 526.027L513.378 523.574L512.622 525.426L518.622 527.878L519.378 526.027ZM513.416 530.609L519.416 527.862L518.584 526.044L512.584 528.791L513.416 530.609ZM506.584 527.862L512.584 530.609L513.416 528.791L507.416 526.044L506.584 527.862ZM511.5 530.571V537H513.5V530.571H511.5ZM506.576 528.906L512.076 531.477L512.924 529.666L507.424 527.094L506.576 528.906ZM508 534.686V528H506V534.686H508ZM512.888 536.078L507.388 533.764L506.612 535.607L512.112 537.922L512.888 536.078ZM513.924 531.477L519.424 528.906L518.576 527.094L513.076 529.666L513.924 531.477ZM514.5 533.632V530.571H512.5V533.632H514.5ZM514.308 534.221C514.467 534.003 514.701 533.861 514.972 533.814L514.629 531.843C513.867 531.976 513.168 532.39 512.692 533.043L514.308 534.221ZM515.8 532.861C515.807 532.655 515.846 532.494 515.952 532.372L514.435 531.067C513.893 531.698 513.814 532.406 513.801 532.796L515.8 532.861ZM515.952 532.372C516.072 532.231 516.283 532.136 516.639 532.074L516.296 530.103C515.811 530.188 515.021 530.387 514.435 531.067L515.952 532.372ZM516.648 532.072C516.886 532.028 517.159 532.002 517.44 532.002L517.435 530.002C517.039 530.003 516.647 530.039 516.287 530.105L516.648 532.072ZM517.465 532.001C517.748 531.994 518.041 532.02 518.334 532.064L518.628 530.086C518.265 530.031 517.849 529.99 517.411 530.002L517.465 532.001ZM518.334 532.064L518.346 532.066L518.641 530.087L518.628 530.086L518.334 532.064ZM518.322 532.062L518.334 532.064L518.677 530.093L518.665 530.091L518.322 532.062ZM518.334 532.064C518.414 532.078 518.505 532.104 518.599 532.145L519.401 530.313C519.165 530.21 518.92 530.136 518.677 530.093L518.334 532.064ZM518 528V531.229H520V528H518ZM518.162 533.049C518.187 533.053 518.207 533.061 518.22 533.068C518.233 533.076 518.231 533.078 518.221 533.066L519.779 531.811C519.451 531.405 518.98 531.161 518.506 531.079L518.162 533.049ZM517.56 533C517.749 533 517.957 533.019 518.186 533.053L518.481 531.075C518.189 531.031 517.876 531 517.558 531L517.56 533ZM517.483 533.001C517.508 533 517.534 533 517.56 533L517.558 531C517.513 531 517.468 531.001 517.423 531.002L517.483 533.001ZM516.825 533.056C517.006 533.023 517.223 533.002 517.453 533.002V531.002C517.106 531.002 516.767 531.033 516.462 531.09L516.825 533.056ZM516.742 533.072C516.763 533.068 516.787 533.063 516.814 533.058L516.473 531.087C516.425 531.096 516.377 531.105 516.33 531.115L516.742 533.072ZM516.798 532.867C516.791 532.892 516.774 532.935 516.741 532.983C516.708 533.032 516.67 533.067 516.639 533.09C516.611 533.11 516.598 533.113 516.615 533.107C516.632 533.1 516.671 533.087 516.742 533.072L516.33 531.115C516.043 531.175 515.732 531.276 515.461 531.474C515.159 531.694 514.973 531.985 514.88 532.301L516.798 532.867ZM516.801 532.869C516.802 532.855 516.803 532.848 516.803 532.848C516.803 532.847 516.802 532.854 516.798 532.867L514.88 532.301C514.835 532.453 514.815 532.599 514.806 532.725L516.801 532.869ZM516.8 532.89L516.802 532.859L514.805 532.735L514.803 532.765L516.8 532.89ZM516.799 532.944C516.799 532.917 516.799 532.897 516.8 532.881L514.803 532.775C514.8 532.833 514.799 532.89 514.799 532.944H516.799ZM516.799 533.584V532.944H514.799V533.584H516.799ZM517.489 532.584H515.799V534.584H517.489V532.584ZM518.489 533.797V533.584H516.489V533.797H518.489ZM515.169 534.797H517.489V532.797H515.169V534.797ZM515.128 534.802C515.134 534.8 515.147 534.797 515.169 534.797V532.797C514.934 532.797 514.697 532.835 514.47 532.914L515.128 534.802ZM515.089 534.879C515.102 534.825 515.118 534.808 515.119 534.807C515.12 534.806 515.121 534.805 515.128 534.802L514.47 532.914C513.817 533.141 513.324 533.68 513.147 534.403L515.089 534.879ZM515.09 536.102C515.021 535.817 514.999 535.637 515 535.483C515.001 535.328 515.024 535.153 515.091 534.873L513.145 534.408C513.059 534.768 513.002 535.108 513 535.475C512.998 535.843 513.054 536.192 513.146 536.573L515.09 536.102ZM515.134 536.234C515.123 536.213 515.106 536.173 515.092 536.109L513.144 536.566C513.19 536.758 513.256 536.953 513.351 537.141L515.134 536.234ZM514.411 535.532L513.855 535.766L514.63 537.609L515.187 537.375L514.411 535.532ZM513.799 536.426V536.453H515.799V536.426H513.799ZM516.644 533.573C515.061 533.573 513.799 534.88 513.799 536.426H515.799C515.799 535.962 516.187 535.573 516.644 535.573V533.573ZM518.325 533.573H516.644V535.573H518.325V533.573ZM518.121 533.594C518.151 533.588 518.184 533.582 518.221 533.579C518.24 533.577 518.258 533.575 518.278 533.574C518.288 533.574 518.297 533.573 518.306 533.573C518.31 533.573 518.315 533.573 518.318 533.573C518.32 533.573 518.321 533.573 518.323 533.573C518.324 533.573 518.325 533.573 518.325 533.573V535.573C518.395 535.573 518.465 535.566 518.533 535.551L518.121 533.594ZM517.942 533.651C517.997 533.627 518.057 533.608 518.122 533.594L518.533 535.551C518.601 535.537 518.666 535.516 518.729 535.489L517.942 533.651ZM517.662 533.839C517.739 533.762 517.833 533.697 517.942 533.651L518.729 535.489C518.855 535.435 518.97 535.358 519.067 535.261L517.662 533.839ZM517.467 534.123C517.516 534.011 517.584 533.915 517.662 533.839L519.067 535.261C519.165 535.165 519.244 535.05 519.299 534.925L517.467 534.123ZM517.385 534.523C517.385 534.523 517.385 534.517 517.385 534.511C517.385 534.505 517.386 534.496 517.386 534.487C517.386 534.468 517.388 534.448 517.389 534.427C517.393 534.384 517.4 534.343 517.408 534.305C517.425 534.23 517.447 534.168 517.467 534.123L519.299 534.925C519.351 534.807 519.386 534.667 519.385 534.509L517.385 534.523ZM517.385 532.778V534.516H519.385V532.778H517.385ZM519.001 531.778L518.386 531.778L518.385 533.778L518.999 533.778L519.001 531.778ZM518 532.438V532.778H520V532.438H518ZM517.645 533.535L517.649 533.529L515.957 532.462L515.953 532.469L517.645 533.535ZM517.382 533.837C517.48 533.754 517.567 533.656 517.638 533.546L515.96 532.458C515.996 532.402 516.04 532.352 516.091 532.309L517.382 533.837ZM516.536 534.147C516.86 534.147 517.156 534.028 517.382 533.837L516.091 532.309C516.207 532.211 516.363 532.147 516.536 532.147V534.147ZM515.31 533.305C515.498 533.79 515.971 534.147 516.536 534.147V532.147C516.837 532.147 517.08 532.336 517.175 532.583L515.31 533.305ZM515.221 532.828C515.221 532.994 515.252 533.156 515.31 533.305L517.175 532.583C517.205 532.66 517.221 532.743 517.221 532.828H515.221ZM515.226 532.708C515.223 532.748 515.221 532.788 515.221 532.828H517.221C517.221 532.847 517.22 532.866 517.218 532.886L515.226 532.708ZM515.674 531.828C515.416 532.053 515.257 532.368 515.226 532.708L517.218 532.886C517.203 533.054 517.123 533.219 516.985 533.339L515.674 531.828ZM516.536 531.508C516.213 531.508 515.909 531.624 515.674 531.828L516.985 533.339C516.859 533.449 516.697 533.508 516.536 533.508V531.508ZM517.359 531.8C517.137 531.62 516.849 531.508 516.536 531.508V533.508C516.368 533.508 516.217 533.448 516.103 533.356L517.359 531.8ZM517.378 531.815L517.371 531.809L516.091 533.346L516.098 533.352L517.378 531.815ZM517.844 532.702C517.811 532.349 517.639 532.039 517.389 531.824L516.087 533.343C515.959 533.233 515.871 533.074 515.853 532.891L517.844 532.702ZM517.85 532.828C517.85 532.786 517.848 532.744 517.844 532.702L515.853 532.891C515.851 532.87 515.85 532.849 515.85 532.828H517.85ZM517.69 533.458C517.792 533.27 517.85 533.054 517.85 532.828H515.85C515.85 532.712 515.88 532.601 515.933 532.504L517.69 533.458ZM517.656 533.518C517.668 533.498 517.679 533.478 517.69 533.458L515.933 532.504C515.938 532.493 515.944 532.483 515.95 532.473L517.656 533.518Z' fill='white' mask='url(%23path-2459-inside-57_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M519.385 534.516V533.778L520.023 533.779C520.518 533.779 520.751 534.143 520.868 534.623C521.039 535.298 521.048 535.795 520.868 536.32C520.697 536.826 520.509 537.164 520.023 537.164H517.488V537.377H519.179V538.017C519.179 538.505 518.756 538.746 518.334 538.87C517.687 539.057 517.174 539.03 516.644 538.87C516.194 538.736 515.799 538.47 515.799 538.017V536.426C515.799 535.964 516.186 535.573 516.644 535.573H518.325C518.891 535.573 519.385 535.094 519.385 534.516ZM518.747 538.123C518.747 537.945 518.603 537.803 518.432 537.803C518.262 537.803 518.118 537.945 518.118 538.123C518.118 538.301 518.261 538.443 518.432 538.443C518.603 538.443 518.747 538.301 518.747 538.123Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M516.644 532.073C516.886 532.028 517.165 532.002 517.453 532.002C517.74 531.993 518.037 532.019 518.334 532.064C518.792 532.144 519.179 532.482 519.179 532.935V534.525C519.179 534.996 518.801 535.378 518.334 535.378H516.653C516.087 535.378 515.602 535.867 515.602 536.418V537.182H515.017C514.523 537.182 514.235 536.835 514.118 536.338C513.956 535.671 513.965 535.281 514.118 534.641C514.253 534.09 514.684 533.797 515.169 533.797H517.489V533.584H515.799V532.944C515.799 532.455 515.925 532.197 516.644 532.073ZM516.85 532.828C516.85 532.65 516.707 532.508 516.536 532.508C516.356 532.508 516.221 532.65 516.221 532.828C516.221 533.005 516.365 533.147 516.536 533.147C516.707 533.147 516.85 533.005 516.85 532.828Z' fill='white'/%3e%3cmask id='path-2463-inside-58_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M525 526.953L531 524.5L537 526.953L531 529.7L525 526.953ZM530.5 537V530.571L525 528V534.686L530.5 537ZM537 528L531.5 530.571V533.632C531.818 533.197 532.284 532.918 532.8 532.829C532.81 532.53 532.87 532.096 533.194 531.72C533.547 531.309 534.047 531.162 534.468 531.088C534.767 531.034 535.099 531.003 535.438 531.002C535.799 530.992 536.153 531.026 536.481 531.075L536.493 531.076L536.506 531.079C536.667 531.107 536.835 531.157 537 531.229V528ZM537 532.438C536.844 532.245 536.601 532.11 536.334 532.064C536.073 532.025 535.813 532 535.559 532C535.523 532 535.488 532.001 535.453 532.002C535.165 532.002 534.886 532.028 534.644 532.073C534.606 532.079 534.57 532.086 534.536 532.094C534.097 532.186 533.911 532.34 533.839 532.584C533.82 532.648 533.809 532.719 533.803 532.797L533.802 532.828C533.8 532.865 533.799 532.904 533.799 532.944V533.584H535.489V533.797H533.169C533.041 533.797 532.915 533.818 532.799 533.858C532.476 533.971 532.217 534.236 532.118 534.641C531.965 535.281 531.956 535.671 532.118 536.338C532.148 536.465 532.189 536.583 532.242 536.688L532.799 536.453V536.426C532.799 535.421 533.624 534.573 534.644 534.573H536.325C536.325 534.573 536.326 534.573 536.327 534.573C536.329 534.572 536.332 534.572 536.336 534.57C536.344 534.566 536.355 534.56 536.365 534.55C536.375 534.54 536.38 534.53 536.383 534.524C536.385 534.519 536.385 534.517 536.385 534.516V532.778L537 532.778V532.438ZM534.803 532.995L534.799 533.002C534.781 533.029 534.76 533.053 534.736 533.073C534.681 533.12 534.611 533.147 534.536 533.147C534.404 533.147 534.289 533.063 534.243 532.944C534.229 532.908 534.221 532.869 534.221 532.828C534.221 532.817 534.221 532.807 534.222 532.797C534.23 532.711 534.269 532.636 534.33 532.584C534.384 532.536 534.455 532.508 534.536 532.508C534.609 532.508 534.677 532.534 534.731 532.578L534.738 532.584C534.799 532.636 534.841 532.711 534.849 532.797C534.85 532.807 534.85 532.817 534.85 532.828C534.85 532.883 534.836 532.935 534.812 532.981C534.809 532.986 534.806 532.991 534.803 532.995Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M525 526.953L531 524.5L537 526.953L531 529.7L525 526.953ZM530.5 537V530.571L525 528V534.686L530.5 537ZM537 528L531.5 530.571V533.632C531.818 533.197 532.284 532.918 532.8 532.829C532.81 532.53 532.87 532.096 533.194 531.72C533.547 531.309 534.047 531.162 534.468 531.088C534.767 531.034 535.099 531.003 535.438 531.002C535.799 530.992 536.153 531.026 536.481 531.075L536.493 531.076L536.506 531.079C536.667 531.107 536.835 531.157 537 531.229V528ZM537 532.438C536.844 532.245 536.601 532.11 536.334 532.064C536.073 532.025 535.813 532 535.559 532C535.523 532 535.488 532.001 535.453 532.002C535.165 532.002 534.886 532.028 534.644 532.073C534.606 532.079 534.57 532.086 534.536 532.094C534.097 532.186 533.911 532.34 533.839 532.584C533.82 532.648 533.809 532.719 533.803 532.797L533.802 532.828C533.8 532.865 533.799 532.904 533.799 532.944V533.584H535.489V533.797H533.169C533.041 533.797 532.915 533.818 532.799 533.858C532.476 533.971 532.217 534.236 532.118 534.641C531.965 535.281 531.956 535.671 532.118 536.338C532.148 536.465 532.189 536.583 532.242 536.688L532.799 536.453V536.426C532.799 535.421 533.624 534.573 534.644 534.573H536.325C536.325 534.573 536.326 534.573 536.327 534.573C536.329 534.572 536.332 534.572 536.336 534.57C536.344 534.566 536.355 534.56 536.365 534.55C536.375 534.54 536.38 534.53 536.383 534.524C536.385 534.519 536.385 534.517 536.385 534.516V532.778L537 532.778V532.438ZM534.803 532.995L534.799 533.002C534.781 533.029 534.76 533.053 534.736 533.073C534.681 533.12 534.611 533.147 534.536 533.147C534.404 533.147 534.289 533.063 534.243 532.944C534.229 532.908 534.221 532.869 534.221 532.828C534.221 532.817 534.221 532.807 534.222 532.797C534.23 532.711 534.269 532.636 534.33 532.584C534.384 532.536 534.455 532.508 534.536 532.508C534.609 532.508 534.677 532.534 534.731 532.578L534.738 532.584C534.799 532.636 534.841 532.711 534.849 532.797C534.85 532.807 534.85 532.817 534.85 532.828C534.85 532.883 534.836 532.935 534.812 532.981C534.809 532.986 534.806 532.991 534.803 532.995Z' fill='%2335383A'/%3e%3cpath d='M531 524.5L531.378 523.574L531 523.42L530.622 523.574L531 524.5ZM525 526.953L524.622 526.027L522.484 526.901L524.584 527.862L525 526.953ZM537 526.953L537.416 527.862L539.516 526.901L537.378 526.027L537 526.953ZM531 529.7L530.584 530.609L531 530.8L531.416 530.609L531 529.7ZM530.5 530.571H531.5V529.935L530.924 529.666L530.5 530.571ZM530.5 537L530.112 537.922L531.5 538.506V537H530.5ZM525 528L525.424 527.094L524 526.429V528H525ZM525 534.686H524V535.35L524.612 535.607L525 534.686ZM531.5 530.571L531.076 529.666L530.5 529.935V530.571H531.5ZM537 528H538V526.429L536.576 527.094L537 528ZM531.5 533.632H530.5V536.701L532.308 534.221L531.5 533.632ZM532.8 532.829L532.972 533.814L533.773 533.674L533.8 532.861L532.8 532.829ZM533.194 531.72L532.435 531.067L532.435 531.067L533.194 531.72ZM534.468 531.088L534.639 532.074L534.648 532.072L534.468 531.088ZM535.438 531.002L535.44 532.002L535.453 532.002L535.465 532.001L535.438 531.002ZM536.481 531.075L536.334 532.064L536.334 532.064L536.481 531.075ZM536.493 531.076L536.665 530.091L536.653 530.089L536.641 530.087L536.493 531.076ZM536.506 531.079L536.334 532.064L536.334 532.064L536.506 531.079ZM537 531.229L536.599 532.145L538 532.759V531.229H537ZM536.334 532.064L536.506 531.079L536.493 531.076L536.481 531.075L536.334 532.064ZM537 532.438H538V532.086L537.779 531.811L537 532.438ZM535.559 532L535.56 533H535.56L535.559 532ZM535.453 532.002V533.002H535.468L535.483 533.001L535.453 532.002ZM534.644 532.073L534.814 533.058L534.825 533.056L534.644 532.073ZM534.536 532.094L534.742 533.072L534.742 533.072L534.536 532.094ZM533.839 532.584L532.88 532.301L532.88 532.301L533.839 532.584ZM533.803 532.797L532.806 532.725L532.805 532.735L533.803 532.797ZM533.802 532.828L532.803 532.765L532.803 532.775L533.802 532.828ZM533.799 533.584H532.799V534.584H533.799V533.584ZM535.489 533.584H536.489V532.584H535.489V533.584ZM535.489 533.797V534.797H536.489V533.797H535.489ZM532.799 533.858L533.128 534.802L533.128 534.802L532.799 533.858ZM532.118 534.641L531.147 534.403L531.145 534.408L532.118 534.641ZM532.118 536.338L533.092 536.109L533.09 536.102L532.118 536.338ZM532.242 536.688L531.351 537.141L531.773 537.97L532.63 537.609L532.242 536.688ZM532.799 536.453L533.187 537.375L533.799 537.118V536.453H532.799ZM536.327 534.573L536.122 533.594L536.121 533.594L536.327 534.573ZM536.336 534.57L536.729 535.489L536.729 535.489L536.336 534.57ZM536.365 534.55L535.662 533.839L535.662 533.839L536.365 534.55ZM536.383 534.524L535.467 534.123L535.467 534.123L536.383 534.524ZM536.385 534.516H535.385L535.385 534.523L536.385 534.516ZM536.385 532.778L536.386 531.778L535.385 531.777V532.778H536.385ZM537 532.778L536.999 533.778L538 533.779V532.778H537ZM534.799 533.002L535.638 533.546L535.645 533.535L534.799 533.002ZM534.803 532.995L535.649 533.529L535.656 533.518L534.803 532.995ZM534.736 533.073L535.382 533.837L535.382 533.837L534.736 533.073ZM534.243 532.944L533.31 533.305L533.31 533.305L534.243 532.944ZM534.222 532.797L533.226 532.708L533.226 532.708L534.222 532.797ZM534.33 532.584L534.985 533.339L534.985 533.339L534.33 532.584ZM534.731 532.578L535.371 531.809L535.365 531.804L535.359 531.8L534.731 532.578ZM534.738 532.584L535.389 531.824L535.383 531.82L535.378 531.815L534.738 532.584ZM534.849 532.797L533.853 532.891L533.853 532.891L534.849 532.797ZM534.812 532.981L535.69 533.458L535.69 533.458L534.812 532.981ZM530.622 523.574L524.622 526.027L525.378 527.878L531.378 525.426L530.622 523.574ZM537.378 526.027L531.378 523.574L530.622 525.426L536.622 527.878L537.378 526.027ZM531.416 530.609L537.416 527.862L536.584 526.044L530.584 528.791L531.416 530.609ZM524.584 527.862L530.584 530.609L531.416 528.791L525.416 526.044L524.584 527.862ZM529.5 530.571V537H531.5V530.571H529.5ZM524.576 528.906L530.076 531.477L530.924 529.666L525.424 527.094L524.576 528.906ZM526 534.686V528H524V534.686H526ZM530.888 536.078L525.388 533.764L524.612 535.607L530.112 537.922L530.888 536.078ZM531.924 531.477L537.424 528.906L536.576 527.094L531.076 529.666L531.924 531.477ZM532.5 533.632V530.571H530.5V533.632H532.5ZM532.308 534.221C532.467 534.003 532.701 533.861 532.972 533.814L532.629 531.843C531.867 531.976 531.168 532.39 530.692 533.043L532.308 534.221ZM533.8 532.861C533.807 532.655 533.846 532.494 533.952 532.372L532.435 531.067C531.893 531.698 531.814 532.406 531.801 532.796L533.8 532.861ZM533.952 532.372C534.072 532.231 534.283 532.136 534.639 532.074L534.296 530.103C533.811 530.188 533.021 530.387 532.435 531.067L533.952 532.372ZM534.648 532.072C534.886 532.028 535.159 532.002 535.44 532.002L535.435 530.002C535.039 530.003 534.647 530.039 534.287 530.105L534.648 532.072ZM535.465 532.001C535.748 531.994 536.041 532.02 536.334 532.064L536.628 530.086C536.265 530.031 535.849 529.99 535.411 530.002L535.465 532.001ZM536.334 532.064L536.346 532.066L536.641 530.087L536.628 530.086L536.334 532.064ZM536.322 532.062L536.334 532.064L536.677 530.093L536.665 530.091L536.322 532.062ZM536.334 532.064C536.414 532.078 536.505 532.104 536.599 532.145L537.401 530.313C537.165 530.21 536.92 530.136 536.677 530.093L536.334 532.064ZM536 528V531.229H538V528H536ZM536.162 533.049C536.187 533.053 536.207 533.061 536.22 533.068C536.233 533.076 536.231 533.078 536.221 533.066L537.779 531.811C537.451 531.405 536.98 531.161 536.506 531.079L536.162 533.049ZM535.56 533C535.749 533 535.957 533.019 536.186 533.053L536.481 531.075C536.189 531.031 535.876 531 535.558 531L535.56 533ZM535.483 533.001C535.508 533 535.534 533 535.56 533L535.558 531C535.513 531 535.468 531.001 535.423 531.002L535.483 533.001ZM534.825 533.056C535.006 533.023 535.223 533.002 535.453 533.002V531.002C535.106 531.002 534.767 531.033 534.462 531.09L534.825 533.056ZM534.742 533.072C534.763 533.068 534.787 533.063 534.814 533.058L534.473 531.087C534.425 531.096 534.377 531.105 534.33 531.115L534.742 533.072ZM534.798 532.867C534.791 532.892 534.774 532.935 534.741 532.983C534.708 533.032 534.67 533.067 534.639 533.09C534.611 533.11 534.598 533.113 534.615 533.107C534.632 533.1 534.671 533.087 534.742 533.072L534.33 531.115C534.043 531.175 533.732 531.276 533.461 531.474C533.159 531.694 532.973 531.985 532.88 532.301L534.798 532.867ZM534.801 532.869C534.802 532.855 534.803 532.848 534.803 532.848C534.803 532.847 534.802 532.854 534.798 532.867L532.88 532.301C532.835 532.453 532.815 532.599 532.806 532.725L534.801 532.869ZM534.8 532.89L534.802 532.859L532.805 532.735L532.803 532.765L534.8 532.89ZM534.799 532.944C534.799 532.917 534.799 532.897 534.8 532.881L532.803 532.775C532.8 532.833 532.799 532.89 532.799 532.944H534.799ZM534.799 533.584V532.944H532.799V533.584H534.799ZM535.489 532.584H533.799V534.584H535.489V532.584ZM536.489 533.797V533.584H534.489V533.797H536.489ZM533.169 534.797H535.489V532.797H533.169V534.797ZM533.128 534.802C533.134 534.8 533.147 534.797 533.169 534.797V532.797C532.934 532.797 532.697 532.835 532.47 532.914L533.128 534.802ZM533.089 534.879C533.102 534.825 533.118 534.808 533.119 534.807C533.12 534.806 533.121 534.805 533.128 534.802L532.47 532.914C531.817 533.141 531.324 533.68 531.147 534.403L533.089 534.879ZM533.09 536.102C533.021 535.817 532.999 535.637 533 535.483C533.001 535.328 533.024 535.153 533.091 534.873L531.145 534.408C531.059 534.768 531.002 535.108 531 535.475C530.998 535.843 531.054 536.192 531.146 536.573L533.09 536.102ZM533.134 536.234C533.123 536.213 533.106 536.173 533.092 536.109L531.144 536.566C531.19 536.758 531.256 536.953 531.351 537.141L533.134 536.234ZM532.411 535.532L531.855 535.766L532.63 537.609L533.187 537.375L532.411 535.532ZM531.799 536.426V536.453H533.799V536.426H531.799ZM534.644 533.573C533.061 533.573 531.799 534.88 531.799 536.426H533.799C533.799 535.962 534.187 535.573 534.644 535.573V533.573ZM536.325 533.573H534.644V535.573H536.325V533.573ZM536.121 533.594C536.151 533.588 536.184 533.582 536.221 533.579C536.24 533.577 536.258 533.575 536.278 533.574C536.288 533.574 536.297 533.573 536.306 533.573C536.31 533.573 536.315 533.573 536.318 533.573C536.32 533.573 536.321 533.573 536.323 533.573C536.324 533.573 536.325 533.573 536.325 533.573V535.573C536.395 535.573 536.465 535.566 536.533 535.551L536.121 533.594ZM535.942 533.651C535.997 533.627 536.057 533.608 536.122 533.594L536.533 535.551C536.601 535.537 536.666 535.516 536.729 535.489L535.942 533.651ZM535.662 533.839C535.739 533.762 535.833 533.697 535.942 533.651L536.729 535.489C536.855 535.435 536.97 535.358 537.067 535.261L535.662 533.839ZM535.467 534.123C535.516 534.011 535.584 533.915 535.662 533.839L537.067 535.261C537.165 535.165 537.244 535.05 537.299 534.925L535.467 534.123ZM535.385 534.523C535.385 534.523 535.385 534.517 535.385 534.511C535.385 534.505 535.386 534.496 535.386 534.487C535.386 534.468 535.388 534.448 535.389 534.427C535.393 534.384 535.4 534.343 535.408 534.305C535.425 534.23 535.447 534.168 535.467 534.123L537.299 534.925C537.351 534.807 537.386 534.667 537.385 534.509L535.385 534.523ZM535.385 532.778V534.516H537.385V532.778H535.385ZM537.001 531.778L536.386 531.778L536.385 533.778L536.999 533.778L537.001 531.778ZM536 532.438V532.778H538V532.438H536ZM535.645 533.535L535.649 533.529L533.957 532.462L533.953 532.469L535.645 533.535ZM535.382 533.837C535.48 533.754 535.567 533.656 535.638 533.546L533.96 532.458C533.996 532.402 534.04 532.352 534.091 532.309L535.382 533.837ZM534.536 534.147C534.86 534.147 535.156 534.028 535.382 533.837L534.091 532.309C534.207 532.211 534.363 532.147 534.536 532.147V534.147ZM533.31 533.305C533.498 533.79 533.971 534.147 534.536 534.147V532.147C534.837 532.147 535.08 532.336 535.175 532.583L533.31 533.305ZM533.221 532.828C533.221 532.994 533.252 533.156 533.31 533.305L535.175 532.583C535.205 532.66 535.221 532.743 535.221 532.828H533.221ZM533.226 532.708C533.223 532.748 533.221 532.788 533.221 532.828H535.221C535.221 532.847 535.22 532.866 535.218 532.886L533.226 532.708ZM533.674 531.828C533.416 532.053 533.257 532.368 533.226 532.708L535.218 532.886C535.203 533.054 535.123 533.219 534.985 533.339L533.674 531.828ZM534.536 531.508C534.213 531.508 533.909 531.624 533.674 531.828L534.985 533.339C534.859 533.449 534.697 533.508 534.536 533.508V531.508ZM535.359 531.8C535.137 531.62 534.849 531.508 534.536 531.508V533.508C534.368 533.508 534.217 533.448 534.103 533.356L535.359 531.8ZM535.378 531.815L535.371 531.809L534.091 533.346L534.098 533.352L535.378 531.815ZM535.844 532.702C535.811 532.349 535.639 532.039 535.389 531.824L534.087 533.343C533.959 533.233 533.871 533.074 533.853 532.891L535.844 532.702ZM535.85 532.828C535.85 532.786 535.848 532.744 535.844 532.702L533.853 532.891C533.851 532.87 533.85 532.849 533.85 532.828H535.85ZM535.69 533.458C535.792 533.27 535.85 533.054 535.85 532.828H533.85C533.85 532.712 533.88 532.601 533.933 532.504L535.69 533.458ZM535.656 533.518C535.668 533.498 535.679 533.478 535.69 533.458L533.933 532.504C533.938 532.493 533.944 532.483 533.95 532.473L535.656 533.518Z' fill='%2335383A' mask='url(%23path-2463-inside-58_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M537.385 534.516V533.778L538.023 533.779C538.518 533.779 538.751 534.143 538.868 534.623C539.039 535.298 539.048 535.795 538.868 536.32C538.697 536.826 538.509 537.164 538.023 537.164H535.488V537.377H537.179V538.017C537.179 538.505 536.756 538.746 536.334 538.87C535.687 539.057 535.174 539.03 534.644 538.87C534.194 538.736 533.799 538.47 533.799 538.017V536.426C533.799 535.964 534.186 535.573 534.644 535.573H536.325C536.891 535.573 537.385 535.094 537.385 534.516ZM536.747 538.123C536.747 537.945 536.603 537.803 536.432 537.803C536.262 537.803 536.118 537.945 536.118 538.123C536.118 538.301 536.261 538.443 536.432 538.443C536.603 538.443 536.747 538.301 536.747 538.123Z' fill='%2335383A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M534.644 532.073C534.886 532.028 535.165 532.002 535.453 532.002C535.74 531.993 536.037 532.019 536.334 532.064C536.792 532.144 537.179 532.482 537.179 532.935V534.525C537.179 534.996 536.801 535.378 536.334 535.378H534.653C534.087 535.378 533.602 535.867 533.602 536.418V537.182H533.017C532.523 537.182 532.235 536.835 532.118 536.338C531.956 535.671 531.965 535.281 532.118 534.641C532.253 534.09 532.684 533.797 533.169 533.797H535.489V533.584H533.799V532.944C533.799 532.455 533.925 532.197 534.644 532.073ZM534.85 532.828C534.85 532.65 534.707 532.508 534.536 532.508C534.356 532.508 534.221 532.65 534.221 532.828C534.221 533.005 534.365 533.147 534.536 533.147C534.707 533.147 534.85 533.005 534.85 532.828Z' fill='%2335383A'/%3e%3cmask id='path-2467-inside-59_15778_26381' fill='white'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M543 526.953L549 524.5L555 526.953L549 529.7L543 526.953ZM548.5 537V530.571L543 528V534.686L548.5 537ZM555 528L549.5 530.571V533.632C549.818 533.197 550.284 532.918 550.8 532.829C550.81 532.53 550.87 532.096 551.194 531.72C551.547 531.309 552.047 531.162 552.468 531.088C552.767 531.034 553.099 531.003 553.438 531.002C553.799 530.992 554.153 531.026 554.481 531.075L554.493 531.076L554.506 531.079C554.667 531.107 554.835 531.157 555 531.229V528ZM555 532.438C554.844 532.245 554.601 532.11 554.334 532.064C554.073 532.025 553.813 532 553.559 532C553.523 532 553.488 532.001 553.453 532.002C553.165 532.002 552.886 532.028 552.644 532.073C552.606 532.079 552.57 532.086 552.536 532.094C552.097 532.186 551.911 532.34 551.839 532.584C551.82 532.648 551.809 532.719 551.803 532.797L551.802 532.828C551.8 532.865 551.799 532.904 551.799 532.944V533.584H553.489V533.797H551.169C551.041 533.797 550.915 533.818 550.799 533.858C550.476 533.971 550.217 534.236 550.118 534.641C549.965 535.281 549.956 535.671 550.118 536.338C550.148 536.465 550.189 536.583 550.242 536.688L550.799 536.453V536.426C550.799 535.421 551.624 534.573 552.644 534.573H554.325C554.325 534.573 554.326 534.573 554.327 534.573C554.329 534.572 554.332 534.572 554.336 534.57C554.344 534.566 554.355 534.56 554.365 534.55C554.375 534.54 554.38 534.53 554.383 534.524C554.385 534.519 554.385 534.517 554.385 534.516V532.778L555 532.778V532.438ZM552.803 532.995L552.799 533.002C552.781 533.029 552.76 533.053 552.736 533.073C552.681 533.12 552.611 533.147 552.536 533.147C552.404 533.147 552.289 533.063 552.243 532.944C552.229 532.908 552.221 532.869 552.221 532.828C552.221 532.817 552.221 532.807 552.222 532.797C552.23 532.711 552.269 532.636 552.33 532.584C552.384 532.536 552.455 532.508 552.536 532.508C552.609 532.508 552.677 532.534 552.731 532.578L552.738 532.584C552.799 532.636 552.841 532.711 552.849 532.797C552.85 532.807 552.85 532.817 552.85 532.828C552.85 532.883 552.836 532.935 552.812 532.981C552.809 532.986 552.806 532.991 552.803 532.995Z'/%3e%3c/mask%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M543 526.953L549 524.5L555 526.953L549 529.7L543 526.953ZM548.5 537V530.571L543 528V534.686L548.5 537ZM555 528L549.5 530.571V533.632C549.818 533.197 550.284 532.918 550.8 532.829C550.81 532.53 550.87 532.096 551.194 531.72C551.547 531.309 552.047 531.162 552.468 531.088C552.767 531.034 553.099 531.003 553.438 531.002C553.799 530.992 554.153 531.026 554.481 531.075L554.493 531.076L554.506 531.079C554.667 531.107 554.835 531.157 555 531.229V528ZM555 532.438C554.844 532.245 554.601 532.11 554.334 532.064C554.073 532.025 553.813 532 553.559 532C553.523 532 553.488 532.001 553.453 532.002C553.165 532.002 552.886 532.028 552.644 532.073C552.606 532.079 552.57 532.086 552.536 532.094C552.097 532.186 551.911 532.34 551.839 532.584C551.82 532.648 551.809 532.719 551.803 532.797L551.802 532.828C551.8 532.865 551.799 532.904 551.799 532.944V533.584H553.489V533.797H551.169C551.041 533.797 550.915 533.818 550.799 533.858C550.476 533.971 550.217 534.236 550.118 534.641C549.965 535.281 549.956 535.671 550.118 536.338C550.148 536.465 550.189 536.583 550.242 536.688L550.799 536.453V536.426C550.799 535.421 551.624 534.573 552.644 534.573H554.325C554.325 534.573 554.326 534.573 554.327 534.573C554.329 534.572 554.332 534.572 554.336 534.57C554.344 534.566 554.355 534.56 554.365 534.55C554.375 534.54 554.38 534.53 554.383 534.524C554.385 534.519 554.385 534.517 554.385 534.516V532.778L555 532.778V532.438ZM552.803 532.995L552.799 533.002C552.781 533.029 552.76 533.053 552.736 533.073C552.681 533.12 552.611 533.147 552.536 533.147C552.404 533.147 552.289 533.063 552.243 532.944C552.229 532.908 552.221 532.869 552.221 532.828C552.221 532.817 552.221 532.807 552.222 532.797C552.23 532.711 552.269 532.636 552.33 532.584C552.384 532.536 552.455 532.508 552.536 532.508C552.609 532.508 552.677 532.534 552.731 532.578L552.738 532.584C552.799 532.636 552.841 532.711 552.849 532.797C552.85 532.807 552.85 532.817 552.85 532.828C552.85 532.883 552.836 532.935 552.812 532.981C552.809 532.986 552.806 532.991 552.803 532.995Z' fill='%239A9A9A'/%3e%3cpath d='M549 524.5L549.378 523.574L549 523.42L548.622 523.574L549 524.5ZM543 526.953L542.622 526.027L540.484 526.901L542.584 527.862L543 526.953ZM555 526.953L555.416 527.862L557.516 526.901L555.378 526.027L555 526.953ZM549 529.7L548.584 530.609L549 530.8L549.416 530.609L549 529.7ZM548.5 530.571H549.5V529.935L548.924 529.666L548.5 530.571ZM548.5 537L548.112 537.922L549.5 538.506V537H548.5ZM543 528L543.424 527.094L542 526.429V528H543ZM543 534.686H542V535.35L542.612 535.607L543 534.686ZM549.5 530.571L549.076 529.666L548.5 529.935V530.571H549.5ZM555 528H556V526.429L554.576 527.094L555 528ZM549.5 533.632H548.5V536.701L550.308 534.221L549.5 533.632ZM550.8 532.829L550.972 533.814L551.773 533.674L551.8 532.861L550.8 532.829ZM551.194 531.72L550.435 531.067L550.435 531.067L551.194 531.72ZM552.468 531.088L552.639 532.074L552.648 532.072L552.468 531.088ZM553.438 531.002L553.44 532.002L553.453 532.002L553.465 532.001L553.438 531.002ZM554.481 531.075L554.334 532.064L554.334 532.064L554.481 531.075ZM554.493 531.076L554.665 530.091L554.653 530.089L554.641 530.087L554.493 531.076ZM554.506 531.079L554.334 532.064L554.334 532.064L554.506 531.079ZM555 531.229L554.599 532.145L556 532.759V531.229H555ZM554.334 532.064L554.506 531.079L554.493 531.076L554.481 531.075L554.334 532.064ZM555 532.438H556V532.086L555.779 531.811L555 532.438ZM553.559 532L553.56 533H553.56L553.559 532ZM553.453 532.002V533.002H553.468L553.483 533.001L553.453 532.002ZM552.644 532.073L552.814 533.058L552.825 533.056L552.644 532.073ZM552.536 532.094L552.742 533.072L552.742 533.072L552.536 532.094ZM551.839 532.584L550.88 532.301L550.88 532.301L551.839 532.584ZM551.803 532.797L550.806 532.725L550.805 532.735L551.803 532.797ZM551.802 532.828L550.803 532.765L550.803 532.775L551.802 532.828ZM551.799 533.584H550.799V534.584H551.799V533.584ZM553.489 533.584H554.489V532.584H553.489V533.584ZM553.489 533.797V534.797H554.489V533.797H553.489ZM550.799 533.858L551.128 534.802L551.128 534.802L550.799 533.858ZM550.118 534.641L549.147 534.403L549.145 534.408L550.118 534.641ZM550.118 536.338L551.092 536.109L551.09 536.102L550.118 536.338ZM550.242 536.688L549.351 537.141L549.773 537.97L550.63 537.609L550.242 536.688ZM550.799 536.453L551.187 537.375L551.799 537.118V536.453H550.799ZM554.327 534.573L554.122 533.594L554.121 533.594L554.327 534.573ZM554.336 534.57L554.729 535.489L554.729 535.489L554.336 534.57ZM554.365 534.55L553.662 533.839L553.662 533.839L554.365 534.55ZM554.383 534.524L553.467 534.123L553.467 534.123L554.383 534.524ZM554.385 534.516H553.385L553.385 534.523L554.385 534.516ZM554.385 532.778L554.386 531.778L553.385 531.777V532.778H554.385ZM555 532.778L554.999 533.778L556 533.779V532.778H555ZM552.799 533.002L553.638 533.546L553.645 533.535L552.799 533.002ZM552.803 532.995L553.649 533.529L553.656 533.518L552.803 532.995ZM552.736 533.073L553.382 533.837L553.382 533.837L552.736 533.073ZM552.243 532.944L551.31 533.305L551.31 533.305L552.243 532.944ZM552.222 532.797L551.226 532.708L551.226 532.708L552.222 532.797ZM552.33 532.584L552.985 533.339L552.985 533.339L552.33 532.584ZM552.731 532.578L553.371 531.809L553.365 531.804L553.359 531.8L552.731 532.578ZM552.738 532.584L553.389 531.824L553.383 531.82L553.378 531.815L552.738 532.584ZM552.849 532.797L551.853 532.891L551.853 532.891L552.849 532.797ZM552.812 532.981L553.69 533.458L553.69 533.458L552.812 532.981ZM548.622 523.574L542.622 526.027L543.378 527.878L549.378 525.426L548.622 523.574ZM555.378 526.027L549.378 523.574L548.622 525.426L554.622 527.878L555.378 526.027ZM549.416 530.609L555.416 527.862L554.584 526.044L548.584 528.791L549.416 530.609ZM542.584 527.862L548.584 530.609L549.416 528.791L543.416 526.044L542.584 527.862ZM547.5 530.571V537H549.5V530.571H547.5ZM542.576 528.906L548.076 531.477L548.924 529.666L543.424 527.094L542.576 528.906ZM544 534.686V528H542V534.686H544ZM548.888 536.078L543.388 533.764L542.612 535.607L548.112 537.922L548.888 536.078ZM549.924 531.477L555.424 528.906L554.576 527.094L549.076 529.666L549.924 531.477ZM550.5 533.632V530.571H548.5V533.632H550.5ZM550.308 534.221C550.467 534.003 550.701 533.861 550.972 533.814L550.629 531.843C549.867 531.976 549.168 532.39 548.692 533.043L550.308 534.221ZM551.8 532.861C551.807 532.655 551.846 532.494 551.952 532.372L550.435 531.067C549.893 531.698 549.814 532.406 549.801 532.796L551.8 532.861ZM551.952 532.372C552.072 532.231 552.283 532.136 552.639 532.074L552.296 530.103C551.811 530.188 551.021 530.387 550.435 531.067L551.952 532.372ZM552.648 532.072C552.886 532.028 553.159 532.002 553.44 532.002L553.435 530.002C553.039 530.003 552.647 530.039 552.287 530.105L552.648 532.072ZM553.465 532.001C553.748 531.994 554.041 532.02 554.334 532.064L554.628 530.086C554.265 530.031 553.849 529.99 553.411 530.002L553.465 532.001ZM554.334 532.064L554.346 532.066L554.641 530.087L554.628 530.086L554.334 532.064ZM554.322 532.062L554.334 532.064L554.677 530.093L554.665 530.091L554.322 532.062ZM554.334 532.064C554.414 532.078 554.505 532.104 554.599 532.145L555.401 530.313C555.165 530.21 554.92 530.136 554.677 530.093L554.334 532.064ZM554 528V531.229H556V528H554ZM554.162 533.049C554.187 533.053 554.207 533.061 554.22 533.068C554.233 533.076 554.231 533.078 554.221 533.066L555.779 531.811C555.451 531.405 554.98 531.161 554.506 531.079L554.162 533.049ZM553.56 533C553.749 533 553.957 533.019 554.186 533.053L554.481 531.075C554.189 531.031 553.876 531 553.558 531L553.56 533ZM553.483 533.001C553.508 533 553.534 533 553.56 533L553.558 531C553.513 531 553.468 531.001 553.423 531.002L553.483 533.001ZM552.825 533.056C553.006 533.023 553.223 533.002 553.453 533.002V531.002C553.106 531.002 552.767 531.033 552.462 531.09L552.825 533.056ZM552.742 533.072C552.763 533.068 552.787 533.063 552.814 533.058L552.473 531.087C552.425 531.096 552.377 531.105 552.33 531.115L552.742 533.072ZM552.798 532.867C552.791 532.892 552.774 532.935 552.741 532.983C552.708 533.032 552.67 533.067 552.639 533.09C552.611 533.11 552.598 533.113 552.615 533.107C552.632 533.1 552.671 533.087 552.742 533.072L552.33 531.115C552.043 531.175 551.732 531.276 551.461 531.474C551.159 531.694 550.973 531.985 550.88 532.301L552.798 532.867ZM552.801 532.869C552.802 532.855 552.803 532.848 552.803 532.848C552.803 532.847 552.802 532.854 552.798 532.867L550.88 532.301C550.835 532.453 550.815 532.599 550.806 532.725L552.801 532.869ZM552.8 532.89L552.802 532.859L550.805 532.735L550.803 532.765L552.8 532.89ZM552.799 532.944C552.799 532.917 552.799 532.897 552.8 532.881L550.803 532.775C550.8 532.833 550.799 532.89 550.799 532.944H552.799ZM552.799 533.584V532.944H550.799V533.584H552.799ZM553.489 532.584H551.799V534.584H553.489V532.584ZM554.489 533.797V533.584H552.489V533.797H554.489ZM551.169 534.797H553.489V532.797H551.169V534.797ZM551.128 534.802C551.134 534.8 551.147 534.797 551.169 534.797V532.797C550.934 532.797 550.697 532.835 550.47 532.914L551.128 534.802ZM551.089 534.879C551.102 534.825 551.118 534.808 551.119 534.807C551.12 534.806 551.121 534.805 551.128 534.802L550.47 532.914C549.817 533.141 549.324 533.68 549.147 534.403L551.089 534.879ZM551.09 536.102C551.021 535.817 550.999 535.637 551 535.483C551.001 535.328 551.024 535.153 551.091 534.873L549.145 534.408C549.059 534.768 549.002 535.108 549 535.475C548.998 535.843 549.054 536.192 549.146 536.573L551.09 536.102ZM551.134 536.234C551.123 536.213 551.106 536.173 551.092 536.109L549.144 536.566C549.19 536.758 549.256 536.953 549.351 537.141L551.134 536.234ZM550.411 535.532L549.855 535.766L550.63 537.609L551.187 537.375L550.411 535.532ZM549.799 536.426V536.453H551.799V536.426H549.799ZM552.644 533.573C551.061 533.573 549.799 534.88 549.799 536.426H551.799C551.799 535.962 552.187 535.573 552.644 535.573V533.573ZM554.325 533.573H552.644V535.573H554.325V533.573ZM554.121 533.594C554.151 533.588 554.184 533.582 554.221 533.579C554.24 533.577 554.258 533.575 554.278 533.574C554.288 533.574 554.297 533.573 554.306 533.573C554.31 533.573 554.315 533.573 554.318 533.573C554.32 533.573 554.321 533.573 554.323 533.573C554.324 533.573 554.325 533.573 554.325 533.573V535.573C554.395 535.573 554.465 535.566 554.533 535.551L554.121 533.594ZM553.942 533.651C553.997 533.627 554.057 533.608 554.122 533.594L554.533 535.551C554.601 535.537 554.666 535.516 554.729 535.489L553.942 533.651ZM553.662 533.839C553.739 533.762 553.833 533.697 553.942 533.651L554.729 535.489C554.855 535.435 554.97 535.358 555.067 535.261L553.662 533.839ZM553.467 534.123C553.516 534.011 553.584 533.915 553.662 533.839L555.067 535.261C555.165 535.165 555.244 535.05 555.299 534.925L553.467 534.123ZM553.385 534.523C553.385 534.523 553.385 534.517 553.385 534.511C553.385 534.505 553.386 534.496 553.386 534.487C553.386 534.468 553.388 534.448 553.389 534.427C553.393 534.384 553.4 534.343 553.408 534.305C553.425 534.23 553.447 534.168 553.467 534.123L555.299 534.925C555.351 534.807 555.386 534.667 555.385 534.509L553.385 534.523ZM553.385 532.778V534.516H555.385V532.778H553.385ZM555.001 531.778L554.386 531.778L554.385 533.778L554.999 533.778L555.001 531.778ZM554 532.438V532.778H556V532.438H554ZM553.645 533.535L553.649 533.529L551.957 532.462L551.953 532.469L553.645 533.535ZM553.382 533.837C553.48 533.754 553.567 533.656 553.638 533.546L551.96 532.458C551.996 532.402 552.04 532.352 552.091 532.309L553.382 533.837ZM552.536 534.147C552.86 534.147 553.156 534.028 553.382 533.837L552.091 532.309C552.207 532.211 552.363 532.147 552.536 532.147V534.147ZM551.31 533.305C551.498 533.79 551.971 534.147 552.536 534.147V532.147C552.837 532.147 553.08 532.336 553.175 532.583L551.31 533.305ZM551.221 532.828C551.221 532.994 551.252 533.156 551.31 533.305L553.175 532.583C553.205 532.66 553.221 532.743 553.221 532.828H551.221ZM551.226 532.708C551.223 532.748 551.221 532.788 551.221 532.828H553.221C553.221 532.847 553.22 532.866 553.218 532.886L551.226 532.708ZM551.674 531.828C551.416 532.053 551.257 532.368 551.226 532.708L553.218 532.886C553.203 533.054 553.123 533.219 552.985 533.339L551.674 531.828ZM552.536 531.508C552.213 531.508 551.909 531.624 551.674 531.828L552.985 533.339C552.859 533.449 552.697 533.508 552.536 533.508V531.508ZM553.359 531.8C553.137 531.62 552.849 531.508 552.536 531.508V533.508C552.368 533.508 552.217 533.448 552.103 533.356L553.359 531.8ZM553.378 531.815L553.371 531.809L552.091 533.346L552.098 533.352L553.378 531.815ZM553.844 532.702C553.811 532.349 553.639 532.039 553.389 531.824L552.087 533.343C551.959 533.233 551.871 533.074 551.853 532.891L553.844 532.702ZM553.85 532.828C553.85 532.786 553.848 532.744 553.844 532.702L551.853 532.891C551.851 532.87 551.85 532.849 551.85 532.828H553.85ZM553.69 533.458C553.792 533.27 553.85 533.054 553.85 532.828H551.85C551.85 532.712 551.88 532.601 551.933 532.504L553.69 533.458ZM553.656 533.518C553.668 533.498 553.679 533.478 553.69 533.458L551.933 532.504C551.938 532.493 551.944 532.483 551.95 532.473L553.656 533.518Z' fill='%239A9A9A' mask='url(%23path-2467-inside-59_15778_26381)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M555.385 534.516V533.778L556.023 533.779C556.518 533.779 556.751 534.143 556.868 534.623C557.039 535.298 557.048 535.795 556.868 536.32C556.697 536.826 556.509 537.164 556.023 537.164H553.488V537.377H555.179V538.017C555.179 538.505 554.756 538.746 554.334 538.87C553.687 539.057 553.174 539.03 552.644 538.87C552.194 538.736 551.799 538.47 551.799 538.017V536.426C551.799 535.964 552.186 535.573 552.644 535.573H554.325C554.891 535.573 555.385 535.094 555.385 534.516ZM554.747 538.123C554.747 537.945 554.603 537.803 554.432 537.803C554.262 537.803 554.118 537.945 554.118 538.123C554.118 538.301 554.261 538.443 554.432 538.443C554.603 538.443 554.747 538.301 554.747 538.123Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M552.644 532.073C552.886 532.028 553.165 532.002 553.453 532.002C553.74 531.993 554.037 532.019 554.334 532.064C554.792 532.144 555.179 532.482 555.179 532.935V534.525C555.179 534.996 554.801 535.378 554.334 535.378H552.653C552.087 535.378 551.602 535.867 551.602 536.418V537.182H551.017C550.523 537.182 550.235 536.835 550.118 536.338C549.956 535.671 549.965 535.281 550.118 534.641C550.253 534.09 550.684 533.797 551.169 533.797H553.489V533.584H551.799V532.944C551.799 532.455 551.925 532.197 552.644 532.073ZM552.85 532.828C552.85 532.65 552.707 532.508 552.536 532.508C552.356 532.508 552.221 532.65 552.221 532.828C552.221 533.005 552.365 533.147 552.536 533.147C552.707 533.147 552.85 533.005 552.85 532.828Z' fill='%239A9A9A'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 545H32V547.422C31.891 547.507 31.7892 547.604 31.6967 547.714L30.7834 548.803C30.6333 548.366 30.3678 548.057 29.8839 548.057L29.1548 548.056V548.909C29.1548 549.577 28.5898 550.131 27.9425 550.131H26.0216C25.4979 550.131 25.0559 550.583 25.0559 551.118V552.957C25.0559 553.48 25.5079 553.789 26.0216 553.943C26.1456 553.981 26.2686 554.012 26.3923 554.036L26.3737 554.058L26.266 555H22V545V542H29V544C29 544.552 29.4477 545 30 545ZM31.1206 555H27.2725L27.3331 554.471L27.7258 554.003C27.8 553.985 27.8757 553.966 27.9531 553.943C28.4356 553.799 28.9188 553.522 28.9188 552.957V552.581L29.4312 551.97H29.8839C30.4389 551.97 30.6542 551.58 30.8496 550.995C30.95 550.698 30.9989 550.41 30.9999 550.101L31.5315 549.467L32 549.861V553.952L31.1206 555ZM28.1257 551.97H26.9867V552.217H27.9188L28.1257 551.97ZM28.4091 553.188L28.2212 553.412C28.31 553.368 28.3793 553.287 28.4091 553.188ZM26.0214 546.084C26.2986 546.032 26.617 546.002 26.946 546.002C27.2743 545.992 27.6133 546.022 27.9529 546.074C28.4766 546.166 28.9186 546.557 28.9186 547.081V548.92C28.9186 549.464 28.4872 549.906 27.9529 549.906H26.032C25.3853 549.906 24.8303 550.471 24.8303 551.108V551.991H24.1624C23.5974 551.991 23.2685 551.591 23.1349 551.015C22.9501 550.245 22.9601 549.793 23.1349 549.053C23.2891 548.417 23.7816 548.078 24.3366 548.078H26.9872V547.831H25.0557V547.091C25.0557 546.526 25.1999 546.228 26.0214 546.084ZM26.2574 546.957C26.2574 546.752 26.0932 546.587 25.8978 546.587C25.6924 546.587 25.5382 546.752 25.5382 546.957C25.5382 547.162 25.7024 547.327 25.8978 547.327C26.0932 547.327 26.2574 547.162 26.2574 546.957Z' fill='%23181825'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 541C21.4477 541 21 541.448 21 542V555C21 555.552 21.4477 556 22 556H26.1516L26.266 555H22V542H27H29L32 545V547.422C32.2947 547.192 32.642 547.054 33 547.013V544.5L29.5 541H22ZM33 550.7V552.76L32 553.952V549.861L33 550.7ZM33 548.027V549.634L32.056 548.842L32.4628 548.357C32.5461 548.258 32.6446 548.179 32.752 548.121C32.8307 548.078 32.9142 548.047 33 548.027ZM27.2725 555L27.1581 556H30.2815L31.1206 555H27.2725ZM31.5869 556L33 554.316V555C33 555.552 32.5523 556 32 556H31.5869Z' fill='%23181825'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.8717 548.234C33.4486 547.879 32.8178 547.934 32.4628 548.357L32.056 548.842L34.5392 550.926L34.946 550.441C35.301 550.018 35.2458 549.387 34.8228 549.032L33.8717 548.234ZM34.0147 551.551L31.5315 549.467L27.3331 554.471L27 557.382L29.8163 556.555L34.0147 551.551Z' fill='%230E6FF9'/%3e%3cpath d='M39.6967 551.473L37.8965 549.673C37.524 549.3 37.5239 548.696 37.8965 548.323L39.6967 546.523L42.1716 548.998L39.6967 551.473ZM45.6526 556.124C45.2921 556.484 44.7079 556.484 44.3474 556.124L41.4645 553.241L45 549.705L48.5355 553.241L45.6526 556.124ZM45 548.291L41.4645 544.755L44.3474 541.872C44.7079 541.512 45.2928 541.513 45.6532 541.873L48.5355 544.755L45 548.291ZM52.1256 548.345C52.4861 548.706 52.4859 549.29 52.1256 549.65L49.2426 552.533L45.7071 548.998L49.2426 545.462L52.1256 548.345Z' fill='url(%23paint20_linear_15778_26381)' fill-opacity='0.2'/%3e%3cpath d='M39.3431 551.827L37.5429 550.026C36.9753 549.458 36.9753 548.538 37.5429 547.97L39.3431 546.17L42.1716 548.998L39.3431 551.827ZM52.4792 547.992C53.0347 548.548 53.0347 549.449 52.4792 550.004L46.0061 556.477C45.4504 557.033 44.5496 557.033 43.9939 556.477L40.4038 552.887L44.2915 549L40.4024 545.111L43.9925 541.52C44.5482 540.965 45.449 540.965 46.0047 541.52L48.8877 544.403L48.8891 544.402L52.4792 547.992ZM38.25 548.677C38.0729 548.855 38.0729 549.142 38.25 549.319L39.3431 550.412L40.7574 548.998L39.3431 547.584L38.25 548.677ZM41.818 552.887L44.701 555.77C44.8662 555.935 45.1338 555.935 45.299 555.77L48.182 552.887L45 549.705L41.818 552.887ZM45.2976 542.228C45.1324 542.063 44.8648 542.063 44.6996 542.228L41.8166 545.111L44.9986 548.292L48.1806 545.111L45.2976 542.228ZM45.7071 548.998L48.8891 552.18L51.7721 549.297C51.9371 549.132 51.9371 548.864 51.7721 548.699L48.8891 545.816L45.7071 548.998Z' fill='url(%23paint21_linear_15778_26381)'/%3e%3cpath d='M57.6967 551.473L55.8965 549.673C55.524 549.3 55.5239 548.696 55.8965 548.323L57.6967 546.523L60.1716 548.998L57.6967 551.473ZM63.6526 556.124C63.2921 556.484 62.7079 556.484 62.3474 556.124L59.4645 553.241L63 549.705L66.5355 553.241L63.6526 556.124ZM63 548.291L59.4645 544.755L62.3474 541.872C62.7079 541.512 63.2928 541.513 63.6532 541.873L66.5355 544.755L63 548.291ZM70.1256 548.345C70.4861 548.706 70.4859 549.29 70.1256 549.65L67.2426 552.533L63.7071 548.998L67.2426 545.462L70.1256 548.345Z' fill='%2335383A'/%3e%3cpath d='M75.6967 551.473L73.8965 549.673C73.524 549.3 73.5239 548.696 73.8965 548.323L75.6967 546.523L78.1716 548.998L75.6967 551.473ZM81.6526 556.124C81.2921 556.484 80.7079 556.484 80.3474 556.124L77.4645 553.241L81 549.705L84.5355 553.241L81.6526 556.124ZM81 548.291L77.4645 544.755L80.3474 541.872C80.7079 541.512 81.2928 541.513 81.6532 541.873L84.5355 544.755L81 548.291ZM88.1256 548.345C88.4861 548.706 88.4859 549.29 88.1256 549.65L85.2426 552.533L81.7071 548.998L85.2426 545.462L88.1256 548.345Z' fill='white'/%3e%3cpath d='M97.1026 542.005C97.6065 542.056 98 542.482 98 543V546L97.9951 546.103C97.9473 546.573 97.5728 546.947 97.1026 546.995L97 547H96L96.0069 547.153C96.0836 547.91 96.7233 548.5 97.5 548.5H100.5C101.713 548.5 102.723 549.364 102.951 550.51C104.376 550.613 105.5 551.799 105.5 553.25C105.5 554.769 104.269 556 102.75 556C101.231 556 100 554.769 100 553.25C100 552.01 100.82 550.962 101.948 550.619C101.78 549.976 101.196 549.5 100.5 549.5H97.5C96.2057 549.5 95.1409 548.516 95.0127 547.256L95 547H94L93.8975 546.995C93.4271 546.947 93.0528 546.573 93.0049 546.103L93 546V543C93 542.482 93.3934 542.056 93.8975 542.005L94 542H97L97.1026 542.005ZM94.6787 550.295C95.1893 549.879 95.9421 549.908 96.418 550.384L98.1153 552.081L98.2041 552.18C98.5927 552.656 98.5927 553.344 98.2041 553.82L98.1153 553.919L96.418 555.616L96.3194 555.705C95.8428 556.094 95.1553 556.094 94.6787 555.705L94.5801 555.616L92.8828 553.919C92.4071 553.443 92.3769 552.69 92.793 552.18L92.8828 552.081L94.5801 550.384L94.6787 550.295ZM102.75 551.5C101.784 551.5 101 552.284 101 553.25C101 554.216 101.784 555 102.75 555C103.716 555 104.5 554.216 104.5 553.25C104.5 552.284 103.716 551.5 102.75 551.5ZM95.711 551.091C95.5938 550.974 95.4043 550.974 95.2871 551.091L93.5899 552.788C93.4729 552.905 93.4729 553.095 93.5899 553.212L95.2871 554.909C95.4043 555.026 95.5938 555.026 95.711 554.909L97.4082 553.212C97.5252 553.095 97.5252 552.905 97.4082 552.788L95.711 551.091ZM102.5 542C103.881 542 105 543.119 105 544.5C105 545.881 103.881 547 102.5 547C101.119 547 100 545.881 100 544.5C100 543.119 101.119 542 102.5 542ZM94 546H97V543H94V546ZM102.5 543C101.672 543 101 543.672 101 544.5C101 545.328 101.672 546 102.5 546C103.328 546 104 545.328 104 544.5C104 543.672 103.328 543 102.5 543Z' fill='%2329313B'/%3e%3cpath d='M115 542C115.552 542 116 542.448 116 543V546C116 546.552 115.552 547 115 547H114L114.008 547.153C114.084 547.91 114.723 548.5 115.5 548.5H118.5C119.713 548.5 120.723 549.364 120.951 550.51C122.376 550.613 123.5 551.799 123.5 553.25C123.5 554.769 122.268 556 120.75 556C119.231 556 118 554.769 118 553.25C118 552.01 118.82 550.962 119.948 550.619C119.779 549.976 119.196 549.5 118.5 549.5H115.5C114.205 549.5 113.141 548.516 113.012 547.256L113 547H112C111.448 547 111 546.552 111 546V543C111 542.448 111.448 542 112 542H115ZM112.581 550.384C113.089 549.876 113.911 549.876 114.419 550.384L116.116 552.081C116.624 552.589 116.624 553.411 116.116 553.919L114.419 555.616C113.911 556.124 113.089 556.124 112.581 555.616L110.884 553.919C110.376 553.411 110.376 552.589 110.884 552.081L112.581 550.384ZM120.5 542C121.88 542 123 543.119 123 544.5C123 545.881 121.88 547 120.5 547C119.119 547 118 545.881 118 544.5C118 543.119 119.119 542 120.5 542Z' fill='%2329313B'/%3e%3cpath d='M133 542C133.552 542 134 542.448 134 543V546C134 546.552 133.552 547 133 547H132L132.008 547.153C132.084 547.91 132.723 548.5 133.5 548.5H136.5C137.713 548.5 138.723 549.364 138.951 550.51C140.376 550.613 141.5 551.799 141.5 553.25C141.5 554.769 140.268 556 138.75 556C137.231 556 136 554.769 136 553.25C136 552.01 136.82 550.962 137.948 550.619C137.779 549.976 137.196 549.5 136.5 549.5H133.5C132.205 549.5 131.141 548.516 131.012 547.256L131 547H130C129.448 547 129 546.552 129 546V543C129 542.448 129.448 542 130 542H133ZM130.581 550.384C131.089 549.876 131.911 549.876 132.419 550.384L134.116 552.081C134.624 552.589 134.624 553.411 134.116 553.919L132.419 555.616C131.911 556.124 131.089 556.124 130.581 555.616L128.884 553.919C128.376 553.411 128.376 552.589 128.884 552.081L130.581 550.384ZM138.5 542C139.88 542 141 543.119 141 544.5C141 545.881 139.88 547 138.5 547C137.119 547 136 545.881 136 544.5C136 543.119 137.119 542 138.5 542Z' fill='white'/%3e%3cpath d='M152.284 542.54C153.158 542.443 154.043 542.524 154.885 542.779C155.727 543.034 156.508 543.458 157.181 544.023C157.855 544.589 158.406 545.286 158.803 546.071C159.199 546.856 159.432 547.713 159.487 548.591' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath d='M152.76 552.492C152.089 552.446 151.445 552.207 150.906 551.805C150.367 551.402 149.956 550.853 149.721 550.223C149.486 549.593 149.437 548.908 149.581 548.251C149.725 547.594 150.055 546.992 150.532 546.518C151.009 546.044 151.613 545.717 152.271 545.577C152.928 545.437 153.613 545.489 154.242 545.728C154.871 545.966 155.417 546.381 155.817 546.922C156.216 547.464 156.451 548.109 156.493 548.78' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath d='M152.02 555.426C151.15 555.293 150.317 554.985 149.57 554.521C148.823 554.057 148.178 553.446 147.674 552.725C147.17 552.004 146.817 551.189 146.637 550.328C146.458 549.467 146.455 548.578 146.629 547.716' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath d='M159 555L155 551M155 551V553M155 551H157' stroke='%2335383A' stroke-linecap='round'/%3e%3cpath d='M170.284 542.54C171.158 542.443 172.043 542.524 172.885 542.779C173.727 543.034 174.508 543.458 175.181 544.023C175.855 544.589 176.406 545.286 176.803 546.071C177.199 546.856 177.432 547.713 177.487 548.591' stroke='%239A9A9A' stroke-linecap='round'/%3e%3cpath d='M170.76 552.492C170.089 552.446 169.445 552.207 168.906 551.805C168.367 551.402 167.956 550.853 167.721 550.223C167.486 549.593 167.437 548.908 167.581 548.251C167.725 547.594 168.055 546.992 168.532 546.518C169.009 546.044 169.613 545.717 170.271 545.577C170.928 545.437 171.613 545.489 172.242 545.728C172.871 545.966 173.417 546.381 173.817 546.922C174.216 547.464 174.451 548.109 174.493 548.78' stroke='%239A9A9A' stroke-linecap='round'/%3e%3cpath d='M170.02 555.426C169.15 555.293 168.317 554.985 167.57 554.521C166.823 554.057 166.178 553.446 165.674 552.725C165.17 552.004 164.817 551.189 164.637 550.328C164.458 549.467 164.455 548.578 164.629 547.716' stroke='%239A9A9A' stroke-linecap='round'/%3e%3cpath d='M177 555L173 551M173 551V553M173 551H175' stroke='%239A9A9A' stroke-linecap='round'/%3e%3cpath d='M261 542C264.866 542 268 545.134 268 549V552.638C268 553.717 267.31 554.674 266.286 555.016C262.855 556.159 259.145 556.159 255.714 555.016C254.69 554.674 254 553.717 254 552.638V549C254 545.134 257.134 542 261 542ZM258.667 546.667C256.949 546.667 255.556 548.059 255.556 549.777C255.556 551.496 256.949 552.889 258.667 552.889H263.333C265.051 552.889 266.444 551.496 266.444 549.777C266.444 548.059 265.051 546.667 263.333 546.667H258.667ZM258.847 548.701C259.441 548.701 259.924 549.183 259.924 549.777C259.924 550.372 259.441 550.854 258.847 550.854C258.252 550.854 257.77 550.372 257.77 549.777C257.77 549.183 258.252 548.701 258.847 548.701ZM263.154 548.701C263.749 548.701 264.23 549.183 264.23 549.777C264.23 550.372 263.749 550.854 263.154 550.854C262.56 550.854 262.077 550.372 262.077 549.777C262.077 549.183 262.56 548.701 263.154 548.701Z' fill='white'/%3e%3cpath d='M243 542C246.866 542 250 545.134 250 549V552.638C250 553.717 249.31 554.674 248.286 555.016C244.855 556.159 241.145 556.159 237.714 555.016C236.69 554.674 236 553.717 236 552.638V549C236 545.134 239.134 542 243 542ZM240.667 546.667C238.949 546.667 237.556 548.059 237.556 549.777C237.556 551.496 238.949 552.889 240.667 552.889H245.333C247.051 552.889 248.444 551.496 248.444 549.777C248.444 548.059 247.051 546.667 245.333 546.667H240.667ZM240.847 548.701C241.441 548.701 241.924 549.183 241.924 549.777C241.924 550.372 241.441 550.854 240.847 550.854C240.252 550.854 239.77 550.372 239.77 549.777C239.77 549.183 240.252 548.701 240.847 548.701ZM245.154 548.701C245.749 548.701 246.23 549.183 246.23 549.777C246.23 550.372 245.749 550.854 245.154 550.854C244.56 550.854 244.077 550.372 244.077 549.777C244.077 549.183 244.56 548.701 245.154 548.701Z' fill='%239A9A9A'/%3e%3cpath d='M225 542C228.866 542 232 545.134 232 549V552.638C232 553.717 231.31 554.674 230.286 555.016C226.855 556.159 223.145 556.159 219.714 555.016C218.69 554.674 218 553.717 218 552.638V549C218 545.134 221.134 542 225 542ZM222.667 546.667C220.949 546.667 219.556 548.059 219.556 549.777C219.556 551.496 220.949 552.889 222.667 552.889H227.333C229.051 552.889 230.444 551.496 230.444 549.777C230.444 548.059 229.051 546.667 227.333 546.667H222.667ZM222.847 548.701C223.441 548.701 223.924 549.183 223.924 549.777C223.924 550.372 223.441 550.854 222.847 550.854C222.252 550.854 221.77 550.372 221.77 549.777C221.77 549.183 222.252 548.701 222.847 548.701ZM227.154 548.701C227.749 548.701 228.23 549.183 228.23 549.777C228.23 550.372 227.749 550.854 227.154 550.854C226.56 550.854 226.077 550.372 226.077 549.777C226.077 549.183 226.56 548.701 227.154 548.701Z' fill='%2335383A'/%3e%3cg clip-path='url(%23clip30_15778_26381)'%3e%3cpath d='M207 542.5C210.59 542.5 213.5 545.41 213.5 549V552.638C213.5 553.447 213.014 554.172 212.278 554.484L212.128 554.542C209.008 555.582 205.65 555.646 202.5 554.736L201.872 554.542C201.053 554.269 200.5 553.501 200.5 552.638V549C200.5 545.41 203.41 542.5 207 542.5Z' fill='%23E7E8FC' stroke='%236266EB'/%3e%3cpath d='M209.493 546.671C211.137 546.754 212.444 548.114 212.444 549.778L212.44 549.938C212.359 551.529 211.084 552.804 209.493 552.885L209.333 552.89H204.667L204.507 552.885C202.916 552.804 201.641 551.529 201.56 549.938L201.556 549.778C201.556 548.114 202.863 546.754 204.507 546.671L204.667 546.667H209.333L209.493 546.671ZM204.667 547.667C203.501 547.667 202.556 548.612 202.556 549.778C202.556 550.944 203.501 551.89 204.667 551.89H209.333C210.499 551.89 211.444 550.944 211.444 549.778C211.444 548.612 210.499 547.667 209.333 547.667H204.667ZM204.76 548.78C205.312 548.78 205.76 549.228 205.76 549.78C205.76 550.332 205.312 550.78 204.76 550.78C204.208 550.78 203.76 550.332 203.76 549.78C203.76 549.228 204.207 548.78 204.76 548.78ZM209.24 548.78C209.793 548.78 210.24 549.228 210.24 549.78C210.24 550.332 209.792 550.78 209.24 550.78C208.688 550.78 208.24 550.332 208.24 549.78C208.24 549.228 208.688 548.78 209.24 548.78Z' fill='%236266EB'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M212.072 549.48C211.695 548.843 211.074 548.837 210.694 549.48L206.965 555.781C206.588 556.417 206.878 556.944 207.622 556.944H215.144C215.881 556.944 216.182 556.423 215.801 555.781L212.072 549.48Z' fill='%23FFB132'/%3e%3cg filter='url(%23filter15_d_15778_26381)'%3e%3cpath d='M211.384 554.893C211.68 554.893 211.92 555.127 211.92 555.417C211.92 555.706 211.68 555.94 211.384 555.94C211.088 555.94 210.849 555.706 210.849 555.417C210.849 555.128 211.088 554.893 211.384 554.893ZM211.814 551.226C211.969 551.226 212.087 551.364 212.063 551.516L211.696 553.927C211.673 554.081 211.541 554.194 211.385 554.194C211.229 554.194 211.096 554.081 211.072 553.927L210.705 551.516C210.682 551.364 210.8 551.227 210.954 551.226H211.814Z' fill='white'/%3e%3c/g%3e%3c/g%3e%3cpath d='M189 542.5C192.59 542.5 195.5 545.41 195.5 549V552.638C195.5 553.447 195.014 554.172 194.278 554.484L194.128 554.542C191.008 555.582 187.65 555.646 184.5 554.736L183.872 554.542C183.053 554.269 182.5 553.501 182.5 552.638V549C182.5 545.41 185.41 542.5 189 542.5Z' fill='%23E7E8FC' stroke='%236266EB'/%3e%3cpath d='M191.493 546.671C193.137 546.754 194.444 548.114 194.444 549.778L194.44 549.938C194.359 551.529 193.084 552.804 191.493 552.885L191.333 552.89H186.667L186.507 552.885C184.916 552.804 183.641 551.529 183.56 549.938L183.556 549.778C183.556 548.114 184.863 546.754 186.507 546.671L186.667 546.667H191.333L191.493 546.671ZM186.667 547.667C185.501 547.667 184.556 548.612 184.556 549.778C184.556 550.944 185.501 551.89 186.667 551.89H191.333C192.499 551.89 193.444 550.944 193.444 549.778C193.444 548.612 192.499 547.667 191.333 547.667H186.667ZM186.76 548.78C187.312 548.78 187.76 549.228 187.76 549.78C187.76 550.332 187.312 550.78 186.76 550.78C186.208 550.78 185.76 550.332 185.76 549.78C185.76 549.228 186.207 548.78 186.76 548.78ZM191.24 548.78C191.793 548.78 192.24 549.228 192.24 549.78C192.24 550.332 191.792 550.78 191.24 550.78C190.688 550.78 190.24 550.332 190.24 549.78C190.24 549.228 190.688 548.78 191.24 548.78Z' fill='%236266EB'/%3e%3cpath d='M351 542C352.225 542 353.376 542.315 354.377 542.867L354.348 542.948L353.229 543.362C352.359 543.684 352.359 544.915 353.229 545.238L354.347 545.651L354.762 546.771C354.824 546.938 354.919 547.072 355.035 547.175C354.546 546.855 353.962 546.667 353.333 546.667H348.667C346.949 546.667 345.556 548.06 345.556 549.779C345.556 551.497 346.949 552.89 348.667 552.89H353.333C355.051 552.89 356.444 551.497 356.444 549.779C356.444 548.755 355.948 547.85 355.185 547.282C355.681 547.576 356.402 547.407 356.638 546.771L357.051 545.651L357.131 545.62C357.684 546.622 358 547.775 358 549V552.638C358 553.717 357.31 554.676 356.286 555.017C352.855 556.16 349.145 556.16 345.714 555.017C344.69 554.676 344 553.717 344 552.638V549C344 545.134 347.134 542 351 542ZM348.76 548.781C349.312 548.781 349.76 549.228 349.76 549.781C349.76 550.333 349.312 550.781 348.76 550.781C348.208 550.781 347.76 550.333 347.76 549.781C347.76 549.228 348.208 548.781 348.76 548.781ZM353.24 548.781C353.792 548.781 354.24 549.228 354.24 549.781C354.24 550.333 353.792 550.781 353.24 550.781C352.688 550.781 352.24 550.333 352.24 549.781C352.24 549.228 352.688 548.781 353.24 548.781ZM355.494 542.157C355.565 541.966 355.835 541.966 355.906 542.157L356.395 543.476C356.417 543.536 356.464 543.583 356.524 543.606L357.843 544.094C358.034 544.165 358.034 544.435 357.843 544.506L356.524 544.994C356.464 545.017 356.417 545.064 356.395 545.124L355.906 546.443C355.835 546.634 355.565 546.634 355.494 546.443L355.006 545.124C354.984 545.064 354.936 545.017 354.876 544.994L353.558 544.506C353.366 544.435 353.366 544.165 353.558 544.094L354.876 543.606C354.936 543.583 354.984 543.536 355.006 543.476L355.494 542.157Z' fill='white'/%3e%3cpath d='M333 542C334.225 542 335.376 542.315 336.377 542.867L336.348 542.948L335.229 543.362C334.359 543.684 334.359 544.915 335.229 545.238L336.347 545.651L336.762 546.771C336.824 546.938 336.919 547.072 337.035 547.175C336.546 546.855 335.962 546.667 335.333 546.667H330.667C328.949 546.667 327.556 548.06 327.556 549.779C327.556 551.497 328.949 552.89 330.667 552.89H335.333C337.051 552.89 338.444 551.497 338.444 549.779C338.444 548.755 337.948 547.85 337.185 547.282C337.681 547.576 338.402 547.407 338.638 546.771L339.051 545.651L339.131 545.62C339.684 546.622 340 547.775 340 549V552.638C340 553.717 339.31 554.676 338.286 555.017C334.855 556.16 331.145 556.16 327.714 555.017C326.69 554.676 326 553.717 326 552.638V549C326 545.134 329.134 542 333 542ZM330.76 548.781C331.312 548.781 331.76 549.228 331.76 549.781C331.76 550.333 331.312 550.781 330.76 550.781C330.208 550.781 329.76 550.333 329.76 549.781C329.76 549.228 330.208 548.781 330.76 548.781ZM335.24 548.781C335.792 548.781 336.24 549.228 336.24 549.781C336.24 550.333 335.792 550.781 335.24 550.781C334.688 550.781 334.24 550.333 334.24 549.781C334.24 549.228 334.688 548.781 335.24 548.781ZM337.494 542.157C337.565 541.966 337.835 541.966 337.906 542.157L338.395 543.476C338.417 543.536 338.464 543.583 338.524 543.606L339.843 544.094C340.034 544.165 340.034 544.435 339.843 544.506L338.524 544.994C338.464 545.017 338.417 545.064 338.395 545.124L337.906 546.443C337.835 546.634 337.565 546.634 337.494 546.443L337.006 545.124C336.984 545.064 336.936 545.017 336.876 544.994L335.558 544.506C335.366 544.435 335.366 544.165 335.558 544.094L336.876 543.606C336.936 543.583 336.984 543.536 337.006 543.476L337.494 542.157Z' fill='%239A9A9A'/%3e%3cpath d='M315 542C316.225 542 317.376 542.315 318.377 542.867L318.348 542.948L317.229 543.362C316.359 543.684 316.359 544.915 317.229 545.238L318.347 545.651L318.762 546.771C318.824 546.938 318.919 547.072 319.035 547.175C318.546 546.855 317.962 546.667 317.333 546.667H312.667C310.949 546.667 309.556 548.06 309.556 549.779C309.556 551.497 310.949 552.89 312.667 552.89H317.333C319.051 552.89 320.444 551.497 320.444 549.779C320.444 548.755 319.948 547.85 319.185 547.282C319.681 547.576 320.402 547.407 320.638 546.771L321.051 545.651L321.131 545.62C321.684 546.622 322 547.775 322 549V552.638C322 553.717 321.31 554.676 320.286 555.017C316.855 556.16 313.145 556.16 309.714 555.017C308.69 554.676 308 553.717 308 552.638V549C308 545.134 311.134 542 315 542ZM312.76 548.781C313.312 548.781 313.76 549.228 313.76 549.781C313.76 550.333 313.312 550.781 312.76 550.781C312.208 550.781 311.76 550.333 311.76 549.781C311.76 549.228 312.208 548.781 312.76 548.781ZM317.24 548.781C317.792 548.781 318.24 549.228 318.24 549.781C318.24 550.333 317.792 550.781 317.24 550.781C316.688 550.781 316.24 550.333 316.24 549.781C316.24 549.228 316.688 548.781 317.24 548.781ZM319.494 542.157C319.565 541.966 319.835 541.966 319.906 542.157L320.395 543.476C320.417 543.536 320.464 543.583 320.524 543.606L321.843 544.094C322.034 544.165 322.034 544.435 321.843 544.506L320.524 544.994C320.464 545.017 320.417 545.064 320.395 545.124L319.906 546.443C319.835 546.634 319.565 546.634 319.494 546.443L319.006 545.124C318.984 545.064 318.936 545.017 318.876 544.994L317.558 544.506C317.366 544.435 317.366 544.165 317.558 544.094L318.876 543.606C318.936 543.583 318.984 543.536 319.006 543.476L319.494 542.157Z' fill='%2335383A'/%3e%3cpath d='M297 542C298.224 542 299.375 542.316 300.376 542.868L300.348 542.947L299.229 543.361C298.359 543.683 298.359 544.915 299.229 545.237L300.347 545.65L300.762 546.771C301.084 547.641 302.315 547.641 302.638 546.771L303.051 545.65L303.13 545.62C303.684 546.622 304 547.774 304 549V552.638C304 553.717 303.31 554.675 302.286 555.017C298.855 556.16 295.145 556.16 291.714 555.017C290.69 554.675 290 553.717 290 552.638V549C290 545.134 293.134 542 297 542Z' fill='%23E7E8FC'/%3e%3cpath d='M297 542C298.224 542 299.375 542.316 300.376 542.868L300.348 542.947L299.229 543.361C299.202 543.372 299.175 543.385 299.149 543.397C298.482 543.141 297.758 543 297 543C293.686 543 291 545.686 291 549V552.638C291 553.286 291.415 553.862 292.03 554.067L292.639 554.256C295.691 555.138 298.946 555.075 301.97 554.067L302.082 554.024C302.635 553.79 303 553.246 303 552.638V549C303 548.242 302.857 547.517 302.601 546.849C302.612 546.823 302.628 546.798 302.638 546.771L303.051 545.65L303.13 545.62C303.684 546.622 304 547.774 304 549V552.638C304 553.717 303.309 554.674 302.286 555.016C298.855 556.159 295.145 556.159 291.714 555.016C290.691 554.674 290 553.717 290 552.638V549C290 545.134 293.134 542 297 542ZM299.493 546.671C301.137 546.754 302.444 548.114 302.444 549.778L302.44 549.938C302.36 551.529 301.084 552.804 299.493 552.885L299.333 552.89H294.667L294.507 552.885C292.916 552.804 291.64 551.529 291.56 549.938L291.556 549.778C291.556 548.114 292.863 546.754 294.507 546.671L294.667 546.667H299.333L299.493 546.671ZM294.667 547.667C293.501 547.667 292.556 548.612 292.556 549.778C292.556 550.944 293.501 551.89 294.667 551.89H299.333C300.499 551.89 301.444 550.944 301.444 549.778C301.444 548.612 300.499 547.667 299.333 547.667H294.667ZM294.76 548.78C295.312 548.78 295.76 549.228 295.76 549.78C295.76 550.333 295.312 550.78 294.76 550.78C294.207 550.78 293.76 550.333 293.76 549.78C293.76 549.228 294.208 548.78 294.76 548.78ZM299.24 548.78C299.792 548.78 300.24 549.228 300.24 549.78C300.24 550.333 299.793 550.78 299.24 550.78C298.688 550.78 298.24 550.333 298.24 549.78C298.24 549.228 298.688 548.78 299.24 548.78Z' fill='%236266EB'/%3e%3cpath d='M301.494 542.158C301.565 541.966 301.835 541.966 301.906 542.158L302.394 543.476C302.416 543.536 302.464 543.584 302.524 543.606L303.842 544.094C304.034 544.165 304.034 544.436 303.842 544.506L302.524 544.994C302.464 545.017 302.416 545.064 302.394 545.124L301.906 546.443C301.835 546.634 301.565 546.634 301.494 546.443L301.006 545.124C300.984 545.064 300.936 545.017 300.876 544.994L299.558 544.506C299.366 544.436 299.366 544.165 299.558 544.094L300.876 543.606C300.936 543.584 300.984 543.536 301.006 543.476L301.494 542.158Z' fill='%236266EB'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M302.072 549.48C301.695 548.843 301.074 548.837 300.694 549.48L296.965 555.781C296.588 556.417 296.878 556.944 297.622 556.944H305.144C305.881 556.944 306.182 556.423 305.801 555.781L302.072 549.48Z' fill='%23FFB132'/%3e%3cg filter='url(%23filter16_d_15778_26381)'%3e%3cpath d='M301.384 554.893C301.68 554.893 301.92 555.127 301.92 555.417C301.92 555.706 301.68 555.94 301.384 555.94C301.088 555.94 300.849 555.706 300.849 555.417C300.849 555.128 301.088 554.893 301.384 554.893ZM301.814 551.226C301.969 551.226 302.087 551.364 302.063 551.516L301.696 553.927C301.673 554.081 301.541 554.194 301.385 554.194C301.229 554.194 301.096 554.081 301.072 553.927L300.705 551.516C300.682 551.364 300.8 551.227 300.954 551.226H301.814Z' fill='white'/%3e%3c/g%3e%3cpath d='M279 542C280.224 542 281.375 542.316 282.376 542.868L282.348 542.947L281.229 543.361C280.359 543.683 280.359 544.915 281.229 545.237L282.347 545.65L282.762 546.771C283.084 547.641 284.315 547.641 284.638 546.771L285.051 545.65L285.13 545.62C285.684 546.622 286 547.774 286 549V552.638C286 553.717 285.31 554.675 284.286 555.017C280.855 556.16 277.145 556.16 273.714 555.017C272.69 554.675 272 553.717 272 552.638V549C272 545.134 275.134 542 279 542Z' fill='%23E7E8FC'/%3e%3cpath d='M279 542C280.224 542 281.375 542.316 282.376 542.868L282.348 542.947L281.229 543.361C281.202 543.372 281.175 543.385 281.149 543.397C280.482 543.141 279.758 543 279 543C275.686 543 273 545.686 273 549V552.638C273 553.286 273.415 553.862 274.03 554.067L274.639 554.256C277.691 555.138 280.946 555.075 283.97 554.067L284.082 554.024C284.635 553.79 285 553.246 285 552.638V549C285 548.242 284.857 547.517 284.601 546.849C284.612 546.823 284.628 546.798 284.638 546.771L285.051 545.65L285.13 545.62C285.684 546.622 286 547.774 286 549V552.638C286 553.717 285.309 554.674 284.286 555.016C280.855 556.159 277.145 556.159 273.714 555.016C272.691 554.674 272 553.717 272 552.638V549C272 545.134 275.134 542 279 542ZM281.493 546.671C283.137 546.754 284.444 548.114 284.444 549.778L284.44 549.938C284.36 551.529 283.084 552.804 281.493 552.885L281.333 552.89H276.667L276.507 552.885C274.916 552.804 273.64 551.529 273.56 549.938L273.556 549.778C273.556 548.114 274.863 546.754 276.507 546.671L276.667 546.667H281.333L281.493 546.671ZM276.667 547.667C275.501 547.667 274.556 548.612 274.556 549.778C274.556 550.944 275.501 551.89 276.667 551.89H281.333C282.499 551.89 283.444 550.944 283.444 549.778C283.444 548.612 282.499 547.667 281.333 547.667H276.667ZM276.76 548.78C277.312 548.78 277.76 549.228 277.76 549.78C277.76 550.333 277.312 550.78 276.76 550.78C276.207 550.78 275.76 550.333 275.76 549.78C275.76 549.228 276.208 548.78 276.76 548.78ZM281.24 548.78C281.792 548.78 282.24 549.228 282.24 549.78C282.24 550.333 281.793 550.78 281.24 550.78C280.688 550.78 280.24 550.333 280.24 549.78C280.24 549.228 280.688 548.78 281.24 548.78Z' fill='%236266EB'/%3e%3cpath d='M283.494 542.158C283.565 541.966 283.835 541.966 283.906 542.158L284.394 543.476C284.416 543.536 284.464 543.584 284.524 543.606L285.842 544.094C286.034 544.165 286.034 544.436 285.842 544.506L284.524 544.994C284.464 545.017 284.416 545.064 284.394 545.124L283.906 546.443C283.835 546.634 283.565 546.634 283.494 546.443L283.006 545.124C282.984 545.064 282.936 545.017 282.876 544.994L281.558 544.506C281.366 544.436 281.366 544.165 281.558 544.094L282.876 543.606C282.936 543.584 282.984 543.536 283.006 543.476L283.494 542.158Z' fill='%236266EB'/%3e%3cpath d='M363.5 540.5H372.793L376.5 544.207V556.5C376.5 557.052 376.052 557.5 375.5 557.5H363.5C362.948 557.5 362.5 557.052 362.5 556.5V541.5C362.5 540.948 362.948 540.5 363.5 540.5Z' fill='white' stroke='%23E7E9EB'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M373 540L377 544H373.72C373.322 544 373 543.678 373 543.28V540Z' fill='%23E7E9EB'/%3e%3crect x='361' y='542' width='11' height='6' rx='1' fill='%23DE5948'/%3e%3cpath d='M363.407 545.706H362.643V547H361.896V543.401H363.463C363.824 543.401 364.112 543.494 364.327 543.68C364.542 543.865 364.649 544.153 364.649 544.542C364.649 544.966 364.542 545.267 364.327 545.442C364.112 545.618 363.806 545.706 363.407 545.706ZM363.758 544.957C363.856 544.87 363.905 544.734 363.905 544.546C363.905 544.359 363.855 544.226 363.756 544.146C363.658 544.066 363.521 544.026 363.343 544.026H362.643V545.086H363.343C363.521 545.086 363.659 545.043 363.758 544.957ZM366.764 547H365.213V543.401H366.764C366.987 543.405 367.172 543.431 367.32 543.479C367.573 543.562 367.777 543.715 367.933 543.936C368.058 544.115 368.144 544.309 368.189 544.517C368.235 544.725 368.258 544.924 368.258 545.113C368.258 545.591 368.162 545.997 367.97 546.329C367.709 546.776 367.307 547 366.764 547ZM367.323 544.319C367.207 544.124 366.979 544.026 366.637 544.026H365.943V546.375H366.637C366.992 546.375 367.239 546.2 367.379 545.85C367.455 545.658 367.494 545.429 367.494 545.164C367.494 544.798 367.437 544.516 367.323 544.319ZM371.378 544.039H369.574V544.866H371.153V545.491H369.574V547H368.827V543.406H371.378V544.039Z' fill='white'/%3e%3cpath opacity='0.3' d='M373.5 554C373.776 554 374 554.224 374 554.5C374 554.776 373.776 555 373.5 555H365.5C365.224 555 365 554.776 365 554.5C365 554.224 365.224 554 365.5 554H373.5ZM369.5 552C369.776 552 370 552.224 370 552.5C370 552.776 369.776 553 369.5 553H365.5C365.224 553 365 552.776 365 552.5C365 552.224 365.224 552 365.5 552H369.5ZM373.4 550C373.731 550 374 550.269 374 550.6V552.4C374 552.731 373.731 553 373.4 553H371.6C371.269 553 371 552.731 371 552.4V550.6C371 550.269 371.269 550 371.6 550H373.4ZM369.5 550C369.776 550 370 550.224 370 550.5C370 550.776 369.776 551 369.5 551H365.5C365.224 551 365 550.776 365 550.5C365 550.224 365.224 550 365.5 550H369.5Z' fill='%239B9B9B'/%3e%3cpath d='M381.5 540.5H390.793L394.5 544.207V556.5C394.5 557.052 394.052 557.5 393.5 557.5H381.5C380.948 557.5 380.5 557.052 380.5 556.5V541.5C380.5 540.948 380.948 540.5 381.5 540.5Z' fill='white' stroke='%23E7E9EB'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M391 540L395 544H391.72C391.322 544 391 543.678 391 543.28V540Z' fill='%23E7E9EB'/%3e%3crect x='379' y='542' width='11' height='6' rx='1' fill='%233074D7'/%3e%3cpath d='M381.235 546.75H379.84V543.511H381.235C381.436 543.514 381.603 543.538 381.736 543.582C381.963 543.656 382.147 543.793 382.287 543.992C382.4 544.154 382.477 544.328 382.518 544.515C382.559 544.703 382.58 544.882 382.58 545.052C382.58 545.482 382.493 545.847 382.32 546.146C382.086 546.549 381.724 546.75 381.235 546.75ZM381.738 544.337C381.634 544.162 381.428 544.074 381.121 544.074H380.497V546.188H381.121C381.44 546.188 381.663 546.03 381.789 545.715C381.857 545.542 381.892 545.336 381.892 545.098C381.892 544.768 381.841 544.515 381.738 544.337ZM384.524 546.84C384.061 546.84 383.708 546.714 383.463 546.462C383.135 546.153 382.971 545.708 382.971 545.126C382.971 544.533 383.135 544.088 383.463 543.79C383.708 543.538 384.061 543.412 384.524 543.412C384.987 543.412 385.341 543.538 385.585 543.79C385.912 544.088 386.075 544.533 386.075 545.126C386.075 545.708 385.912 546.153 385.585 546.462C385.341 546.714 384.987 546.84 384.524 546.84ZM385.164 545.97C385.32 545.772 385.399 545.491 385.399 545.126C385.399 544.763 385.32 544.482 385.161 544.285C385.005 544.085 384.792 543.986 384.524 543.986C384.256 543.986 384.042 544.085 383.883 544.282C383.723 544.48 383.643 544.761 383.643 545.126C383.643 545.491 383.723 545.772 383.883 545.97C384.042 546.168 384.256 546.267 384.524 546.267C384.792 546.267 385.005 546.168 385.164 545.97ZM388.879 546.508C388.637 546.729 388.328 546.84 387.952 546.84C387.486 546.84 387.12 546.691 386.853 546.392C386.587 546.092 386.453 545.68 386.453 545.157C386.453 544.592 386.605 544.156 386.908 543.85C387.172 543.583 387.507 543.45 387.915 543.45C388.459 543.45 388.858 543.628 389.11 543.986C389.249 544.187 389.324 544.388 389.334 544.59H388.657C388.613 544.435 388.557 544.318 388.488 544.239C388.365 544.098 388.183 544.028 387.941 544.028C387.695 544.028 387.501 544.127 387.359 544.326C387.217 544.524 387.146 544.805 387.146 545.168C387.146 545.531 387.22 545.804 387.37 545.985C387.521 546.166 387.712 546.256 387.943 546.256C388.18 546.256 388.361 546.178 388.486 546.023C388.555 545.939 388.612 545.814 388.657 545.647H389.327C389.269 546 389.119 546.287 388.879 546.508Z' fill='white'/%3e%3cpath opacity='0.5' d='M388.5 554.011C388.776 554.011 389 554.235 389 554.511C389 554.788 388.776 555.011 388.5 555.011H383.5C383.224 555.011 383 554.788 383 554.511C383 554.235 383.224 554.011 383.5 554.011H388.5ZM391.5 552.011C391.776 552.011 392 552.235 392 552.511C392 552.788 391.776 553.011 391.5 553.011H383.5C383.224 553.011 383 552.788 383 552.511C383 552.235 383.224 552.011 383.5 552.011H391.5ZM391.5 550.011C391.776 550.011 392 550.235 392 550.511C392 550.788 391.776 551.011 391.5 551.011H383.5C383.224 551.011 383 550.788 383 550.511C383 550.235 383.224 550.011 383.5 550.011H391.5Z' fill='%233074D7'/%3e%3cpath d='M399.5 540.5H408.793L412.5 544.207V556.5C412.5 557.052 412.052 557.5 411.5 557.5H399.5C398.948 557.5 398.5 557.052 398.5 556.5V541.5C398.5 540.948 398.948 540.5 399.5 540.5Z' fill='white' stroke='%23E7E9EB'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M409 540L413 544H409.72C409.322 544 409 543.678 409 543.28V540Z' fill='%23E7E9EB'/%3e%3crect x='397' y='542' width='11' height='6' rx='1' fill='%23353A3F'/%3e%3cpath d='M399.97 546.25H399.465V543.659H400.253L400.724 545.696L401.191 543.659H401.97V546.25H401.466V544.497C401.466 544.447 401.466 544.377 401.467 544.287C401.469 544.195 401.469 544.125 401.469 544.076L400.979 546.25H400.453L399.966 544.076C399.966 544.125 399.967 544.195 399.968 544.287C399.969 544.377 399.97 544.447 399.97 544.497V546.25ZM403.589 546.25H402.473V543.659H403.589C403.75 543.661 403.883 543.68 403.99 543.715C404.171 543.775 404.319 543.885 404.431 544.044C404.521 544.173 404.583 544.312 404.616 544.462C404.648 544.612 404.665 544.755 404.665 544.891C404.665 545.236 404.596 545.528 404.457 545.767C404.27 546.089 403.98 546.25 403.589 546.25ZM403.992 544.32C403.908 544.179 403.744 544.109 403.498 544.109H402.998V545.8H403.498C403.753 545.8 403.931 545.674 404.032 545.422C404.087 545.284 404.115 545.119 404.115 544.928C404.115 544.664 404.074 544.462 403.992 544.32Z' fill='white'/%3e%3cpath opacity='0.4' d='M403.581 551.613L404.871 550H406.161V554.389H404.871V551.872L403.581 553.485L402.29 551.872V554.389H401V550H402.29L403.581 551.613ZM409.71 552.259H411L409.064 554.389L407.129 552.259H408.419V550H409.71V552.259Z' fill='%23353A3F'/%3e%3cpath d='M417.5 540.5H426.793L430.5 544.207V556.5C430.5 557.052 430.052 557.5 429.5 557.5H417.5C416.948 557.5 416.5 557.052 416.5 556.5V541.5C416.5 540.948 416.948 540.5 417.5 540.5Z' fill='white' stroke='%23E7E9EB'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M427 540L431 544H427.72C427.322 544 427 543.678 427 543.28V540Z' fill='%23E7E9EB'/%3e%3crect x='415' y='542' width='11' height='6' rx='1' fill='%239B9B9B'/%3e%3cpath d='M418.944 543.511V544.085H417.975V546.75H417.294V544.085H416.321V543.511H418.944ZM421.946 546.75H421.124L420.509 545.647L419.858 546.75H419.072L420.113 545.1L419.122 543.511H419.931L420.509 544.564L421.102 543.511H421.884L420.893 545.073L421.946 546.75ZM424.697 543.511V544.085H423.728V546.75H423.047V544.085H422.073V543.511H424.697Z' fill='white'/%3e%3cpath opacity='0.5' d='M424.5 554.011C424.776 554.011 425 554.235 425 554.511C425 554.788 424.776 555.011 424.5 555.011H419.5C419.224 555.011 419 554.788 419 554.511C419 554.235 419.224 554.011 419.5 554.011H424.5ZM427.5 552.011C427.776 552.011 428 552.235 428 552.511C428 552.788 427.776 553.011 427.5 553.011H419.5C419.224 553.011 419 552.788 419 552.511C419 552.235 419.224 552.011 419.5 552.011H427.5ZM427.5 550.011C427.776 550.011 428 550.235 428 550.511C428 550.788 427.776 551.011 427.5 551.011H419.5C419.224 551.011 419 550.788 419 550.511C419 550.235 419.224 550.011 419.5 550.011H427.5Z' fill='%23A3A3A8'/%3e%3cpath d='M435.5 540.5H444.793L448.5 544.207V556.5C448.5 557.052 448.052 557.5 447.5 557.5H435.5C434.948 557.5 434.5 557.052 434.5 556.5V541.5C434.5 540.948 434.948 540.5 435.5 540.5Z' fill='white' stroke='%23E7E9EB'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M445 540L449 544H445.72C445.322 544 445 543.678 445 543.28V540Z' fill='%23E7E9EB'/%3e%3cpath opacity='0.5' d='M441.25 552.05C441.747 552.05 442.15 552.453 442.15 552.95C442.15 553.447 441.747 553.85 441.25 553.85C440.753 553.85 440.35 553.447 440.35 552.95C440.35 552.453 440.753 552.05 441.25 552.05ZM439.6 545.55C440.516 544.863 441.756 544.82 442.713 545.421L442.9 545.55L442.984 545.614C443.583 546.064 443.951 546.753 443.995 547.495L444 547.645C444 548.606 443.457 549.486 442.597 549.916L442.479 549.974L442.375 550.035C442.175 550.173 442.042 550.389 442.008 550.629L442 550.75L441.996 550.826C441.958 551.204 441.638 551.5 441.25 551.5C440.862 551.5 440.542 551.204 440.504 550.826L440.5 550.75L440.506 550.583C440.561 549.808 440.993 549.108 441.662 548.712L441.809 548.632L441.926 548.573C442.277 548.397 442.5 548.037 442.5 547.644L442.493 547.522C442.46 547.242 442.314 546.985 442.085 546.814L442 546.75L441.915 546.691C441.48 546.418 440.917 546.438 440.5 546.75L440.389 546.845C440.178 547.046 440.043 547.314 440.009 547.604L440 547.75V547.85L439.996 547.927C439.957 548.305 439.638 548.6 439.25 548.6C438.862 548.6 438.542 548.305 438.504 547.927L438.5 547.85V547.75C438.5 546.939 438.858 546.171 439.474 545.65L439.6 545.55Z' fill='%235D5D66'/%3e%3cpath d='M453.5 540.5H462.793L466.5 544.207V556.5C466.5 557.052 466.052 557.5 465.5 557.5H453.5C452.948 557.5 452.5 557.052 452.5 556.5V541.5C452.5 540.948 452.948 540.5 453.5 540.5Z' fill='white' stroke='%23E7E9EB'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M463 540L467 544H463.72C463.322 544 463 543.678 463 543.28V540Z' fill='%23E7E9EB'/%3e%3crect x='451' y='542' width='11' height='6' rx='1' fill='%23F24D00'/%3e%3cpath d='M453.318 546.25V545.093H452.306V546.25H451.77V543.659H452.306V544.647H453.318V543.659H453.856V546.25H453.318ZM456.257 543.659V544.118H455.482V546.25H454.937V544.118H454.159V543.659H456.257ZM457.071 546.25H456.567V543.659H457.354L457.825 545.696L458.293 543.659H459.072V546.25H458.567V544.497C458.567 544.447 458.568 544.377 458.569 544.287C458.57 544.195 458.571 544.125 458.571 544.076L458.08 546.25H457.555L457.068 544.076C457.068 544.125 457.068 544.195 457.07 544.287C457.071 544.377 457.071 544.447 457.071 544.497V546.25ZM459.574 543.659H460.116V545.784H461.399V546.25H459.574V543.659Z' fill='white'/%3e%3cg opacity='0.5'%3e%3cpath d='M459 555.5L460 550.5' stroke='%23F24D00' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M462 555L464 553L462 551' stroke='%23F24D00' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M457 555L455 553L457 551' stroke='%23F24D00' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cpath d='M471.5 540.5H480.793L484.5 544.207V556.5C484.5 557.052 484.052 557.5 483.5 557.5H471.5C470.948 557.5 470.5 557.052 470.5 556.5V541.5C470.5 540.948 470.948 540.5 471.5 540.5Z' fill='white' stroke='%23E7E9EB'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M481 540L485 544H481.72C481.322 544 481 543.678 481 543.28V540Z' fill='%23E7E9EB'/%3e%3crect x='469' y='542' width='11' height='6' rx='1' fill='%230661E0'/%3e%3cpath opacity='0.6' d='M473.5 550.5C473.5 549.948 473.948 549.5 474.5 549.5H480.5C481.052 549.5 481.5 549.948 481.5 550.5V554.5C481.5 555.052 481.052 555.5 480.5 555.5H474.5C473.948 555.5 473.5 555.052 473.5 554.5V550.5Z' fill='%233E8CFA'/%3e%3cpath d='M473 550.5L477.5 553L482 550.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M472.682 545.055H471.353V545.758H472.867V546.25H470.795V543.515H472.8V543.999H471.353V544.58H472.682V545.055ZM473.836 546.25H473.303V543.515H474.134L474.632 545.666L475.125 543.515H475.947V546.25H475.415V544.4C475.415 544.347 475.415 544.273 475.417 544.177C475.418 544.081 475.418 544.007 475.418 543.955L474.901 546.25H474.346L473.832 543.955C473.832 544.007 473.833 544.081 473.834 544.177C473.835 544.273 473.836 544.347 473.836 544.4V546.25ZM476.478 543.515H477.049V545.758H478.404V546.25H476.478V543.515Z' fill='white'/%3e%3cdefs%3e%3cfilter id='filter0_d_15778_26381' x='95.75' y='200.875' width='6.5' height='6.5' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='0.5'/%3e%3cfeGaussianBlur stdDeviation='0.5'/%3e%3cfeComposite in2='hardAlpha' operator='out'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter1_d_15778_26381' x='401.093' y='170.698' width='9.31152' height='8.51514' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='0.5'/%3e%3cfeGaussianBlur stdDeviation='0.5'/%3e%3cfeComposite in2='hardAlpha' operator='out'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter2_d_15778_26381' x='402.312' y='164.949' width='6.875' height='6.59888' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='0.5'/%3e%3cfeGaussianBlur stdDeviation='0.5'/%3e%3cfeComposite in2='hardAlpha' operator='out'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter3_d_15778_26381' x='222.268' y='113.929' width='5.48828' height='9.14282' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter4_d_15778_26381' x='585.803' y='63.7263' width='5.36426' height='8.71436' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter5_d_15778_26381' x='567.902' y='63.7263' width='5.36426' height='8.71436' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter6_d_15778_26381' x='383.886' y='59.1428' width='6.2334' height='11.7141' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter7_d_15778_26381' x='309.6' y='59.8' width='11.083' height='9' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter8_d_15778_26381' x='293.885' y='59.1428' width='6.2334' height='11.7141' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter9_d_15778_26381' x='308.354' y='42.4167' width='13.292' height='7.16675' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='effect1_dropShadow_15778_26381'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter10_d_15778_26381' x='315.902' y='441.726' width='5.36426' height='8.71436' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cpattern id='pattern0_15778_26381' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0_15778_26381' transform='matrix(0.00385936 0 0 0.00384538 -0.0294091 -0.0139674)'/%3e%3c/pattern%3e%3cfilter id='filter11_d_15778_26381' x='207.7' y='45.3' width='8' height='7' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter12_d_15778_26381' x='514.702' y='478.226' width='5.36426' height='8.71436' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter13_d_15778_26381' x='275.885' y='509.143' width='6.2334' height='11.7141' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter14_d_15778_26381' x='291.6' y='509.8' width='11.083' height='9' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter15_d_15778_26381' x='208.702' y='550.226' width='5.36426' height='8.71387' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3cfilter id='filter16_d_15778_26381' x='298.702' y='550.226' width='5.36426' height='8.71387' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15778_26381'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15778_26381' result='shape'/%3e%3c/filter%3e%3clinearGradient id='paint0_linear_15778_26381' x1='99.2574' y1='205.64' x2='104.122' y2='210.505' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23263238' stop-opacity='0.1'/%3e%3cstop offset='1' stop-color='%23263238' stop-opacity='0'/%3e%3c/linearGradient%3e%3cradialGradient id='paint1_radial_15778_26381' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(94 201.174) scale(14.7609 14.7609)'%3e%3cstop stop-color='white' stop-opacity='0.1'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0'/%3e%3c/radialGradient%3e%3clinearGradient id='paint2_linear_15778_26381' x1='60.45' y1='201.813' x2='66.9167' y2='211.847' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%2354AEF0'/%3e%3cstop offset='1' stop-color='%233499E4'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear_15778_26381' x1='420.45' y1='165.813' x2='426.917' y2='175.847' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%2354AEF0'/%3e%3cstop offset='1' stop-color='%233499E4'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear_15778_26381' x1='406.027' y1='169.808' x2='410.991' y2='175.068' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23263238' stop-opacity='0.1'/%3e%3cstop offset='1' stop-color='%23263238' stop-opacity='0'/%3e%3c/linearGradient%3e%3cradialGradient id='paint5_radial_15778_26381' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(400.333 165.243) scale(15.9894 15.0852)'%3e%3cstop stop-color='white' stop-opacity='0.1'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0'/%3e%3c/radialGradient%3e%3clinearGradient id='paint6_linear_15778_26381' x1='192.972' y1='148.413' x2='192.972' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint7_linear_15778_26381' x1='174.972' y1='148.413' x2='174.972' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint8_linear_15778_26381' x1='156.972' y1='148.413' x2='156.972' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint9_linear_15778_26381' x1='138.972' y1='148.413' x2='138.972' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint10_linear_15778_26381' x1='120.972' y1='148.413' x2='120.972' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint11_linear_15778_26381' x1='102.972' y1='148.413' x2='102.972' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint12_linear_15778_26381' x1='84.9724' y1='148.413' x2='84.9724' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint13_linear_15778_26381' x1='66.9724' y1='148.413' x2='66.9724' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint14_linear_15778_26381' x1='48.9724' y1='148.413' x2='48.9724' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint15_linear_15778_26381' x1='30.9724' y1='148.413' x2='30.9724' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint16_linear_15778_26381' x1='12.9724' y1='148.413' x2='12.9724' y2='151.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint17_linear_15778_26381' x1='570.972' y1='400.413' x2='570.972' y2='403.057' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.000633446' stop-color='%23D8D8D8' stop-opacity='0.3'/%3e%3cstop offset='1' stop-color='white' stop-opacity='0.3'/%3e%3c/linearGradient%3e%3clinearGradient id='paint18_linear_15778_26381' x1='531' y1='471.5' x2='531' y2='484.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%237565C0'/%3e%3cstop offset='1' stop-color='%234774C6'/%3e%3c/linearGradient%3e%3clinearGradient id='paint19_linear_15778_26381' x1='60' y1='512.143' x2='62.1429' y2='516.429' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%237565C0'/%3e%3cstop offset='1' stop-color='%2300AD8F'/%3e%3c/linearGradient%3e%3clinearGradient id='paint20_linear_15778_26381' x1='42.0184' y1='554.878' x2='45.7039' y2='542.803' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%238465E1'/%3e%3cstop offset='1' stop-color='%23B255E8'/%3e%3c/linearGradient%3e%3clinearGradient id='paint21_linear_15778_26381' x1='49.2426' y1='544.756' x2='40.7574' y2='553.241' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%237632D5'/%3e%3cstop offset='1' stop-color='%234147D5'/%3e%3c/linearGradient%3e%3cclipPath id='clip0_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(18 198)'/%3e%3c/clipPath%3e%3cclipPath id='clip1_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(504 180)'/%3e%3c/clipPath%3e%3cclipPath id='clip2_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(522 144)'/%3e%3c/clipPath%3e%3cclipPath id='clip3_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(594 180)'/%3e%3c/clipPath%3e%3cclipPath id='clip4_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(486 234)'/%3e%3c/clipPath%3e%3cclipPath id='clip5_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(486 252)'/%3e%3c/clipPath%3e%3cclipPath id='clip6_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(486 270)'/%3e%3c/clipPath%3e%3cclipPath id='clip7_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(468 324)'/%3e%3c/clipPath%3e%3cclipPath id='clip8_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(162 342)'/%3e%3c/clipPath%3e%3cclipPath id='clip9_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(162 360)'/%3e%3c/clipPath%3e%3cclipPath id='clip10_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(162 378)'/%3e%3c/clipPath%3e%3cclipPath id='clip11_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(126 342)'/%3e%3c/clipPath%3e%3cclipPath id='clip12_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(126 360)'/%3e%3c/clipPath%3e%3cclipPath id='clip13_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(126 378)'/%3e%3c/clipPath%3e%3cclipPath id='clip14_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(180 342)'/%3e%3c/clipPath%3e%3cclipPath id='clip15_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(180 360)'/%3e%3c/clipPath%3e%3cclipPath id='clip16_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(180 378)'/%3e%3c/clipPath%3e%3cclipPath id='clip17_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(288 360)'/%3e%3c/clipPath%3e%3cclipPath id='clip18_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(288 378)'/%3e%3c/clipPath%3e%3cclipPath id='clip19_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(270 396)'/%3e%3c/clipPath%3e%3cclipPath id='clip20_15778_26381'%3e%3crect width='14' height='14' fill='white' transform='translate(92 416)'/%3e%3c/clipPath%3e%3cclipPath id='clip21_15778_26381'%3e%3crect width='14' height='14' fill='white' transform='translate(308 416)'/%3e%3c/clipPath%3e%3cclipPath id='clip22_15778_26381'%3e%3crect width='7.5' height='9' fill='white' transform='translate(566 403)'/%3e%3c/clipPath%3e%3cclipPath id='clip23_15778_26381'%3e%3crect width='7.91504' height='7.91504' fill='white' transform='translate(560.111 397.016)'/%3e%3c/clipPath%3e%3cclipPath id='clip24_15778_26381'%3e%3crect x='252' y='450' width='18' height='18' rx='9' fill='white'/%3e%3c/clipPath%3e%3cclipPath id='clip25_15778_26381'%3e%3crect x='234' y='450' width='18' height='18' rx='9' fill='white'/%3e%3c/clipPath%3e%3cclipPath id='clip26_15778_26381'%3e%3crect x='216' y='450' width='18' height='18' rx='9' fill='white'/%3e%3c/clipPath%3e%3cclipPath id='clip27_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(468 468)'/%3e%3c/clipPath%3e%3cclipPath id='clip28_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(486 468)'/%3e%3c/clipPath%3e%3cclipPath id='clip29_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(504 468)'/%3e%3c/clipPath%3e%3cclipPath id='clip30_15778_26381'%3e%3crect width='18' height='18' fill='white' transform='translate(198 540)'/%3e%3c/clipPath%3e%3cimage id='image0_15778_26381' width='274' height='274' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARIAAAESCAIAAAC%2bVc10AAAMa2lDQ1BJQ0MgUHJvZmlsZQAASImVVwdYU8kWnluSkJDQAhGQEnoTRHqREkKLICBVsBGSQEKJMSGo2JFFBdcuImBDV0UUXF0BWVTEXhbF3hcLKsq6qIuiqLwJCei6r3zvfN/c%2bXPmzH9KZu6dAUCzjyuRZKNaAOSIc6WxYUHMickpTNJTQAZE2MyAG5cnk7BiYiIBlKH%2b7/LuBkAU/VVHBdc/x/%2br6PAFMh4AyGSI0/gyXg7ELQDglTyJNBcAokJvMTNXosALIdaVwgAhXqfAGUq8W4HTlLh50CY%2blg3xZQDUqFyuNAMAjXtQz8zjZUAejU8QO4v5IjEAmqMg9ucJuXyIFbGPysmZrsBlENtCewnEMB7glfYNZ8bf%2bNOG%2bbncjGGszGtQ1IJFMkk2d/b/WZr/LTnZ8iEf1rBRhdLwWEX%2bsIa3sqZHKDAV4m5xWlS0otYQ94n4yroDgFKE8vAEpT1qxJOxYf0AA2JnPjc4AmIjiEPF2VGRKn1auiiUAzFcLegsUS4nHmJ9iJcKZCFxKput0umxKl9ofbqUzVLpz3Klg34Vvh7IsxJYKv43QgFHxY9p5AvjkyCmQGyZJ0qMglgDYidZVlyEymZsvpAdNWQjlccq4reEOFYgDgtS8mN56dLQWJV9cY5sKF9sq1DEiVLhA7nC%2bHBlfbCTPO5g/DAX7LJAzEoY4hHIJkYO5cIXBIcoc8eeC8QJcSqePkluUKxyLk6RZMeo7HFzQXaYQm8OsZssL041F0/MhYtTyY%2bnS3Jj4pVx4vmZ3HExynjwVSASsEEwYAI5bGlgOsgEorbuhm74SzkSCrhACjKAADiqNEMzkgZHxPAZB/LBHxAJgGx4XtDgqADkQf3nYa3y6QjSB0fzBmdkgacQ54AIkA1/ywdniYe9JYInUCP6h3cubDwYbzZsivF/rx/SftWwoCZSpZEPeWRqDlkSQ4jBxHBiKNEON8T9cV88Ej4DYXPBvXDvoTy%2b2hOeEtoJjwjXCR2E29NEBdLvohwPOiB/qKoWad/WAreGnO54EO4H2SEzzsANgSPuBv2w8ADo2R1q2aq4FVVhfsf9twy%2b%2bTdUdmRnMkoeQQ4k234/U8New32YRVHrb%2bujjDVtuN7s4ZHv/bO/qT4f9hHfW2JLsYPYGew4dg5rxhoAEzuGNWIXsSMKPLy6ngyuriFvsYPxZEEe0T/8cVU%2bFZWUOdc4dzl/Uo7lCmblKjYee7pktlSUIcxlsuDXQcDkiHlOo5guzi4uACi%2bNcrX11vG4DcEYZz/qltsBoDf7IGBgeavugj4zj14BG7/O191Np3wNXEegLMbeHJpnlKHKx4E%2bJbQhDvNAJgAC2AL83EBHsAXBIIQMA5Eg3iQDKbCKgvhOpeCmWAuWASKQAlYBdaDcrAFbAe7wT5wADSAZnAcnAYXwGVwHdyFq6cTvAQ94B3oRxCEhNAQOmKAmCJWiAPigngh/kgIEonEIslIKpKBiBE5MhdZjJQga5ByZBtSjfyMHEaOI%2beQduQ28hDpQt4gH1EMpaK6qDFqjY5GvVAWGoHGo1PQDHQGmo8WoivQMrQK3YvWo8fRC%2bh1tAN9ifZiAFPHGJgZ5oh5YWwsGkvB0jEpNh8rxkqxKqwWa4L/81WsA%2bvGPuBEnI4zcUe4gsPxBJyHz8Dn48vxcnw3Xo%2bfxK/iD/Ee/AuBRjAiOBB8CBzCREIGYSahiFBK2Ek4RDgF91In4R2RSGQQbYiecC8mEzOJc4jLiZuIdcQWYjvxMbGXRCIZkBxIfqRoEpeUSyoibSTtJR0jXSF1kvrU1NVM1VzUQtVS1MRqBWqlanvUjqpdUXum1k/WIluRfcjRZD55NnkleQe5iXyJ3Enup2hTbCh%2blHhKJmURpYxSSzlFuUd5q66ubq7urT5BXaS%2bUL1Mfb/6WfWH6h%2boOlR7Kps6mSqnrqDuorZQb1Pf0mg0a1ogLYWWS1tBq6adoD2g9WnQNZw0OBp8jQUaFRr1Glc0XmmSNa00WZpTNfM1SzUPal7S7NYia1lrsbW4WvO1KrQOa93U6tWma4/RjtbO0V6uvUf7nPZzHZKOtU6IDl%2bnUGe7zgmdx3SMbkFn03n0xfQd9FP0Tl2iro0uRzdTt0R3n26bbo%2bejp6bXqLeLL0KvSN6HQyMYc3gMLIZKxkHGDcYH0cYj2CNEIxYNqJ2xJUR7/VH6gfqC/SL9ev0r%2bt/NGAahBhkGaw2aDC4b4gb2htOMJxpuNnwlGH3SN2RviN5I4tHHhh5xwg1sjeKNZpjtN3oolGvsYlxmLHEeKPxCeNuE4ZJoEmmyTqToyZdpnRTf1OR6TrTY6YvmHpMFjObWcY8yewxMzILN5ObbTNrM%2bs3tzFPMC8wrzO/b0Gx8LJIt1hn0WrRY2lqOd5yrmWN5R0rspWXldBqg9UZq/fWNtZJ1kusG6yf2%2bjbcGzybWps7tnSbANsZ9hW2V6zI9p52WXZbbK7bI/au9sL7SvsLzmgDh4OIodNDu2jCKO8R4lHVY266Uh1ZDnmOdY4PnRiOEU6FTg1OL0abTk6ZfTq0WdGf3F2d8523uF8d4zOmHFjCsY0jXnjYu/Cc6lwueZKcw11XeDa6PrazcFN4LbZ7ZY73X28%2bxL3VvfPHp4eUo9ajy5PS89Uz0rPm166XjFey73OehO8g7wXeDd7f/Dx8Mn1OeDzp6%2bjb5bvHt/nY23GCsbuGPvYz9yP67fNr8Of6Z/qv9W/I8AsgBtQFfAo0CKQH7gz8BnLjpXJ2st6FeQcJA06FPSe7cOex24JxoLDgouD20J0QhJCykMehJqHZoTWhPaEuYfNCWsJJ4RHhK8Ov8kx5vA41ZyecZ7j5o07GUGNiIsoj3gUaR8pjWwaj44fN37t%2bHtRVlHiqIZoEM2JXht9P8YmZkbMrxOIE2ImVEx4Gjsmdm7smTh63LS4PXHv4oPiV8bfTbBNkCe0JmomTk6sTnyfFJy0Jqlj4uiJ8yZeSDZMFiU3ppBSElN2pvROCpm0flLnZPfJRZNvTLGZMmvKuamGU7OnHpmmOY077WAqITUpdU/qJ240t4rbm8ZJq0zr4bF5G3gv%2bYH8dfwugZ9gjeBZul/6mvTnGX4ZazO6hAHCUmG3iC0qF73ODM/ckvk%2bKzprV9ZAdlJ2XY5aTmrOYbGOOEt8crrJ9FnT2yUOkiJJxwyfGetn9EgjpDtliGyKrDFXFx7qL8pt5T/IH%2bb551Xk9c1MnHlwlvYs8ayLs%2b1nL5v9LD80/6c5%2bBzenNa5ZnMXzX04jzVv23xkftr81gUWCwoXdC4MW7h7EWVR1qLfCpwL1hT8tThpcVOhceHCwsc/hP1QU6RRJC26ucR3yZal%2bFLR0rZlrss2LvtSzC8%2bX%2bJcUlryaTlv%2bfkfx/xY9uPAivQVbSs9Vm5eRVwlXnVjdcDq3Wu01%2bSvebx2/Nr6dcx1xev%2bWj9t/blSt9ItGygb5Bs6yiLLGjdably18VO5sPx6RVBFXaVR5bLK95v4m65sDtxcu8V4S8mWj1tFW29tC9tWX2VdVbqduD1v%2b9MdiTvO/OT1U/VOw50lOz/vEu/q2B27%2b2S1Z3X1HqM9K2vQGnlN197Jey/vC97XWOtYu62OUVeyH%2byX73/xc%2brPNw5EHGg96HWw9herXyoP0Q8V1yP1s%2bt7GoQNHY3Jje2Hxx1ubfJtOvSr06%2b7ms2aK47oHVl5lHK08OjAsfxjvS2Slu7jGccft05rvXti4olrJyecbDsVcers6dDTJ86wzhw763e2%2bZzPucPnvc43XPC4UH/R/eKh39x/O9Tm0VZ/yfNS42Xvy03tY9uPXgm4cvxq8NXT1zjXLlyPut5%2bI%2bHGrZuTb3bc4t96fjv79us7eXf67y68R7hXfF/rfukDowdVv9v9Xtfh0XHkYfDDi4/iHt19zHv88onsyafOwqe0p6XPTJ9VP3d53twV2nX5xaQXnS8lL/u7i/7Q/qPyle2rX/4M/PNiz8SeztfS1wNvlr81eLvrL7e/Wntjeh%2b8y3nX/764z6Bv9wevD2c%2bJn181j/zE%2blT2We7z01fIr7cG8gZGJBwpdzBowAGG5qeDsCbXQDQkgGgwzMEZZLyLjgoiPL%2bOojAf8LK%2b%2bKgeABQCzvFMZ7dAsB%2b2KwXQm7YK47w8YEAdXUdbiqRpbu6KLmo8CZE6BsYeGsMAKkJgM/SgYH%2bTQMDn3fAYG8D0DJDeQdVCBHeGbYGK9DttTwm%2bE6U99Nvcvy%2bB4oI3MD3/b8A9uqRFVwOqn0AAAA4ZVhJZk1NACoAAAAIAAGHaQAEAAAAAQAAABoAAAAAAAKgAgAEAAAAAQAAARKgAwAEAAAAAQAAARIAAAAAnW/1KwAAQABJREFUeAHsnQegbUV1sE9vt7z7CvBoggoqaiy/hSgK0WgssUWNJUajWGISWzSxSxJLjC2mWGKCwd5BwYKiRBQFERFBiigIwlPKq7ec3v5vrbX3nDn77HPuOZd7X9G733n7zp5Zs2bNmrVm1vRkt9tNrD8jODCaPckRMRODUTtR8E5afAa8o2C9724i0/sY4nLoUomEEDhIx5CI4j0yRyPi/U4FJdfVZpnyHiFzY0jYYGwn06SrYu17LEOLBqcGcQ5GAynIeUapDWHgirwHca37DHBgXW0GWBLr4YtXCDAovoEeWUDw0dOKQXhkW6DiAsJE%2bv8O4OwPti/RF1AGsHEQ5mcw/ns47HpIHwesSurzWv%2bIcECkOqmy7UmieMY%2bLkAcPZ3hg9geAoksnwY/5tshl9jDHkk0klAEFDSRBInjPCPA65%2bDHFhvbQZ50ueDMCFS1C727gsb%2bAjVQAQ3eEbLL4hNfkPwsf4mPfzLR4jWjC5BHwueRinQy5C8fIq//RBRnv7253hFOTQJ4%2b2LmsNkchZIW0SmnZA66J5DmU80P/5ot4vbHbvgBggI6HSo1h2Tc2C9tVmGZyp1KAtiGryTnjsmciCmQ8Q6RmY73UQHb%2bIt%2b1YyPMwDKtFHT0SB%2b8L4YGihl69OopOSfK03NVE2xX6vq00sW3xPE2unNn5QnDvSDjhVCGFFPbqJbjJ4460i64mwU1BfWdUdvEJU4ImKuVO%2bECZoIGPU1UH0lEe9PLV0IOuOfg6sq00/P6JfiJSoDf%2bSMujlSV831Wk2AU9ls33SbHoS4jH1aIGmm0ilEsmktCxSz6M2nUSbmNq7IZKAtBOptKQBPCrh3Gm8gFecNs0GHknab23A3NH2glTUv9VKZJgVAlICVBk6LY0GBImRBm9Au50O0xCddDoj9AmOdc1RXg9/ravNcN5IiKiNCFenk0Sk%2bKEH8qQS7W4irXOVfLVF9JKZlAhhKtFEy4iUSKSxe0IJtHj4t9EVjWpB551/ebPZBHkul8tms61W65ZbbrnhhhuIfvTRR2/dujWTyQDQaDQQ7Ww2feKJ9xHU%2bqBmIIQoCMFt5NQbog65vCiV0RpCh1oPlaJIkNGWyCGFeNYbzXyhtK42AceG/1lXm%2bG8kZBOp91MIf4mgUhuN9ntJEXqUumk1tqEUInTMvAgkO206Jl7tm9v/vSKK6677rpvfev/arXavD5L5Qpq0BFVTOey041Gs91uC%2bpkMp/P4yiXy2CYmprCp16vW1A6nUaz6o1yMtnGzVMqlTZv2bT14EM2btz40BMectzd73r3ux%2bdy4nCCCWqn9BWKgo5fErLJq2LUNtuddIZ8tVBeTqtVoow%2bVxvbVzRjXKsq80o7miYChYNSDdJxS8%2bagLpS6RQDDAkMisVd6OZ%2bPq3Lrriyqsvuuiia6%2b9FulH7hvtDkpSLEyhJ6gHb7H49KGqb9QT2UyBpoZ2plKpoAzFYlGEWFS2U61WiYJ6kDRImq1aKt1CYXm6iLtaV5kU5lWyulSmLULrQDVdmrrzne/80Ic%2b9AH3/38PvP8xtEKi59pYgrdaTRSLQUOEpQYeEIjJSF5azUw2r7lef43iwLrajOIOYY1GK5fLIFJYWfU6gp9IZ1OoDxpCpwaVuenX1W9%2b41tf/8Y3r7nmmvmFJey1bjIlbYdU7PaIlAeWjzjFTagKPW1XhuYL8wyFQUOIQBDtEo5CoaDAWF8SJLYc7UiqxTvQOrG2ULcWobMzM/V6NdHuoFRgwJO2EMpz6czshuljjz328X/82Cc%2b6Y9mphJN%2bjzYddry0AuizZRWhv/Q22fVBdSv/xnkwLraDPKkzwdZqjelVcH4MT3gc2kx8d%2bnfvjiH/34sp9evbCwhEqls7lMJoeZ1WjSIPBkUTOkWZqWbgrpR7bBK2qQpt6X9kKTYUAhq2YY7Q%2bhmGGZVIrOTB3VQpWI3WjUUETUg9B8HpVNE4oKgRkzMZMVDQJVs1YTR5c02%2bDMZ3PtTpPGirRoqTDZkp02ujEzVbrffe990kkn/OULnoySiMKgidKyic4IDX25X/%2bI58C62sTzxXzRE8TJ3rt3N8///gVf/crZF/3wkltv3ZnO5uuNdiZXyhdL9BPq1OFd2gJ6Hclmp4X1hBAjvrzbLan7C4USikRjFTQytAjSHNE4MFLXymZytBL1WqPVbiK9vFHFTDaNEcU7nyt0uu1mo9VNpWlORBPSaVUWwdZu1lEVRtuw0OieYMvxieWGkrQ7IEApUOQk%2bthuNWvVRYYPCsVsq1bdunXLSSc%2b9Ml/8vgHHX%2bfQk7UBuUBw7rmjJIJDfstUBsE2z1S7y736CBsAGTwiHvf4zDiTxvxpbPO/9gnPnnZZZfVag3qd2p9WhfGyZoyTky7kWrQvU5npbWRyp4hBERQhgikqUFmJUpSTCxtZGh7MLLCYehOJtWqtxo0McBhcPGm2ULthDL1wW0%2boKNNa3fEwkKyVf3aYKZpQ9b5RGHQS/o2YENRIYZGMJnONBuM%2bqGvjJt1Cmhystts1AqFXLNeQVMK2czUVPHuxx33jGc8/UlPfCjpOrWJcFP9HW/MQfumeganXLQ%2bXtqHiyW5igk/0LwOdLWhqhbjRx/KjSLplQo9BWp9KloMIrOJ2ghoBvhOvV5TQc8j%2bplMnipZNES66oLJtOjb377s3e/510uvvJbhYktAggxChEQVI7C1COil64AHHAJDm4Nd5L0Zaxh3lYDaUzEJ0UMaSGvAQxcN0MTpMLmGkq5ktRcX7X78ox72ly86%2bf/d9xgGspn2kZkfUoVm4Sx0AiyswlDMZDA%2bsVzzlXK9VMoDgWLaiCKcZxKIRzlJFIslPsq3mCxI2IHz/NaqTb3ezucDcW82MZmolaVkE4laS5SH8aIUNkwyle0k0pVqM01Pgum%2bROK6X87/5wc%2bdNZZZy0tVrLFqXY3yzjxYIGGnZOBkLH0ZyDW2nn0L7FRy3BoYph1mVSz06jOzs4%2b6UlP%2bJu/etGRh08DLa2gTEN1s1K9tFSJrNGmtclaldGqt5uddrGUE52B8cozX21gPUjW1WYo9/duAMXhnr5qrIV9k2hnM8ziM3zMnH5TxquSiWqtms8VMVwyacwhaWGsMvzox7/y0Y984trrb%2bi0mZURY6zZZpQrrd0Dl0TgGKo2UcAVwg9BM9R7tD5Eog0DRm3azXIxT9eJbhWDEN07H33U805%2bzrOe%2bVhYmU0latXWVDGDu9WsggRLr1FvppIC79r0SrVWKhUsRVUbnL0y0mGICDkH3ueB3trEcrxXSC2Gj%2bh8MCIsqiCdaQujN04TglWGBOxZ6Lz9X975mc9%2bgQ53osugE/Wk9C4IEuVJZ3roYlPr95xUnfpjr%2bHXMFXxk6QCwSpr1GWyiN4WVhiWWCaNXdd5xtOf9ra3vpKhCobdYZA1Kdp6gKCPQzI%2bIc2NPGpVmjN4xzTcfeEHxseBrzauyKxAxCYRL4ae0BYcjAEzuItdgUlWqVGDFouFRItqsJu49LIb3vGOd152%2bVW3bt85t3GLzEvWW%2bgJI1fM2qM2hWKx2qjGluSk6jEpfGyiIzzH0YpxYEqFXK1ShVpG8Jr1GqPYOQbt0slOq1nMpx/%2bsJP%2b6Z/%2bcdNcLl%2bQ7uCe3Y2pUiKfk6FvHprxQiEPq%2buNOjxUagnAkPMI/63Qm99KtbFBgk6zJdUetpYa1VKw6FNDF8Jc/KNfv%2bENb7j657%2bgTWEc%2bZBDDt2xa0%2bukKcHhNVG17bWZNi4zdIXFQinmr3iH6YGw/x7MfeuK6Iqkc9BWmQ4LpEo5orZHHOs9FbowzBpxOgKC3BYp1OgZ3jiCQ9581v%2b8fBDC7msDOrBWRpzmY6istLaismrXNbURpm/rjaDjN7HPr5Ip/jgRynxTlHn5XKyMLFSqVF55nNpSv%2bHP77x5a98zY03bsOWwAorlaaZbUTBAMsXC1gllbqsFsvli7lMtiMzLoiRn0aQ3WHqoVoaw5Jh8DGgK/Iapg/I8SC%2bYcBAMsDIWHqnxbq4RcCKeekOojaFYn7HbbcefPDB9UZ1aX5h8%2bbNxx9//Nve/IatBxdn4LFojAy4tVt1RlZ04YEUgQ4ehA2OKY9UXwf8c%2bC3NhSGlQeVXZKq0T4omGSL0edUlk4/1SS%2b3zv/8je/9R1XX/frxWprenqavixTHPVmA7lCYRgOqtRrCH02l5N%2bjSz3krn5jM6RDJbzMDXY39TGdH5QTwZ9yKNMyEq1I2t/aG2oOGQhXLPOxJE0I6lUo1bHYGONKcvnqFGm8qmHn/iAU9702jvf%2baBaPcEotD6Yw62sWsiqNvj1RqNthM3gDtz3ga82iU6tWqUTYvLB/DqWOAPLKEy10aaFQWF%2bva38d69%2b3eWXXbVzz2I3O2UDyibfUiXq5CNFiNC4h2UyhIAzqbX1oJIE5ryL0HPsb9VpTFMJsdQLPZLVZYoEWyyAT82JfOn0jgA5HwNOdduZZCuX6j7yjx72wQ%2b%2bNeAfs1IMZDMH1K7n09ml8tLMFKPYKdaxyppRw6EpHrivA11tKFQp1za2FH3WQhFLoVZv0GNFKqjvqvXE61/3z1/92rdq1ebiUqU4taGVSsraLEShNxsjn57OiNLpimDmvzvRFQRhRC96X%2bkPa236gPbiR6yRJvnVlab29smRmVcJlrwnMbzCx2mOeBCg0dPdLgPVjRrzPNONZvWvX3zy373qBbZMvNVoF6TOYiNFtyEjBNISsW0oK0MFqn0h5gPx72%2bB2rRrYlylclIw0jPJ5XP0%2b7OZxKc/c86bTnlLMpFttJJ7di8esvWwOouyWg1Z1TXkUWVADylXextcUMy%2bqvhuH9kwfx9mb7oHFcNS9/09t9RBYd7NHSiYxYq%2bmbpJ57HcGH/rdJuV8p5Dtm7%2bzKc%2beuwxW%2bExC8dhXKW2NF0oYbYxOKPRfxsanANebWTHsjyMBqQq1UaxmOP75ltqz37O86%2b46uddlkpmC5Vq%2b7DDjvjVTTeW2PjFNIQ3cT4g5YGsOH/qU%2bfWhIJXrCdhw/z9uHvT7alEX7Kx/ngyxWkNeCwAKPr9U516mzGVzZs2lcvzszPTSws7GBV44uMf8653vn3TRtl5nUVNpB7qzM/vmtswp1XSemvTVxZ7%2b0NLuFOt1THPbL4fnxe88LVfP%2bc8Nptga9XrremZDUvlKl2R0gz7KFl12RtZChf7BqoC9X1Cb4u4vDOX/VDf3Zft/XtxjSPVl37fPbi8LQj16hpMtBBPipXdjPLv2bWb5d6tRi3PWu5sql5dLGbTb3vbKc/6s0cxEknLz6iM6oosYQ3jHsB/D%2bzWxipG3uLoJi764TUve/nf3bjttnxhZqlSL5ZmmehstNnFRZdHVvLP79k1u2GjFRdyH9rroja%2bGuB2ZUsj5nV7gpL2gSOFb0s8I5778NNb6hqlwtcWC4MhutJIvmCKDyDuUHOE4aHmVBvB4hp2qKaTmXqlzEob%2bjt5dsu1a5s2Tl1wwTnTJVYeJIr5xO7d85s2bojScQB%2bH/BqQ9tBAXOGzEtf9obzvnPBbdvnp2c2N9tsUymWqzXWb8r6YgZUU10GUrds2bI0z2p5GVTWp9fO6IkxPeUJOsYgd6du9KvWsLI%2bgNTGZcHpgKiNLi4iCN2wxxSG/aqhR%2bjPLA3/ZAFOJpfJ79m5hynObDrXbbZmpktLe3aW%2bEq1FuZ3vObVr/i7vz8ZjPA95HwE2QH2uR%2bqjRNlV%2bPH8NTKEFBmam7cVn7Sk/90%2b22722IC5Dipgr1c9UZrdm7TwuIetgUzmkSBMtXAqGshK5NzSTGlgoSs6RBx6Y2tSYpSwJx2QcWqRR0JFYi450BUG/JhmoPaUH04LcJfOCoNFvwWdvlBxhbRHNk63pibmSuXq8V8CY/y4sL0VLHdrLJoOpPqZDPJO93pDh//2GmbNrJwKbDSDmj96eMR%2bd/XD6YWU9KykJKqK7CDnYqoHlF6MrjM2SsUZzLx1rd/%2bDOfP4tDkoos8mdzYob1uRRuYE8Esu6NpKaCzTNRtfEzHiiSSorbYOMALNQJ0Jjq5KJHHJNGd%2blG8Iz56aJHcuGih4areACMbuDjzFQXPYSX80nMLUEYwmEAU6VLSwulqWK9WisW85XqEk39W//ptU994gmMEbTaHZa6caqOTORQvvxo1XXOwLRKlp4nJfH9sy%2b0v6lNotlusGNSTSbGMFMyKSezB7LVHs4ulVvFaZlyZhMVxfX0Z578k6u23bx9N/tD6JjSnrAxmD4MWhc7HSmy0t9lj5Va3/N3TW1CsZe/A0oS48kspjVEEXibTmU9wZ49e2TDaSazc%2bfOww/ddNIJ93z/v71zqsSe0wQ7sdFJOQZRC7dnwMm%2bKBJnIyx%2bThMl9f3k2f/URrZbysSKHjqBAFtjLrxDe5iQYckT7cwFF1710pe%2bfNdCZamGwZWfmZnBTuDAF9SGAsNNUfksDvH4flGrzMIikBG1caEUqnP7SGM9fYC97B4m%2bo7OWABHZGyo76lqE4D7/hTE4uIipSBr/zodzqxiMU6zUd4yl90wlf/cZz99x6M2SinLSlEW8lCdiZpK62KPNj4ojfNwJO0Pjv1ObYR92ohLhyQrTGQLAFPvNOspupuJxGI58dGPffZd7/73KidPdJKlDZsrnFzRYkeAHJvEm3JSUy3ouoDBiYigDp9Bz1gfDAeLMRgaYpK/o0N9yIh70oi%2baEZQjf4cHdGFQo9zO4QjfHy1MXgDpvHnmDhKhBqNA3So0eT8t2SnPL9reio3Xci%2b451vfeLjHqoVJPtGsShYZC1lr8ssdK6HL3gf6pEjZn9wxPBoH5NF84zAU81Iw81qzDZmG6dY6GbM4nyl/ZrX/MOnPn1msbQhX5irceBep0m1T31GxWZ2GvRjG6BIlpGIXKq9HC2KCAwRnY8NCLjPWOb0hfYbgbHwvmdfXD9giHtQgocAht7hqDHfo%2bNaqKNnEDjWRw7XicMM/9ETZkKxlnmsOLCiN0zNsK2pXWehU%2brPnv6Et7/ttWqgcaobJUPZI5CcEaLb001t9kcbrX/YJOT0Pv0L61qJpGxkZhdHk%2b2YTJRR5bOF%2baZbtz//%2bS%2b9%2bMdXZrIbqMWacgIr0zKyBddaG6JgnuGJw96CxXuQCde7NW8nJR5UT2fUM1puFsXJUBTDfqw2ZCdCtvv0s%2b/csaFRT7bNhhH8ICoyKi8aHEoE/YFLPAxWc4hvTo56W2o1FkulxO/d85gzvvDJAgs/E6Y51GgpcbqaDezOHSa0z//ul61NqDaVaqVYKjDhuFipbN%2b1%2bIhHPrZc67a6nNc6203mdu1eYiSgUV/ihABsAJoabDPeHGYpx%2br1G8Xu0%2b%2brOE%2b/GGI9HYALRUSc24XiOCAGoH3ifVn3M2Lu2NA%2bT2/Vhe%2bPqcwnRholgsM2GrC7idMI2LXBmVPdbj2ZrJYXd9zrHsd%2b4uP/e/jWzWItkCqNDKMMpiq87TdI2T712f/UpmvrZBlkYbisw7F7lVrn%2bxf96OSTX5zMFvcs1qemN9LOsJWGYyvZ%2b5HoNHhxvAbaYqMClAqfkdbGifhotXFgsYUyVuiErU1sQqvpqUaaL9CDyCcN7YP31AbMLgiFYUiAgQE8USFKh/YHVUql85QOR%2bkmU81Eq5HPYWHXcpnuxT/4/vRUpshBBYxjW4fSKYyp0CDd%2b85nn6kNZhWNg8u4CbqcK5PoyPJynZQs1xPsWT/rqxf%2b1V%2b/nNNk28mMTPgnM4i%2b6%2b%2bzhsMhGRTrOB/tbro4VGf97ZKFOE/mD/Bxn168nnN0aARhL9qqupy8jsA6GsZCYbBhiAWO8exXG%2bIOwvg%2baARlJ5YXy2wFuoUjnWhmk50PvP/fHveY4ylP0RfhOgedsmyB8hJA6kRaI56I5BC09599pjaWVWogHsQOdqhPp1avFPKFcqUlOy4Tide8/r2nn/GVcrXVkaWZKdkqwzEqBDCDqafjpcOz/2Jld9BzcD9MHIwUWvDEtR5EcaIQiR75DLEso3gObMUOR08EQ8TfffpZ6IsycgjBRe9FGUNtAHYROYJLVx6gCXT9GVqTkQA0p5BNNCoL//M/73v8Yx/ADKrWqIxYN9Eb5u6s1bJEGWbwP3uU7EVXr/j3YqJBUti7DOfzAU9tdB83R5DL6kmdonn969/9yU%2bd3mimizObuAOGdh2OdzmCJiWj/ZxFA3y6y/yMnE0eIA3/DPNxzZQBDoLh73uyBDREKX/9IN/fC%2bqDdzAjIjqY2%2bNwcjmARHI8PHQgaKTaDKKyxn4Q/xAf6kgd4ZSRmUySo3xtiIa1n5Xy7AxHoNT%2b9d1vffKfPJSqEZWy6U4sEUw%2bSxo2Gua15ucAG/s89qXauGoDRhgX0BaOYuKH7fumf/z3/z310/RnWIfByBp%2bqjMIAfrDIeI08RQAjBW18fMUy1Dn6dTG%2bYyO66tNbBSi%2b/6DrZmPf%2b%2b7/d2dg6Js9PT5e2oTExpmwEVxNrLzCUHk74AnUzMt0RQZaOZoD6x0lq0pZKvBgVLN5uLMVOYJT3jEO9/xOpsA5chqqxGxzTBMbBZ7n9tpfQLnZ3it3TQv1tS6US94waF18BRD7NWvfc%2bpp30qPzVTaTSzhXy5Xusk27Qz8BvCEFPo1uWYUfp9CbYs4NPvSRSKwixmcdsPn4hn6BNwoh%2bJ0OCeIQkFEfftHyPSp9D3cf6OyNhQPB1AJArlZT%2bpwTC7wk/n6ftoXJkEoOzCMWbaH6qyTn6quGtxPlMo/vrW7Z/%2b/Jmvfu27iAhCDiW2FOkJ85ge4ojQs5c/o2K315K3/PNmUJ9EUR7cCDPXLb3xlA99/oyvcor/9t0Lm7cctFBemNs4rYszMczkUiTpNQpTGQ7oFedgeYM2trwjnoMRfR9zD0ZxjIoFcKHO4cAiDgewpg6XqEsFH%2bfGEQGwz0GA0T6Gx4cxHy%2btlOx7Cld8yvADVaFY3RyL08nmM5wDsXHzIaXS3Ec//vnXn/K%2bai2R1YO8MUwQDxsdNcmJpLKXP/elkUZWmQ5jUgyH2a/VRgJmfeRTp8NompVCqbhYkXv8KFVYptwXPSfM2U4ypyzhfUIgMEN8sJkJdc8gGEG%2bZziwFMRwQc4RQWWrCpyncwzCu6BVcQwTJmXkoLHU84lG9Iy0aJASOqbnIBg%2bUt/pyKRiop3hr4wJYEkyfLpheprakzNAm3VuLpHL5J76pMf%2b05tesnFWzp3CQsOHCIJnoHAV4d579cnQWiSL9NsvgpwTH2EZS2MJlQX/2SxTmaf807s%2b8ZkvMLTPiRocWDa/WMaQQ2O4wCXklN0tIcjwCT0juMf9jI0e67ksxpXFWhbtagGsjLzYWLGe49NJdMVgfUwbjmZagaGztO7DlYWfpanpZCZfq3c/87kvfvlr5yIYHF7HkTciKlybJTWq66IGKZuM8d47z9q2Npo/Xfcvm8mlleg9SdQmUW3UsjkO0UqytJlxs89%2b4ct17rKUngsWs9eASB3Vm29Rvgsmuh9ipoWDXc5fwsIn4qmWdF97YoBDDABmDUggqFwiqMIUgr%2bjQyPAe/lzsO73CfBCrafRa4scmAcT%2bJmPa/bNdxAM/56nzBkEh0WJvywHCJ4eDOxmxlM3k9IOpVq1j/7vBx/5yHs36hwRirjWOM2eYO6QD6NK5wo1YqeWFpWsDl3rZ2%2b0NsPy0Gg2CrkiFU6jm/jghz7zqc%2bfWW/LgKT0ECNxQsXwvVVMWcE2WRaIpRF9TKJFlJMVVV%2bAEDIZ/v7oy38pORO8lsd4eyEkv7EsiiA2oiOe43xql8bamXhwxN9%2b2HSZwsyf/tlzz/325Vl0RgjTwQC/Su3hiBjUvYBVd%2b2F1kaMNKux/damzbpmbtvrppaqre9874fPf8FLuB05nZ9OZ7gsttewuAy7gow4WOJpMM5/MIrzwcGhAv7nYCxC%2bz2H4l8Wz0QAPvAK3HE6L2hcdocBWFphaNDf6Pe0r%2bAdQgafXl%2blBxaBISDw0dam9%2bn8PUcPCwXBJfLt1uYNpZtvvv6an/1k65YCZ7JN5TMMw2bSg61NKGY%2birVx7w21gXKrsf3Wk6lfZl7YpPmDi3/yp8/4i0x2KleYYnFAkqNovQq%2bX4J7Au38URvndiwa4WNGmkH6YJSr%2b8QRujm8w7kdeiHDSUYI2QuNdY0JFht3HE9HTwTYqY35OzA/Cy4KoTYc7Ps4t3M4JPg4I833NMgYH7axS60lxoQLdY7BWHrfDqtCaqy4YjL029/66sGbpxha8wVJUGlMs1CQtEiooV3dd6/4VxevwxbW7dLqhp4UZYr9MwTt2NW%2b3wMeXG12UlygiYDKHUxYroFdNChq5tPnb3sMQtR9QXGeYv/qEwtJyEASATGRWFbYg0j2t0289CWMcveOUB6RWtQm4kPEET6%2bWg6CReMyTCdd3YAkgx%2bM1fNJdriXt8ixHRweVVm82zF3/OY5X%2bSCA8pQ1QM8ISrxkJIKi9dld00cfTKxFimQDftppSDHZhjb4B6OEx7yR%2bnMdCpTZOis1qiHK9OEkIhE8jmOz2AWYmMNelqKEf8INj8Ut/85TvQItr3zuSydkVzEZmQYkkjcyKdlMOI5DJXPDT8Kg84cWNhqJ3OFmZu27XjGM17M1QYID%2brCS4VIJsE9MfMxrZV7zdUmaEGVfs2sZVhalN9/8FNaHU6kZ3EAo83wp2RVxyBn/dz7PB3tPxqPxXUww9C6JEYDjA4FiSU0%2bHb4x3QMYjCfYdGDvjULvMJ%2b9qBDVlSGoQ4PaJ3bHKMTGgEziMoBR5Jwny6tbD6/Y8euQnGKC%2brTmalLL/sZCwigVitfpNc0KIyH71551l5tyIaXGV2mKcv%2b33TKf277zfb5%2berUzGY2zywsVbmrmUnPQRY7DvoMiYBFPoGM9Rn0dDgJco%2bQHD4GQJCDHHSMDh2E931comM6/LgTuUcTOTp0REJGdgRgEFvEJ/JJ9GF4mBCf2bCh2eSirqnFcpMa9qyvfONrZ/9IWxs5%2bLuXtCdmPc%2b1ca153wadaTW7mRwj7a1mm5sxWZSZPfOr3/mbv3k9x9W3GX1nSBEDnIWxSU4FgA3sKg944ZjrHMYE/3PYSJoP47upWR0nfX/n6RwWSjeMMo148mn29yCGQR8Xd984qI77nwjl9hmASIddmvw%2bTw0b5jOsbxOBDz5lJA10ZlVEU3FRnIM1BXSGiJDscLV7Rle/tViAlUxWLr74/w45qJiRPTktmcnRLjGbGFJ7ZbXamqsNiwE4ognBqzWq2Vy%2b3GwtLLYf9OA/rNUynW6eXTRoivCSRc2iOWhMVG0GBdH3WVZtfGARiMnUBqmI0RkVpJhXJK0YiL3uBWt7Ujgk9T4A1Zw%2bH401zMdXGwAdmHNYmu5TR4bi1cZFd8D4SH3KWJHojOwywM5PdRus8CyVOtdc9b1Ot8MVuwxSc2siV%2bjIttCYyQsjYTXfa642YqHx48Z7/cta//sd/8hbblnopljByRIjhs6QS1Eb%2bYl%2bBfl2Iugclu/IZ%2bwAtOBRsyoCjL/coq7PYJD5R0LHVBsPm2c2%2bBiHuL2IQyD6vX2R6g%2bJ/3IjaSMi9gWJ2sjT52lecZ5yP3D/YxGHRVe16UWIgLnP0EFbqfhVbShV6lTZ9Zmopbq1%2b9znLl86/WOMR8NxtLe8WJ6emfJquV4qq%2b6arIxXkDwVAdmSK2XJbocDzv9h9%2b6qjDJz2Z10Q9Ea1sDKBk8UZrTOCEx/H2OYj/kPA46N5bI2GEpQrKcfxbmHOQzD4HsY/DD/QQyjaXN4AHPuiCMWwzDPZeNaRPf24QdxRnz4NPjQgW0gUiGfKioIDGKD8LA3/tJLrz7jjG81Wyyfx0cvYPUTW0v3mrc2sm2zncpkk41O4itnX/hXL3llrZUoFGdY0ardBsmcbr1gPbm4dbotpq0I%2bSgwPO7TGWm%2bZ8Ttf7rWBs8%2bf1sEFRabhSpEtGaxpMPqsEdJGCUKb/6O4BBslf86eiJ4XWtj/g4skgsXy0Y73ScOFyXW07aoD4L5sXy3a218z0h0C7J3KBWA0M8JWkKQcJAk10mW53f%2b8heXbZpNtBsJbnvXxYw%2bmWvlXnO1gfBypVEo5m6%2brfWHj3zC9t2LqWyhwTg8dwVZby8oQNRGenO6%2bCWwfS1kUOB8H6c2vid43KdzGAt9tYkEGYB7W%2biYRprF0ijxauPQ7mUHahMR0EEC%2bgDUSOvz0QjDfJzaGFoH5hwRf6c2%2bEdgnI/vL0Pj1sPR8%2b/DIDFgaIYYKNgyV7r0kq9wth5qw9kDtn3aEl2795qXMWdqlkpyMeDJz3/R9p0LiWQ%2bX5htc1yTaAg1hhppvfz16Bkm04P%2b%2bAx6Gsph/oSOCFo2tEdv6BIKBluqMHQf/pWJQCydgX2X%2bMf%2bjNTBvGj%2bAgvKwcSCxWZ2MDpgg9Ed5hAJ8tATCex5BMYGdVgyXyhu4Oiv3fOVF77oDZJNQDN9FIZIVv/vKg7XBU2E0hhklTaVg5ur7cSnPvXlK6/6OctnstkcO/XY1MrxWKE9YMC6UVmGSqwhDhscaaRpgcLWuZ/T%2bOJB5wkoaiV7021StxzVpJdCBf4hjHBWO1G6eprYjN71v12oFoYlrQmLU9IcfOv8m5WZz4degfUT3vNfLVdYDcfiE5oVIIZyywuL0Sxf0tgE3JAFaqE74FKMTziabAk7w1vKBaZIwflyLxaGsclsDVFpmkNgASRliRKGE1OI4ZNKFvL4BahkFVaG/dI8zVwm9/VvnHvl1S%2b%2b9%2b8dyfpoiRHwwC8Ij4YglD8GEBvUA4p1rcBI08TCqZUAKYxOdCrlJe6UVbLl%2bjKorzQSqXzilh2tE096%2bPxCPZef5lbaPBfRtNsMFDaadY4CbNSZw0oW8tNc4Qyv683a9DRnbHMrd42VfFK7cIY6h5wwqqDXnRt/w8ykkql8RG1MPTJ6zE2oKk6pKAQ9J1cKAJp773Qa/z4fV0haoD1Ii0XJDYMPaev7u6/UxlODvgpiUAGs%2blBBH%2bQDRZNmixjnAzIYDK/YPiXCzoUBKT4p/iRHQUiGUwyNdltN6bhz2zBbMqnTWDNVrlXbre4s%2b8867U6rJRop5iNTedha3XSO64pI1B4pdsGkMgY9%2bkVypG16KGBZpjU6rWa9xlWh3Xb94IPnfnzxV7kntJBOZEDGvEeyk05x4n4rk%2bYEAtgfjKASVwuU5CRFyHQFLXjHe1ZLbRhch3VCT7lSzWWL2Wwe6lrJRCORePTjT/7pFT%2bTeifJcRqlsh48yzQWpwjM71mYnZ1jFrRSqSUTmQ2z0%2bx9nt%2b9vd7gqvupQj7NbfebN83e9dg7H3XkETKrQ1dDfkGFInUbA8oRHdacR07lDLkBj8LKKPSyv0PgYS1RYp7VUoNJ8ahYx9AzzEsq7LhnGB5/65gfjwUc2Ah2OC3uhYUF7qvhvWPXrtt2bKf4ilMzHCtTrbN5KknNSPeVmyBEWpnq5k8mzQHQzVodW4DtAIguDKc4UTxZphjeLaXUojYQbUNEKb3ITQiBYHwDsqlFG5zDmms366gNCz0Xdu/606c%2b5dQPnYL5dNvNtx566EGmFcRYWFycnZllqsNlR1mCkstftSzii9jBDzpWTW2YchLJkyaVX2bnroVNG2cXq4lvnPfD5zz/xXNzG5sNmguqHzgkHKAAOCeNgwSgm/ubp6dncWy/9WZ28G2YKXF0MAeiP/QhD3r2c555n987lPyZsFtT44uCVUUxGYvXjkHAZXyUxcvA7M/Bq8SGIIvIM8JLIUs5I5jSlsjVKT%2b9/Off%2bd73L774kl/duI2t7LU696akuV24Wm9xgyoX49W526bRmipNcyIeQhq0G6pDtEittpy4CUIrWUo5UA88RFnkEaHRKkz%2byglrXANezWfTIniJbqmQKeTyZ3/l9CO2FlgwzegtoVN6QmWtXuPAyiFqQz4gZ5%2bpjTV5Xe4xKRSmxELDZOVax3TiHvd9zDyHajY7Tc4nSWZpyovTU3CKCog3FZicwlGa2bVrz0GbNhepP2oLi/M7/uI5f/7qV79y85YEo/I5VlCwCEfbWBOCcdTGeB33tmoGTKaMo9/WoMegCftgMUGxXkharP9qeQ6jZ1iqw%2bhRPDE8sZ6jdENE0CgMg0nVGkzPp9GfepOzM8X32%2bf99MtfO/uC7/9w%2b47dyUyWu4cr5WquUMTQ4GY1fKheKfqmGnW0QnCAT2l8unZ5QdDPwd90xvV25LQOfWigUJJKZWlmaoqrDtutej6XKS8s3ueedzvv3M/Q/AiRqUStWub%2bw2arCRFxaiO49rHaNFt1JQ6RTnHcGTObjDA/7wWv/sJZ38yVZmwwQE6Fy8mlGlQtnEVCU8OJ83YcCS3Plk2bb73l1/e7xx3f%2bS9vOf6Bd6lUEhwFxUh8q9HNsQRHH2ttzB28pVsVnajuA4j5IAoVzDjvmMi/A14xnKGdwboKBkukVWhz3B991EJezuvirEDtm4gQojlsDkFqz/2/yz7%2bsU9f9MMfN7mFKMEVN51Ujl1VCDCTLvQ6sNA0Ic6SDDWEQlHlwZ9H32pOBPrDduqw8alVqqgEMaFqqliqVsqie93a29/y2uc%2b%2b/EaHbWplIrcACttZLKrfVqVI0jQpQbyZ5%2bqjaQvTKT3hy2GHcumiFo1cd/7P7iTnkqkC4vlJa52Kk5NoR7aP5OmBs7SHeRuVMYGDt6yedu2bff5vbuc8alTZ4qZbE4vQ9VswSkegIMn0pORJTmozfhqMKz%2bDfGv/x3BAZNaKvPgQQLZ99FKp5hrpN1Icmgz69m5JwLtkbahm7ju2j3v/68Pnf/d73OHV7XWZFiVcR4uVUmmuS6SyJQtkPIISqkXaW0oUFmgKD7oTjg2wNksAq0PQwK4G7UKzRQqRD8HLUSPcqnq1Vf8gHavvMSAE3olaifHiWXk7gNr8kO8opZ7V21ETIUp7pHWJptlUB1aoJSQBz3ocdu2bd9T6Ryy9fDtO3cwIDK7cQ61KU6V0BlsUzLcYm94rTw7PVWvLm6Ym/3OuV87fDNMY05SmAgjqNVQGBgUsDVIDy%2bnRniR5thqEzb0jvK95FCpiEnL42FM6KDXauEZxDzSB0mWOXjHdcbL%2bCWaKZmTa3FvLQZFinEgsd8Urpuo1qTctDVK3HTj4qn/e9ppH/tkaW7LUpVLIzsZuQk8W0fNiJPKhn1UG1hinICDjbSMCVZBU4XR5KXBQiRk7K7A6uBCdvfu3VxDjfI0qgvpRPWxj/rD/zn1XZy0hooxkdOgCyTmo8ZV7inLwSuo97HakD7UkF1qDer/s79%2b0Ste/vccr5FMl1gSkC8UkPvdC/Nzc3PlagV3LpNvN%2bqZdHKqlC8v7iwWsv972n%2bd9OC7ZVj73WXVtJi8XewzRpi1EeczfMh6WHpOeUgb7zHfIaL1vyvhgAqdcDt46nLbnTzU7NhiDFhhFjFhpgKhBVUpt0slWYJ49dW/efEr/v7WnXsW5suchpdJFxuiNqlsrigHCArOQG0wXrrM/IMLDy1Y3KgKbx1nY4gZ0z3X4jAKjn7C0eaUtW4%2bi9bWm9WFH11y4WGHFpGHTrubR3W4/lX0WYUkxOapjYRM9ITyN3YkmGZ8i41BRYDm8Lzq71%2b7yBmb1EVdHXlsMpDCcoEC0zIMA9C3QXNoOnEwxN6o157wuD868cF3o1mWBcp0E%2bEPU2BZ2iS%2b5YMfKqlvoRlA%2beEx6UMUEKy/V8wBCgQGGg8FCX2GbEJ6DnJRV8BZSoYxBykoeUpTUqB83e24w7759U%2b%2b/tV/OzuVy9BaNCu5LAdy1rtcwIpZgbapYCAqMrPHxVFNuclYzT9JUrr6Ui/LA6AcNUi9q%2bcSontsUGHoiCP2a63uy1/xKsSwzb3iMn0obaES0ie7oVcQMtGfMGcTRRoEpn7R/URSZSQTHzr1DK1FsGC1cVTS5WwHyQKPNo6aeak5Op2jjjz0RS88OQg0kOBt5MnIGUoC49wbFPYDp%2bjpmG/SEEhqMEl42bckojO5B/R7nJyuDEbZQrnQwuhPVhXys1JzRWQOmg6m8WQ986Mf8fDzzj3nuLsdk810yuXdG2YLtYqOhuVzDXrxFblbkq5ItUrnhPkWw9YnFgMfIhsIFOJRqbW2HHTYd86/6NLLbpQuL6cj1aML1ZykQdnKnonnbYS/InuaGW1YJGGuAcSeyrE/M8GQwHH3PGFhscluZ7koIJidZciZGsEiyDoaKge%2bmM9t1uYf8bDf/%2bTH30NmHIdwa0J4kBxGgLxH5DCAM%2bhl3qLgY8KPSPEACjLercVbC0XKBYGl/rK3xxnS5LG3FL1sGFEh2LOQYAbypS97y9nfODc/tWHPfJnz8WSQINFlwQzDBFx8hBrQE86FlwtIP0n6QaQSiB0%2b0siANqyPqb3ZzoZx326W73vf487%2b8mnlxfrGGdm%2bplU3sCKrPKAwsiBoBY%2bkOv5j9JJeQLgXM5sVciDuLW9%2bb7XS3LT5oD0L5YaMSmrGsLjQEmliab4lNq0wFhhjA3DncX/8mHpV4LRbJEgVv9FmhvNoOq2pG/MtZCq7l38bmGYBAg7g35j5HZ8zBqlotbxMFvUt38ETLTXMMBboMKE3N0sjkPjP/3jTa179sj27bs5m2tNTufLiri6HCW7eiKqw/qDZbOtakwAJcqJFEOJGWsRHHuegteEIJGrjdLZ4wQU/%2bNKXzuN0NbQsBDTwVXhP1tqoNCOdSJBqr6c9jUa3XG%2bUZvN3uftDdshGtHwmPzs1NcP4BlMvDOujCyxikqVq9HboyrNiqN3lxsaZUvqyS77KnGYmw4RvHbtOLbHx8yYdx7EfE/2xwYO6aQL4/QrUK5%2b9TZenQVat21tmb%2bjcQhjzpOlckk7HN869%2bM1v%2bedrr79pZnYza30bTab1aB/ourDajREiIoqBLwYhb5E9QWXrcdBb2hzG8PAKBgyaiWI%2bU1naOVVKHbJl6uKLvt6qtadYqeZ4oZTxZQTtjdbG570jwzw5ond2Nv/GN71zaanCIT3F6elNm7bceutt5NYqA1nlKu2MZJAojFaTX%2bY6Wc2Zy%2bt5A90Wo/l%2bEoNugvt/lvdBwHUf4YDxal/zwqoqOQyAUeBMJsWIMIQVcmJzMUz8mEc%2b4C1vPeXII7ZmMwwPVBk7qldrtDOl4ky91tTZH8UgS0%2bIN/A480scbIjM755nMmMz24pvufnWU0/9VAGdWe0naAFvP9pymTV8iY985CPMxsxMb2Aa6ze33Do7NydZlV61alnYvUZ/eKh14MRUqcDCVbSJERUF62mClbr/VjQAuB%2bSgaqN/xPWTvSTFA/cn5brRPmdHJhxY/r69sNtv%2bFM6zBwzIAb8LJUGvlbKjcefuJ93/SG1x58yJbFxfnNmzezxnf3zt2yPLQodx/xOIUZdBiAvQnlYcUpLQ8julTNn/3M55DMEKYnWqHPCv8y7jHBA0%2bxoMgqDv9Broql3Ove%2bM5cbrrSSC4sldkwwHkIdGBCMI2BbcZWVu0XMsiYS6YZNtmw4UjuM2UtOXeYhC1nGMn/q3qnGhj64hOhIwxZ7u8k7FthEsuRcGCHIwLw0N4%2bM82TvDnHQD6pRuncYKd3u7l0ptlhN0Gu2Uk88XEPuemmm3bv/PiO7TdPTW%2bem9tQb7SZohBh6T2aokiRJIqGkJAui5fktMucqDVrUzNTi0sLhNabyet%2bue3Kq6594APuLvPnbpZPBQdcK34m69uQDGfAiyCFmcEAlfMQsDe7ibvd/Q85J6DCvJNc%2bFzI5GV1XT5bMO6qkSYjA3Rs0BwZTeuyI7x9lzsfds7XPkyuZEmFsAPU4%2bVoHLUxZXPsCXRAmD7u4/F63CgHNJxKZH8Oli0On5/DgYPycsABJN542e%2bDp37ujf/wz4ccctSuee4jTG7YsIHlOAQKqGxWlB6OqodOHujAGiH0mEVmWKEC8XSDWm3pPjUbCBmd50MP3nDRhV9CqtrNbi7LbFGDUHpCAk/faLl%2bQT8rgq/hmYwFh2zok%2bUusry03WkyHck68Voj8dGPnb1nodrl3LNknrUSEFetVvIFTg/02STWrW4Us90UOitiAORCtAW5HpukQAdiCV3W01JZ9j02Mcsm%2bNsMAJfcb3g%2btbxQEq3KlLH6gTcyjdnTarSf/9ynPf2pT7zl5m0HbZ5jI02H01tkcZqKUCAnlpCkYq2NpqdKxy5G%2baApE01EI9gC1%2b5mduwsf/vbV84vJdLoEB0sulMoKWO8aBvCqNQokglemtAE8CrYMpbGioaCLOBLJGZmCphXHz7tI/WmXLDIdC/aLE1kvU4/x%2bHWTLqvveWgTPxfkKxRNc57b9G5f6WjYtojSYWy97nqrgB/Icd6m8QbXvuae93zbrXyUoaNvR3plgSzfTIkEBo5aKlnBfiipcPNYkOx4ABRJPr84sJHPvbxae7sQ2OZ6kF1SJCVKNFFWwIw5tMT67EiaIWhw%2bCy1ZXle4uVKup63nk/%2beUvf8mCOYxRKANpJsPqibQckqbZcxlzjrGSWwf6neGASdbSYv3wQ0tv%2bYdTKuXdRSYlOowZEGJKIrKK5gSry4QzSFOgSL5cUXWzZxS1oT3Bn%2bfCCy8sl6UfQdeaeSM6CiaWLN5ZGYMnVBsSQVV1HFBGy5PpqZJst/iXd7yLw51ZUUdro8vMZDk4WsSnTxYZ8D/3ltto8CiBfeP/9haV%2b1k6sMvjmBA36LMykhG5GKnToyMSG2ZkN8EJD77rXz7/ue36EqcEKDSSJpMXOlUuIiT9Ypk%2bl0fUgreEyif7U5A6HonB5A47ggoFNpy%2b453/LsFYSWxKYfMPgw1SucdQolDLvCaOZrSyt0bIVcvwth2NG274FaQ0OSMBqrlakG2uDVmmyaNgfdoy6LMMjbcr2MrevSOicLtQr0deHQ6oPUKdiwmFOLJVp1VPvPF1L7rrMUehObaghoRE2oIelIiTShFNTU%2b08KFp4ugV0yc0hzU3bAaiQsf2%2bcxnPqufQWWg2Gh7tDGbPBsTqw2topiHWl8zisY5ov/%2bHx9ga0CbljFsatAWAIBCiRxJRqj7XHsHRDolMXf4CavXf8M4IAWDVNhvsJQcJ51jEGZ5H2vsg1IIwDtNWQotZ01gwbAH/qV//ULGpqmZUQP5BZoj85/ypcqmeESDXJIIIVKHBMrqLVoT9nSx%2bzqZqlSb53zzEiZE6PwQH1WSKDbM4CKP7ZhYbdgLS/MIYUJMgoN3E18846ylSk1opfnjLPh6nZpD2hzmYjg/oJ8UP4f9Ifvzl%2bnb7857H5QFiwOQGk4ZoK/OUplGLfEnj3/IXY69Y28kTYgKVpw4%2blzfxvnIBAm%2baVnuyHQnN7FRuTOzgSX0rne/J4OBRhOkJWn7eVzEiRwRqV4%2bLue61bjTmeooI1vGL/nxDbU6LQ3ry9gVLe1QJpdjKhMAVmpiXOKQ2kDrA3ubD2/fYZ%2br%2bmaYP6iEZM5YNr4LMZ6NPqYaAPa787MSQCpifrBR7YxekH5alPHfxnaFtwJRp052S0NAm4OxxZkzi4v1U974ulwmzYasUjHPlAYDTpj/9FVMAolnAmYtj9lmyBiGF/5oDptIKXSmTBhFYCnJNddcx0Z9Hr7FP5WiDdDEJ35NqjaMjLULxaLll%2bTf%2b6//sXt%2bqVSalS6arJfYjx7VUskgtQ/WLctiQ83Bzyjde28m4cSMXbP36uUoXiSweUQidUYBN6aEmkPxwMsJgScmoeZIjauVLGd9iTIkEyxx/L17Hnv0HQ7naIpqZYFFWAU2tXW7S0tLHN6iSURTV83p8yQlMepQpZRsTHjHOz/UxE5LcSISu0c59ABgj5jl6HbhfWk43xGOsAaXo5ho7L57/oUsupNWTwIi2PiM%2bIxAvFZBrD9nOpY3CWina1KSLBe3983hemv6i20fJvcMS8GkOZTpkHVBKMpjTwg98V9kJbAEiCouFvxznGfwsLuApoWPYinxghc%2bN8s%2briYlWGdsLJ/PobMosCx9C8AHCzTiQ0eIQbg0NtEXTj9TZmu6nE0lVlyY4MR/IwksH59FMNhiwLGE5pxzLsnnS6XiNCeSoNArp2L5ZCeG4DA7i8MxVBw4l8VkRghYiyA/GvG9/aOhi/1RdhP9YpHguUo5kgsE5AeX3Nsc9BDaXW1jxOpGbSYuEomAjLhfiMBTTmlzaAzAjT0o6SWe%2bpQTD96ysZhPt5q1Nmt%2bkxxPU%2bDowIFWgjj2C9F6fxFOzgepcVxfs3XddQvsnSYZrUM9oEmcE2eeTZeQQBIcBvK%2b93%2bIPajlasPfToQBbATYAMgkxKwM1hVDkK5hQVFESVQozYdRlGpVFtSh%2beP/JoEdhZXZ4dgfAjjRLxYJnqtE5xA02iTIoRAcNwQHVdCRamvDJyo25X9fDDGiBKVYWLCCMN4cm8sYkynUH5x0AhMwGG8MjFWr7ANFbaWF8p6eGDNcZZ0cQhFFkItYyHq2JAYHW3g%2b8cnPopvWqZFhuxU9vfTGjC52Z6LDEYw8V191DTsiqIHy3I0uuhQ5E0OR60DhmMhXEQzWiIVMf1Cp0EW3dDRl9d5EPxrViX4kFPsLanGo6v%2bZyIz/jkR3n7GJ4jkR8QAPY069Tu3vlY9soeT%2bCLfaxQtakVMuDxMREn2Q/Z8q7Qw7ceDec57z5%2bxf5ESxnFhWHLveHqOh0FIPKGGJp6xB42SCxYXy2V/7BivukQrTyRURKyvoJnvIm9QKSa5GuyCbz5US%2bWZbzgoEC5odqQQmQ72K0NRdLMpWDbGVRxDMJ55SWU7yaMs6SYQ1ho3Ws2Fyw/zD8HH/2ly7QPczKi8nYGKnSWUEG0lOFLLTzHPI0kof6Q6HD20xizlNlNsUFXagtkKFfOLYY%2bbudtxdLr386pIeHU4MW2yGA31wbQufuonAV27BLmIp69mYiE8zwvubW26%2b9vpdx95pE7aI2U0CNOEzqdoI76jEuSXhfe//4GK5kspNs/CMc6qdPDpWsIrbsuSMJ3UE1QAZDtpgpdjLP1B%2bVTFmhjSKcV0pgFkXXnzZd7/7gx079mSopmQYjeJoMaEUizE01sEjBNC%2baxnEwvZ5aqkEZSPlKKukLAt9b5357fOxbGJveBgMz9A3CVtrr3H7sGnF1edjMNLnsbwES%2b77iB/8UKNGKkYpZx5ZNIyWyLgT478M/h599B3ufe97H3vs0Rw1nE5kEVJXWsp4aNDHrAwnDYrO%2bwqg/D8tmXJhxzxTkaiiYEVLUVF6qY942Ik/u%2bYXLMCBLghSkghX2sAcEisdBJMBKQKXB/GjgVpcqhSLBQ7lO%2bOLZ77y5c9jKynbp30CxndPHI3hiGq9my0kfnHt9Q0Go7nbhNsDuftajDeROTmhVq5qkvoCOoz3Yozq5K5KCcwhVHoC9ogKCckhx8cnP8AvDJKU%2bIkLi5YLHhK37Fr6n49/iSupO5ziJScXNNANrU1dQQsJwnSiCv3EppMghaE6L%2bICgPjrO6SvF10iylYKE33JvjGBt2RSGTLyrQQo1Ub76HdIZy8VP0XfrVvtA3qc2uhiRnD4j%2bTJ8mMc0HeAX3KAwlA8yQ4rDBcXF2EgmtOsncaI1kknnfT4xz36UX9wZy65wVijcei0G1mOJ%2b62YBtH5AliMOgDlyQl2SNgqclbGa%2b%2b%2bsqm/X2KAsAt0Ky/LGUTDzvpwf/2n%2b%2bjapjecPBSuc6RA3qUnhRW0PKweUtKEANDkmT8RzPCxgG11OUWclnfRvsyNTf7pTO/8upXPS%2bV5hqCFT4Tqw1ZLeSTF11yfb3Fic/ZVheTlzqBy30kn8YSo8XEUcVU6wOPQoRSmxrjZBAAfISPXox4p50%2bJWFWPLwVBXj5sRqplcy3k8VOgjUaKQ4IFSONI4G8B32giOXxrDGjHFSEWnGb2gT%2bXm/N4loFYUk7m8GieEnFOxkYjQ8Y4otxNCSkz5sK2b7D3MmXnjTcZ9UgdvgHZWRRqN20BsHfDruwQpWN69k5Kn/2W3Zz%2bWNCb6sAAEAASURBVMVG86vf%2bv7/ffeCB97nbv/y5tcfupW5xUQhw4kZTZEELGN6XX3iIATwYOKNLGVfggReCEwl7nffu27aNFeY2vLLm26ZmTmoUmcLGuVISwq8zGjyyB41YPUd5l78zWpAYdKcw9audxq1%2baXF23a0Dt0sg0YTy5ygjMuY%2bg992RDE5z//eWZqafhkvRxSgzz2HrUXep/7kWtMUYZiIA3YOSQbFJJYyfK4XPluPBFTQPjh8H/mOfh2eMZ0DGIwHz8tnwYfrU%2bq5IFcaI4MJvDx8s4wj470SDjdV%2bxbYFg8xVwn66co9KXFykU//NFfPP9FF//kBtZgcBgNulWT8SL444uET8VkbnQQMrGsDzvssFtvvZWkIUDOdB72eDkCRPKojw4kyOoBvubnF88991wcYf1gIBO8J8ybVmG8vvvd86Xa0DtqMEVDtUHdReP3n8dxzTnGoW0EsB%2bE2/8E8zCfCNg4NEwKY0lHEhpGj0MegXf%2bOCJBqI3s7NcDlyluZBeADZs2s%2bN/2807nvO8F116%2bS9YidFsc6AzXXea0J6FFrTDure5V9/4iS3nxqB5wAPvD9TWrVuxboyS2EiObM8hUovCEBHP0vQUi7/o3oiwrlRaJ1Qb2aKQYEna9u3bbTuNjaGJnbafKQycMsbxdo5YRkc8DTjiKY0/G6TCqsshJxH9eQpjtZ21S2JjSwM16jeQ0jIeo7HR9EQSVT6ElPeodakQpMMYMZJgsazNsWMykVfkj0EpxnMr1frC4lI6N93ssvul8IpXvf6yK26Q8TDaKDObVqYijrLQwTGdzEvR2kAD6sq5NrQ5YWDMXyObgJ5DzqTWpgb%2byBr%2b1OWX/1RiQqG2BDFYRnrFMGsEPNxAP79z/iX1htwyx0Y5a/XsPSLi/h8EW%2b3xScXHPp3DD3Xu2NBYTxdlTR2xScd6OjJcqHNYEJ/2UDNik9POoDm4kV0OuGO%2brsUlT4W5ZifNRedvftu7l2rS9woWzTrsKp/e12ROCCDCHe94x0qlPD8/j2bK5hx7rOvj4QsUNuwx%2bvKNkUktzwG5TKZyJeb8ggzTreyZOB49vy%2beeSYD7NxpSpKwUqofzRi4rHO5MlL2Qiyjc5yETFaA1Eamr9ceBlGWUpyDOEOAvnTMc/BNMU/0G8QwIrk%2bCnqkCuWDsSyn2N7MLxAaibtncYlCZxiNB%2bUxm43TzTlaE8Os3mSHfPZXN9522kc%2bR9cGyR6oxOlwmbEWQbzMJ7Yh3SiAHvaw%2b2PgoKsorY4TRlJwkuw7ZETb7CAItq4EA4OMDjAxdOaXv04bYGq2DBEDwS6NgZAhHqxZufTHl3GJKVzOcDE2F/owYKv78lwMkBo1KzUdHaZVcwzKwaqgHkQb6zPouSqp%2b0hIYjCVcXx8JCPc3AJAKVerVetXWF2ZY31/MrVQ4WiyOXaFLVbqn/v8mczBD3S1Vy4Ism6Ik29rMsbNJTZM3bA6wRRgGLUYkQT15132G4vmcKWOzDdl2CF25plfjmjeMISD/qPUhrEyUnJxzM1JcLfctl2amiRX9coFvzwORopOKyp7a5eg5xN6OvA1d0ja%2blhKFDaO0E/%2bmr9zOIIMkk8c7rFQcDixIEg8vf6G1CH9DYj58HY/H8Dq%2bPHfflyH0DkIdW5z%2bLRZdmJzEckjnROaHfsZvNXWXFjLTXf4GA%2bp%2bFn8zn2sHLKUzOZb7fSt2/f84AfXCRmuubIRYcGCsI2SN0so8rYlPdz0DKNp6Nh5ZlaiAzNK%2bKRTF/TrNIwcBbaPDUzLmTFC%2bRIbkvUogiuuvNqQkLWgHGWQoOe20Nj3qGxYc0w0uMMDanToiiu3Nbi7lPkmtXStcxZrm7GWhbhw8EB8BhVptXKxiphjUcV6Tkr82EhktRJbV2hzGHculKYYLTjnW%2bdZcqtR9B2uo6SaQohQGy4jsLp7mezI/FQg2Kb9aDHSiwwT0eQ2mylwN8GuPYKJtsvlF4dToRGpDFUbRx%2bJkZI9IPr2t8%2bTHT6Yv5xnmM7Ktem6LICgWOUZkfZ%2bG%2bSY2KOQ7puUBMXXqwYA86u3EBiwoT9alYHQMN64f/uQxyHsA%2bjDquNs/bmTHEnWBmTcgfltjmGzsTXe2tRKx7rJQkxWHsuaivQVV1xh/gIsNb0aLNIgq%2bz3ETTWBzttDG7Tpk0m0462wfi9Vs7CQqGURVVynI20SOxRY4q0XK1deOEPocrXEzDz%2bD6DSeADi%2bMfIhNghqyDwGS74Ps/kEYHDug1IiRgkEoeHa2V8salsa8dlh2fCnwinsN8ImCTIvHhh7mHJe3D%2bzDmjhDmA1jEQR/8I7H8JDx3hzMA2EbG6DA9H/xZfeeMWNUZREIlxoszkdN6MogjwqYW4gjCpMowzYkkySZBawnAxuJEwLhl7fzv/YAGCLS%2bbRbLigjBfStN/DDHMtoZ/OmLYVbCyV9cdy09KvQD001uo03KPdd%2bxAPX7bLssiAcpBr28ufB9Gocz9NFXcbhoni4l4liwdbYCV39bDeEvmeQRAjmRTHKg%2bV2vSjSovIPjx5Rg2j7qKQxkWl8ehHMJMr4G9JCVTt6/UwfhuU%2bWLzFOTQINxnfuXMnQk/vw2vyY%2bNbBsUk04fsiM4wTZpK5XVNrRzKmWinr776GmlqaTb1AThgWhBx6J9e2UdArNNiOmNqCkaa4z17FkRVOglORSOKZiMY2jMMVq4RbPv/Z4RffEZ8yMKgzzDPEflVxD0m2ef4b4c5gsf8Yz39KM7tHERxbnMMIhmEcVHQ33q9jAlUq1emSiXkYWH3rjCUSr2ngeLZ/xWCjfprsqfrM1Gb7VCCEOoA9KhYA2GMrgVmkVQKnBgjm0q6119/vUEq2p7yDESPegxVm0iVYxNM1123DSuWIOMjWdImT%2bzaIPnJ%2bRKlaD/4jpWSQU98Bj1Hkx8HD%2bsm%2bvWlEIewDyDyIRTH6YkHJqu%2b%2bYyADfZwLIosKZemBqFAHORcjqOOOsrDhtMzl6Ia2g8Y98WWTkGhOFgiYD1tXzjjIoV%2b0mWgPQwIkO6NoAqGB0C1Y%2bduXTAUwo/9VztqcdBqkskYmgZK%2bhzQ9v2LfgT7IITFxLBV9IfzRnWpj9gyYs4AaWQiCgG5rrfpVgezc1X1S44fcH04SWPCR7vpJnNGZhAfLx5BmJTV4rTHOIIwoWqZn4zihksxNUM6EyDoej9yL3jESgl%2bYX1myMPU%2bEtvuPdEku4FxLqMJ/omQU3TsI18y0AFj8KY7RRBriphVAVvz4eBZ7IG6yA1fIsrxjJSljAXUuB0skIuXy6XOZzpwSf8fiA1GksrhcC1oj/Jlh6fAqHkRdVGpgqHPBKAbGkGTBopf8kjERFXkVi1JDGjOGKCIZKlcpMlL1auQ3DGeIPRClLCLHKQJLsodAO3BIgcJZL57AU/uITV%2bCkugJedkmgOZ1SzdSnHGVZSpuRKZIctFVJsYupasQuK4CFLsu1dHxmCwQruAVkRhqAT/bVqTDQ6WK0ELmFYt5lM1rrJWptLrIEhLXYsqKALpfpjhJMV8gwD%2bT9yJqdRBMyhfkLrUPDeT0fjZYu6%2b2E%2bi3LKgizGadSsgBVi8QclF2ADRn8CY6IpZNnPlNR/uyBZVi0bSSgMcfTe4Fc96fmI2PdgyC4ZZZwr%2bAlXaFCYREBq9C0%2bUucJz/gTZFP22bBXL8gyx18w9Z%2blNyv8Y6kmecODRSKFXGoq0Uo3682pqWK7U//937%2b/P5MnpA4feRoo5B7PlV3CdS5bZ67znG9czHDdbGmuXK5ydoUsLutrNrXyEqmTpk/yLJMzrAbg8iVA%2bc/hToQw8Etzg/xyCw4Fkfrs6aenc3JoDmaUTJMmu7IZjscpg%2bmDeBlt4gJQn1BBCdEHThPUi4GLoF/9%2bjcwF0b2PxJJ2C4/kUQXiquXlPIvEpUo7glUTApvRY%2bIoFDiP4ornPaSzMoFO0b/6LePxIh0b82mhEcwUFACg/YoJWGhejmEvIF6xBJSnMJtUSTvp6RbKVjW5K2UiJzjjH0jTuZvyKHHfgFtih82AGNv/AU%2bVGONK0Wp0YPi4KA5vWBVFMx%2bFsqlNPw4GohzAMuLex520kOOOPIQS9fPuWRqZY9S02wkbrttO/WxtDYpOS3NcqgoPcyWir41HsRrnRUKVZAZjQYAJfizn/%2biwW038Jg6RCtK7XF4OAOyzSfwHzqSJsBUn2lZfaSjJdI23HDDDQGS/e4P%2beFH7ikssf20tpDqkCpSf5zMLbWkDBYFpjLcRQg0Gm%2bpowK5Nuk2dGDCAbupwWSTm8lwkH3FECasfhSn1vMiuQZkkq1uEUQXP2iCVPfMUw7%2bRb79og3SgU6RQWnE%2bCMwFLkUdO9NfeX7CEa1teTysZBoAPDXtyNDUpB0ta2BGFKSUlcwlwcBkg9mNkUatHUUM5uqYcNMsby0UFlYnJ3NZYrZRz/qkRtm5JgBO2NZIt7%2bhxx0Er/4xS%2bwrOpNjuQvYVTBvtuPGAw/v%2bZacgt31eAXFo4z3hBXRkYOGg2x%2bij/hblsizWf/e8dkAphPXZ2aXzZrk0Lww/9oY7gh0NNRTXXYJeYjcFbrn8QxgmYvNErMEidLG/5FH%2bz7dRHiw9I0QHB02UjFz8BUxZBFfrI44jSIL0zGUrEhPAaoKD5UpGVmKBAhoNGILDo0Bl8LMh/i82umuNCxe6DKBhiqdNICEJ5S4Ph/Fn1IzppbxIlL8I3e9sn2SFJegfUymSfMVxMIDxJcPttv051a4cfvrlRXXjYiSc86fHHgzrm/ouwvielSR5tE5MJ7hK/8qqfoc4gV34Kxavy/OY3v1GdMWRSamRPWrORz/DWBurURAWLzA5R11FeIhD716P8U/o8fYFE9UKO9UdD0clQV0uDg1jwkvlyx3rJlFY2QdaCbAaZ1Zpem5AgWFmKUMKOwMf%2bAIOAyhshDBiFKOv2YLQHIEuUIIsozPc0KsiFhpk7yBKtXJgQ/lbPxr9FdYQ8P5RPWjwwUH7BW3rGAkMzpD5SRxBNUmEnZZiWRFS3YBNYQskcj6imjEcxXXPowRtr5Z17dv7muLscdcqb/h7i%2benAKqQGuQgQEmD4gu/YP0JDX0RlEPtrbrjhRhDDV5VpZVIfAstyn9c4H3v2yAIblljK%2bZOqlCwVlUyMJFV5FJZxfzKiJeZDTQO/tm3bqRT3Q%2b37r/6y0bLvzzOd%2bzSVNCLNOiAxykSyEGOf9X2f0kcR1YJ7Uq/TjySXykgr1CDPgqGPdW0iioAqx026BBRUPGJmEV1UVx2ACTYZsTMAAeIxI80SCrLWa6tEIBmcsNBhbxmPCZekqx0XEOnBU2sIkX0%2bkjhemllzqxhBn5Ch52Zpy4mKSbsjQy%2bsqmnWljLd%2bqZNs//9gfdunhOJYYaCkV6LpXiCnPYXiqWw/BuMJH/FVdv2LCx1MyWbXpeSkaiEBCxaHlE8BKMFHHLLQjUJ1l6NFl4MMLwiLeOYVC2BKwYSttF0g0yu10lcd931KziFMQbtKntZfkCqnDTkOCX7jD5ziJCMbomAI5%2bYFt2miGm0tQmEI4gtchzUzXrSivArojZSMUmKXqKSJviVpWodKTa64wSETKb1M4YzvqPBAhiGhrhI2gjBXDDHCt7YYRKZVPRvHwYhvh%2bzg0lxgKwLw9e0CIaQf85%2boZGFoV3uBmSlYrKYS7QrC/c87pj/%2be/3b5jlKmaRv2yGyoYDwMgpaWhOLDv9KfYRFP1w7BIEmDnfOOdcEKKtKbnRk3oMXIPoLNbEilSpcMm7kKgFKmhhXVACUcKCb79FHgARTRdSKGE4uXPHbrF/g%2bIeAN6XHnH8It/JVjLRIBOMOssEjgw%2bUpackCe0Co9CeQ0%2bxVtQKfvkw38injRdER8FzjTFLCMVAqmP%2b4tQGjEjlWQkCP7SnQorZu2JmMaGVf5A4UHxoLj4ZPbcpjYiYk4nwsBBsQhhYFHQGgOL0gS0yVQmmiOtjQ7gt6ke8tnsVDH7kpf97Z8/89EoDNC5LIMBTcaj9LTOcekMiYr5K8nTtnUTF170Qw67q1c7evsLtqGrWWJiTeS1tFhmzc7s1BYjV7OslvNI8keqjZjEUszMpHLq1eWXX%2bGUUCwQSl3f41Dpw4%2bkZxxk/TCGLhDHnphCd6W8Z8Ns5rZduwvTM7X2EnekyB0PBbvjwZAMiGXQFPSSUOPEiWog9BbMoGuNjUftNrsOmcBmI9dOVh4V8mw%2bMQBpZySq/EHqGKXl%2bG8ab5ZctJjmaNZnS4VUu8ERRAil7b5CSGAqbt1n0suOIVQ8eMb4O4CIQwdV%2b/wkD9J09JcDGi0edFnQgBC/WrYaWUc9hLZkNpUsTBU4JvMJT3jCo/7o%2bFJGWJbmeFiFY%2bui5rcfuQaNfsEBtZFkXpJUzC2Cl0ns2o2R9vMG12rk5XJY7WPDUklC5QrN4q9aA6PTCOC1MaHLpDQS8bprf3nUEVuY9JwuZGADtx3o%2bYajcMWqTX/BqOVHGtUqV6bp2O4ohPswrCfTuNi8/bQ/feTjHv/InO5wWmoksCh4TKKN68u%2bh2UGhjNXhkGCgx/J8ea04osu2fbXr/pnVZNoVFSrWW0y%2b0HL3WnWGNjnFLd2Y77bWJgq5I466sgHPehBJ570kOOOm2PoFkHoZaYfE20cxUPo%2bO9%2bBMGXqHLcE8Hsg5BHYllEZJeKgLuc4acjVUkLVU5iAusCfUwxbkTLJvJtCQxazapI2ZTWTXzujLOanPycSrZbUo8j6Gz16rbM2A6Ssz9iWkHlJE8%2bX/zVr25KpR7IOm6LR/dJHGrJ92My3ohfrNqEwKLBosk0OYyUy%2bkHXEIyIVkhrrX6K5wij1akmog27KxkkA827fIQWMjS50hWGo0ZPb3B2Ou/Dcz3MZyKXpD4DwiZtzZOiIgrEGdKLi1s1y47sL708Emjwjm6ORSi3qhu3jg9P7%2b9kON8WDoGhz3v2c%2bk2gaoUpNzKBFEJuC4vDL2IVFKjwTHf8fiGSbO5Jpix9C0dxBXBYHhLIxHO3dchpgVhZGhYH6WY9mmdAuog%2bxRgZ7YumEWULPwRWb1M3J/YLma%2bMLpX0pn8ygLHWyxIGUaRxpySCW%2bwxWQOtEfepjpzM9/fi2RzKwQh4wPDMMaEDxCbSgg6VZK8weajvZtrGGbiLK9ChywUShmvJmFFnXpQGayqaIoQXuWM/Fc2S1LmBZ9wCcP2DgqKzOExYlGs8tld8USx7gminKMuOM4DuGh9qBkNIkOAlXldCm/sPu2zRvZnbLzWc960qv%2b5s84lNxSmQ1OV5X7K2XEL/JoT0xLIxIw%2blPwaFZiwAZyR1soBkXQpoUtm8RMisKAhyyxSIyRfC7OUNnw6fTdLrmBRFyI57C2BQ%2baHaQukDt6NT%2b48rrrflWYmkWF2EFQa7IPn%2bO8m6K3rgcobOZb7TRxx5LhJeY52RGzZ/eC2Q7UC6l0x86XFZCYBieIyayWJDfiEU2BfR1pbcjNaOAReNYuyIoZ/GE%2bpJykLae10XPy%2bWwy%2bCO9Y2opAddfHEXeIIEFD4qvzfDQ2sjATiJZyCU76KVCk4Lih0t%2byaEz1J0YAZlGbYlrWJNZ2qVbXvKSk5/37EfL8ZLdJqeGs8scZ6vThNf0bdg6awTwthQNZ4uRrkGNAmaIPlmBhZxxKEmUcpXC738gleETnfzRFoa0raqkEcB8Yj0iQ2lyx5Ykhx0lng6Db1qGKRpjQpCosBmXBAZ7DCNNLn3RKwy41QuriUQ%2b%2bYlP07/hmg6sNVhILch1yrZEMER6u/5yJwiHcnDZLCdzIN52B4ENDIzA28tzCOSXNwy06TMZP%2bMqP1Fv15iFEfbh34FS7xEv9SVjZgw%2bixhwCLS2vFLYYYHG0j0yMIgRpspiLM5UoHYUIw316nLZkNz1O/ggF9zL0kl18tlceWnX7HTi%2bOMf9IJnPxruc8/RbDFPn7rRrFHjlopFqKXY%2bpAEXyTTyYjl3R/aBxrzAXRMtmK8NK4Nrlio9zZp5npAhBsDCjOK9tPXmZiE4716ZRQJF0aKUSCP9TSuvOKG8y%2b4cMPcQXvmy6r//UoogDqkJsP6K3ykLmAcQxFbQQZnsY/EN6g2HjhNDNWp7OPU7i%2b6SL/NC9/PnGF5KOcZnZLzteAnZS%2b3suiiMzkP36gOgfnqa2HM3xWPtR5BRsPaVGCoUHIc46KrTmARP4y0UqGITYgB48ukzmwjYbnFXbuOOPSgxeb8zHTmHf/8t7VmopDuTBenOP0F6rgryK6KCYaSTHyDlPWPiD9H8PtePTdDYL2P0EXHz1ohPyyUzBAIrGEwlBNFllLoo2uue2BSQcgjlqjcYw6TpLmNV2JDGfAhxN/DNeAi13Qq0BaEjuoDxy233HbqqadiEIp5lmeGSLaoIOK0ez57BzBN5kF%2bbrvtNjuuMJQN8rRMCqHaKJhyqycx7EeVlddIhmk6U02cYjoGCyYj/HZAQzXkOIoVU/CVK0iljZC1OWtVllDpxHWznmJyIfL0qU0kTMRCHsm19fz1U%2bz7JhflSetFoPKEeXPKOwhWeQonK6kR5cLbQjFXqc6nko0/f%2bbTUGfun6BTA7lsxUDPiA422ka5IAm0vnoofk0JaP0FyfT%2bYD31Pka7hgFSyuxB8NSATx%2bTdMQDKwZvWU7gGZI%2b4HC3JB1wRa1Zg5Ss2ngAA3RwhK1p1M5XXP3LL3zpK4W5I5kwnJrdwCBuo9mSIM6VomeDegmTtGnWMQyiDMuZJRP7RilvvPFGgsgO2%2bwEk5QdmDTvQzCKMOkDEfxCLRJJoikmDDXhNGy5/YdHSB2CSMP3wcsjJyxj54VD50AcWals3En1Dt7BDToGYDgmHC6rKSx2LOEyHi0cR5oQLx32lnEJ%2bUTr6g12DqMb5dnp1NOe/PBpGK/XwkhM1ZZempZWmJue/15wadKQE5sUFbPz9xXG6HVBMQ4PwlkrVBmqOYgUtYJAMAeWzmQbjLWk2f2S%2bJf3fKgwu5UzPgtT09x0CQBTRty2yRuDmDi60E5TkwLABDbqQTjuAwZ%2bDY5fUmMhkwUDZac9t6B/AzahUNuf3kCAMkKSs8T0PcSyDmixEd9xCdvXcGQt8puMIscWZZSUlRc/NGYCLz8I/ZFVNtYa8ddWc9GSdO509OHSl0EIiBZB6OHeB04Rg7V9fA71pySzNHSY8GQHGUx/93s/ecXPb6hzwVTYOhl82ID3x7Yvq6HiQkb4yShX5PEaXCiROk/6rX1FHzYvkZjrn2vAARtVvde97sUonDy9unsNEtsvUaKYLtP9SkpXkeW2QjQ7oH923Y7TTvtoaWqmKVfwuhhrlSXKxVRH%2b4EDWhSX7JrTFJfo76ifFE%2b3e8wxx5D/oAM/WNX9tvMG1bCfGjjWmOOBtStdR9Z2EPzKV72mODXN6BkqtH8aN%2btqs5fkNBjR6nZZuiZqoz1aZ8TtJSL2i2TU8BHbR80fIQkhlDnW3XuaDNyc8o/vue76G%2bcX65lcUcafpJu9ts%2bwKa8Rqa4baSOYs5pBUjYyUCX3kIFXutdjmQOrScN%2bgEu1pY8O0RnRjkRiZi77Hx/43Blnnp3KFrtcecioWSYXHIjRF2U1P0xnaOh4sAWkMwop9j08nXW1Gc6bVQ2xZVQMs%2b7aJafviUXyu6g2ZN1lGxZQd8jmWZoazLPLr7zxg/91aiqd4wAmpjqw0BqtOpMeas6tamF4yFAb05zAT%2bxocYaDOR6o51zzFtBL63fayVQd%2baeEWKMUMILi%2bd3r24Q1ueoM7YzqDKz5yU9veMaznttmkDktdwFU6610NifTWGv8qNZEG5dli2WU2pjeYVuwYgritQmLJrDGmdqv0WNxBSyi7IVDwqJhFNukBzPcu3fvFn0B7neJl9Qa0p2jbWGAWYbfMywyM51ZKCcu%2btF1f/G8FyU5pjBBI8PKvjQnobHhbdmODQw3ntt7GPNH%2bEPVPe5xD0ZouFBTmh1RI52EHhFHWsnxHpMHqzLHi7EOtc4B2XNmgx9Yp1QcLCKS0ycTXADaTWfT7FBiQ8oll1794r95RavLAhR2CuhRNVqjsGDBTjxYUz6yZVBoE1UJqjFEfXjtF9AyvG8jSy1YaKELQ9Ip5m5ZKIrP0Op0TTO3jvxA4wDtKouabcmM0U6DwLrmQj6HCKVyyUU2FxXYgnbeBz744e27yoXiDDpDa2OtsE5ragu%2bxm0ydNqSqFarnZFlMbLwd9lnqNqgcKLs1nKBK5ngUp5M5jfoz/qzzoFlOWBniANGg4PCoD/UuflCjgWsmazMabLr9u3v%2buipp3283mhv2HwIJ4zrDiZZa2tyK7U2i2nWuJ5GZ9h4C53aKsr6qGWzBsBQtYFme2ypDXbpli1b1Ehb817aOHSvw%2bz/HEAQTWEgFTf1eqeb4YIZKt7bdnT%2b%2bmUv/8kVP8sXZ1L55PwCl56zik%2b2RQb5klXkGDt8a5uzZrnFSDv88MNBr5sgNHVeofAPS3b5BslsU8aBUBubcxiGa91/nQOOA9SwdGackYYbAc3mU2xs/tzpFzz1Gc%2b%2b%2bhfXs1ui2UnXW6lccZYTK2xhpfW3ZfuFHnO%2bnAC7BFfogM4jjjiCyNK42RP%2bHYFxaGsjcSCdjhL7B/QUjq1bt9pw0Ah060HrHDAOOIWhqsVgQ3LYfnzrjsV3/Ot/n33u97n4FW1hH3%2btxeEK7TTzMxy0II/fB1ALbQwhthRX9qYNPOyww1DmcIOut3FiOEZVG2mVaHbCRXO0jrpqWnYpyQYLTsaSM0oO2jKXz2Y4DkiGBdcuM7KsePk2MC5HfmseYtBWV5bu954wqOczwiVsEXpiGm7Do4ywVHw0pCieRLRRVtxGA7EmIsBHOobbUdLLspechQrJPkP4VJhe6BgJ9UCCfBHbFwq2D3FWEzZWJp8HYvue2ic%2b9enTPvbpSi2zsNTMFVEZJmfahWJJN1yIeSYWmTxoi3BPZNC1AL3kVuKiDLQ4gmyTjGaYV7uQyx669WB0RgfSAl4xGC2Da72ikpE2yZ4R2OvboB2qOYGUiF3JFpGG9ZbYWtxoJg7ePN1uLCZyG4lFBuWgKcHCym5g1RINcsSnJC9biOQRtgIKCwK%2bEB779Eo6NjjeM8wIqdgK2gCsXm3kCwUM6pScMcN4IIByr0kyk4%2bfDRhGla2JCpMR7OqmCeauF/ZdM4stfVeNziFepIOTXWcKKdN5rIXXSNa7RZSMLQDQSxyWqsSOfXxCgsihV7PRoVYPsEKZrBelVLUWNxjeEkd4RTbqrVouw1QJ5ZTisg1Ws0jWoG4CokhCyleRynw%2bjw22Ik31hvT%2boeO9HzzjzK99/Ve/vqXTLcmBKFMysNzqsI0r02JFgCXHXiUURXYsCdXQwDgCu5WMa6ANhMc5hhGpi2QJBF6PmVcH2VL4UAI51lx4kek2u%2b3qPY49CMphGFNKcipEsEfLiZN15rXq1Azy8ow0wSPRrZgZAzCdIRfstGaLyL3uedzMdGGB3fLS2gBmwLyJOemjvF6RnvgpWcJs0IAIfcxDOITO8E5RbmSJY%2bo4lZOzZdgViK4HtZrGCF/D8qAViAIB4RWV201pCmP7xgPBCXBSZcqIpooF%2bYX7vB0K8wmTX%2bFfZWNQPXGKhbKBZLstdoziLamLpAiNIs2SSflDv4EZ2lwmR3zOMWTsKiNHiiiBIStXQBHYgtia5E037fjoJz772TO%2bPN/odnNT7FJnyUxBqk9VNSGGB1oCB%2bTKjr/wUb6BD7ImeHTkuq8GNfG3t2EX/aRc9aOUz8lBAirkIfWM/nHolJWUZSjIlis9T23iaOMkkeB4gkTikEOme5t%2bPWBNniLqZdgCBzPgRVprZ6rOnr1Wt1TISWHops6AF%2bhqnLo6cXaUkR/17L1ckDpSATeSGbqVbW76yuS6KRoWEWVktadv/dFW5UuXpJjOKJXc4drSW5v0/Ih0cLmMloieA%2b/lDicSkcSUoI%2bu/tQAYVUaisfYREolrsn01xhJDmxJnHbahz/2yc8fcsSdOBF6%2b0J5dvOhjXpLjnhVFo2dxO0BtPz0FM9kku46JSR4k52cHuAAUSy%2bJg/UISiMdsxC9salP5RP2vvvmGSQgmRWpAFc1CSGcRTeuLRW3y%2bUBpcLPPjJJyfHsnefdpHeHvS3EbQUW7upJsw0MsjgbVkiP/6PWF4OLQnewU%2b4TrcPVYHbrAVhGoJva3o0o1LNe3XnqmbeyIQE%2b1ERSKnzIXMfesAh6ltrse2aTfmyJl%2bodTkWUhjX4lBfNgEzJUnNompIEQvcpI/Y/eCOPDT2r3nNq4888sht27YxGDA7vWF%2blxxPGQHb559zc3NCA5cDyAWeDJSLRb3sY9IQATPJQFXkXk7C4CpHy/EcdNBBEVBPtIJYAwBr7kHCJhJhSlJ30hmz7bVoDkdsUeFQ/8MSeqrMHkR%2bqBPHTcb%2bkDwFtli8aVD0h6NDLFEthBX8IK839aKOkA7%2brrrmIOCDMkpCWFoEcAIbFQSUSC2XSUOV/xO54L9aqZDNNn3ezDPiTQUpu7RjxYHgEU%2boaT2tNFc3wQlyD3v4SXMbZ5m05ObA2Zm5arU6AtPeC1KLg1M8OEbkiCMOI13E26wyq/iQfOXFUHYMDWC6xsYE6TvJ4l3poiUOP%2bJQlROTFpLDsZ88ZMTyIm80hDqU5bOsaaDfY5KEMJEPKOZ4EiTMvcWh/hbqy5n5A%2bD/8AQGneRGQ1EVupLqw9L34vRmJhtUVYCyhz6tiHT4GUpZ%2bL0af8X0EKp0Fz6ZrZuD1fhhll2mLCP2SfVKRFpKaOBAKjEi5GbfyR%2bwDGSLqpZTlF7wgpNLpRI2bL1WE4mEE/v%2bcWUhpBx99B3Yes0jViZ3Yulpif2VncmVwLhnsNEESPBinPuL2/DB2jnmmDtdeOm14SUTfV0E69oQSat%2bxd8X7lJcZUd/1Uvqar52xaq86prffP4LX0xmC3sWFrP5fK4g8sGN0WiVZTLIqhFLT1W7ibz9R/vV/R6qlhzlipTB5XpdFl8Zo6/fdouNH/IpPd%2betvgYbp%2b7bzxGUNliFLJ0%2bU9v%2bvXNOzjeqtaio8X4R3ppaaEkp%2bjLtVh66BmrKYVFxMphwbbrdzjysLscuxlCZYFlm8uSW6lM0QAmplKwWCSRH4aqmOy8wxGzT3vKkz/y6TNv21XOJvKbN26qLO2eGPNEEQKpkzzaI%2bfUyWPaIm9ERAoIV7J7v/vfl7aFA3JRavew/jqsCXp4wtwJ1KDaBHFtumpxsTwzM0WRsGSVhW53veuxqe7X460El%2bZ%2b4IBChtBuuPHG0884K1eaXqjUs8UCnKpW68UcY6AeL5RaSjwyk2t5hL%2bc2QhIuE6qlzewyWaBlAwMyG0CzSbvOj1KGfCVgKBgejGs2HrfK3cZ/UExS15ATet3xpe%2betbXvslRkM1uqtFpU1NwOixNKaYIsEhPkHEVmEazzsDBIx5%2bwtve/Com5YppOVI0qzb5BITBOH48PZmzbKKm4o3p98q//fPTv/zNaoOWObmwZ3cwWiGBa/II65dHbETLMNbxD3hgiRPreOCU0o51oMIfwMQii00Cz8B/erpki2s4SY8lRU95ylOQEoakikVOgO%2b2kZVsFgAZVJQFRVbDYpLIqCJywzOYqvnzJqK5B2Fuvw%2bSgqxzp2wFQ429te1MrckOqNlGt4Ax5X6NZJFfK1VqJovux2c7Kb9mqlTr5vkRK/IjqJ2ZanMme26m0c11M1P1TrabLPhWjsupZcdlmU8Rqp6orSi7ojxBMQmXaSrTxXYnw0LeTrLQhfhOvtkttpMzzdSGZmK2kZhuJEotfuQ3WUzn56rt9P%2bdf9Evt%2b1hY4vY8oWM9gFN7ldEkheJaoj8MbbL%2b1nPfFqy28ymOAVX7mADClbYG/sNt5lGXuyo08Gbw%2bLido8fITYDHDAJDILabjTzbBZgrKhRR16POmqzi4udxi9c39BjrwNwjoDv7nuEg7Nhp6YzRcZ0czmujIZizFYGSZD%2bSFU9AsnqB8UopktEDo%2bTxU7Mz9KzTzKSluUMVlZ1uF/k0/mzoCpwcz9EMs3xqRwl6P%2b4Nc0Bm6OZTMrVbSMesx9uv%2b3qZxm3fYqDyoo8MrjHm9up%2bBWb3VKrU8LBJ1NxLf01u7lqi93HM2jOf3zwVFmSLGhsmHECkejLa5D1vuhwn%2bw%2b6%2bl/PDdbzGaYzGCkSvQE8UVmEFBbdxMM5fehW/0PUWG4kJfzCaCDgdYNczOi1vabJMG%2bTC4bkRZ2iovnssxUcE8PYwaYKA1QxGKR0fG1MO5HURlNUW0tBtZQG47lzaBF%2bDB53GZ%2bP/zpwce0j/Jr66/FIAjz0/rj7kL7cdKdc4sjyVAlkyUC6X6CZBR5qxHmJ%2bDc6tA6QhrYdpJ%2bV5opRvSn2xVtob5oJ3P4M7vToBZgIDhXqmLBpQrnnPu9H12%2bDcoExnqGt4PMkCJ43kZDZNI1meBazxc%2b79k7br1xqoAeSWOA5qAqZsjw1pGr25FqTFRPEmiW%2bWnJkBa2NHU9FCC9xx5755ioY3jFCnwvHrUCj2zK0zoNaO79ancYmJbZXsYTqTBoYUfUFssk0EtqbVzKMpnXEIFApGh/RD3QZ9MK92YMGbeF8ubsaH76yeqPwD/00c8UoWKZMmplDnuH2RDh0CdY1xN%2brvbfoI7voaXnQhVP08FdftQUOkRBIZB9FEN6OQJAtQtd6QJj7ulM8X0f/HClKcODelToJCXmqmpJVEVEkAgGOCgtvX60G4kXnvyYY%2b54WKtR5s4hZEaESrUFI01gZBhrzR9SlF4E9iElluzW67WHPOTBK0t1eXJFb2Q1GUMjMiH06P/f3pnAWXdUBf7127devjVf8iWZLCRAQtgMKEkYwEgIEIhZiYwCSQgJS1hCRhxAiBIHR0XEGJMgAoIsI4rIrkJAcBwwoKgo/KIoOAkk%2bbZe3r71/M8599atd9973e/1198C3ff3%2bnbdU6dOnao6p5ZT24UXNus1RpeMldFaGlnxpq%2bDVEouHe5HpcSPNJDXGDPa7DgRE7VhoOz/gMitKbQiYp0OfmKQHYAIGggigREabumOyM/lgsTic7Y%2bbpNUaFl04pBaQf%2bUAavOA/XAcCasqsqwwohhOdZWfj2qvFJpmtmtTLr41a9846%2b%2b%2bI3xJvoGEqFskOb%2b1Ipc6SrHhKyU05PGf%2bG/v7LdrNA7QpjQE2pb0x9zD9A9CAAsuUdGgMGD2hAjPTQ5nx5Ho/GTT32K%2bhnvXqgwyKj/EdEYBmnjMSDlwnEToj6JxMU//RzS2WDtBJKnj9youHKfPkb6UH2SbGE4UA75J0KDaOsjKaWtkSXd3g%2bY2pe4xyf40YKoyVI%2bpR5khSEgqCgCb8E3fSEuxeENigN6mmNRe2%2b/RD3wxE6hYz96WmGaRWODTFCHUFUlp0%2bCzrQxiPKW2ZPlLuPSWq2WZLkkF1It5z/8h3/CqjQzJU3CjPBA7a0TRRIuiJ46lPs8TH6Wu6wEbNa6z332eY999CPo1fPQyCA7yC55izRPEuPKuP2kPJ0xYWYZkZqbOdhgik3%2bZ5xxwsrkRvmOVBtpQ/RxIa1SO25XZssWFkGTVaK7dM9Iv/JkQnZk2hwnJao5MjfhPX5WMnHBuuWM%2b3E1GG7e7sdngoJWiPfm7mbOu88kl6MfaFP8%2biiwiDhQU4%2bB9XYGOkOjx89UxTSHZsTWCYVvVFm0heurmklRGFYxtDBqUQfksulGHVMSC%2bQzuWz5H/7%2b21%2b4%2b1/lprYJH%2b29B9Vr8C%2bk0GUF2nIvK7czshRYFkxe/aKfm5meRmyQXeueIUVmTAsDHcL/CCrRmbgisWyzWbM1vF/A%2bnk2zTEYucMIBzfN%2bvbtM6Uik2XSq%2be%2bXhYTSG0jtW0wYFAhBtkq8shgQLaGOavxSs0dRek5I%2bAkLmhSQPycnlhTAxzNhpKOREIkk27ry/G2H0gBSzKCNPbcW3jGV/QHT2t8QFK%2bNbg0TcJBoDnguz5bEBaIdpmEEn9reQKdIaikSylINSHkJP/J4eDGCtqRFD1MKTUSHqTLUkdzuTS/sGV2hl4DFR%2bnySyn8r95212sr3F5F%2bdNk%2bnKz%2bLVt6TY%2bOhLErVqPteT%2b5xFs5IpbADd51x4znE7tswWuV4wzAc6MdxWw56F4CF%2b%2b4WAyf5rnmgjI4UgnVLrOUMzyUV0CCpr8NAZZk%2bOO3ZbH8OTRKR2dYlAf/0hURtUExgGFzFn6303pUzivCc%2bur60MFMut5u9fLbcYnlJEiMV4yy2s7T4sR6XGfSgXGVuRgYDvJkWCHs3EpMUNsUZxWyZ38/E6l%2bWy2ot4W4Mr10WtScSuTBDKHO7DL0U7aIwNyg/Nn2woQAmxLwjrEQ/FQQBarrsrZYAkilnEgWFIUO60K1KoktrSLF0fkRayRNJAalnPkUMeSyVhg1lx3JosqILREpG/FjJZBkZ7ZuoMbZCYhHmmG/lokI2FtH94gYeiQt/MaktJ3LcNZpYzhIkm0tXK/Nbtk63mciYmlrqLN97/953f/gr0oRp4Uk4lWCpHyHu/0IvEHQdJ5WFCIr9JEH8qeTI2nMmTPBOTOU4nTaRuPnlL56qHshOdTLpZKvDVFqml0zJDTOSxzawlClapIVbG/nJ4FItGe4tuUuJ0TGWSsKsZEEPWQRNilsWcEh2yMoWBFKKAHLJqVy3k8L6WWAer7b0/Oc9Fy3S/HG8S8LGeTTUOIiKY%2bQvueTZs6U8M77TxWmWgjNhxQJg/HWYLA2O0bO04abQ7FEPeZFekxYhGPqGvZsJWFJrZiBJEoWQIh8lBv6wCwt5YlLBkrk8URKV%2bKBKs7CDb0I7vo0/3ubAQ4jrW0o3/ATf6GiKJFZSFvnqKEiYo7Q1%2bFp7c8oFJEJuVG6kejCexFqomcDFF7RC0s7Ip/xQMJQZB7xNZVJ0rekfsQwVC3uivGVLtb384T/%2bWI0TqmmMWEDNSk8JJVWH0o6iDD6jf4pmdB1QIgl/CuSLGbQLnnr2qScel1put5vck4XycxlwGvUQFM1AoRU%2bYcTh96r/pdKkfeWNnqJWVtaaBUk5fTuXwwSOb481yj/5tP8abIRelewAgs/kgOcIwBPPPjM0OhtbMs5BSYRZ6bpEwVRuos8j4pKqyRX82BwMDcXwdVB2Via%2bsu/Y7EyA6GJ0Dhc4BpGuBFeHpZPYBlAgJjS%2bfe%2b/ffDDn7ICtDtuaQN0eXdIA9kPH9C8og6hq/1nQ8E1176A8U65WOi0W81alaEOTbhomErQagRW8Y/SaNNYVCjS6COXMrDBdIW%2bQmJuy%2bz2baU18G/Rr0VtyLpjdu0oFvONRo05V24nbbdZa4vhxNgwC8EqyTs83iFLjreR0YJpj48xDgR80FyoMYM4/PV1GCc%2bP64x7AdKTUcnFm2h/OABzcGBee29f/ChhSXRB6shwEGstYnWpiNiVyrJ8BdBV3Wx3PiSS8978pPPQWMwvORzmU6zAW%2buVQz6TdZ0y3uNj0uvOXhnspyg22Q8jo2CpWiSRq/gJopmYrVBZyrV7rOe9UwZa8KBWKaCIZD15YleskDqj6PucVm5AmeDOED6gXxJ6%2boRkd6adtgCWL%2bvh3jInH3s9McS8haJoCZALo5l9gbNKZfLzL/Rh2E19/59Sx//%2bOcx/FCAdNMkkRjjWsw3MEKIKPTHMPYXG7dku23i%2butf1GousTh7rlzm8mA9AAFRjDU49PrHptyHqBOaAtGJAfOiRZOHRjXbbNaf97wrWCPPVch94cb%2bmFhtoFzMpZ535eWtdi2TTVWrS8wf0ea6FFJxWL0Ej2Ozsf6IxB1jIPa5QpRDMQeBQGJA6cWFFaQKq9oYorHQCnGug5fPjLmFv/5ScBAMaKgKLQnGNFoeet2CyYEd%2bdLvvesPvv%2bDlhWjbXmUZZlaF7rUHQy7mBge99gTnnHBU%2bu1pQP7H8pzZycLXeih6W2nMvrTMZVGMaGiSuZHSXZph3dazHazwSYKXe%2bz/OTzHqf7SNaYjonVhjSzk%2bfkk7fsPnaXnHQi1g7mfaWulVEvmS35HTyO7xBwBP5LLvaLzjhMRKEoiUgT/IpAFBNSw4hHaH2%2bQmdCORiH134cF6NzOP8QIpzT%2b0JzGM/gsDaHkU6hUGq0Evd%2b576PfPQTMMrKNdochJgFVEIkrjkIzxrkh80tQuyGl1y7dabUqC1S5Yog6aMjkVB%2bgpyfLMfU8KNBQmnUyWiRzwxHJ0yxar/%2b6Ec/ynYrt7G0remZLNkkSA/EkdJ/1FmP7PZaxRLGiRT9RQhpqWhWBmM7uLffmlhbj0ChoKxOC8xB5HEgK5J2Re4cJnwWKNKuFYlM4DnI8KjAKEylwlKXHuMZmh0CMnlfrTWY2Ni1%2b%2bR3vfcDe/eLzlA3c5hJPxEvLf0eY3xJl77dbSIlZz3qxMc%2b9ozdu3a26kvdjoyN9TGBtHcIm/h/n9RZnvS67Wl2wTCh22tjQ6MGwBKNTTzU0cniWAt/DTlQMfHyl93AwGa5y9KeOq29RQs3ammNk4V14945KDBzG3wyrsfAJjuoR3kM14/dj9Hx4CMHaTGQ9rPClTMy0ymUo582r4bD2zEmFXPwuChwWKrNw/EWIh7UfxIKcTcFTu%2bLzwGK0s4YkKaG1SWsEKOPbZ0F%2bmk8iVTuwFKdVZ7vuP29MsmG1Vi2OkYpG6A5GaC73MnJmppELpW4%2bdWvWNj/4OxMEfEhY3mwhre7yw3WsUkFzRQprUTwEA2ulSPTLI1SjSiqNEogzHX1egWbHfsFXnvz1SwOsxZ0ZYKjfOPyPQovgrPNJifHfz384adu2z7b7jTYgCyzUsETJ7hqUsOAh/X/IFdDIYPAw8rlmiI7OJ6TtXprduvOxUrj05/58z37RcnaHVoditXqCniSIjb5jSR0bFaNPQSo1Uw85szjrrz0OdWFfb02qtthfIy20/TxoNW2eMwRHiddIU6cL%2bEYBWIHa7e9besMn8VColFrrbkyEIITPdRPRNZodGenp5583pMY25TyOTrHENGJJAg6mnAvCQgTM8QxUdTri%2by4cmSBDAKdrzkUJZrEDIAkU9vZGPKR%2buxLhbR78tNJJ58js/6Z/Adwmpd8sbB3//7yzAwdtl/7jbfjzaVJWqa22EJnV0P0NQzV0slMh%2b4RjYksHkjc%2bLLri/lUmbUnvRYbUprtRqcnOwtYIU1ricOi6kuRghyk3xGInKIY27LiiU/Rw0ad7d8vecl1dnoZi%2bVcWItl/LcT8XGDkBIiY2UeAa666kr4KU%2bXsvQR%2b/I/TnbN/I3L1prwhnIVA/Jpjx/DaIhXbEGOhJDQruDTOXRun0PfbTGOggBvsq86X6AzmsnnP/HJz/7jv3yfE3nkEdXzdUZrRCM3wVtEGRMACsMyyupi85STZ6%2b68qcbtSU%2b0RFWLXDNLd1rGhxWK7PRTftufbI1yLxw5/ffoqyW6PClKGCdeRu6gddcfangszaJGPoIT5aMCbAlPp0mk550N3H2E84slgqsstENSciHZqsqN5jKMsC%2bpy95fT6H6SPGwOplEPIVCwh4MKxBGG0GDu9fSCaeISF8Hf4P8mNM%2bqRXxkGKGF1k87n5hSVZBdlbvvOOu3LZBOY1edYqZD4DyAVnpjFDBLWZmRy2gFe%2b4vpshomwdiq9nM/nGF8xlURTg3bRRPSH7VcPLYIYAguD/HUqoa9sCCvksruP34VyZjOyYo7dpehniDDZf9HFiR4daLJmsMfdbdQQF154Qb1RjScv1BwoU05Gf9AxUbzriDwoOqMgjudYEnxmYji%2b1wj3IdQcYvT58d0xL8dbDIdRdb3ZzBbyLLLkzNEv//VX/u07%2b5CzQGcizSEV7ueIjefAHpDlAHuhxZh965bU8553WRMzXq2CqtLOyI6cVgvzBiMdXXEjZOEzxqr7HHQEfARyKEKOiFZrSy94wQuCU9E424jOZyicAf7Y/yZWGzPhUx9gGCDwy156/fbtW50lbWi8g6lykKH4hwc4yAOQQaAyEwm6h2NCI/4jQg2mIxK6wC/qTgwirx0ylJ8IGMyHDAqizFA1WvU8x4nnxTydzeYZY/zKr/zq2lkZFtLWbVLT1ysVNgdXqu0XX/ui3bt3MQlYa1RDBQnuLTQCEfMhQQcZdIQoff9RwlKp9PyrrsixEp7VD1oUiHEf0tgfE6uNRMjyHp0uqjd6j3zEbjKZHhvTnFQ/PjkRq7AN7O9Eym7kQQ5DnCFeg8iHCxJYyWPRuaJycAexVGgCzX5Llliu2Cch/ExyBMZ2hFnqBfByTPRQPulEO5b49N0WcCgE4Ja5mf379lar1VyhWG2whCv5d//wrb/56r9RwP7DV5iwyZIja/XZRqryWiiVpatWyuw%2brvjEH3vM9rkSM/mcEcRtGTxsz2gG4yrrd8lbF2eTPE2y/w6HWpLLjlW2Rol6iMFmupR/1CNPn5kRMUV46Z01G61gGtdP2HjuydIMTWnj9Mgpbv2lJYfDq666lPOvMEsgKzSFYv3gbCRKKs2iJoZ3UodpOvXAAbJbFV3YY/OJ7SwPICxyc37jsR9g0drG8QEgBO4xbzdVAtvup3Im6xp5sO7AHpbQ8BeCPfIGCimbVU2EVWc/AEu5yflQsoiL8hKzKnuPWRJFYpluG1ZjeNTHcg4vNRgjtPoJMxK3rJ2XnQEqS6q3wLEnI5L6%2bLGRevKx06iUculcJtvsTLVTHBNXmCpuecOtv4b9lPvQ5WHCoc4SNTIQM7KuHlDweC9mlpg85eQccllFX7JIjt%2b%2b9Y2vzyw3t7I4rtfoNiu5Qn6x0UzlOCJUVIW%2bHON3nYXR/LWDHPStZS/5L0WgS6mRvWQu02ixTSAnhdJtZpPdVu3AW9/65lpN95DDQbvL/bscmjke23Gs4QUQx/K%2bM3p5ENUAC58pJcK/9jXXs1G4urSIAZHV4FRUUmZw1u1Mz8px7k5PJFFhZnkNjmTfxHxELHlBV8sEhDoKN9rlo/luCwHEB/puEIKtE9LoyOIqg4QNqYgIj/vUwhbIJI%2bXXhdM9EWqCY0xEEchHua2Ifqs4vY/I4QONyW1bUTOZrbWcupApfHg3vmP/dlXuJRWHk6Mp71gC1irPUjB6Kz4RgioUPoKAva3ziZe9uJr241FBLyQz7HWsThd1t1mll22rNOaUEtg8FYeIgjVEntFmfOhWmjW6rIZjo7fcmfb1llO7p0uphsN7iihQRNTMF3EFVkd6TmsDEYiBx7IHjrDNkW%2blyoNWpfnXHQRO2wxglCjbuOkAfSG88M4EbNWszBryt/V%2bJjEHwYGeRiEGElpcCjc8NGg0WcIXun/KMorhVk/vzXE7tLIlImZlxA7RuR0ltjXvFipvf8DH4LBJQxs6eQUli8aTcmmNYgdIsePgOHOYujK9s/E9TdcsWvXTixMzOhjjmhUa8Tu58oK6XJeONB5xI99EISm72M3nF933XUFVXuII72QbbUmK1Ofkz62fI9Rbjn3yRtIzZTz1aXeG97w%2bqWlhVR6as%2beB%2bmKYF7MJLGS58TG1/%2b45PWDD9MXsVtL6OJTiGSfcwx6GQQE5xVzDIYFIQ70mpj%2b4PEs6ved%2bGson3Fm%2bqn6QWRUocIKEL3QWftsJp3/l2/d%2bxef%2b/vyjF6jg526y6WFCN8amEdhqOk9wVPVQwEBXf3CF3B%2bZWVxni7ZdKlcr9Zcg%2bkz6dgfBGLGoJNMm09%2bM2g4sH8v26s5OeC6Fz%2bfeOr1RlZ3IkMB/RldpC6G4Q6P%2b%2bEIcShddexm7U6TWokD6vGenk4eszN91qPOKBXy06VcZWkhRxOYSqE8xZwcWG4kBh1x0ofsm6jtCTmR9bCuyKXUhEkkoG8YjdDw8x%2bIuE%2bfoAEHIcD9IC5GR2TdHS46cxhLDjiUz5gvo1OdY5B5OaZPZIgkG9VyrHe7653vJteWajIgSLP6kxUiHBw4mebIqQOqIP2Cp8cdshz5vz3/su1bZ1hzyX6yVrOpLyl%2bAAA5eUlEQVRRzMvYxlLh55Xx7Dj3HTDfacvaPBhDUDnvf3HpwJVXXqqb8VhTk2ekRIMGNU42CI4O8UmP5%2b7nfowwWhNxYJwc0k52NmoNxK5VT/zSL715cX4fV89zqjr7aUm2dNQ4dYM6K5S2QccYEa4bCrE7BiDqu/04FKtPPQZ9XdgYspF1vhZwECckuIaqOgw67P9gvDEsnxNzx4LQNaXM6DyxjJL1LdKLkoMx5IZDLqr9x3%2b%2b9853/kmxnGm16cJi6eJM50lNAnCEyA2ROo5HZtRcKiYuu/QSvOkdVhcXuMZZDBje45LgOPcdtDBdrmuXcw2p3mWV7da5Msekv/am12CcsojbnXZBtLEnU65rfYYkYGVSZCtNDZaZbgejxJQaKxKwce45p%2b3csWVxYR%2bNUKtZJzF0LkE2ai5tKxNfR19t%2baOKymeAzLVfrM3RINLmwIbDx3QhJ6rI%2bc9iN1/1p8HNkAUdipzfgHoYc%2buY2n5SjnkFr86zSyM9IumisSsNydPGlvMrGXlwGxpn46TSxXe9532LNS5w4GgiK9k%2bme7nYsUvP5zYLXqMRFhKTwX7ipddffxxOzHq7dyKOPVdhtOfrj76zoupEQQP/jnHsFpbqFUX/%2buTn7T7uHyOZdz0LXXBm9moY931PnKrfUyqNqyum6KpkaOF5JIyES8WGNVrtNiJV9x4w87ts61GpdNtTpcK2GNYVjRpBKsxfFD%2bcIvC%2bI/Lbh84qXsokT5gLNZJIzgIfKehffyMJojA0c/BEsWGAln8wRFSOnxniWVdLhFOv/d9fyQaw8E4OlU3mtIIH/LfLwLVGdSGODGg0YEr5hLXv%2bQapjSWFveXtU81gtBwMCwqzz0ub2WRMVvTbrrpFQgh%2bdBpsdsH%2beU6ZFbeyTnmNAHDqawGnViqNdUMuJLWT8PAh0iUC2Lzf8HPPadcypXYMz2VYI6ZSVms46MYoBTdE%2bGsxTIThR7qQg54rAbF4ePAucqE1HbGDNWA/KR9kBbDVUixgD4R3KN8XQJxIBf6aKn6chOjdRCfxgZxDaUxiklDdr4WnB4a4wLe0tLoqXBsHyiV5xaqjQ995KOWQXJyYGxwPzTisYDMbdG8yQlydFAuu%2bQnTz/1xHKBzaVy7C28WbcFI4Sx57gdpM3%2banQexhv1JUZMp5x0whPPPo1Sh3IuK9OMPLlsgXVxqBdKNEhhHMjEauMR1YkmspC%2bWthjfdWrX3Zgfk82l8Q8cGDvHjTHwz8yzlFiNBE3KxNZ2TeMaKCrFnqs1/%2bV2RjLVxZxUZgmXfBljbNwXpqZrTZbHDXw4L6FW//XXRQ73bbglJm1JcC021%2b%2biHJ0O0yo8HvpS65t1RYZgNA6QJ6xAKpCXcxwms8V1EZOU8qkOEqKVpNe0W2//ZvooaVK2LRIxcWzduFfe0iLWd7KSrPFADHxohdevPvY7Qx8mq0aR0U3qpUITV0rF14Med0/JXaaGPeDdyBMLksSpIUJYpTRZJ/4AF%2bZ85V9A7IaTeAOY%2br/PNgvx4ZzGMXYZywa31caYJMnXVsgBzKS9Kll1kTTT2PvZzpT%2bOxn777//ioDvRidsT6dSkbY0BEoKkEDR%2buGZjz3onMfc9bDmabEisyyTvSJpoYuA0MXuo7W%2bBDE59zoTRdL4Pd6rVxm6thjtp9y8vEsOA4a4EhR18R5xPAaFY5Ehpkb0qJfyukcQF9786voRtaqHLYlJ9a5hA06wqCH/L%2bLGrnFbY8f6zgQ8EFzocYM4vCHOUItHeZ3MDDHp0uvTy3GuUMOccRAQFXCp9k/tJ/WZXEnRmduY%2bdOxz37Fm/7HdlQIE%2bUJfo5zsvqJIcpDQ4/MX/xj2mWRr3DMuEXX/NzXEJDa4MUsQ8SPhnr09FFZ6y1cZz7DmbYsb8xZGAlwx133lYsCM2eGcr71kxYpI6JyRwEXtsTBiTXgoyj8mH5U%2bJnrvrpXcdsm5ubWVych3UdJAQYfvLWFuukofwYndtmY%2bQTsQpbAPkvAxwq10iaBcdreaRK7IfEfEGwEZG%2bCW2P0J2U8zXjD8ZlUhrIqpecWFokdSxhkYZWRIpcUu1hgNdmdMPN0mgTt292egype3d/8W8e2rtcDxaBTMRs2KpLfNbMkGsSIyNhYNl0ulSQdVvPetb5ZzzydA7RnJ6eBhHNQWewGqM8tEsumTFHLo99vMlWzjPPePgZjzwJOt1ug9kbWq1QUDXe4BWKsQ8bwz1pMEme/lRbImGgVWxiHWDIzcLs617yYvhmmYBtloYNl7YxWFo3FIt0haiHeg0CgcSA/qd6Rhnhce8vCYtU0UNYZ6fPFaRjjA1%2b%2btFHvkH/FIFG22HbKpfewtI8FXg6k%2bMotWyu2Ki33/Ybt9lyFZ/Oam7TGS83opwTwzfBg2W5vUQxn3jpDdfQuMhybLMfw5Ru/ByccnFppy2iztqydfauu%2b5gWMTkJrdPtdusPaUGVO54R5Guxu8I/0nVZgQZUouSNKotPdX2uqsvOeMRp1N32TnCfhiXPB94KNxDc8bFbpMSxBuJi8dEf5sTlHQIdAXf5/B8PULi9EQk5rOun9aeuQQ6hzKAAlgr2sezefH2fCOehEJoHSafGFRwARoNQqPF/QBTLOP85Cc%2b89BDskxkwsfE1ssWKyo5XErm0HVig1lBmUa/6FlPfcYznr64uIhGWSOD2sDYCmMb7OYcYXXaKSfvPrYEBe6VwNZsR/sLn0PFYsIEgL42tekPBXfw01tm8jWfyeKHNfzWW95QSHOaUFU7QdQgtlZAM0uuJrNcEzpyJI9SUOBKpeuK2Tk0XEiNHNFvesi6fEOXGiaYk6Wfjnk%2bKCfJdM08grnHE7IANghxyKMdJCfKGTtqSFMoUQdbCaboh6xB1Pw4oSaD8cB0KqmWSIBat4pLBehMqcRL5eCz5FMZ7tZb4/Cy5GvwAJFZjurSAgVJl4k9M/Tbkpn8W/7nrw%2bTQ%2bFw4DdaZMOCYAI95KrHga9CYTlx06tuKHHZR6/JlTjIE6cD8gSND1qtv7CwpLXiQI/kcuOO33k74flEz0UbrQkNIwpjWft/yfGJHqIOhF5dgaSy0CgpuxeAwS7rfs59wqlP/YlHFemvtlqF/Cw9ZuwbHDpMndWhIpFtKFy1zKFZSWZFZYgBE7JJB/lWzZHuAbnmvZmWRuDjb7SCgiM8kwh6B5CEknae/Gw1mgW2oC43UokmZ0tILJgv6UcSdWRNs0VSQKTz63r2IoTeY1kUAqIBgBaNiaZUDdZHZyWhwXWHiMTE3htGpVMcqzfFYJcRLUkJ5U25tUSs/hY%2bCIjucVEPabckC9TOl1xu1/OpbiHV63CcESsbMMkEmhMyGX6SUvczbvWTJoatj7LSTLPebv%2bRAu/W62VZObzc4OpCLqVJZSvd5Gfu/vI//NP3JMsRePhCneS0aNMZyjH8WTkKnkyLK6aWptRg4S/RQzwoBJnOEHmQ0Qi68/gzdv7kOWeVks1kq9ZrNGfK09zuREeMa3lSGcQIJZK7OHW/Rjq1PJXpVV569eUn7y7COqJYyLCOhuMvzdygFbTIrXBIqgJJlvyb7JlYbULylquiQ/bTW25Qa5USnQa79Zdej7yym6Ber3aarRNPOAFtWVg8QL3F2A4zIppDtWGWeA7tlgyV6UhlSdRIKbs3TQi%2b8TfGHplKlLe6RPb1lmfIQLlerWAM7y2zMZ1BblI7viKvot/hY8oQfgUVrfscyxEojI/rMlbH1svUglnWq7TaDcoZPD28JSlrycMMHMshEYVZJOkwRRXxpEpNZXPIASubqJK5v4WeSYUVxBM%2bciJ%2bIPeaFUQnO%2b3IMslZ%2bQgkLsleMxYNvOMdd5AglJak0KxnWIBsJSjpsYeCs9zgTbXF1krEXOsv6RaEvyAfwHEiTuqkIv3F172mtjRfLuVLheL8/gMyBErK8tJWVyzRtEsFVuZQCXDmTqK3a9vsz7/m5dzyQ7cHkmzhVH6MLPluA06XRhxreSw9awkZC2PTUgAxmovwJxIPe9h/ufHGGwvFTKNZYY3Dv377W9Rn04UZ2RabxJiZYa1GrVHvIu7YT%2bQ0kRz3f7GKTy4%2bG//H5WFJGafqj1ODyFPJKPKDASyFzBIlFEPWiUgtpw91nkmAKrm0QqN/YYgwbEBCRIon%2bNLCCCGyBsxJXojOpj1Sz/4uuM3ItXL0H7hzhZXFJo9jvhEO7lZaZrKc7ZHsbkI8pM9HDvLTlb%2bSsURKJkubptVJxKdyE/LpWBNHDKfPb9iHESF7/%2b9Xv/5P3/wOK3tRBLt2jcvZmm34ohBdaQbqHVCyWmaMN/RZLPrIM0%2b54MJn/uCBh7gkjlPWOeudCpd12Wyoy%2bVKlCSWp1a7Xi6nWs3Fm2%2b%2bCSXiYkWLixERrJqxYVg61ghbN7UhfmnX5S3/KN5arX3Ta65lPmd2hqN2UscffwJXd7GxrtFo0WVpy6K6Kcya%2bXKJaTQ2jZM6DAtkuP8j%2bSv8qLdZxS6/MBTVnkGk08ItjVwMmebEbBbFiipLEyc8yrOCoJhMGJp7jwI6BHGI9Ume8L99CYCE0ydFT5LZglTaMCBdBKv9JnjTw6Na0l/Yz4AO1QQZ3miy65bjZuzMJGI1FfI5BOh/4jYWxwE6HI9Ikmmc2%2b/8/VpLKgLaEn1PpTJZv9SkdMIyQslX/gUFqsUqjdhUYqGaeM1NN89smVtYWiqzp4DKNZ2j5mU5QXoqS/esXqvMzZb27/3BM5/1U1de%2bayFhapt22QPBC2TFb1jfl0c66Y22oZwIW4nz1Ii5Ic1eUWa48Q773rHVK%2b%2bML9XVrN26atMk2ZGaehMvVnfP7%2bPNqfakNsmyXFRHiTA%2b5FrK/xQUBE%2bkxsLxXZda23QwRTnChWRpCZnCuv5yNYhdBknHW3pf8gTSg8kVfsjiPkHb5WYCMcLqB0AXoDQAhIRyacMzWn6qBSSsnUvuXdeE9tN1LlaklRP%2bqOWsZ/KIpUOokaqZ%2ba25QtlurvVqtyORhWrO8kizj1xj4CBK/wX5kP4TT5oY%2ba%2bPSJSQTKe/cJf3/PVr/9HAxHnTurlBIpEUfqlZgUKh/x8%2bFC3X/o91cNiOXHaGTsvu%2bLyQilPUcIAtjVu9WCXKTf2cnS/rNhMLxeLibf88hsoAEYBvNkrxLoC2bpCVy2%2bR0BFxCVpcgetflS84wUPpEqRI62DP9dPo5Ni/bRKo5MppF/6yjd9%2btOf63LTaiJP16JSa3CkEJ3WUjm/3K1T8z7%2b0WftefAhqg1uaGv1ZDwK8VglEft0rDI8FWT3bQ4Md1PJWqP9zX%2b5d8euXfSnm3KzK33%2bDgtj46TQvP6HDkAIYOGNOONBBOJwAtwQR5gPbVBc2ixjG2mDu%2bxuxy5QO%2b7YHaeefDwnqzIKYdBgjXNAYpJ/wpfUEFQcyCOD48y//vt/LFbqudIMHbnuVBKBYRHXTKEA5mApj4Lo2CbgI8AJa5YB7rDldIts1q9Xdu7cvmPHtqaewo4QkxVcveThi32Fy3ipUKjjhj4xftwnNiDUgCtx5xcXv/v/7kfKpme2YeyoVZtMyHRa9WKBE9aXqtV9v/rWN19/7fN6cg2zDmtQXZp3nUu0SlPj9aUX9xr1Z93UBp5IKvklJj/Z48Q50S05HCSRqDYTTzrn6QuLrf37W1u27mTHEwe91RpLc7PFdqdOmecyuWatk01lyaBWz0wxcUkNhTKe5wgochMUtlTz1n5IBZ8vlOi10E/jwBiGFoxWOWO/ocdVC5pptqPnKY/vpWARfAXGy3yY8oDMD1lzRSLCzRp1kSdq5OUei3PpixdYQ57JiZFHpd8xspJDEmjGZddMGjqWzFSS7mgyW2M5YL0xlclyYhOL5LsoZ9h%2bGqqTSD8iB/R1RM1ePhbuQOwMn1zGArF1bmZhYYEqTy7hkJsxeww/uIka7JCa5AAPoTRgQMSA9lZ4BAg/kxTZ/v37uRydAuBQjkVuQ0hkG3V0o5icop9Gr7uZ6C2cd%2b7j/veH7mw2GtP5fKNuKwkY8zTZNOnpDPQHow54i%2bIew7WeakPHADFCYdAcO3CQMSL7uEnwPX937%2bWXX93r5Tu9DMWezjGibWZyKfZUiGGtzVru4nInzdgjmepI1RmTaaoF6A57pmQAQ2vjskN2wPPQiFKxMapptjuF0jQE6a3BIQYmIxOPwlMbEJwvzBi%2bAuM8DKiNsSFqA36oORIK9qXjxJbyVJLVHwX4kLtmGd2yfypO1sU44KAdJ/8YHfDYYS6GwiCYrMswomCQI3P5U1McRQ5OsPffsPQdSmQE8iEuuQJ0HxFukM8uCOZgoiYtjMsx32E1lXnJtNw5RRMThtPc0E8N6OChP4zayDgCBC0kez5arWaxlKdcq/UKHTP20XRb9D9zrXqD25ZyWXYS77vna3dv357nADJaJ7Y8ODIWpyvN9VKbKAIX0yQOy8Sg1N3IwR3SiaxQbNzB/sTHn/5TT33yX/311ztVubqEvK7JMtUpzrfnivZ8tkS/v95oZvI5NcNR9IHgugRbTO7TmETU6ZCIeLJqVpsahWupUFLyS2HipgiBi6lTDhJ1BS8w/gKaJiKqPH4sUuDuERMZVD0pZ9pBHu0KqEvCClcWjjfMCD92dDZw%2bhu0DNiayBYqED1qLN7fU0pDX9jjGMdoqTErpAk1PEwfVBNMXJBMcHhkXResyi13ggLEMP0UGdCHOFUhHWEIC24pNRry1lxKkhzsyyQlky0wnMhi2sJuKUA2tESRagDJfLiPSKjLePCrpwCimCQnxTbh5alatZaWrfhThXx2X2VpmS5Ej2XRyXardutb3rxlupiXXiA9naBatFi0%2bvXT55VdKAkxfsb5PMjWxqLwWYlF2mNAnkrnmhj5M4nHPPYilp%2bjN5xUVSwXF6uLyDpVYwrzMeb8LjeQ0tCEnZCwwfGFGOr%2bpy65jtlKdCwupibJLHv720L84H1qY4yHbY5Dk0Yr5CRI24BqeWqjOkmmqtpoa0Mgyx97m%2bIFqisE7cLKgPQ4/zR/6NcFPVJIQTkgaOyH8QoTbqxisugiiH0aHGAwxRKTePmMq40GUWN7VI8IG9a1w5bouAoj9VaKhCDHxigHtnq2N3OcDQMnquPK4hKjJKZwEByabmaQH/foh3/8Y3dwig73vjU4Yy07G2Z4GMfI/5ZpK0jvyJDrojZGfWj0cCarmFKZErJ373fmzz//IllLwKmMcmUjVSTXmHD1NDmSKxZYNL1oZ1gZRZPXuNSGygCOji%2bpc01Dghpew0ayrsEDqcILwwPvfpqDkEjlmMRTgrEgxDUkvY5sqH0WVDE13n44vhFjhjrG2%2bLlLWGldxqqkBc2IktT4yTSQ4gDHY6pjfvUIEKtH2KUgLM9Bk6MJYBif48aN3NJng8N3gd09M0RflKryiS1TJQvHJidmaZHw9T5dGkaZVo4sHfLdOHr93xx21xiaXFpdpaZBliaqNNrCZn47RI8ccgxA9Cw5BkeMhbuJE45ee7Vr74%2bl%2bXeUUztS6zIa9YYxWFQkv3rWFPRGfIrzLIghqEQ8wt7KUijlIzHUpSuweCgxaIwSAyoASP5G%2bYrKF6kQ8iqr4odt3cwmpeN1n2PjFU433XM91Q8uGyx4xlhnxrUGRf3KLYNIeYL0Ifg7qejCdSkxdDscyB4gK%2b%2blsPBWzF9iEy1AaRuLRenmR7mogvWRO/b%2b2C9uv%2bYnbNve9utW7ewoqc3OzuNmdRT4KGMrBtwDa2NH7el0IcMcWM1T3Mxg5yFIrXB037qiv%2b878HeVJbFEItLFa6GLJSKDCWpVFi7asv5XLXtHND13RaNQDBsUvOrAcDHMeRAr6w/Y30trfUdlx7NQNM8iGCpQML1cF%2bZNupnLOzlSM6Eta3Q4QmbmkilhbxM9Bv9cd6sJtCBzZAWRqIIY5TYgycE8TkgvoIyFBiE1dYjdEf/vQ4baZHkyKAvjMjy3JEFWfIofJABrT60k2mpkDEaFUrwpvMptQBFphDw0BxqVTYL1yvVZqMyXS50WJ/Wa1x5%2bcXv%2bM1fJHqGhtrq0n0lqoClMMJD8v9wqA2My6CcYTMX0GkqznzM0x56qJIvzjEdWas3GT2yRqtSmZebIRjkaMp1IRRZQHeLbIlEysEVTeCRoKsKWT4ZEEOBfEbWAr7j4%2b8wuBS/e0Ig5UkPwQrDeYojQAhVweEzFlY8EVwRpFCYDEErbUOw6ECjjynIYz2i80OYIayJaRibELQIXC3h5Ngiin06oEuIIgxhzOBecD/fxK2jGuMnCK4Jxs3YRgZIYZ5JnI7OCIcefpRMNptdNpc2641iIcNJuosLD531qId9/i//iLJksTBmJ5nzYIknJ/ezB/rQP4dcbcgoKQmZfEvU202sh8wif%2bVvv331Na%2b4/4ED27YfW8fI36lt2zZXby2R3qkefVNpQ3CJiIdvg/jwCGLZhM0lEBX5dsWPIxQmgdtw2fkKSJ8BU3JAwdWsGiQSkZCC6UBABMN5n9oQW/BEYy2RHgEGAW1/QYi26v9hcmzDERmC8whCxKXkQySaihC8nJjat/vkUCIg4edgdDJ68RD64qJE8LWEKVoUnGxkVMmRc0H0%2bi%2bMRT6c2xzuk80CVKaZdIFpQE7oQ23mD/zgpJN2fvoTHz7%2buFm6%2bbLVUwhgRdPliBI9sfh5IN7r%2bxxa6so9CiArskhOLpNm4pHV4Oc96RE/f/Mrd22fbdQXOSOKFayy/puLGZzF3fJX39KC83iQPneYH75uhDD57wrABx68G7KDlAchXkSW1S7DnUYZiu%2b7glu9RiU1jAypceI5yJLwPTBWCYNO9j%2bkE8QmJRUphmMBmurm7MLJyAu2THEuLjKLyslp6VS33azsPmbb7e94GzpD7OhMq1WXO3SX2aptXZnJ45g8xEG2aKvng61BkQOt2VBBN1QG71LTXn/tc79//3d/l2OFWQciNSLLg6fJHFYwu8eae%2bkiSTFLNcJDNc84OKzsAQQBBEVrOvOS2ZPwMQn1gkS65AH9YramRsLp5hn5NCIhSfe/L5SDmsNMfOq2qb%2bIJQUqycCwixtSq78liRJOwwbRWLViH9E7aH68OAMp9yARNglUXWKXW0C1X7VCDdHyk8JQKiiJRBPwpMUEZ5GpOgoV6VNEXxaghrEYU3zikKFN8J1sNrrF8gyhOfG8UVnKpbuv%2b/nXP%2bW8M/AXAzQ7arLsqBEZyOWdMHsyFKVwPV0H2UlbnRUrXssElQxyjVTJMTfk7nlPec5373uAac9kujiVyuuSOwQ1kInwP7GgKEFeIME2DxNKvMusgJkQbqI/wGFQIKsjGx3qT0N1ZAco9gNCPvuhI79GqeOoAFozjPIcAg/EnBwMBXQIkucrk8fep0N2wZ0j8Arnc%2bJw9R4GFLUxuK82WMs0hOS2mmHkC9sAekQvrFlfTCdZftV50c9e9dZbb0YwtC9JkECcBFlChKWl7kP3OvxqY2lhXlnMAGjOYx//9PseOJDLzyxUatt2HONO7QjENLhHzumAKA86xNsQ9FQt5xtllJNy5wj8%2btXGgD6O78bXWptBtIDawL%2bh8zkDWIcRoHo5THwjHnxfm790fr6X73YIsj0zVIMIOBpizbaRQvg0SKRIbmLaxSWbINpNri3kfKmHnXTsZz/9QTr57aYs8FOdsThVKtQZVtA%2bL%2bvvPlJqQ30jhmPanP0LiXPOfdr8UqNQmp1fqrAO3OWdSbC2MlaphKoSib41QfKOibv/6buDhmxFfMtmC%2bWrzWAsgwVytKmNzdn7fAYiG%2bahE1DDMbWJAfGKQaLPsLVxUUReDtQXXJTEHlMbxQ/K1/wiCnQs2CIljU775JN3f/aTf7yF/pp2V1Q9HKkNoTaWR8mFxXppWvZs3Xd/44k/fm6uMM26m%2b5y3xGpnsRHukEb7eCuQQ9KIpQGhxCDu4UnwGM4hhmDozaDaIMQF/YodziJJAnO7XgG4rc2gwiG2QfvV5s%2bL8WOQVzHG7iVnSKYSIga%2bPi6haqdT3MsUuJzf/mZE4/LU7zIQagzFopAh1ttJL7D97hJBFlI352dLmAkqC32yI73v/ddtcV9LDHSmbOIIzKR3q0OFAXo8tQ5IlR1ObhzGAKf9vj4QPxP545hxj5BM8jQtyNytDliqeDT53DQN4bgkFeAD3oNQoyOg4cOsVxrQfdxxdEeyV4ntdz6yv/5wrE78tLOsFWhoetZHUNHwnGY1IbMkPzQWsKSyZUJfHJjwux0slFPXHD%2b4z70h%2b/JCUyujONHTTM0Q8KMDjw1u/vy2kGcYygdAzocc/B2yKEXbMhPJ3ACt0FGvB2Bo8SxOvN%2b0sJUB8z72RLz8pOHl/%2bJexB5KCQWyj4pepMBmfvv1D/9iY%2bW8myAljalslTP5THHepKkYeLRD6W7fsDDpDb9DGukdFvpMOk0frkgR6tdcP7Zt932tnDbLPlA20SR89i7n4YWTBw0xvdg4RHIL3XfPQa9H2UUPyt8t6UZyCBwnOwYHUoKWgsdeyE/qs7u773zjtNPPYYTOhEaztyYnikgNlyG40Xk%2bn0e7BA7U7fccsshjiIir1WEXy/opjaF2gFmp512woMPVb75zX9OyxIJ9IpztDtydY5ItleBad1mA4yYQdaNOpzDRR9CoooqhDiUPof5%2buwOLe8BIhH9PnJH6IMRRIxtPn2I74ZH4z4GjPHu%2bzoDdwzHffrIAJn8pn/OY%2bc2mS9uOVuiUZ0uFtgu3mrWioVccrl75%2b1vf%2b4zn8gmKbhiVON23ctMnzy84/W%2beajvIXzFYz2EUQWkvRhpcHgQzDCt%2bP3qr7zqxVf/7P6Hvp9c7rBur1Tk3IEcx4uNnG88CI79EvXdRhLIIHAwtnFwBkMdtRBNtF9XCKd%2bGn33GlLB6kQqGszKvCHFGk1UiB013J5LQXOxM2c9yIL5TuO9v3/nhU9/QiQuoZBEE6driH6dggwxp6wT5YCMlYBLcpx4vIDk2Fm2Ct7yy%2b943/s/wJbPWr2VL0%2bzoK2D2SWyKIh1S3rAMvU55AFuUOcIkai4dAVT%2bM1/w3HSEAtia7Q8dHHGcJwv8El7DCz9dcHHcWivdhzEACdG30%2bmc/vkbGWGgzicWC45BJu3iT49HXNhfV/WmKEzzNmhMBwyCQ6UWVhAfyyb5pxNLrRcKuRSv3v7bU958hPKJQ6D80Ore4QwrSJpA2QOBnCUqQ2qwXkrtUShmPiD93/qjb94S0cPYWmwcbowjZZIUkV5IrXBqmLpj4my%2b3QOQ2OnPY4Y0Lzc2/d1Bm4f6DDN4XuNUhsfxw/u6PvAFdyj6A%2bVUeg4%2bqMQLC7n69N3wKH8mK/uDIv8XRDniNPnKKxkkkOqaGHwYhcajxzv3K5jN8unU7XFA3/60Y%2bcd86ZnK/BeR4c3tRXsYzQGUj9SKlNlKOhy68%2bwkxwbQZ738lQOYuRaz8/9ef/5yU3vHwqU%2bTuO/YgYef3NGeI6Pui6buJ2X2a2viQkK%2b%2b/w7fX7TrgKAiFv6nC6xXK7uvyDEUGW8n1hHqii5frH3EmJg6L%2bN/lK%2bh%2bb62%2bxW4D3TUnMP5OrVxkEGavpd2zaRvxiNDGjpruJY79M2W282pbuPDH3z/j//YmVSNeb3bWTvwnngodSdCofw4vg6T45C3NoPpcGnGK0y2y5dEs9rgpCKuneOIAfY3feYvvvazL7omk2dymJad7QeECHprQwXRAZ3DMWAQpzYGd2gUrXO7IDhkr5T3OJx%2bUQjTQTsY9SS9YJ7e9kGFfhQ25jX0M9aJcjg%2bPw6Iw1d7gxvm0ISAIBs1Bh4/c2IRmdrEgBBwEOcIqYrC4EZheDOuWeYEOfSo29o2V/zS3Z/bMpMpZuVMYq67TbKQpq8bLiMdvzyG8BpGc0j/RyOuQxYNeRRoBQn202xZYEB9C2aumK3PH8jKbdNsdk0844Kz33XXnXlmiaPs031dIj7%2bMvWAfQrJysk5XLoGIcJA2Mczt//pAvqOUURWDegT8d1GcPy3H3YNbp9Pi3RlIjEcP7gFjCEAdBDniEVB20Jp0tSAgD2AlZrl6eKObVu%2b8Lm/3L4tUyyIzvDI2WhMf8sSa1ll7X4%2bNQOGkEjSQsih%2bn8YWhvTmXg90Z%2bgQK%2boujr1Rjqf5zifXoJrPZKcc5vJJR7c033Ck84DwoEPsutY1rP5FgKvD0ZtKThi6CQKrVMlamszbKUMee0/Vu9ShAZ01bB9Wm0dA%2bJl%2bIPwUZ00P0bfPaxy9/3j7v7GL%2b47%2bO23Ni6Ng2hAzDfWWrogsVyKKGi%2bwZUmRMpRgwxYvSkNweihJGoXnWKrDNazbrvFJucd22b/5kt/ygXRvY7cxkd9yLbnTD4LLdkeEFmZh9fyUtLyRJJm34fufRjUZiLmA/2RMPR2yA%2bmazQ/eP/Uhc//xje/lctNM/ZptXusYeP8aGZ2OHtuYXGRcuWkQr659YvTtbUzQ5ZjPOCeIMl7dmegTj0uO9GGa1DiY4wGgqLisCqyCzsKcxTcBTxIh5PvFeiMg2Ot%2bqqYhiDZiw1M%2bs1MT0pB0X6IolJ5JbnbqG07L2lSaEH0XpouPbQtczP79%2bzhNOO56WK9tviUc3/iIx%2b6HQoQEgXQQpdURP2L4doiOEfoOdoY8vgh17QBIBuxGdOwf/aTH%2bSMQlxTqEohz6kd3BJlh53mswVO16csu126xB0KzNXioyRgFHxoQUyEPJTCEQeuYxJipETWtah8OH0wSzI7QYCXSiVM4TI/02k98MAPZmfKW7fMtOsV9s%2bgM7J/0XQmoGRBoWA/%2bzyK3kdba0PW9Dc4YV5Zm8MS6V9/23tuv%2bP3G51eeXp2canaaLSPP/HECuext%2boUFZUZR3tStXNSOkFtpz7jSi1aodWzPYEhWfsPvhX5kDbBG%2bIP8e2nw9c4OAOBDjnAF%2biVI/P3Zhqmy5lBItKGy7hDHuopRaD4kHU5BprGn/eWbVuZ4tyzZ0%2b5PEP5TBdzteoCy2M4EPu33/ZrFz/33GaVw5y0nTFC7u3KzEGOGsdRqDbkTag5nshWq61iKYttbamS%2bMo933z5q27at%2b%2bAnElYmH1o7750KluamZ6fn9%2b2Y/u%2bfftogkx83ZmUNjeqpLHIBdk/VMTjQI8HgsV9A0rRv1URItTD4hqU9UFIHyNR10jAQ5E9ICNJMkVHMlFGSTsjY5iWzGzyRm1obVga0%2bswxG/WqosnHnfMZz75ieN2ZZm8wW7GWQAcq9n3hGXUBzxqPo46tbG6K8i0oCILcqvF7QHcAZGU%2bdDFaufyy67Yc2Bxz95aLs%2b5w9z/lKWpwbgmPWmw6CTINI%2bRkKpQtZGxqxwHOpj/MXF3n4iIc7tQgxDnJUOyYc9KQYbhTwrzRLk/6Bhq0B8g%2bIoRjH0aEp1iORhRqjnsNBSapl36x9ze0di%2bfTs3EXBMM83O4tI8yFw5mp5qXXTRBe%2b6460sey8VpJFJ9ZeyULbiZ1g7uNQ54O4I//thUhuyinxkGpR10412gqsDXn7jmz5/91fu%2b8He7dt3clLh9PRspcpldDOYBKjhpDhEaFR5dMAqmb1s57CJ0xdl3y1%2boa8Tl0EEQ4u9B89hM4Qxg8eojf/p%2bIwHCdVmJEI8gHwPIvsQz83o3xYji9pQw6Aw1jHOcDw8x0rSwrCCpsflTVnqMe4oedMbbrr2mkuYWihkRTtajQ6nF2Rlh7P3qNqYNpkGeX5HhfOHQm2kz4ZJmgWAkmdYw7QeqjfJ7qnP/PnXrrv%2bxkKhVJVzcVuzW7YfmOeq0DydBGli4mrjVYph/vsC7btD/6j1GOYbYoX/R6lN6H/Y/6vaeIK%2bCgPSgPQ/fljfrVhcpKDTaNy/pGqDzpgJu5DL79u/Z9cx2/bseWBuprxUmZ8uFe/56pe2b5UuGfNw2JpRp2wmTbFxD1IYp%2bb2Ua82kUyEfB%2bl/zkPSjblqBpgKoPvEhfdLiee%2bYyz//O7//e0U3dzgQ2XhC7O7ykVuUIGlZGrZ7WPxrSaKZCcG4s7VvZ8xiBHaRasK1uW6sH3qEgM0/c1iMyRSb9UmhrVGVAk8yvVeYqD%2bzR3bJ1uVPdfeemz//1fvzRTFosoBzMRhtvQ0ZluV%2b4O88n%2bULjjMnTEme5rmoNer7Q22oHW/1GzjdYka61umiUYicR73vsnt77lf1Vrrdm5nQcWKlwXxRUgnI9TKJf2zx/gVq1kJl2tVgu0UAFZpbZaZ8wNhFZuapxvYDUPaEf/HEIEWlcXQjyUnk374jUKwUI531hr4%2bDGv/sMQnE7Tzq9tLTEAc21Sp2O8Wx5ulZdYpqf3lmi12b/7s6dW2%2b//e2Pe/wZ%2bYzcZV3IsJrIClRphMeyBeMiGx0d9a3ND5va9Im85C4jHTmynzVs2dT3vrfvjb/4lj/92Kd2n3Bykwno7hTX8dH7npnbypwnd9nNzMx05MbMSPOs%2bGNvH8GpDTg%2bPBbE%2bR6dahMT9xjzvq%2bvNj48FsQ%2bQeB%2bTEb8DGOw8uv6/%2bU2l5/lZWEM53k99zkXvv0338SohvaInjVdZFYCRKT6NN06PvreVJsoj9bgsmzV3nnU2gidKL9by91KrVYqlLlbqtWW01C%2b9Ndfv%2b4lL2X%2bZn6xun3nsVx7ulSpTenSgVyOmxyDI09X0AHfy3e7FAB0IhVDCG8ccLiBI4YW9z7ob8dPjJIzwRvcoflJ8IM4BIC%2b28fp90rmM1ksZuVSQdZfcvtMq1Yq5srF9Lt//51POPthctBsr53LpvbP790%2bt2WYbcwURmMwO%2bQq1VqMlyPw6XF8BGKfKEqvNgoslJK7manUrFzNyd7fdoGNgdnE08//sX//zt9efPEzctleu1XttKrVyoEtc2UGRyy2dVGuLBPOF4d7hoYd9HVovsOhHSKHH9eg20XqvID47hiCfTqEmMMPm0lNNRu1Y3ZsWZjfk%2bhxvW4zk%2bnecP0L//Ef7j7rrIdRZmxvL2RTLHBWnXGUXGn%2bEEmgY15GclH2ReAj6PLZidc6tO/kshvqiJuL6ulSY0nTc4MZ7SS4FDSdFcfX/u7eV7/mdQ88uLfa7C1VazPTWxutdjqTdccXkkrXCFg%2buE8/A4YCRyEcza3NqmU9FCGWMz4OrQtdMpYF0h8rcO/qcuPHn/D497z7LtmV6ZoVmQygT9DjQtxwAENDJrNq0aefm%2bL2OnI22okjHOHvHy61CTMLnQh6bkBEQ9AvDqVnopN%2bNrPSmSz3jDNXwEmFibve%2bUe/c%2bc7u73kgQNLyXSu0%2bNa2CHTnSFp%2bT9KT0bBLaz5Hp1q48u6n1Jzj/IdBXcUptheNtXLck9gr3ni7l2/8j9/%2bdxzzqQHjc40m408czWKGpxUytCH%2b2fccoB4neio4thUGz83xnGjBO7RnPUB5tOX4Zw31%2bpxwbccWS66FOQ4RjYu0uHN3CijmTfd8lt3/O47SzPb211uVBYCK%2bhAn5f1th1LYUAnUn3IoBHfsCeONgznYGCOnzgRFk54j0MzftxnhBLVR6uPbVIcZ9dtzs3kX/6KG152w/MgQmFRDnbtDJ1iHqxn2UyeewLTnDdjs5pkv1V1Ov8WRU3eBh9WiLwhZqrnYx159w9Ba7Oy2rSavWw2ybhTLgdK9rqdVopN6Kx8anGdUIH%2bWLO9nM5M1dmVnku87hd%2b/f3/%2b2NyJ3sg/VIk4XYO3deoSkKLEUm5LFXkTq%2bgS2ElGbz1WHcmKWQLIjWq7TkJROPIF62k0U57Cvlk7VjAJ7WJVjD%2bG1GQ7mu42xSJd%2bYEOmOaHlkFYBWTGdxSie5rX3n9a179ArNNNuptrm1Ca5iWQV%2boydSElmzU2vlCTlSFBxKh2owuWYtO8TfVxrLhEL/7ctwVTFDs9OW6iTff8lsf%2bOCHmcPZtuNYlk7LXcfJdLuzzGbsar0tl%2bfIDvcU0z7tViO53KLLkWLuG77poasVVY4AkZpSxAi4vVlVggb2WGMlDZ//SOR9lvPIU2YLdbowAq3kCpoCP40Bekg/HjWTxNII25LLiNupXCZbbzZSU2lM8816CwnPc7AWoxOMJsx5ZThZpiP2Yh2%2bMH3MGIapfQ6XqdU5WSYzM1O%2b4Onnv%2b03/odUVkM4Rj3dM8zfef5wOo6%2b1uZQ5iMijsSpAiT%2bxxt//X1/8AGu4CrP7ahUa/niDIdL5UozyVSuxkk5bC9dTuVzqazMecu5RDyERm1UYVQMpWIWYsGDdMrGUjnzIATJf1dn%2b0DPrZrjfa/mXEFnCNoXNTJPrS9q09fVlELvYB3J5pgSxs3cC7uVWAhbrTUypS0kiWqiXl9i66XkADUGY5i0HsWUSXMu5mWXXvyqV924dS7ZaXNDnutZrcb4j5D/hlMbuUOUuesW4i%2bLQV/3C7/6Zx//DBVyo8n8T5NjpVptrk1lgqewuFTnEhXpgPU6GBuQKum5MT3EsTqyfZdDi%2bSJunMjxMIEuR8tEH2pk/sEegQJHxw0OAoKwxKFarWPF7hjSubQMuxJ5tSlppy6JOv39FgMkk17m8ml261WKrXMWrIWRzwuHSAXWAvDZsw3vuH1P3PVMzDjZ3UhJmcMySkPQ6L9EQdtLLWhMG0ZKA5rO6idcbz9He/70z/7%2bP3ffwg5QK/qdS5DxBqX78pGErnNy06R5Ew2lAUVAgrQevrIPSphnRJqd79t6av5%2bwQpEma/N9OHMs6Hqs2oWLRVZJxBv1FQpM2gwVStwwurPS0MaWH8UWQzeUe2xKI2XS5hajZY/4K9uFFn1qt57LE7du7Y8ru/c9uJJ%2bxkPxknb8l2fzH0d5mQ2YA6Q9o3ntokutV6s1gooi0cSCD3cqvcMea5//uLb3rTLZ/9i79kGwIbECqVSrE812whauHJqzIXkeIK73Q6y%2b6rcP5Hw5t1DuPBMhe7Rloh8rXSY5jwMuYT2C1WUBWfEGOttozKFD2YoJMYZcDSbjM%2b4e7lSnWRu8upBYAwnV/Ip3qdRlranw7Lxy6/4rIbb3z5sbvKdEi55bwsV6tI84JxgR5rmtwz4n6sG8C90dSGxkbkpsEEAs9URpRH17Ph4BBdMf1MJd717o/cddddiNF9D%2bwplHZgM6API4Yl7VPZQIchkPS75AwdEUp0i7cs7JVzWYeojesdiVDRSth4Q%2bp%2bOn%2bBFQ4BX9UddurgVEcsYZ/NOoGhYUAi4aGpwcToeAMitz7JZkyuQoHnLh1Q1vLhbjRqbOybmS4e2Hvfzh2zp558ytVXX335pU9XMvJyilqv11gXS0pZM0OVo2rjPB36j7hjw6lNrVEtsMe92cznOCY1WW3WS7lSTMzbbQ5ZTezZU/m133j7p/7iS7V6u1aroTaMoWlr2h2pqlPpnPSvUAAmakLlQVhSGF7DxmN0Bww5I057y6YgEWKastXfoYDSM/QoOCF1URsEBrpTwW5jUxgOLUFt2EqB3axWq2Aoy2a5HLNF32x2dnbLXPH5V1z8ipddw4oYhn8MYBjycFpDsSgTLrU6a/9QGGlsjH67086mOTwz5Mrx8aPu2HBqQ4W%2bsLgwOzPLZfa0IVnW2iCscr07x3bJCfh0WBDfJpN0Wdmfw2ThN/7pvj/544/efffd3/ve/e1eN8vhuql0i3GPiAvthrxVjkR6fMEdpjaBhKFZonQHJ17SwMkTCDEuP3bxCDEEiw1IYMpCfcC9dqNeKufhvt5YOvWkk1/4wp%2b7/IpLts7iIcYxxngym4/OtFqFfBY%2bGdIldSDT7bW50ovco/3MMCNmmaARbJzXRlMbkZ6B0lVRdoJs4mwCJ/2YRKWaKJUk2NJS4t3ved/nP//Fb/7zt9QUncJ%2b0GSMzLwPlmq2MNBvSaWTzAKp2cDOoGK0LT0ohE7HP0gbk44sYLBJUjQWfoIuFv8Ux%2bdQ8HVYYm/GGwqQEw7Ypmf4QDBF8DDEJyzdLR5xiIaIFwichSn79pKc2ihb/tji//DTT/1vP/P8n77kgmJOLCXEDCvSNlnaccTzZDDrNBJeG%2bzZgGpDCVP8SJW9V6/zm01ZG0rvJpnh1sREWm2vf/Xlf/7CF7549xf%2b6vsP/KDbmeJwNjQFnWFRAhrCLUdIKlZrIsOAgNkagdZZ0yTTi7aHx6QffUMDdewkOiDyrQ8BTfoNKDqiusCRltLAcUq/qo8ho93LHTkVlrjwQfA5W1ksfj3O8OdUOewCCQ4E5jnx%2bN0XPfuZF1307IedMtdoJpi7R0mY2kFtMCWv/ohG9efe6mF%2bBDE2ptqEBTlJJ4k%2bHeIqVbI2TsgOPRlkDqH/1rfu%2b8SnPvXlL3%2bZ1dYHqvUGG05FfJONZhtxR5rZxcUZVG36N21GRhx/jKWKGUWoyQY71%2bAYUAQToqo25hYF0AYHVQmO6NeGBSADK9o0YmNuyRSMSFgGxgAGOHcsb5%2bbPuG4Xeeff/7Fz3n2SSfNiYp2ZcKKRMC/qBjRdVn8KkqjPTGxla3yuOZoFbwfWe9NtVm5aHvNWi1XLAZIMmwXkUGGkT/0hy%2b6QYwoRKfwmUrsW0h87ev/eM8993zjn7757W9/G1sCBoOFpUWWZtMxkwYHleFSJM5yZdlcp51LFxFeKAFRs65Y2WzxjkHMVwRculrLrXYNfchmsxIdd1iy8ViWA01hEM9kUtPl8vYdO04/7bQn/PjZ5/zEkx5x%2bg42jLsTlaSFhSjNocRhSdGUsXVPO3XtRiOTDxO7QsZIHmzoZ2OrzSpFL1W%2bDttZEsBGnVyjXs/nSzKDnslaPY0IMuHDJLrU3jJPysnUjHBENNmdIEcfY2ZbTuzd1/n4xz/%2b4J6H/uM/vvfd//ef%2bx/aV23U6VZh1aotVZIZlt6nOBaJk0R5s1KYYw9QRTp%2bCbp5qSTzKrzBZ%2bMK9i6En3aJ5mv7tm3Hn3j8KSedvGPHtiuuuIwblNilRwvKsL%2bFImDW44CY1nKRm8npxqEw2s4EiRYm5aRmrB6Mvvgva8V5rDGV0JvPyBzYVJuRWYN0ip8egIRgpenZmDDRvlDVezWu9qE4ikVETdYZdHs5LmwFIewEsoWBAY59KVEljCgrnA8agUolceDAAeZYiUu89aGzVy6XOeCiXLb2QJjShiHE0P9E1WhIFGL%2bIlqNySbwsQoKq/ZWZLhtNutM%2bKpyWyspTNFDo9Vi97hibaqNZsOI10ZWG2QF4QjE2GQ6lktONbQ%2blmE9HSQGHgxLCAsQN/0lCyXdNqu/jRatB2MMrAPYrTwV8tUJ%2bRYzNv4ak5rBxG2KYR0qiMueCFUGIIEyOM4s7qFv6dNB3YpYTAhwCwRVNHTWAVi6DBKmyyl7H9H%2bCDe6Um1YtXGVfiAcQ9UGP2RNlYQGQWSO3hFA3KiNwfm0IbsIH1TkfFc6QCpYJmsElMYJg7N%2b46n/5WUIqhLmCWzog/wHCBJF0J4E/akgACxpVyxQO%2bFQWjFaD43FaQXoaAt2PqoAF5doGAYG2x/hoJ4j5NQDbeCO3IZVG7/419WNWNvCGZ/qMKHz/dfBLfGK4gSP4%2bEwRB3GuXH%2bb6rNxinrzZSuWw5s9E7qumXkJqGNlAObarORSnszreuUA5tqs04ZuUlmI%2bXAptpspNLeTOs65cCm2qxTRm6S2Ug5sKk2G6m0N9O6TjmwqTbrlJGbZDZSDmyqzUYq7c20rlMObKrNOmXkJpmNlAObarORSnszreuUA5tqs04ZuUlmI%2bXAptpspNLeTOs65cCm2qxTRm6S2Ug5sKk2G6m0N9O6TjmwqTbrlJGbZDZSDmyqzUYq7c20rlMO/H/LlGva9pjOLAAAAABJRU5ErkJggg=='/%3e%3c/defs%3e%3c/svg%3e");
}
.mstr-icons[disabled], .mstr-icons[aria-disabled=true], .mstr-icons--disabled {
  filter: contrast(0.33) brightness(1.5);
  pointer-events: none;
}
.mstr-icons.icon-calendar-calendar {
  background-position: -306px -18px;
}
.mstr-icons.icon-calendar-month-next {
  background-position: -378px -18px;
}
.mstr-icons.icon-calendar-month-next-hover-active {
  background-position: -396px -18px;
}
.mstr-icons.icon-calendar-month-previous {
  background-position: -360px -18px;
}
.mstr-icons.icon-calendar-month-previous-hover-active {
  background-position: -486px 0;
}
.mstr-icons.icon-calendar-year-next {
  background-position: -342px -18px;
}
.mstr-icons.icon-calendar-year-previous {
  background-position: -324px -18px;
}
.mstr-icons.icon-checkbox-hover-active {
  background-position: -378px 0;
}
.mstr-icons.icon-checkbox-partial {
  background-position: -306px 0;
}
.mstr-icons.icon-checkbox-selected {
  background-position: -324px 0;
}
.mstr-icons.icon-checkbox-unselected {
  background-position: -360px 0;
}
.mstr-icons.icon-contact-contact-group {
  background-position: -270px -18px;
}
.mstr-icons.icon-contact-dynamic-recipient-list {
  background-position: -216px -396px;
}
.mstr-icons.icon-contact-single-contact {
  background-position: -288px -18px;
}
.mstr-icons.icon-context-menu {
  background-position: -558px -126px;
}
.mstr-icons.icon-context-menu[disabled], .mstr-icons.icon-context-menu[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-context-menu-disabled, .mstr-icons.icon-context-menu[disabled], .mstr-icons.icon-context-menu[aria-disabled=true] {
  background-position: -594px -126px;
}
.mstr-icons.icon-context-menu-hover-active {
  background-position: -576px -126px;
}
.mstr-icons.icon-file-csv {
  background-position: -72px -144px;
}
.mstr-icons.icon-file-html {
  background-position: -18px -144px;
}
.mstr-icons.icon-file-html5 {
  background-position: -108px -144px;
}
.mstr-icons.icon-file-mstr {
  background-position: -90px -144px;
}
.mstr-icons.icon-file-pdf {
  background-position: 0 -144px;
}
.mstr-icons.icon-file-phone {
  background-position: -162px -144px;
}
.mstr-icons.icon-file-presentation {
  background-position: -126px -144px;
}
.mstr-icons.icon-file-tablet {
  background-position: -180px -144px;
}
.mstr-icons.icon-file-txt {
  background-position: -54px -144px;
}
.mstr-icons.icon-file-xls {
  background-position: -36px -144px;
}
.mstr-icons.icon-file-xml {
  background-position: -144px -144px;
}
.mstr-icons.icon-folder-application-closed {
  background-position: -36px -18px;
}
.mstr-icons.icon-folder-application-open {
  background-position: -54px -18px;
}
.mstr-icons.icon-folder-closed {
  background-position: -144px -18px;
}
.mstr-icons.icon-folder-dark {
  background-position: -450px -288px;
}
.mstr-icons.icon-folder-disabled, .mstr-icons.icon-folder[disabled], .mstr-icons.icon-folder[aria-disabled=true] {
  background-position: -450px -306px;
}
.mstr-icons.icon-folder-empty-folder-closed {
  background-position: -108px -18px;
}
.mstr-icons.icon-folder-empty-folder-open {
  background-position: -126px -18px;
}
.mstr-icons.icon-folder-mac-local-closed {
  background-position: -72px -18px;
}
.mstr-icons.icon-folder-mac-local-open {
  background-position: -90px -18px;
}
.mstr-icons.icon-folder-open {
  background-position: -162px -18px;
}
.mstr-icons.icon-folder-shortcut {
  background-position: -378px -72px;
}
.mstr-icons.icon-folder-white {
  background-position: -450px -324px;
}
.mstr-icons.icon-folder-win-local-closed {
  background-position: 0 -18px;
}
.mstr-icons.icon-folder-win-local-open {
  background-position: -18px -18px;
}
.mstr-icons.icon-functions-big-decimal {
  background-position: 0 -180px;
}
.mstr-icons.icon-functions-binary {
  background-position: -36px -180px;
}
.mstr-icons.icon-functions-boolean {
  background-position: -144px -180px;
}
.mstr-icons.icon-functions-date-time {
  background-position: -126px -180px;
}
.mstr-icons.icon-functions-date {
  background-position: -90px -180px;
}
.mstr-icons.icon-functions-double-float {
  background-position: -18px -180px;
}
.mstr-icons.icon-functions-numeric {
  background-position: -72px -180px;
}
.mstr-icons.icon-functions-reserved {
  background-position: -540px -198px;
}
.mstr-icons.icon-functions-text {
  background-position: -54px -180px;
}
.mstr-icons.icon-functions-time {
  background-position: -108px -180px;
}
.mstr-icons.icon-loading-large {
  background-position: -504px 0;
}
.mstr-icons.icon-loading-large-white {
  background-position: -270px -54px;
}
.mstr-icons.icon-loading-small {
  background-position: -198px -108px;
}
.mstr-icons.icon-radio-hover-active {
  background-position: -468px 0;
}
.mstr-icons.icon-radio-selected {
  background-position: -414px 0;
}
.mstr-icons.icon-radio-unselected {
  background-position: -450px 0;
}
.mstr-icons.icon-social-media-facebook {
  background-position: -144px -216px;
}
.mstr-icons.icon-social-media-linkedin {
  background-position: -180px -216px;
}
.mstr-icons.icon-social-media-twitter {
  background-position: -162px -216px;
}
.mstr-icons.icon-social-media-youtube {
  background-position: -198px -216px;
}
.mstr-icons.icon-status-connected {
  background-position: -558px -198px;
}
.mstr-icons.icon-status-disconnected {
  background-position: -576px -198px;
}
.mstr-icons.icon-status-error-critical {
  background-position: -288px -54px;
}
.mstr-icons.icon-status-paused {
  background-position: -540px -288px;
}
.mstr-icons.icon-status-stop {
  background-position: -324px -54px;
}
.mstr-icons.icon-status-success {
  background-position: -306px -54px;
}
.mstr-icons.icon-status-terminated {
  background-position: -342px -54px;
}
.mstr-icons.icon-status-unchecked {
  background-position: -270px -108px;
}
.mstr-icons.icon-status-upgrade {
  background-position: -576px -216px;
}
.mstr-icons.icon-status-upgrade[disabled], .mstr-icons.icon-status-upgrade[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-status-upgrade-disabled, .mstr-icons.icon-status-upgrade[disabled], .mstr-icons.icon-status-upgrade[aria-disabled=true] {
  background-position: -594px -216px;
}
.mstr-icons.icon-status-upgrade-hover-active {
  background-position: -594px -198px;
}
.mstr-icons.icon-status-warning {
  background-position: -378px -54px;
}
.mstr-icons.icon-user-security-filter {
  background-position: -504px -108px;
}
.mstr-icons.icon-user-single-user {
  background-position: -252px -18px;
}
.mstr-icons.icon-user-user-group {
  background-position: -234px -18px;
}
.mstr-icons.icon-user-user-group[disabled], .mstr-icons.icon-user-user-group[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-user-user-group-disabled, .mstr-icons.icon-user-user-group[disabled], .mstr-icons.icon-user-user-group[aria-disabled=true] {
  background-position: -180px -432px;
}
.mstr-icons.icon-macro-constant {
  background-position: -360px -504px;
}
.mstr-icons.icon-linked-attribute {
  background-position: -270px -522px;
}
.mstr-icons.icon-administration-application-dark {
  background-position: -252px -288px;
}
.mstr-icons.icon-administration-application-disabled, .mstr-icons.icon-administration-application[disabled], .mstr-icons.icon-administration-application[aria-disabled=true] {
  background-position: -252px -306px;
}
.mstr-icons.icon-administration-application-white {
  background-position: -252px -324px;
}
.mstr-icons.icon-administration-application-blue {
  background-position: -126px -504px;
}
.mstr-icons.icon-administration-certificates-dark {
  background-position: -162px -288px;
}
.mstr-icons.icon-administration-certificates-disabled, .mstr-icons.icon-administration-certificates[disabled], .mstr-icons.icon-administration-certificates[aria-disabled=true] {
  background-position: -162px -306px;
}
.mstr-icons.icon-administration-certificates-white {
  background-position: -162px -324px;
}
.mstr-icons.icon-administration-deployments-dark {
  background-position: -216px -288px;
}
.mstr-icons.icon-administration-deployments-disabled, .mstr-icons.icon-administration-deployments[disabled], .mstr-icons.icon-administration-deployments[aria-disabled=true] {
  background-position: -216px -306px;
}
.mstr-icons.icon-administration-deployments-white {
  background-position: -216px -324px;
}
.mstr-icons.icon-administration-device-dark {
  background-position: -324px -288px;
}
.mstr-icons.icon-administration-device-disabled, .mstr-icons.icon-administration-device[disabled], .mstr-icons.icon-administration-device[aria-disabled=true] {
  background-position: -324px -306px;
}
.mstr-icons.icon-administration-device-white {
  background-position: -324px -324px;
}
.mstr-icons.icon-administration-enterprise-security-dark {
  background-position: -288px -288px;
}
.mstr-icons.icon-administration-enterprise-security-disabled, .mstr-icons.icon-administration-enterprise-security[disabled], .mstr-icons.icon-administration-enterprise-security[aria-disabled=true] {
  background-position: -288px -306px;
}
.mstr-icons.icon-administration-enterprise-security-white {
  background-position: -288px -324px;
}
.mstr-icons.icon-administration-history-monitor-dark {
  background-position: -270px -288px;
}
.mstr-icons.icon-administration-history-monitor-disabled, .mstr-icons.icon-administration-history-monitor[disabled], .mstr-icons.icon-administration-history-monitor[aria-disabled=true] {
  background-position: -270px -306px;
}
.mstr-icons.icon-administration-history-monitor-white {
  background-position: -270px -324px;
}
.mstr-icons.icon-administration-migration-dark {
  background-position: -234px -288px;
}
.mstr-icons.icon-administration-migration-disabled, .mstr-icons.icon-administration-migration[disabled], .mstr-icons.icon-administration-migration[aria-disabled=true] {
  background-position: -234px -306px;
}
.mstr-icons.icon-administration-migration-white {
  background-position: -234px -324px;
}
.mstr-icons.icon-administration-monitors-dark {
  background-position: -108px -288px;
}
.mstr-icons.icon-administration-monitors-disabled, .mstr-icons.icon-administration-monitors[disabled], .mstr-icons.icon-administration-monitors[aria-disabled=true] {
  background-position: -108px -306px;
}
.mstr-icons.icon-administration-monitors-white {
  background-position: -108px -324px;
}
.mstr-icons.icon-administration-knowledge-assets {
  background-position: -522px -486px;
}
.mstr-icons.icon-administration-licenses-dark {
  background-position: -180px -288px;
}
.mstr-icons.icon-administration-licenses-deactive {
  background-position: -396px -432px;
}
.mstr-icons.icon-administration-licenses-disabled, .mstr-icons.icon-administration-licenses[disabled], .mstr-icons.icon-administration-licenses[aria-disabled=true] {
  background-position: -180px -306px;
}
.mstr-icons.icon-administration-licenses-white {
  background-position: -180px -324px;
}
.mstr-icons.icon-administration-transmitter-dark {
  background-position: -342px -288px;
}
.mstr-icons.icon-administration-transmitter-disabled, .mstr-icons.icon-administration-transmitter[disabled], .mstr-icons.icon-administration-transmitter[aria-disabled=true] {
  background-position: -342px -306px;
}
.mstr-icons.icon-administration-transmitter-white {
  background-position: -342px -324px;
}
.mstr-icons.icon-administration-scripts-dark {
  background-position: -198px -288px;
}
.mstr-icons.icon-administration-scripts-disabled, .mstr-icons.icon-administration-scripts[disabled], .mstr-icons.icon-administration-scripts[aria-disabled=true] {
  background-position: -198px -306px;
}
.mstr-icons.icon-administration-scripts-white {
  background-position: -198px -324px;
}
.mstr-icons.icon-administration-scripts-color {
  background-position: -504px -486px;
}
.mstr-icons.icon-administration-subscriptions-dark {
  background-position: -144px -288px;
}
.mstr-icons.icon-administration-subscriptions-disabled, .mstr-icons.icon-administration-subscriptions[disabled], .mstr-icons.icon-administration-subscriptions[aria-disabled=true] {
  background-position: -144px -306px;
}
.mstr-icons.icon-administration-subscriptions-white {
  background-position: -144px -324px;
}
.mstr-icons.icon-administration-users-groups-dark {
  background-position: -126px -288px;
}
.mstr-icons.icon-administration-users-groups-disabled, .mstr-icons.icon-administration-users-groups[disabled], .mstr-icons.icon-administration-users-groups[aria-disabled=true] {
  background-position: -126px -306px;
}
.mstr-icons.icon-administration-users-groups-white {
  background-position: -126px -324px;
}
.mstr-icons.icon-administration-subscriptions {
  background-position: -36px -414px;
}
.mstr-icons.icon-administration-subscriptions[disabled], .mstr-icons.icon-administration-subscriptions[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-administration-workflow {
  background-position: -522px -468px;
}
.mstr-icons.icon-analysis-security-role-dark {
  background-position: -306px -288px;
}
.mstr-icons.icon-analysis-security-role-disabled, .mstr-icons.icon-analysis-security-role[disabled], .mstr-icons.icon-analysis-security-role[aria-disabled=true] {
  background-position: -306px -306px;
}
.mstr-icons.icon-analysis-security-role-white {
  background-position: -306px -324px;
}
.mstr-icons.icon-application-copy {
  background-position: -504px -162px;
}
.mstr-icons.icon-application-copy-hover-active {
  background-position: -522px -162px;
}
.mstr-icons.icon-application-delete {
  background-position: -540px -162px;
}
.mstr-icons.icon-application-delete-hover-active {
  background-position: -558px -162px;
}
.mstr-icons.icon-auth-provider-aws-cognito {
  background-position: -144px -198px;
}
.mstr-icons.icon-auth-provider-azure {
  background-position: -36px -198px;
}
.mstr-icons.icon-auth-provider-azure-ad {
  background-position: -54px -198px;
}
.mstr-icons.icon-auth-provider-dropbox {
  background-position: -198px -396px;
}
.mstr-icons.icon-auth-provider-general {
  background-position: 0 -198px;
}
.mstr-icons.icon-auth-provider-google-g {
  background-position: -72px -198px;
}
.mstr-icons.icon-auth-provider-google-identity {
  background-position: -90px -198px;
}
.mstr-icons.icon-auth-provider-microsoft {
  background-position: -18px -198px;
}
.mstr-icons.icon-auth-provider-oauth {
  background-position: -378px -198px;
}
.mstr-icons.icon-auth-provider-okta {
  background-position: -162px -198px;
}
.mstr-icons.icon-auth-provider-onelogin {
  background-position: -126px -198px;
}
.mstr-icons.icon-auth-provider-ping {
  background-position: -180px -198px;
}
.mstr-icons.icon-auth-provider-salesforce {
  background-position: -162px -396px;
}
.mstr-icons.icon-auth-provider-snowflake {
  background-position: -108px -198px;
}
.mstr-icons.icon-auth-provider-twitter {
  background-position: -180px -396px;
}
.mstr-icons.icon-auth-provider-adobe {
  background-position: 0 -522px;
}
.mstr-icons.icon-authoring-add-page {
  background-position: -486px -144px;
}
.mstr-icons.icon-authoring-dataset {
  background-position: -522px -144px;
}
.mstr-icons.icon-authoring-dataset-white {
  background-position: -594px -180px;
}
.mstr-icons.icon-authoring-html {
  background-position: -504px -144px;
}
.mstr-icons.icon-authoring-link {
  background-position: -432px -396px;
}
.mstr-icons.icon-authoring-link[disabled], .mstr-icons.icon-authoring-link[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-authoring-link-disabled, .mstr-icons.icon-authoring-link[disabled], .mstr-icons.icon-authoring-link[aria-disabled=true] {
  background-position: -450px -396px;
}
.mstr-icons.icon-authoring-primary-hover {
  background-position: -468px -396px;
}
.mstr-icons.icon-authoring-primary {
  background-position: -486px -396px;
}
.mstr-icons.icon-chatbot-auto-bot {
  background-position: -504px -360px;
}
.mstr-icons.icon-chatbot-auto-bot[disabled], .mstr-icons.icon-chatbot-auto-bot[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-chatbot-auto-bot-disabled, .mstr-icons.icon-chatbot-auto-bot[disabled], .mstr-icons.icon-chatbot-auto-bot[aria-disabled=true] {
  background-position: -504px -378px;
}
.mstr-icons.icon-chatbot-auto-bot-hover-active {
  background-position: -504px -342px;
}
.mstr-icons.icon-common-accept {
  background-position: -270px -180px;
}
.mstr-icons.icon-common-add-outline {
  background-position: -126px -126px;
}
.mstr-icons.icon-common-add-outline[disabled], .mstr-icons.icon-common-add-outline[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-add-outline-disabled, .mstr-icons.icon-common-add-outline[disabled], .mstr-icons.icon-common-add-outline[aria-disabled=true] {
  background-position: -396px -216px;
}
.mstr-icons.icon-common-add-outline-hover-active {
  background-position: -90px -126px;
}
.mstr-icons.icon-common-add-outline-white {
  background-position: -414px -216px;
}
.mstr-icons.icon-common-add-solid {
  background-position: 0 0;
}
.mstr-icons.icon-common-add-solid[disabled], .mstr-icons.icon-common-add-solid[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-add-solid-disabled, .mstr-icons.icon-common-add-solid[disabled], .mstr-icons.icon-common-add-solid[aria-disabled=true] {
  background-position: -378px -216px;
}
.mstr-icons.icon-common-add-solid-hover-active {
  background-position: -18px 0;
}
.mstr-icons.icon-common-arrow-collapsed-black {
  background-position: -468px -54px;
}
.mstr-icons.icon-common-arrow-down {
  background-position: -108px 0;
}
.mstr-icons.icon-common-arrow-down-hover-active {
  background-position: -144px -126px;
}
.mstr-icons.icon-common-arrow-expanded-black {
  background-position: -450px -54px;
}
.mstr-icons.icon-common-arrow-updown {
  background-position: -270px 0;
}
.mstr-icons.icon-common-cancel {
  background-position: -288px -180px;
}
.mstr-icons.icon-common-certify-certified-dark {
  background-position: -540px -54px;
}
.mstr-icons.icon-common-certify-certified-disabled, .mstr-icons.icon-common-certify-certified[disabled], .mstr-icons.icon-common-certify-certified[aria-disabled=true] {
  background-position: -288px -216px;
}
.mstr-icons.icon-common-certify-certified-orange {
  background-position: -504px -54px;
}
.mstr-icons.icon-common-certify-certified-white {
  background-position: -288px -198px;
}
.mstr-icons.icon-common-certify-decertify-dark {
  background-position: -522px -54px;
}
.mstr-icons.icon-common-certify-decertify-disabled, .mstr-icons.icon-common-certify-decertify[disabled], .mstr-icons.icon-common-certify-decertify[aria-disabled=true] {
  background-position: -342px -216px;
}
.mstr-icons.icon-common-certify-decertify-white {
  background-position: -342px -198px;
}
.mstr-icons.icon-common-certify-pending-blue {
  background-position: -198px -198px;
}
.mstr-icons.icon-common-certify-pending-dark {
  background-position: -216px -198px;
}
.mstr-icons.icon-common-certify-pending-disabled, .mstr-icons.icon-common-certify-pending[disabled], .mstr-icons.icon-common-certify-pending[aria-disabled=true] {
  background-position: -306px -216px;
}
.mstr-icons.icon-common-certify-pending-white {
  background-position: -306px -198px;
}
.mstr-icons.icon-common-certify-rejected-dark {
  background-position: -252px -198px;
}
.mstr-icons.icon-common-certify-rejected-disabled, .mstr-icons.icon-common-certify-rejected[disabled], .mstr-icons.icon-common-certify-rejected[aria-disabled=true] {
  background-position: -324px -216px;
}
.mstr-icons.icon-common-certify-rejected-red {
  background-position: -234px -198px;
}
.mstr-icons.icon-common-certify-rejected-white {
  background-position: -324px -198px;
}
.mstr-icons.icon-common-certify-reverse-dark {
  background-position: -270px -198px;
}
.mstr-icons.icon-common-certify-reverse-disabled, .mstr-icons.icon-common-certify-reverse[disabled], .mstr-icons.icon-common-certify-reverse[aria-disabled=true] {
  background-position: -360px -216px;
}
.mstr-icons.icon-common-certify-reverse-white {
  background-position: -360px -198px;
}
.mstr-icons.icon-common-clear {
  background-position: -36px -36px;
}
.mstr-icons.icon-common-clear[disabled], .mstr-icons.icon-common-clear[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-clear-hover-active {
  background-position: -234px -108px;
}
.mstr-icons.icon-common-clear-disabled, .mstr-icons.icon-common-clear[disabled], .mstr-icons.icon-common-clear[aria-disabled=true] {
  background-position: -522px -18px;
}
.mstr-icons.icon-common-copy {
  background-position: -36px 0;
}
.mstr-icons.icon-common-delete {
  background-position: -54px 0;
}
.mstr-icons.icon-common-delete-hover-active {
  background-position: -72px 0;
}
.mstr-icons.icon-common-dialogue-close {
  background-position: -54px -36px;
}
.mstr-icons.icon-common-dialogue-close-hover-active {
  background-position: -198px -126px;
}
.mstr-icons.icon-common-dialogue-help {
  background-position: -72px -36px;
}
.mstr-icons.icon-common-dossier-template-blue {
  background-position: -288px -162px;
}
.mstr-icons.icon-common-dossier-template-blue-hover-active {
  background-position: -306px -162px;
}
.mstr-icons.icon-common-dossier-template-unset {
  background-position: -468px -180px;
}
.mstr-icons.icon-common-download {
  background-position: -450px -18px;
}
.mstr-icons.icon-common-download[disabled], .mstr-icons.icon-common-download[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-download-hover-active {
  background-position: -468px -18px;
}
.mstr-icons.icon-common-download-disabled, .mstr-icons.icon-common-download[disabled], .mstr-icons.icon-common-download[aria-disabled=true] {
  background-position: -450px -36px;
}
.mstr-icons.icon-common-drag {
  background-position: -216px -126px;
}
.mstr-icons.icon-common-drag-hover-active {
  background-position: -234px -126px;
}
.mstr-icons.icon-common-drag-and-drop {
  background-position: -522px -180px;
}
.mstr-icons.icon-common-edit {
  background-position: -216px -18px;
}
.mstr-icons.icon-common-editor-outline {
  background-position: -468px -162px;
}
.mstr-icons.icon-common-editor-outline-hover-active {
  background-position: -486px -162px;
}
.mstr-icons.icon-common-editor-solid {
  background-position: -180px -126px;
}
.mstr-icons.icon-common-editor-solid[disabled], .mstr-icons.icon-common-editor-solid[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-editor-solid-hover-active {
  background-position: -504px -18px;
}
.mstr-icons.icon-common-editor-solid-disabled, .mstr-icons.icon-common-editor-solid[disabled], .mstr-icons.icon-common-editor-solid[aria-disabled=true] {
  background-position: -486px -18px;
}
.mstr-icons.icon-common-eraser {
  background-position: -162px -126px;
}
.mstr-icons.icon-common-export {
  background-position: -270px -36px;
}
.mstr-icons.icon-common-export-hover-active {
  background-position: -288px -36px;
}
.mstr-icons.icon-common-filter {
  background-position: -540px -18px;
}
.mstr-icons.icon-common-filter-hover-active {
  background-position: -558px -18px;
}
.mstr-icons.icon-common-info {
  background-position: -126px 0;
}
.mstr-icons.icon-common-info-hover-active {
  background-position: -144px 0;
}
.mstr-icons.icon-common-info-outline {
  background-position: -108px -504px;
}
.mstr-icons.icon-common-maximize {
  background-position: -18px -108px;
}
.mstr-icons.icon-common-minimize {
  background-position: -54px -54px;
}
.mstr-icons.icon-common-move-left {
  background-position: -504px -198px;
}
.mstr-icons.icon-common-move-right {
  background-position: -522px -198px;
}
.mstr-icons.icon-common-move-to-top {
  background-position: -288px -396px;
}
.mstr-icons.icon-common-move-to-top[disabled], .mstr-icons.icon-common-move-to-top[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-move-to-top-disabled, .mstr-icons.icon-common-move-to-top[disabled], .mstr-icons.icon-common-move-to-top[aria-disabled=true] {
  background-position: -306px -396px;
}
.mstr-icons.icon-common-move-up {
  background-position: -324px -396px;
}
.mstr-icons.icon-common-move-up[disabled], .mstr-icons.icon-common-move-up[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-move-up-disabled, .mstr-icons.icon-common-move-up[disabled], .mstr-icons.icon-common-move-up[aria-disabled=true] {
  background-position: -342px -396px;
}
.mstr-icons.icon-common-move-down {
  background-position: -360px -396px;
}
.mstr-icons.icon-common-move-down[disabled], .mstr-icons.icon-common-move-down[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-move-down-disabled, .mstr-icons.icon-common-move-down[disabled], .mstr-icons.icon-common-move-down[aria-disabled=true] {
  background-position: -378px -396px;
}
.mstr-icons.icon-common-move-to-bottom {
  background-position: -396px -396px;
}
.mstr-icons.icon-common-move-to-bottom[disabled], .mstr-icons.icon-common-move-to-bottom[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-move-to-bottom-disabled, .mstr-icons.icon-common-move-to-bottom[disabled], .mstr-icons.icon-common-move-to-bottom[aria-disabled=true] {
  background-position: -414px -396px;
}
.mstr-icons.icon-common-my-library-dark {
  background-position: -18px -234px;
}
.mstr-icons.icon-common-my-library-disabled, .mstr-icons.icon-common-my-library[disabled], .mstr-icons.icon-common-my-library[aria-disabled=true] {
  background-position: -18px -252px;
}
.mstr-icons.icon-common-my-library-white {
  background-position: -18px -270px;
}
.mstr-icons.icon-common-my-library-blue {
  background-position: -324px -360px;
}
.mstr-icons.icon-common-no-value {
  background-position: -576px -432px;
}
.mstr-icons.icon-common-outline-collapsed {
  background-position: -540px -432px;
}
.mstr-icons.icon-common-outline-expanded {
  background-position: -558px -432px;
}
.mstr-icons.icon-common-password-hide {
  background-position: -198px -18px;
}
.mstr-icons.icon-common-password-show {
  background-position: -180px -18px;
}
.mstr-icons.icon-common-refresh {
  background-position: -576px -18px;
}
.mstr-icons.icon-common-refresh[disabled], .mstr-icons.icon-common-refresh[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-refresh-hover-active {
  background-position: -576px -36px;
}
.mstr-icons.icon-common-refresh-disabled, .mstr-icons.icon-common-refresh[disabled], .mstr-icons.icon-common-refresh[aria-disabled=true] {
  background-position: -108px -126px;
}
.mstr-icons.icon-common-remove {
  background-position: -342px 0;
}
.mstr-icons.icon-common-remove-hover-active {
  background-position: -396px 0;
}
.mstr-icons.icon-common-reprompt {
  background-position: -36px -468px;
}
.mstr-icons.icon-common-reprompt[disabled], .mstr-icons.icon-common-reprompt[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-reprompt-hover-active {
  background-position: -54px -468px;
}
.mstr-icons.icon-common-reprompt-disabled, .mstr-icons.icon-common-reprompt[disabled], .mstr-icons.icon-common-reprompt[aria-disabled=true] {
  background-position: -72px -468px;
}
.mstr-icons.icon-common-reset {
  background-position: -216px -216px;
}
.mstr-icons.icon-common-reset-hover-active {
  background-position: -234px -216px;
}
.mstr-icons.icon-common-restart-server {
  background-position: -252px 0;
}
.mstr-icons.icon-common-run {
  background-position: -414px -18px;
}
.mstr-icons.icon-common-run[disabled], .mstr-icons.icon-common-run[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-run-hover-active {
  background-position: -432px -18px;
}
.mstr-icons.icon-common-run-disabled, .mstr-icons.icon-common-run[disabled], .mstr-icons.icon-common-run[aria-disabled=true] {
  background-position: -414px -36px;
}
.mstr-icons.icon-common-save {
  background-position: -18px -36px;
}
.mstr-icons.icon-common-save-hover-active {
  background-position: -144px -54px;
}
.mstr-icons.icon-common-search {
  background-position: 0 -36px;
}
.mstr-icons.icon-common-search[disabled], .mstr-icons.icon-common-search[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-search-dark {
  background-position: 0 -234px;
}
.mstr-icons.icon-common-search-disabled, .mstr-icons.icon-common-search[disabled], .mstr-icons.icon-common-search[aria-disabled=true] {
  background-position: 0 -252px;
}
.mstr-icons.icon-common-search-white {
  background-position: 0 -270px;
}
.mstr-icons.icon-common-search-big {
  background-position: -36px -54px;
}
.mstr-icons.icon-common-settings {
  background-position: -18px -54px;
}
.mstr-icons.icon-common-settings-hover-active {
  background-position: -126px -54px;
}
.mstr-icons.icon-common-settings-outline {
  background-position: -162px -504px;
}
.mstr-icons.icon-common-settings-outline[disabled], .mstr-icons.icon-common-settings-outline[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-settings-outline-active {
  background-position: -180px -504px;
}
.mstr-icons.icon-common-settings-outline-disabled, .mstr-icons.icon-common-settings-outline[disabled], .mstr-icons.icon-common-settings-outline[aria-disabled=true] {
  background-position: -198px -504px;
}
.mstr-icons.icon-common-toolbar-format {
  background-position: 0 -54px;
}
.mstr-icons.icon-common-view-certificate {
  background-position: -432px 0;
}
.mstr-icons.icon-common-microstrategy {
  background-position: -306px -414px;
}
.mstr-icons.icon-common-system-tools {
  background-position: -324px -414px;
}
.mstr-icons.icon-common-zoomin {
  background-position: -378px -414px;
}
.mstr-icons.icon-common-zoomin[disabled], .mstr-icons.icon-common-zoomin[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-zoomin-disabled, .mstr-icons.icon-common-zoomin[disabled], .mstr-icons.icon-common-zoomin[aria-disabled=true] {
  background-position: -396px -414px;
}
.mstr-icons.icon-common-zoomout {
  background-position: -414px -414px;
}
.mstr-icons.icon-common-zoomout[disabled], .mstr-icons.icon-common-zoomout[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-common-zoomout-disabled, .mstr-icons.icon-common-zoomout[disabled], .mstr-icons.icon-common-zoomout[aria-disabled=true] {
  background-position: -432px -414px;
}
.mstr-icons.icon-design-studio-device-desktop {
  background-position: -108px -162px;
}
.mstr-icons.icon-design-studio-device-phone {
  background-position: -54px -162px;
}
.mstr-icons.icon-design-studio-device-tablet {
  background-position: -72px -162px;
}
.mstr-icons.icon-design-studio-device-web {
  background-position: -90px -162px;
}
.mstr-icons.icon-design-studio-navigation {
  background-position: -126px -162px;
}
.mstr-icons.icon-drill-map-across-gray {
  background-position: -414px -144px;
}
.mstr-icons.icon-drill-map-down-gray {
  background-position: -396px -144px;
}
.mstr-icons.icon-drill-map-drill-map-gray {
  background-position: -450px -144px;
}
.mstr-icons.icon-drill-map-drill-out-gray {
  background-position: -180px -162px;
}
.mstr-icons.icon-drill-map-template-gray {
  background-position: -432px -144px;
}
.mstr-icons.icon-drill-map-unlink-gray {
  background-position: -360px -144px;
}
.mstr-icons.icon-drill-map-up-gray {
  background-position: -378px -144px;
}
.mstr-icons.icon-fact-editor-join-against-this {
  background-position: 0 -216px;
}
.mstr-icons.icon-fact-editor-join-against-parent {
  background-position: -18px -216px;
}
.mstr-icons.icon-fact-editor-join-against-children {
  background-position: -36px -216px;
}
.mstr-icons.icon-fact-editor-join-against-all-hierarchy {
  background-position: -54px -216px;
}
.mstr-icons.icon-fact-editor-join-against-this-hover-active {
  background-position: -72px -216px;
}
.mstr-icons.icon-fact-editor-join-against-parent-hover-active {
  background-position: -90px -216px;
}
.mstr-icons.icon-fact-editor-join-against-children-hover-active {
  background-position: -108px -216px;
}
.mstr-icons.icon-fact-editor-join-against-all-hierarchy-hover-active {
  background-position: -126px -216px;
}
.mstr-icons.icon-infrastructure-activity-logs-dark {
  background-position: -432px -288px;
}
.mstr-icons.icon-infrastructure-activity-logs-disabled, .mstr-icons.icon-infrastructure-activity-logs[disabled], .mstr-icons.icon-infrastructure-activity-logs[aria-disabled=true] {
  background-position: -432px -306px;
}
.mstr-icons.icon-infrastructure-activity-logs-white {
  background-position: -432px -324px;
}
.mstr-icons.icon-infrastructure-deployments-dark {
  background-position: -414px -288px;
}
.mstr-icons.icon-infrastructure-deployments-disabled, .mstr-icons.icon-infrastructure-deployments[disabled], .mstr-icons.icon-infrastructure-deployments[aria-disabled=true] {
  background-position: -414px -306px;
}
.mstr-icons.icon-infrastructure-deployments-white {
  background-position: -414px -324px;
}
.mstr-icons.icon-list-view-auto-resize {
  background-position: -270px -126px;
}
.mstr-icons.icon-list-view-auto-resize-hover-active {
  background-position: -306px -126px;
}
.mstr-icons.icon-list-view-columns {
  background-position: -252px -126px;
}
.mstr-icons.icon-list-view-columns-hover-active {
  background-position: -288px -126px;
}
.mstr-icons.icon-math-angle-brackets {
  background-position: -234px -54px;
}
.mstr-icons.icon-math-divide {
  background-position: -216px -54px;
}
.mstr-icons.icon-math-function {
  background-position: -90px -36px;
}
.mstr-icons.icon-math-metric-placeholder {
  background-position: -342px -144px;
}
.mstr-icons.icon-math-minus {
  background-position: -180px -54px;
}
.mstr-icons.icon-math-multiply {
  background-position: -198px -54px;
}
.mstr-icons.icon-math-parentheses {
  background-position: -252px -54px;
}
.mstr-icons.icon-math-plus {
  background-position: -162px -54px;
}
.mstr-icons.icon-migration-dependencies-add {
  background-position: -540px -180px;
}
.mstr-icons.icon-migration-dependencies-remove {
  background-position: -558px -180px;
}
.mstr-icons.icon-migration-package-upload {
  background-position: -594px -504px;
}
.mstr-icons.icon-misc-arrow-bottom {
  background-position: -198px -414px;
}
.mstr-icons.icon-misc-arrow-bottom-hover-active {
  background-position: -216px -414px;
}
.mstr-icons.icon-misc-arrow-left {
  background-position: -234px -414px;
}
.mstr-icons.icon-misc-arrow-left-hover-active {
  background-position: -252px -414px;
}
.mstr-icons.icon-misc-arrow-right {
  background-position: -270px -414px;
}
.mstr-icons.icon-misc-arrow-right-hover-active {
  background-position: -288px -414px;
}
.mstr-icons.icon-misc-arrow-top {
  background-position: -162px -414px;
}
.mstr-icons.icon-misc-arrow-top-hover-active {
  background-position: -180px -414px;
}
.mstr-icons.icon-misc-check-compliance {
  background-position: -504px -396px;
}
.mstr-icons.icon-misc-check-compliance-hover-active {
  background-position: -522px -432px;
}
.mstr-icons.icon-misc-continue-line {
  background-position: -108px -414px;
}
.mstr-icons.icon-misc-created {
  background-position: -540px -396px;
}
.mstr-icons.icon-misc-created-light {
  background-position: -522px -288px;
}
.mstr-icons.icon-misc-decision {
  background-position: 0 -414px;
}
.mstr-icons.icon-misc-execute {
  background-position: -54px -414px;
}
.mstr-icons.icon-misc-execute-sql {
  background-position: -180px -180px;
}
.mstr-icons.icon-misc-exit {
  background-position: -18px -414px;
}
.mstr-icons.icon-misc-expand-state-collapse {
  background-position: -360px -126px;
}
.mstr-icons.icon-misc-expand-state-expand {
  background-position: -342px -126px;
}
.mstr-icons.icon-misc-failure-line {
  background-position: -144px -414px;
}
.mstr-icons.icon-misc-flag {
  background-position: -90px -414px;
}
.mstr-icons.icon-misc-format-sql {
  background-position: -198px -180px;
}
.mstr-icons.icon-misc-hit-enter-search {
  background-position: -72px -108px;
}
.mstr-icons.icon-misc-join-default {
  background-position: -396px -198px;
}
.mstr-icons.icon-misc-join-default-selected {
  background-position: -450px -198px;
}
.mstr-icons.icon-misc-join-inner {
  background-position: -414px -198px;
}
.mstr-icons.icon-misc-join-inner-selected {
  background-position: -468px -198px;
}
.mstr-icons.icon-misc-join-outer {
  background-position: -432px -198px;
}
.mstr-icons.icon-misc-join-outer-selected {
  background-position: -486px -198px;
}
.mstr-icons.icon-misc-loop {
  background-position: -198px -468px;
}
.mstr-icons.icon-misc-mapping-sql {
  background-position: -252px -180px;
}
.mstr-icons.icon-misc-menu {
  background-position: -108px -54px;
}
.mstr-icons.icon-misc-merge {
  background-position: -36px -432px;
}
.mstr-icons.icon-misc-modified-time {
  background-position: -324px -108px;
}
.mstr-icons.icon-misc-more {
  background-position: -450px -414px;
}
.mstr-icons.icon-misc-note {
  background-position: -288px -468px;
}
.mstr-icons.icon-misc-optimize-layout {
  background-position: -342px -414px;
}
.mstr-icons.icon-misc-optimize-layout[disabled], .mstr-icons.icon-misc-optimize-layout[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-misc-optimize-layout-disabled, .mstr-icons.icon-misc-optimize-layout[disabled], .mstr-icons.icon-misc-optimize-layout[aria-disabled=true] {
  background-position: -360px -414px;
}
.mstr-icons.icon-misc-pin-pinned {
  background-position: -378px -468px;
}
.mstr-icons.icon-misc-pin-unpinned {
  background-position: -360px -468px;
}
.mstr-icons.icon-misc-redo {
  background-position: -522px -126px;
}
.mstr-icons.icon-misc-send-email {
  background-position: -72px -414px;
}
.mstr-icons.icon-misc-sidebar {
  background-position: -378px -126px;
}
.mstr-icons.icon-misc-sidebar-hover-active {
  background-position: -396px -126px;
}
.mstr-icons.icon-misc-sidebar-ipad {
  background-position: -414px -126px;
}
.mstr-icons.icon-misc-split {
  background-position: -18px -432px;
}
.mstr-icons.icon-misc-success-line {
  background-position: -126px -414px;
}
.mstr-icons.icon-misc-text-color-formatting {
  background-position: -252px -216px;
}
.mstr-icons.icon-misc-time-check {
  background-position: -234px -468px;
}
.mstr-icons.icon-misc-udpate-variable {
  background-position: -270px -468px;
}
.mstr-icons.icon-misc-undo {
  background-position: -504px -126px;
}
.mstr-icons.icon-misc-value-check {
  background-position: -216px -468px;
}
.mstr-icons.icon-misc-wait {
  background-position: -252px -468px;
}
.mstr-icons.icon-misc-sql-editor {
  background-position: -540px -468px;
}
.mstr-icons.icon-misc-formula-editor {
  background-position: -594px -468px;
}
.mstr-icons.icon-misc-formula-editor-hover {
  background-position: -576px -468px;
}
.mstr-icons.icon-misc-formula-editor-hover-active {
  background-position: -558px -468px;
}
.mstr-icons.icon-monitor-cube-data-syncing {
  background-position: -396px -36px;
}
.mstr-icons.icon-monitor-job-error {
  background-position: -216px -108px;
}
.mstr-icons.icon-monitor-job-executing {
  background-position: -180px -108px;
}
.mstr-icons.icon-monitor-next-schedule {
  background-position: -342px -36px;
}
.mstr-icons.icon-monitor-not-available {
  background-position: -306px -36px;
}
.mstr-icons.icon-monitor-not-loaded {
  background-position: -324px -36px;
}
.mstr-icons.icon-monitor-object-state-deactivated {
  background-position: -450px -432px;
}
.mstr-icons.icon-monitor-object-state-loaded {
  background-position: -360px -36px;
}
.mstr-icons.icon-monitor-object-state-unloaded {
  background-position: -378px -36px;
}
.mstr-icons.icon-monitor-server {
  background-position: -18px -126px;
}
.mstr-icons.icon-objects-aa-font {
  background-position: -324px -126px;
}
.mstr-icons.icon-objects-aa-font-hover-active {
  background-position: -540px -126px;
}
.mstr-icons.icon-objects-administration-objects {
  background-position: -522px 0;
}
.mstr-icons.icon-objects-application-objects {
  background-position: -594px -18px;
}
.mstr-icons.icon-objects-attribute {
  background-position: 0 -72px;
}
.mstr-icons.icon-objects-attribute[disabled], .mstr-icons.icon-objects-attribute[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-attribute-dark {
  background-position: -36px -234px;
}
.mstr-icons.icon-objects-attribute-disabled, .mstr-icons.icon-objects-attribute[disabled], .mstr-icons.icon-objects-attribute[aria-disabled=true] {
  background-position: -36px -252px;
}
.mstr-icons.icon-objects-attribute-element {
  background-position: -522px -90px;
}
.mstr-icons.icon-objects-attribute-form {
  background-position: -234px -90px;
}
.mstr-icons.icon-objects-attribute-white {
  background-position: -36px -270px;
}
.mstr-icons.icon-objects-attribute-shortcut {
  background-position: -18px -72px;
}
.mstr-icons.icon-objects-attribute-sql {
  background-position: -306px -180px;
}
.mstr-icons.icon-objects-attribute-streaming {
  background-position: -432px -180px;
}
.mstr-icons.icon-objects-banding {
  background-position: -540px -36px;
}
.mstr-icons.icon-objects-base-formula {
  background-position: -216px -90px;
}
.mstr-icons.icon-objects-base-formula[disabled], .mstr-icons.icon-objects-base-formula[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-base-formula-dark {
  background-position: -288px -234px;
}
.mstr-icons.icon-objects-base-formula-disabled, .mstr-icons.icon-objects-base-formula[disabled], .mstr-icons.icon-objects-base-formula[aria-disabled=true] {
  background-position: -288px -252px;
}
.mstr-icons.icon-objects-base-formula-white {
  background-position: -288px -270px;
}
.mstr-icons.icon-objects-bot20 {
  background-position: -180px -540px;
}
.mstr-icons.icon-objects-bot20[disabled], .mstr-icons.icon-objects-bot20[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-bot20-dark {
  background-position: -216px -540px;
}
.mstr-icons.icon-objects-bot20-disabled, .mstr-icons.icon-objects-bot20[disabled], .mstr-icons.icon-objects-bot20[aria-disabled=true] {
  background-position: -234px -540px;
}
.mstr-icons.icon-objects-bot20-warning {
  background-position: -198px -540px;
}
.mstr-icons.icon-objects-bot20-white {
  background-position: -252px -540px;
}
.mstr-icons.icon-objects-card {
  background-position: -126px -90px;
}
.mstr-icons.icon-objects-cards-dark {
  background-position: -540px -234px;
}
.mstr-icons.icon-objects-cards-disabled, .mstr-icons.icon-objects-cards[disabled], .mstr-icons.icon-objects-cards[aria-disabled=true] {
  background-position: -540px -252px;
}
.mstr-icons.icon-objects-cards-white {
  background-position: -540px -270px;
}
.mstr-icons.icon-objects-configuration-objects {
  background-position: -594px -36px;
}
.mstr-icons.icon-objects-connected {
  background-position: -36px -126px;
}
.mstr-icons.icon-objects-consolidation {
  background-position: -144px -90px;
}
.mstr-icons.icon-objects-consolidation[disabled], .mstr-icons.icon-objects-consolidation[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-consolidation-dark {
  background-position: -72px -234px;
}
.mstr-icons.icon-objects-consolidation-disabled, .mstr-icons.icon-objects-consolidation[disabled], .mstr-icons.icon-objects-consolidation[aria-disabled=true] {
  background-position: -72px -252px;
}
.mstr-icons.icon-objects-consolidation-white {
  background-position: -72px -270px;
}
.mstr-icons.icon-objects-consolidation-element {
  background-position: -324px -90px;
}
.mstr-icons.icon-objects-content-groups {
  background-position: -234px 0;
}
.mstr-icons.icon-objects-cube {
  background-position: -252px -72px;
}
.mstr-icons.icon-objects-cube[disabled], .mstr-icons.icon-objects-cube[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-cube-sql {
  background-position: -144px -486px;
}
.mstr-icons.icon-objects-cube-dark {
  background-position: -126px -234px;
}
.mstr-icons.icon-objects-cube-disabled, .mstr-icons.icon-objects-cube[disabled], .mstr-icons.icon-objects-cube[aria-disabled=true] {
  background-position: -126px -252px;
}
.mstr-icons.icon-objects-cube-incremental-refresh {
  background-position: -252px -162px;
}
.mstr-icons.icon-objects-cube-shortcut {
  background-position: -270px -72px;
}
.mstr-icons.icon-objects-cube-white {
  background-position: -126px -270px;
}
.mstr-icons.icon-objects-cube-live {
  background-position: -198px -522px;
}
.mstr-icons.icon-objects-cube-live[disabled], .mstr-icons.icon-objects-cube-live[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-cube-live-dark {
  background-position: -216px -522px;
}
.mstr-icons.icon-objects-cube-live-disabled, .mstr-icons.icon-objects-cube-live[disabled], .mstr-icons.icon-objects-cube-live[aria-disabled=true] {
  background-position: -234px -522px;
}
.mstr-icons.icon-objects-cube-live-white {
  background-position: -252px -522px;
}
.mstr-icons.icon-objects-custom-app {
  background-position: -306px -144px;
}
.mstr-icons.icon-objects-custom-bot {
  background-position: -432px -468px;
}
.mstr-icons.icon-objects-custom-bot[disabled], .mstr-icons.icon-objects-custom-bot[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-custom-bot-dark {
  background-position: -450px -468px;
}
.mstr-icons.icon-objects-custom-bot-disabled, .mstr-icons.icon-objects-custom-bot[disabled], .mstr-icons.icon-objects-custom-bot[aria-disabled=true] {
  background-position: -468px -468px;
}
.mstr-icons.icon-objects-custom-bot-warning {
  background-position: -504px -468px;
}
.mstr-icons.icon-objects-custom-bot-white {
  background-position: -486px -468px;
}
.mstr-icons.icon-objects-custom-column {
  background-position: -594px -72px;
}
.mstr-icons.icon-objects-custom-group {
  background-position: -36px -72px;
}
.mstr-icons.icon-objects-custom-group[disabled], .mstr-icons.icon-objects-custom-group[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-custom-group-dark {
  background-position: -450px -126px;
}
.mstr-icons.icon-objects-custom-group-disabled, .mstr-icons.icon-objects-custom-group[disabled], .mstr-icons.icon-objects-custom-group[aria-disabled=true] {
  background-position: -540px -306px;
}
.mstr-icons.icon-objects-custom-group-shortcut {
  background-position: -54px -72px;
}
.mstr-icons.icon-objects-custom-group-white {
  background-position: -540px -324px;
}
.mstr-icons.icon-objects-data-model {
  background-position: -306px -504px;
}
.mstr-icons.icon-objects-database-connection {
  background-position: -90px -468px;
}
.mstr-icons.icon-objects-database-login {
  background-position: -144px -468px;
}
.mstr-icons.icon-objects-datamart-dark {
  background-position: -216px -234px;
}
.mstr-icons.icon-objects-datamart-disabled, .mstr-icons.icon-objects-datamart[disabled], .mstr-icons.icon-objects-datamart[aria-disabled=true] {
  background-position: -216px -252px;
}
.mstr-icons.icon-objects-datamart {
  background-position: -594px -90px;
}
.mstr-icons.icon-objects-datamart[disabled], .mstr-icons.icon-objects-datamart[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-datamart-white {
  background-position: -216px -270px;
}
.mstr-icons.icon-objects-dataset {
  background-position: -234px -72px;
}
.mstr-icons.icon-objects-dataset[disabled], .mstr-icons.icon-objects-dataset[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-dataset-dark {
  background-position: -198px -234px;
}
.mstr-icons.icon-objects-dataset-disabled, .mstr-icons.icon-objects-dataset[disabled], .mstr-icons.icon-objects-dataset[aria-disabled=true] {
  background-position: -198px -252px;
}
.mstr-icons.icon-objects-dataset-shortcut {
  background-position: -288px -72px;
}
.mstr-icons.icon-objects-dataset-white {
  background-position: -198px -270px;
}
.mstr-icons.icon-objects-dataset-collection {
  background-position: -90px -522px;
}
.mstr-icons.icon-objects-dataset-collection[disabled], .mstr-icons.icon-objects-dataset-collection[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-dataset-collection-dark {
  background-position: -108px -522px;
}
.mstr-icons.icon-objects-dataset-collection-purple {
  background-position: -126px -522px;
}
.mstr-icons.icon-objects-dataset-collection-white {
  background-position: -144px -522px;
}
.mstr-icons.icon-objects-dataset-collection-disabled, .mstr-icons.icon-objects-dataset-collection[disabled], .mstr-icons.icon-objects-dataset-collection[aria-disabled=true] {
  background-position: -162px -522px;
}
.mstr-icons.icon-objects-dataset-collection-outline {
  background-position: -180px -522px;
}
.mstr-icons.icon-objects-dataslice {
  background-position: -468px -432px;
}
.mstr-icons.icon-objects-datasource {
  background-position: -270px -144px;
}
.mstr-icons.icon-objects-datasource[disabled], .mstr-icons.icon-objects-datasource[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-datasource-dark {
  background-position: -270px -162px;
}
.mstr-icons.icon-objects-datasource-disabled, .mstr-icons.icon-objects-datasource[disabled], .mstr-icons.icon-objects-datasource[aria-disabled=true] {
  background-position: -504px -306px;
}
.mstr-icons.icon-objects-datasource-white {
  background-position: -504px -324px;
}
.mstr-icons.icon-objects-derived-attribute {
  background-position: -540px -144px;
}
.mstr-icons.icon-objects-derived-element {
  background-position: -486px -90px;
}
.mstr-icons.icon-objects-derived-element[disabled], .mstr-icons.icon-objects-derived-element[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-derived-element-dark {
  background-position: -90px -234px;
}
.mstr-icons.icon-objects-derived-element-disabled, .mstr-icons.icon-objects-derived-element[disabled], .mstr-icons.icon-objects-derived-element[aria-disabled=true] {
  background-position: -90px -252px;
}
.mstr-icons.icon-objects-derived-element-white {
  background-position: -90px -270px;
}
.mstr-icons.icon-objects-derived-metric {
  background-position: -558px -144px;
}
.mstr-icons.icon-objects-device {
  background-position: -198px -162px;
}
.mstr-icons.icon-objects-document {
  background-position: -396px -72px;
}
.mstr-icons.icon-objects-document[disabled], .mstr-icons.icon-objects-document[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-document-dark {
  background-position: -234px -234px;
}
.mstr-icons.icon-objects-document-disabled, .mstr-icons.icon-objects-document[disabled], .mstr-icons.icon-objects-document[aria-disabled=true] {
  background-position: -234px -252px;
}
.mstr-icons.icon-objects-document-html {
  background-position: -432px -72px;
}
.mstr-icons.icon-objects-document-shortcut {
  background-position: -414px -72px;
}
.mstr-icons.icon-objects-document-theme {
  background-position: -342px -450px;
}
.mstr-icons.icon-objects-document-warning {
  background-position: -576px -54px;
}
.mstr-icons.icon-objects-document-white {
  background-position: -234px -270px;
}
.mstr-icons.icon-objects-dossier {
  background-position: -216px -72px;
}
.mstr-icons.icon-objects-dossier[disabled], .mstr-icons.icon-objects-dossier[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-dossier-dark {
  background-position: -252px -234px;
}
.mstr-icons.icon-objects-dossier-disabled, .mstr-icons.icon-objects-dossier[disabled], .mstr-icons.icon-objects-dossier[aria-disabled=true] {
  background-position: -252px -252px;
}
.mstr-icons.icon-objects-dossier-shortcut {
  background-position: -306px -72px;
}
.mstr-icons.icon-objects-dossier-warning {
  background-position: -558px -54px;
}
.mstr-icons.icon-objects-dossier-white {
  background-position: -252px -270px;
}
.mstr-icons.icon-objects-drill-map-dark {
  background-position: -72px -288px;
}
.mstr-icons.icon-objects-drill-map-disabled, .mstr-icons.icon-objects-drill-map[disabled], .mstr-icons.icon-objects-drill-map[aria-disabled=true] {
  background-position: -72px -306px;
}
.mstr-icons.icon-objects-drill-map-drill {
  background-position: -504px -72px;
}
.mstr-icons.icon-objects-drill-map-undrill {
  background-position: -288px -144px;
}
.mstr-icons.icon-objects-drill-map-white {
  background-position: -72px -324px;
}
.mstr-icons.icon-objects-environment {
  background-position: -432px -126px;
}
.mstr-icons.icon-objects-environment[disabled], .mstr-icons.icon-objects-environment[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-environment-disabled, .mstr-icons.icon-objects-environment[disabled], .mstr-icons.icon-objects-environment[aria-disabled=true] {
  background-position: -486px -306px;
}
.mstr-icons.icon-objects-environment-white {
  background-position: -486px -324px;
}
.mstr-icons.icon-objects-event {
  background-position: -576px -108px;
}
.mstr-icons.icon-objects-event[disabled], .mstr-icons.icon-objects-event[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-event-dark {
  background-position: -594px -288px;
}
.mstr-icons.icon-objects-event-disabled, .mstr-icons.icon-objects-event[disabled], .mstr-icons.icon-objects-event[aria-disabled=true] {
  background-position: -594px -306px;
}
.mstr-icons.icon-objects-event-white {
  background-position: -594px -324px;
}
.mstr-icons.icon-objects-external-mobile-folder {
  background-position: -594px -108px;
}
.mstr-icons.icon-objects-external-shortcut {
  background-position: -576px -144px;
}
.mstr-icons.icon-objects-external-shortcut[disabled], .mstr-icons.icon-objects-external-shortcut[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-external-shortcut-dark {
  background-position: 0 -288px;
}
.mstr-icons.icon-objects-external-shortcut-disabled, .mstr-icons.icon-objects-external-shortcut[disabled], .mstr-icons.icon-objects-external-shortcut[aria-disabled=true] {
  background-position: 0 -306px;
}
.mstr-icons.icon-objects-external-shortcut-white {
  background-position: 0 -324px;
}
.mstr-icons.icon-objects-fact {
  background-position: -108px -72px;
}
.mstr-icons.icon-objects-fact[disabled], .mstr-icons.icon-objects-fact[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-fact-dark {
  background-position: -342px -234px;
}
.mstr-icons.icon-objects-fact-disabled, .mstr-icons.icon-objects-fact[disabled], .mstr-icons.icon-objects-fact[aria-disabled=true] {
  background-position: -342px -252px;
}
.mstr-icons.icon-objects-fact-white {
  background-position: -342px -270px;
}
.mstr-icons.icon-objects-ffsql-report {
  background-position: -576px -162px;
}
.mstr-icons.icon-objects-ffsql-report[disabled], .mstr-icons.icon-objects-ffsql-report[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-ffsql-report-dark {
  background-position: -432px -234px;
}
.mstr-icons.icon-objects-ffsql-report-disabled, .mstr-icons.icon-objects-ffsql-report[disabled], .mstr-icons.icon-objects-ffsql-report[aria-disabled=true] {
  background-position: -432px -252px;
}
.mstr-icons.icon-objects-ffsql-report-white {
  background-position: -432px -270px;
}
.mstr-icons.icon-objects-ffsql-report-outline {
  background-position: -594px -162px;
}
.mstr-icons.icon-objects-filter {
  background-position: -144px -72px;
}
.mstr-icons.icon-objects-filter-blue {
  background-position: -54px -126px;
}
.mstr-icons.icon-objects-filter-security {
  background-position: -450px -72px;
}
.mstr-icons.icon-objects-filter-security[disabled], .mstr-icons.icon-objects-filter-security[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-filter-security-dark {
  background-position: -396px -234px;
}
.mstr-icons.icon-objects-filter-security-disabled, .mstr-icons.icon-objects-filter-security[disabled], .mstr-icons.icon-objects-filter-security[aria-disabled=true] {
  background-position: -396px -252px;
}
.mstr-icons.icon-objects-filter-security-white {
  background-position: -396px -270px;
}
.mstr-icons.icon-objects-filter-shortcut {
  background-position: -324px -72px;
}
.mstr-icons.icon-objects-filter-solid-dark {
  background-position: -558px -36px;
}
.mstr-icons.icon-objects-filter-solid-disabled, .mstr-icons.icon-objects-filter-solid[disabled], .mstr-icons.icon-objects-filter-solid[aria-disabled=true] {
  background-position: -522px -306px;
}
.mstr-icons.icon-objects-filter-solid-white {
  background-position: -522px -324px;
}
.mstr-icons.icon-objects-filter-outline {
  background-position: -72px -126px;
}
.mstr-icons.icon-objects-folder-up {
  background-position: 0 -108px;
}
.mstr-icons.icon-objects-geo-attribute {
  background-position: -396px -468px;
}
.mstr-icons.icon-objects-geo-attribute-streaming {
  background-position: -414px -468px;
}
.mstr-icons.icon-objects-group-by {
  background-position: -486px -108px;
}
.mstr-icons.icon-objects-hierarchy {
  background-position: -72px -72px;
}
.mstr-icons.icon-objects-hierarchy[disabled], .mstr-icons.icon-objects-hierarchy[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-hierarchy-dark {
  background-position: -54px -234px;
}
.mstr-icons.icon-objects-hierarchy-disabled, .mstr-icons.icon-objects-hierarchy[disabled], .mstr-icons.icon-objects-hierarchy[aria-disabled=true] {
  background-position: -54px -252px;
}
.mstr-icons.icon-objects-hierarchy-shortcut {
  background-position: -90px -72px;
}
.mstr-icons.icon-objects-hierarchy-white {
  background-position: -54px -270px;
}
.mstr-icons.icon-objects-insert-conditions {
  background-position: -234px -180px;
}
.mstr-icons.icon-objects-input-object {
  background-position: -486px -414px;
}
.mstr-icons.icon-objects-internationalization-calendar {
  background-position: -414px -180px;
}
.mstr-icons.icon-objects-internationalization-calendar[disabled], .mstr-icons.icon-objects-internationalization-calendar[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-internationalization-calendar-dark {
  background-position: -504px -234px;
}
.mstr-icons.icon-objects-internationalization-calendar-disabled, .mstr-icons.icon-objects-internationalization-calendar[disabled], .mstr-icons.icon-objects-internationalization-calendar[aria-disabled=true] {
  background-position: -504px -252px;
}
.mstr-icons.icon-objects-internationalization-calendar-white {
  background-position: -504px -270px;
}
.mstr-icons.icon-objects-internationalization-internationalization {
  background-position: -360px -108px;
}
.mstr-icons.icon-objects-internationalization-internationalization[disabled], .mstr-icons.icon-objects-internationalization-internationalization[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-internationalization-internationalization-dark {
  background-position: -450px -234px;
}
.mstr-icons.icon-objects-internationalization-internationalization-disabled, .mstr-icons.icon-objects-internationalization-internationalization[disabled], .mstr-icons.icon-objects-internationalization-internationalization[aria-disabled=true] {
  background-position: -450px -252px;
}
.mstr-icons.icon-objects-internationalization-internationalization-white {
  background-position: -450px -270px;
}
.mstr-icons.icon-objects-internationalization-language {
  background-position: -396px -108px;
}
.mstr-icons.icon-objects-internationalization-language[disabled], .mstr-icons.icon-objects-internationalization-language[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-internationalization-language-dark {
  background-position: -486px -234px;
}
.mstr-icons.icon-objects-internationalization-language-disabled, .mstr-icons.icon-objects-internationalization-language[disabled], .mstr-icons.icon-objects-internationalization-language[aria-disabled=true] {
  background-position: -486px -252px;
}
.mstr-icons.icon-objects-internationalization-language-gray {
  background-position: -342px -108px;
}
.mstr-icons.icon-objects-internationalization-language-white {
  background-position: -486px -270px;
}
.mstr-icons.icon-objects-internationalization-timezone {
  background-position: -378px -108px;
}
.mstr-icons.icon-objects-internationalization-timezone[disabled], .mstr-icons.icon-objects-internationalization-timezone[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-internationalization-timezone-dark {
  background-position: -468px -234px;
}
.mstr-icons.icon-objects-internationalization-timezone-disabled, .mstr-icons.icon-objects-internationalization-timezone[disabled], .mstr-icons.icon-objects-internationalization-timezone[aria-disabled=true] {
  background-position: -468px -252px;
}
.mstr-icons.icon-objects-internationalization-timezone-white {
  background-position: -468px -270px;
}
.mstr-icons.icon-objects-metadata-partition-mapping {
  background-position: -558px -108px;
}
.mstr-icons.icon-objects-metric {
  background-position: -162px -72px;
}
.mstr-icons.icon-objects-metric[disabled], .mstr-icons.icon-objects-metric[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-metric-dark {
  background-position: -270px -234px;
}
.mstr-icons.icon-objects-metric-disabled, .mstr-icons.icon-objects-metric[disabled], .mstr-icons.icon-objects-metric[aria-disabled=true] {
  background-position: -270px -252px;
}
.mstr-icons.icon-objects-metric-dmx {
  background-position: -342px -162px;
}
.mstr-icons.icon-objects-metric-fact-metric {
  background-position: -522px -450px;
}
.mstr-icons.icon-objects-metric-shortcut {
  background-position: -468px -72px;
}
.mstr-icons.icon-objects-metric-sql {
  background-position: -324px -180px;
}
.mstr-icons.icon-objects-metric-streaming {
  background-position: -450px -180px;
}
.mstr-icons.icon-objects-metric-training {
  background-position: -486px -72px;
}
.mstr-icons.icon-objects-metric-white {
  background-position: -270px -270px;
}
.mstr-icons.icon-objects-migration-package {
  background-position: -234px -144px;
}
.mstr-icons.icon-objects-migration-package[disabled], .mstr-icons.icon-objects-migration-package[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-migration-package-create-new {
  background-position: -594px -144px;
}
.mstr-icons.icon-objects-migration-package-create-new[disabled], .mstr-icons.icon-objects-migration-package-create-new[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-migration-package-create-new-dark {
  background-position: -324px -234px;
}
.mstr-icons.icon-objects-migration-package-create-new-disabled, .mstr-icons.icon-objects-migration-package-create-new[disabled], .mstr-icons.icon-objects-migration-package-create-new[aria-disabled=true] {
  background-position: -324px -252px;
}
.mstr-icons.icon-objects-migration-package-create-new-white {
  background-position: -324px -270px;
}
.mstr-icons.icon-objects-migration-package-dark {
  background-position: -306px -234px;
}
.mstr-icons.icon-objects-migration-package-disabled, .mstr-icons.icon-objects-migration-package[disabled], .mstr-icons.icon-objects-migration-package[aria-disabled=true] {
  background-position: -306px -252px;
}
.mstr-icons.icon-objects-migration-package-uploaded {
  background-position: -504px -180px;
}
.mstr-icons.icon-objects-migration-package-white {
  background-position: -306px -270px;
}
.mstr-icons.icon-objects-monitor {
  background-position: -252px -144px;
}
.mstr-icons.icon-objects-mosaic-model {
  background-position: -36px -540px;
}
.mstr-icons.icon-objects-objects {
  background-position: -486px -180px;
}
.mstr-icons.icon-objects-objects[disabled], .mstr-icons.icon-objects-objects[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-objects-dark {
  background-position: -558px -234px;
}
.mstr-icons.icon-objects-objects-disabled, .mstr-icons.icon-objects-objects[disabled], .mstr-icons.icon-objects-objects[aria-disabled=true] {
  background-position: -558px -252px;
}
.mstr-icons.icon-objects-objects-white {
  background-position: -558px -270px;
}
.mstr-icons.icon-objects-palette {
  background-position: -324px -144px;
}
.mstr-icons.icon-objects-partition {
  background-position: -54px -90px;
}
.mstr-icons.icon-objects-partition[disabled], .mstr-icons.icon-objects-partition[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-partition-dark {
  background-position: -180px -234px;
}
.mstr-icons.icon-objects-partition-disabled, .mstr-icons.icon-objects-partition[disabled], .mstr-icons.icon-objects-partition[aria-disabled=true] {
  background-position: -180px -252px;
}
.mstr-icons.icon-objects-partition-warehouse-partition {
  background-position: -216px -432px;
}
.mstr-icons.icon-objects-partition-white {
  background-position: -180px -270px;
}
.mstr-icons.icon-objects-person-dark {
  background-position: -468px -126px;
}
.mstr-icons.icon-objects-person-disabled, .mstr-icons.icon-objects-person[disabled], .mstr-icons.icon-objects-person[aria-disabled=true] {
  background-position: -432px -216px;
}
.mstr-icons.icon-objects-person-gray {
  background-position: -306px -108px;
}
.mstr-icons.icon-objects-person-white {
  background-position: -450px -216px;
}
.mstr-icons.icon-objects-projects {
  background-position: 0 -126px;
}
.mstr-icons.icon-objects-projects[disabled], .mstr-icons.icon-objects-projects[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-projects-dark {
  background-position: -576px -234px;
}
.mstr-icons.icon-objects-projects-disabled, .mstr-icons.icon-objects-projects[disabled], .mstr-icons.icon-objects-projects[aria-disabled=true] {
  background-position: -576px -252px;
}
.mstr-icons.icon-objects-projects-white {
  background-position: -576px -270px;
}
.mstr-icons.icon-objects-prompt {
  background-position: -342px -72px;
}
.mstr-icons.icon-objects-prompt[disabled], .mstr-icons.icon-objects-prompt[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-prompt-dark {
  background-position: -378px -234px;
}
.mstr-icons.icon-objects-prompt-disabled, .mstr-icons.icon-objects-prompt[disabled], .mstr-icons.icon-objects-prompt[aria-disabled=true] {
  background-position: -378px -252px;
}
.mstr-icons.icon-objects-prompt-white {
  background-position: -378px -270px;
}
.mstr-icons.icon-objects-prompt-outline {
  background-position: -216px -180px;
}
.mstr-icons.icon-objects-prompt-shortcut {
  background-position: -360px -72px;
}
.mstr-icons.icon-objects-parameter {
  background-position: 0 -504px;
}
.mstr-icons.icon-objects-parameter[disabled], .mstr-icons.icon-objects-parameter[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-parameter-dark {
  background-position: -18px -504px;
}
.mstr-icons.icon-objects-parameter-disabled, .mstr-icons.icon-objects-parameter[disabled], .mstr-icons.icon-objects-parameter[aria-disabled=true] {
  background-position: -36px -504px;
}
.mstr-icons.icon-objects-python-query-report {
  background-position: -414px -522px;
}
.mstr-icons.icon-objects-python-query-report[disabled], .mstr-icons.icon-objects-python-query-report[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-python-query-report-edit {
  background-position: -18px -540px;
}
.mstr-icons.icon-objects-python-query-report-white {
  background-position: -432px -522px;
}
.mstr-icons.icon-objects-python-query-report-dark {
  background-position: -450px -522px;
}
.mstr-icons.icon-objects-python-query-report-disabled, .mstr-icons.icon-objects-python-query-report[disabled], .mstr-icons.icon-objects-python-query-report[aria-disabled=true] {
  background-position: -468px -522px;
}
.mstr-icons.icon-objects-python-query-cube {
  background-position: -486px -522px;
}
.mstr-icons.icon-objects-python-query-cube[disabled], .mstr-icons.icon-objects-python-query-cube[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-python-query-cube-white {
  background-position: -504px -522px;
}
.mstr-icons.icon-objects-python-query-cube-dark {
  background-position: -522px -522px;
}
.mstr-icons.icon-objects-python-query-cube-disabled, .mstr-icons.icon-objects-python-query-cube[disabled], .mstr-icons.icon-objects-python-query-cube[aria-disabled=true] {
  background-position: -540px -522px;
}
.mstr-icons.icon-objects-python-query-dataset {
  background-position: -558px -522px;
}
.mstr-icons.icon-objects-python-query-dataset[disabled], .mstr-icons.icon-objects-python-query-dataset[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-python-query-dataset-white {
  background-position: -576px -522px;
}
.mstr-icons.icon-objects-python-query-dataset-dark {
  background-position: -594px -522px;
}
.mstr-icons.icon-objects-python-query-dataset-disabled, .mstr-icons.icon-objects-python-query-dataset[disabled], .mstr-icons.icon-objects-python-query-dataset[aria-disabled=true] {
  background-position: 0 -540px;
}
.mstr-icons.icon-objects-non-aggregatable-attribute {
  background-position: -144px -504px;
}
.mstr-icons.icon-objects-report {
  background-position: -180px -72px;
}
.mstr-icons.icon-objects-report[disabled], .mstr-icons.icon-objects-report[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-report-dark {
  background-position: -414px -234px;
}
.mstr-icons.icon-objects-report-disabled, .mstr-icons.icon-objects-report[disabled], .mstr-icons.icon-objects-report[aria-disabled=true] {
  background-position: -414px -252px;
}
.mstr-icons.icon-objects-report-white {
  background-position: -414px -270px;
}
.mstr-icons.icon-objects-report-autostyle {
  background-position: -594px -54px;
}
.mstr-icons.icon-objects-report-autostyle[disabled], .mstr-icons.icon-objects-report-autostyle[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-report-autostyle-dark {
  background-position: -594px -234px;
}
.mstr-icons.icon-objects-report-autostyle-disabled, .mstr-icons.icon-objects-report-autostyle[disabled], .mstr-icons.icon-objects-report-autostyle[aria-disabled=true] {
  background-position: -594px -252px;
}
.mstr-icons.icon-objects-report-autostyle-white {
  background-position: -594px -270px;
}
.mstr-icons.icon-objects-report-graph {
  background-position: -540px -72px;
}
.mstr-icons.icon-objects-report-graph-shortcut {
  background-position: -558px -72px;
}
.mstr-icons.icon-objects-report-grid {
  background-position: -576px -72px;
}
.mstr-icons.icon-objects-report-grid-graph {
  background-position: -18px -90px;
}
.mstr-icons.icon-objects-report-grid-graph-shortcut {
  background-position: -36px -90px;
}
.mstr-icons.icon-objects-report-grid-shortcut {
  background-position: 0 -90px;
}
.mstr-icons.icon-objects-schema-objects {
  background-position: -594px 0;
}
.mstr-icons.icon-objects-scheduled-executions {
  background-position: -396px -450px;
}
.mstr-icons.icon-objects-scheduled-executions[disabled], .mstr-icons.icon-objects-scheduled-executions[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-scheduled-executions-black {
  background-position: -432px -342px;
}
.mstr-icons.icon-objects-scheduled-executions-blue {
  background-position: -414px -450px;
}
.mstr-icons.icon-objects-scheduled-executions-disabled, .mstr-icons.icon-objects-scheduled-executions[disabled], .mstr-icons.icon-objects-scheduled-executions[aria-disabled=true] {
  background-position: -432px -360px;
}
.mstr-icons.icon-objects-scheduled-executions-white {
  background-position: -432px -378px;
}
.mstr-icons.icon-objects-search-object {
  background-position: -324px -450px;
}
.mstr-icons.icon-objects-shortcut {
  background-position: -108px -90px;
}
.mstr-icons.icon-objects-shortcut-object-dark {
  background-position: -18px -288px;
}
.mstr-icons.icon-objects-shortcut-object-disabled, .mstr-icons.icon-objects-shortcut-object[disabled], .mstr-icons.icon-objects-shortcut-object[aria-disabled=true] {
  background-position: -18px -306px;
}
.mstr-icons.icon-objects-shortcut-object-white {
  background-position: -18px -324px;
}
.mstr-icons.icon-objects-shortcut-placeholder {
  background-position: -198px -90px;
}
.mstr-icons.icon-objects-smart-attribute {
  background-position: -18px -162px;
}
.mstr-icons.icon-objects-smart-attribute[disabled], .mstr-icons.icon-objects-smart-attribute[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-smart-attribute-dark {
  background-position: -576px -288px;
}
.mstr-icons.icon-objects-smart-attribute-disabled, .mstr-icons.icon-objects-smart-attribute[disabled], .mstr-icons.icon-objects-smart-attribute[aria-disabled=true] {
  background-position: -576px -306px;
}
.mstr-icons.icon-objects-smart-attribute-white {
  background-position: -576px -324px;
}
.mstr-icons.icon-objects-sql-editor {
  background-position: -162px -180px;
}
.mstr-icons.icon-objects-sql-table {
  background-position: -126px -36px;
}
.mstr-icons.icon-objects-storage-service-unconfigured {
  background-position: -234px -162px;
}
.mstr-icons.icon-objects-subscription {
  background-position: -288px -108px;
}
.mstr-icons.icon-objects-subtotal {
  background-position: -450px -108px;
}
.mstr-icons.icon-objects-subtotal[disabled], .mstr-icons.icon-objects-subtotal[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-subtotal-dark {
  background-position: -522px -72px;
}
.mstr-icons.icon-objects-subtotal-disabled, .mstr-icons.icon-objects-subtotal[disabled], .mstr-icons.icon-objects-subtotal[aria-disabled=true] {
  background-position: -468px -306px;
}
.mstr-icons.icon-objects-subtotal-white {
  background-position: -468px -324px;
}
.mstr-icons.icon-objects-system-hierarchy {
  background-position: -540px -108px;
}
.mstr-icons.icon-objects-system-prompt {
  background-position: -270px -216px;
}
.mstr-icons.icon-objects-table-candidate-table {
  background-position: -198px -36px;
}
.mstr-icons.icon-objects-table-column-dark {
  background-position: -162px -234px;
}
.mstr-icons.icon-objects-table-column-disabled, .mstr-icons.icon-objects-table-column[disabled], .mstr-icons.icon-objects-table-column[aria-disabled=true] {
  background-position: -162px -252px;
}
.mstr-icons.icon-objects-table-column-white {
  background-position: -162px -270px;
}
.mstr-icons.icon-objects-table-dark {
  background-position: -144px -234px;
}
.mstr-icons.icon-objects-table-disabled, .mstr-icons.icon-objects-table[disabled], .mstr-icons.icon-objects-table[aria-disabled=true] {
  background-position: -144px -252px;
}
.mstr-icons.icon-objects-table-logical-table {
  background-position: -108px -36px;
}
.mstr-icons.icon-objects-table-physical-table {
  background-position: -450px -162px;
}
.mstr-icons.icon-objects-table-physical-table-dark {
  background-position: -396px -180px;
}
.mstr-icons.icon-objects-table-table-column {
  background-position: -180px -36px;
}
.mstr-icons.icon-objects-table-white {
  background-position: -144px -270px;
}
.mstr-icons.icon-objects-template {
  background-position: -468px -144px;
}
.mstr-icons.icon-objects-template[disabled], .mstr-icons.icon-objects-template[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-template-dark {
  background-position: -72px -90px;
}
.mstr-icons.icon-objects-template-disabled, .mstr-icons.icon-objects-template[disabled], .mstr-icons.icon-objects-template[aria-disabled=true] {
  background-position: -558px -306px;
}
.mstr-icons.icon-objects-template-shortcut {
  background-position: -90px -90px;
}
.mstr-icons.icon-objects-template-white {
  background-position: -558px -324px;
}
.mstr-icons.icon-objects-theme {
  background-position: -594px -486px;
}
.mstr-icons.icon-objects-theme[disabled], .mstr-icons.icon-objects-theme[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-theme-red {
  background-position: -522px -216px;
}
.mstr-icons.icon-objects-theme-dark {
  background-position: -522px -234px;
}
.mstr-icons.icon-objects-theme-disabled, .mstr-icons.icon-objects-theme[disabled], .mstr-icons.icon-objects-theme[aria-disabled=true] {
  background-position: -522px -252px;
}
.mstr-icons.icon-objects-theme-white {
  background-position: -522px -270px;
}
.mstr-icons.icon-objects-time-attribute {
  background-position: -342px -432px;
}
.mstr-icons.icon-objects-time-attribute[disabled], .mstr-icons.icon-objects-time-attribute[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-time-attribute-dark {
  background-position: -108px -234px;
}
.mstr-icons.icon-objects-time-attribute-disabled, .mstr-icons.icon-objects-time-attribute[disabled], .mstr-icons.icon-objects-time-attribute[aria-disabled=true] {
  background-position: -108px -252px;
}
.mstr-icons.icon-objects-time-attribute-green {
  background-position: -504px -216px;
}
.mstr-icons.icon-objects-time-attribute-white {
  background-position: -108px -270px;
}
.mstr-icons.icon-objects-total {
  background-position: -468px -108px;
}
.mstr-icons.icon-objects-transaction-report {
  background-position: -576px -396px;
}
.mstr-icons.icon-objects-transaction-report[disabled], .mstr-icons.icon-objects-transaction-report[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-transaction-report-dark {
  background-position: -450px -342px;
}
.mstr-icons.icon-objects-transaction-report-disabled, .mstr-icons.icon-objects-transaction-report[disabled], .mstr-icons.icon-objects-transaction-report[aria-disabled=true] {
  background-position: -450px -360px;
}
.mstr-icons.icon-objects-transaction-report-white {
  background-position: -450px -378px;
}
.mstr-icons.icon-objects-transaction-report-outline {
  background-position: -594px -396px;
}
.mstr-icons.icon-objects-transformation {
  background-position: -126px -72px;
}
.mstr-icons.icon-objects-transformation[disabled], .mstr-icons.icon-objects-transformation[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-transformation-dark {
  background-position: -360px -234px;
}
.mstr-icons.icon-objects-transformation-disabled, .mstr-icons.icon-objects-transformation[disabled], .mstr-icons.icon-objects-transformation[aria-disabled=true] {
  background-position: -360px -252px;
}
.mstr-icons.icon-objects-transformation-white {
  background-position: -360px -270px;
}
.mstr-icons.icon-objects-transmitter {
  background-position: -216px -162px;
}
.mstr-icons.icon-objects-transmitter-device {
  background-position: -36px -162px;
}
.mstr-icons.icon-objects-true-to-interval {
  background-position: 0 -162px;
}
.mstr-icons.icon-objects-universal-bot {
  background-position: -270px -540px;
}
.mstr-icons.icon-objects-universal-bot[disabled], .mstr-icons.icon-objects-universal-bot[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-universal-bot-dark {
  background-position: -306px -540px;
}
.mstr-icons.icon-objects-universal-bot-disabled, .mstr-icons.icon-objects-universal-bot[disabled], .mstr-icons.icon-objects-universal-bot[aria-disabled=true] {
  background-position: -324px -540px;
}
.mstr-icons.icon-objects-universal-bot-warning {
  background-position: -288px -540px;
}
.mstr-icons.icon-objects-universal-bot-white {
  background-position: -342px -540px;
}
.mstr-icons.icon-objects-unstructured-data {
  background-position: -90px -540px;
}
.mstr-icons.icon-objects-unstructured-data-dark {
  background-position: -108px -540px;
}
.mstr-icons.icon-objects-unstructured-data-white {
  background-position: -126px -540px;
}
.mstr-icons.icon-objects-unstructured-data-email {
  background-position: -468px -540px;
}
.mstr-icons.icon-objects-unstructured-data-html {
  background-position: -450px -540px;
}
.mstr-icons.icon-objects-unstructured-data-markdown {
  background-position: -396px -540px;
}
.mstr-icons.icon-objects-unstructured-data-pdf {
  background-position: -360px -540px;
}
.mstr-icons.icon-objects-unstructured-data-txt {
  background-position: -414px -540px;
}
.mstr-icons.icon-objects-unstructured-data-unknown {
  background-position: -432px -540px;
}
.mstr-icons.icon-objects-unstructured-data-word {
  background-position: -378px -540px;
}
.mstr-icons.icon-objects-unsupported {
  background-position: -198px -72px;
}
.mstr-icons.icon-objects-vault-connection {
  background-position: -234px -504px;
}
.mstr-icons.icon-objects-vault-connection[disabled], .mstr-icons.icon-objects-vault-connection[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-objects-vault-connection-disabled, .mstr-icons.icon-objects-vault-connection[disabled], .mstr-icons.icon-objects-vault-connection[aria-disabled=true] {
  background-position: -252px -504px;
}
.mstr-icons.icon-objects-visualization {
  background-position: -360px -450px;
}
.mstr-icons.icon-objects-visualization-blue {
  background-position: -378px -450px;
}
.mstr-icons.icon-objects-relationship {
  background-position: -54px -504px;
}
.mstr-icons.icon-objects-display-sort {
  background-position: -72px -504px;
}
.mstr-icons.icon-oidc-azure {
  background-position: -180px 0;
}
.mstr-icons.icon-oidc-azure-ad {
  background-position: -414px -162px;
}
.mstr-icons.icon-oidc-google-identity {
  background-position: -396px -162px;
}
.mstr-icons.icon-oidc-okta {
  background-position: -198px 0;
}
.mstr-icons.icon-oidc-onelogin {
  background-position: -288px 0;
}
.mstr-icons.icon-oidc-openai {
  background-position: -432px -432px;
}
.mstr-icons.icon-oidc-ping {
  background-position: -216px 0;
}
.mstr-icons.icon-others-custom-app-dark {
  background-position: -54px -288px;
}
.mstr-icons.icon-others-custom-app-disabled, .mstr-icons.icon-others-custom-app[disabled], .mstr-icons.icon-others-custom-app[aria-disabled=true] {
  background-position: -54px -306px;
}
.mstr-icons.icon-others-custom-app-white {
  background-position: -54px -324px;
}
.mstr-icons.icon-others-palette-dark {
  background-position: -36px -288px;
}
.mstr-icons.icon-others-palette-disabled, .mstr-icons.icon-others-palette[disabled], .mstr-icons.icon-others-palette[aria-disabled=true] {
  background-position: -36px -306px;
}
.mstr-icons.icon-others-palette-white {
  background-position: -36px -324px;
}
.mstr-icons.icon-resources-community-dark {
  background-position: -378px -288px;
}
.mstr-icons.icon-resources-community-disabled, .mstr-icons.icon-resources-community[disabled], .mstr-icons.icon-resources-community[aria-disabled=true] {
  background-position: -378px -306px;
}
.mstr-icons.icon-resources-community-white {
  background-position: -378px -324px;
}
.mstr-icons.icon-resources-expert-now-dark {
  background-position: -396px -288px;
}
.mstr-icons.icon-resources-expert-now-disabled, .mstr-icons.icon-resources-expert-now[disabled], .mstr-icons.icon-resources-expert-now[aria-disabled=true] {
  background-position: -396px -306px;
}
.mstr-icons.icon-resources-expert-now-white {
  background-position: -396px -324px;
}
.mstr-icons.icon-resources-get-started-dark {
  background-position: -360px -288px;
}
.mstr-icons.icon-resources-get-started-disabled, .mstr-icons.icon-resources-get-started[disabled], .mstr-icons.icon-resources-get-started[aria-disabled=true] {
  background-position: -360px -306px;
}
.mstr-icons.icon-resources-get-started-white {
  background-position: -360px -324px;
}
.mstr-icons.icon-schema-back {
  background-position: -90px -108px;
}
.mstr-icons.icon-schema-cancel {
  background-position: -306px -90px;
}
.mstr-icons.icon-schema-done {
  background-position: -288px -90px;
}
.mstr-icons.icon-schema-edit {
  background-position: -270px -90px;
}
.mstr-icons.icon-schema-format {
  background-position: -468px -36px;
}
.mstr-icons.icon-schema-import {
  background-position: -522px -36px;
}
.mstr-icons.icon-schema-inc-exc-exclude-items {
  background-position: -450px -90px;
}
.mstr-icons.icon-schema-inc-exc-include-items {
  background-position: -432px -90px;
}
.mstr-icons.icon-schema-list {
  background-position: -504px -90px;
}
.mstr-icons.icon-schema-locker-lock {
  background-position: -144px -36px;
}
.mstr-icons.icon-schema-locker-unlock {
  background-position: -162px -36px;
}
.mstr-icons.icon-schema-options {
  background-position: -486px -36px;
}
.mstr-icons.icon-schema-primary-key {
  background-position: -252px -36px;
}
.mstr-icons.icon-schema-schema-display-both {
  background-position: -540px -90px;
}
.mstr-icons.icon-schema-schema-expand-items {
  background-position: -558px -90px;
}
.mstr-icons.icon-schema-schema-object {
  background-position: -216px -36px;
}
.mstr-icons.icon-schema-schema-object[disabled], .mstr-icons.icon-schema-schema-object[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-schema-schema-object-dark {
  background-position: -90px -288px;
}
.mstr-icons.icon-schema-schema-object-disabled, .mstr-icons.icon-schema-schema-object[disabled], .mstr-icons.icon-schema-schema-object[aria-disabled=true] {
  background-position: -90px -306px;
}
.mstr-icons.icon-schema-schema-object-white {
  background-position: -90px -324px;
}
.mstr-icons.icon-schema-schema-show-items {
  background-position: -360px -90px;
}
.mstr-icons.icon-schema-schema-show-this-element {
  background-position: -342px -90px;
}
.mstr-icons.icon-schema-schema-subtotal-items {
  background-position: -396px -90px;
}
.mstr-icons.icon-schema-schema-subtotal-this-element {
  background-position: -378px -90px;
}
.mstr-icons.icon-schema-select {
  background-position: -468px -90px;
}
.mstr-icons.icon-schema-subtotal {
  background-position: -576px -90px;
}
.mstr-icons.icon-schema-subtotal[disabled], .mstr-icons.icon-schema-subtotal[aria-disabled=true] {
  filter: none;
}
.mstr-icons.icon-schema-subtotal-disabled, .mstr-icons.icon-schema-subtotal[disabled], .mstr-icons.icon-schema-subtotal[aria-disabled=true] {
  background-position: -414px -90px;
}
.mstr-icons.icon-schema-update-schema {
  background-position: -234px -36px;
}
.mstr-icons.icon-script-class {
  background-position: -396px -54px;
}
.mstr-icons.icon-script-enum-values {
  background-position: -360px -162px;
}
.mstr-icons.icon-script-function {
  background-position: -414px -54px;
}
.mstr-icons.icon-script-gallery {
  background-position: -378px -180px;
}
.mstr-icons.icon-script-getter {
  background-position: -378px -162px;
}
.mstr-icons.icon-script-hint {
  background-position: -486px -54px;
}
.mstr-icons.icon-script-log {
  background-position: -432px -36px;
}
.mstr-icons.icon-script-method {
  background-position: -432px -54px;
}
.mstr-icons.icon-script-package {
  background-position: -360px -180px;
}
.mstr-icons.icon-script-python-logo {
  background-position: -90px 0;
}
.mstr-icons.icon-script-variables {
  background-position: -342px -180px;
}
.mstr-icons.icon-script-runtime-color {
  background-position: -396px -486px;
}
.mstr-icons.icon-script-runtime-outline {
  background-position: -414px -486px;
}
.mstr-icons.icon-script-runtime-black {
  background-position: -432px -486px;
}
.mstr-icons.icon-script-runtime-dark {
  background-position: -450px -486px;
}
.mstr-icons.icon-script-runtime-grey {
  background-position: -468px -486px;
}
.mstr-icons.icon-script-runtime-white {
  background-position: -486px -486px;
}
.mstr-icons.icon-sort-arrows {
  background-position: -540px 0;
}
.mstr-icons.icon-sort-arrows-ascending {
  background-position: -576px 0;
}
.mstr-icons.icon-sort-arrows-descending {
  background-position: -558px 0;
}
.mstr-icons.icon-sort-az-ascending {
  background-position: -36px -108px;
}
.mstr-icons.icon-sort-az-descending {
  background-position: -54px -108px;
}
.mstr-icons.icon-sort-lines-ascending {
  background-position: -90px -54px;
}
.mstr-icons.icon-sort-lines-descending {
  background-position: -72px -54px;
}
.mstr-icons.icon-ws-window-undo {
  background-position: -144px -162px;
}
.mstr-icons.icon-ws-window-redo {
  background-position: -162px -162px;
}
.mstr-icons.icon-acl-full-control {
  background-position: -54px -432px;
}
.mstr-icons.icon-acl-modify {
  background-position: -72px -432px;
}
.mstr-icons.icon-acl-view {
  background-position: -90px -432px;
}
.mstr-icons.icon-acl-custom {
  background-position: -108px -432px;
}
.mstr-icons.icon-acl-default {
  background-position: -126px -432px;
}
.mstr-icons.icon-acl-deny {
  background-position: -144px -432px;
}

/*Danger, Error, Stopped*/
.txn-normal-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.txn-icon-hover-animation {
  opacity: 0.8;
}
.txn-icon-hover-animation:hover {
  opacity: 1;
}
.txn-focus-highlight:focus {
  outline: none;
}
.txn-focus-highlight:focus-visible {
  border: none;
  box-shadow: 0 0 0 2px rgba(59, 146, 237, 0.7);
  outline: none;
}
.txn-loading-placeholder {
  height: 724px;
  width: 826px;
}
.txn-textarea-layout .txn-textarea {
  background-color: #EEE;
  color: #444649;
  min-width: 100px;
  resize: none;
  word-break: normal;
  border-radius: 4px;
  font-size: 11px;
  padding: 2px 12px;
}
.txn-textarea-layout .txn-textarea:focus,
.txn-textarea-layout .txn-textarea:hover {
  background-color: #FFF;
}
.txn-textarea-layout .txn-textarea.txn-textarea-error {
  border-color: #f8472f;
}
.txn-textarea-layout .txn-textarea.txn-textarea-error.focus-visible,
.txn-textarea-layout .txn-textarea.txn-textarea-error:focus {
  box-shadow: 0 0 0 2px rgba(248, 71, 47, 0.2);
}
.txn-textarea-layout .txn-textarea.hide-overflow {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
}
.txn-textarea-layout .txn-textarea.ant-input:focus,
.txn-textarea-layout .txn-textarea.ant-input-focused {
  border-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
}

/*Danger, Error, Stopped*/
.txn-normal-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.txn-icon-hover-animation {
  opacity: 0.8;
}
.txn-icon-hover-animation:hover {
  opacity: 1;
}
.txn-focus-highlight:focus {
  outline: none;
}
.txn-focus-highlight:focus-visible {
  border: none;
  box-shadow: 0 0 0 2px rgba(59, 146, 237, 0.7);
  outline: none;
}
.txn-loading-placeholder {
  height: 724px;
  width: 826px;
}
.txn-textbox-input .ant-input,
.txn-textbox-input.ant-input-affix-wrapper {
  background-color: #EEE;
  border-radius: 4px;
}
.txn-textbox-input.ant-input-affix-wrapper {
  padding: 0;
}
.txn-textbox-input.ant-input-affix-wrapper input.ant-input {
  padding-left: 12px;
  font-size: 11px;
  border: none;
}
.txn-textbox-input.ant-input-affix-wrapper ::before {
  display: none;
}
.txn-textbox-input.ant-input-affix-wrapper.txn-insert-error:not(.ant-input-affix-wrapper-disabled) {
  border: 1px solid;
  border-color: #f8472f;
  font-size: 11px;
}
.txn-textbox-input.ant-input-affix-wrapper.txn-insert-error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused,
.txn-textbox-input.ant-input-affix-wrapper.txn-insert-error:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #f8472f;
  box-shadow: 0 0 0 2px rgba(248, 71, 47, 0.2);
}
.txn-textbox-input.ant-input-affix-wrapper-focused,
.txn-textbox-input:hover {
  background-color: #FFF;
}
.txn-textbox-input.ant-input-affix-wrapper-focused .ant-input,
.txn-textbox-input:hover .ant-input {
  background-color: #FFF;
}
.txn-textbox-input .ant-input-suffix {
  padding-right: 4px;
}
.txn-textbox-input .ant-input-suffix > div {
  display: flex;
  align-items: center;
}
.txn-textbox-input .icon-list {
  height: 18px;
  width: 18px;
}

.txn-update-edit-wrapper {
  height: 100%;
  width: 100%;
  min-width: 100px;
  line-height: normal;
  position: absolute;
}
.txn-update-edit-wrapper .txn-insert-textbox.txn-textbox-input.ant-input-affix-wrapper:focus,
.txn-update-edit-wrapper .txn-insert-textbox.txn-textbox-input.ant-input-affix-wrapper-focused {
  border-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
}
.txn-update-edit-wrapper .ant-input-affix-wrapper:not(.txn-antd .ant-input-affix-wrapper-disabled):hover {
  border-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
}

.txn-antd,
#antd {
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  /* stylelint-disable no-duplicate-selectors */
  /* stylelint-disable */
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.txn-antd .ant-checkbox,
#antd .ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .txn-antd .ant-checkbox-inner,
.ant-checkbox-wrapper:hover #antd .ant-checkbox-inner,
.txn-antd .ant-checkbox:hover .txn-antd .ant-checkbox-inner,
.txn-antd .ant-checkbox:hover #antd .ant-checkbox-inner,
#antd .ant-checkbox:hover .txn-antd .ant-checkbox-inner,
#antd .ant-checkbox:hover #antd .ant-checkbox-inner,
.txn-antd .ant-checkbox-input:focus + .txn-antd .ant-checkbox-inner,
.txn-antd .ant-checkbox-input:focus + #antd .ant-checkbox-inner,
#antd .ant-checkbox-input:focus + .txn-antd .ant-checkbox-inner,
#antd .ant-checkbox-input:focus + #antd .ant-checkbox-inner {
  border-color: #1890ff;
}
.txn-antd .ant-checkbox-checked::after,
#antd .ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.txn-antd .ant-checkbox:hover::after,
#antd .ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .txn-antd .ant-checkbox::after,
.ant-checkbox-wrapper:hover #antd .ant-checkbox::after {
  visibility: visible;
}
.txn-antd .ant-checkbox-inner,
#antd .ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.txn-antd .ant-checkbox-inner::after,
#antd .ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.txn-antd .ant-checkbox-input,
#antd .ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.txn-antd .ant-checkbox-checked .ant-checkbox-inner::after,
#antd .ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.txn-antd .ant-checkbox-checked .ant-checkbox-inner,
#antd .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}
.txn-antd .ant-checkbox-disabled,
#antd .ant-checkbox-disabled {
  cursor: not-allowed;
}
.txn-antd .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after,
#antd .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.txn-antd .ant-checkbox-disabled .ant-checkbox-input,
#antd .ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.txn-antd .ant-checkbox-disabled .ant-checkbox-inner,
#antd .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.txn-antd .ant-checkbox-disabled .ant-checkbox-inner::after,
#antd .ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.txn-antd .ant-checkbox-disabled + span,
#antd .ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.txn-antd .ant-checkbox-disabled:hover::after,
#antd .ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .txn-antd .ant-checkbox-disabled::after,
.ant-checkbox-wrapper:hover #antd .ant-checkbox-disabled::after {
  visibility: hidden;
}
.txn-antd .ant-checkbox-wrapper,
#antd .ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.txn-antd .ant-checkbox-wrapper::after,
#antd .ant-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}
.txn-antd .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled,
#antd .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.txn-antd .ant-checkbox-wrapper + .txn-antd .ant-checkbox-wrapper,
.txn-antd .ant-checkbox-wrapper + #antd .ant-checkbox-wrapper,
#antd .ant-checkbox-wrapper + .txn-antd .ant-checkbox-wrapper,
#antd .ant-checkbox-wrapper + #antd .ant-checkbox-wrapper {
  margin-left: 8px;
}
.txn-antd .ant-checkbox-wrapper.txn-antd .ant-checkbox-wrapper-in-form-item input[type='checkbox'],
.txn-antd .ant-checkbox-wrapper#antd .ant-checkbox-wrapper-in-form-item input[type='checkbox'],
#antd .ant-checkbox-wrapper.txn-antd .ant-checkbox-wrapper-in-form-item input[type='checkbox'],
#antd .ant-checkbox-wrapper#antd .ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.txn-antd .ant-checkbox + span,
#antd .ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.txn-antd .ant-checkbox-group,
#antd .ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.txn-antd .ant-checkbox-group-item,
#antd .ant-checkbox-group-item {
  margin-right: 8px;
}
.txn-antd .ant-checkbox-group-item:last-child,
#antd .ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.txn-antd .ant-checkbox-group-item + .txn-antd .ant-checkbox-group-item,
.txn-antd .ant-checkbox-group-item + #antd .ant-checkbox-group-item,
#antd .ant-checkbox-group-item + .txn-antd .ant-checkbox-group-item,
#antd .ant-checkbox-group-item + #antd .ant-checkbox-group-item {
  margin-left: 0;
}
.txn-antd .ant-checkbox-indeterminate .ant-checkbox-inner,
#antd .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.txn-antd .ant-checkbox-indeterminate .ant-checkbox-inner::after,
#antd .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.txn-antd .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after,
#antd .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.txn-antd .ant-checkbox-rtl,
#antd .ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .txn-antd .ant-checkbox-group-item,
.ant-checkbox-group-rtl #antd .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .txn-antd .ant-checkbox-group-item:last-child,
.ant-checkbox-group-rtl #antd .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .txn-antd .ant-checkbox-group-item + .txn-antd .ant-checkbox-group-item,
.ant-checkbox-group-rtl .txn-antd .ant-checkbox-group-item + #antd .ant-checkbox-group-item,
.ant-checkbox-group-rtl #antd .ant-checkbox-group-item + .txn-antd .ant-checkbox-group-item,
.ant-checkbox-group-rtl #antd .ant-checkbox-group-item + #antd .ant-checkbox-group-item {
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-single .ant-select-selector {
  display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}
@supports (-moz-appearance: meterbar) {
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: '\a0';
}
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}
.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
  margin-inline-end: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  margin-inline-start: 0;
}
.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 7px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 24px;
  transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  margin-inline-start: 3px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}
.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px;
}
/* Reset search input style */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ant-select-arrow .anticon > svg {
  vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}
.ant-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-clear::before {
  display: block;
}
.ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select:hover .ant-select-clear {
  opacity: 1;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.ant-select-item-option {
  display: flex;
}
.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-state {
  flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #e6f7ff;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1890ff;
}
.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #f5f5f5;
}
.ant-select-item-option-grouped {
  padding-left: 24px;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-select.ant-select-in-form-item {
  width: 100%;
}
.ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}
.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}
.ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}
.ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}
.ant-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}
.ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}
.ant-empty-img-default-path-4 {
  fill: #dce0e6;
}
.ant-empty-img-default-path-5 {
  fill: #dce0e6;
}
.ant-empty-img-default-g {
  fill: #fff;
}
.ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}
.ant-empty-img-simple-g {
  stroke: #d9d9d9;
}
.ant-empty-img-simple-path {
  fill: #fafafa;
}
.ant-empty-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(to right, #fff, #fff);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px #e6f7ff;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-checked {
  background: #1890ff;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.2s;
}
.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}
.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-loading-icon.anticon {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.ant-switch-checked .ant-switch-loading-icon {
  color: #1890ff;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}
.ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px;
}
.ant-switch-small .ant-switch-loading-icon {
  top: 1.5px;
  font-size: 9px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 12px - 2px);
}
.ant-switch-rtl {
  direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 18px - 2px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 12px - 2px);
}

.mstrmojo-insert-txn-container .txn-insert-switch-layout {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mstrmojo-insert-txn-container .txn-insert-switch-layout label {
  font-size: 10px;
}
.mstrmojo-insert-txn-container .txn-insert-switch-label {
  margin-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 12px;
  line-height: 12px;
}
.mstrmojo-insert-txn-container .txn-insert-switch {
  min-width: 28px;
  width: 28px;
  height: 6px;
}
.mstrmojo-insert-txn-container .txn-insert-switch .ant-switch-handle {
  width: 16px;
  height: 16px;
  left: 0;
  top: -5px;
}
.mstrmojo-insert-txn-container .txn-insert-switch .ant-switch-handle::before {
  border: 1px solid rgba(87, 90, 93, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.mstrmojo-insert-txn-container .txn-insert-switch.ant-switch-checked {
  background-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
}
.mstrmojo-insert-txn-container .txn-insert-switch.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 16px);
}
.mstrmojo-insert-txn-container .txn-insert-switch.ant-switch-checked .ant-switch-handle::before {
  border: 1px solid rgba(14, 111, 249, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.mstrmojo-insert-txn-container .txn-insert-switch .ant-click-animating-node {
  display: none;
}
.mstrmojo-insert-txn-container .txn-insert-checkbox .ant-checkbox {
  top: 0;
}
.mstrmojo-insert-txn-container .txn-insert-checkbox .ant-checkbox-inner {
  width: 12px;
  height: 12px;
}
.mstrmojo-insert-txn-container .txn-insert-checkbox .ant-checkbox-inner::after {
  width: 4px;
  height: 7px;
  top: 45%;
}
.mstrmojo-insert-txn-container .txn-insert-checkbox .ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
  border-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
}
.mstrmojo-insert-txn-container .txn-insert-checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  border-width: 1.75px;
}

.mstrmojo-insert-dialog > div:first-child,
.txnBatchInsert.mstrmojo-Box .txn-batch-insert,
.txnBatchInsert.mstrmojo-Box .mstrmojo-Box,
.txnBatchInsert.mstrmojo-Box,
.txnBatchInsert {
  height: 100%;
}
.mstrmojo-insert-txn-container {
  width: 100%;
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #FFF;
}
.mstrmojo-insert-txn-container .txn-batch-insert {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.mstrmojo-insert-txn-container .txn-insert-textbox:hover {
  z-index: auto;
}
.mstrmojo-insert-txn-container .ant-input-suffix {
  padding-right: 4px;
}
.mstrmojo-insert-txn-container .txn-antd .txn-insert-textbox.txn-textbox-input.ant-input-affix-wrapper:focus,
.mstrmojo-insert-txn-container .txn-antd .txn-insert-textbox.txn-textbox-input.ant-input-affix-wrapper-focused {
  border-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
}
.mstrmojo-insert-txn-container .txn-antd .ant-input-affix-wrapper:not(.txn-antd .ant-input-affix-wrapper-disabled):hover {
  border-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
}
.mstrmojo-insert-txn-container .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
}
.mstrmojo-insert-txn-container .txn-antd .ant-input.txn-textarea:focus,
.mstrmojo-insert-txn-container .txn-antd .ant-input-focused.txn-textarea {
  border-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
}
.mstrmojo-insert-txn-container .txn-antd .ant-input.txn-textarea:hover {
  border-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
}
.mstrmojo-insert-txn-container .add-button-container {
  position: sticky;
  left: 0;
  width: 300px;
}
.mstrmojo-insert-txn-container .txn-insert-add {
  height: 32px;
  width: 18px !important;
  margin-left: 12px;
  border: none;
  color: #3B92ED;
  background: none;
}
.mstrmojo-insert-txn-container .txn-insert-add.ant-btn:focus {
  color: #1471D5;
  border: none;
}
.mstrmojo-insert-txn-container .delete-column-container {
  position: sticky;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  height: fit-content;
}
.mstrmojo-insert-txn-container .full-form-container {
  display: flex;
  width: 100%;
}
.mstrmojo-insert-txn-container .txn-insert-remove {
  height: 30px;
  width: 18px;
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 6px;
  background-color: transparent;
  box-shadow: none;
}
.mstrmojo-insert-txn-container .txn-insert-remove .ant-btn:focus {
  border: 1px solid #3B92ED;
}
.mstrmojo-insert-txn-container .header-row {
  height: 18px;
  width: 18px;
  margin: 6px;
}
.mstrmojo-insert-txn-container .txn-insert-remove-icon {
  background: url(../images/iconsprite_authoring_txn.svg?4ddcfc) no-repeat -105px -2px;
  height: 18px;
  width: 18px;
}
.mstrmojo-insert-txn-container .txn-insert-cell {
  min-width: 200px;
  max-width: 400px;
}
.mstrmojo-insert-txn-container .txn-insert-cell .ant-input-affix-wrapper input.ant-input {
  height: 22px;
}
.mstrmojo-insert-txn-container .txn-insert-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 30px;
}
.mstrmojo-insert-txn-container .txn-insert-col {
  width: 100%;
  padding-left: 12px;
  max-width: 400px;
  margin-top: auto;
  margin-bottom: auto;
}
.mstrmojo-insert-txn-container .txn-insert-col .ant-input-suffix {
  margin-right: 8px;
  margin-left: 0;
}
.mstrmojo-insert-txn-container .txn-insert-col .txn-insert-dropdown {
  width: 100%;
}
.mstrmojo-insert-txn-container .txn-insert-col .txn-insert-dropdown .ant-select-arrow {
  margin-right: -3px;
}
.mstrmojo-insert-txn-container .txn-insert-col .txn-insert-dropdown.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 22px;
}
.mstrmojo-insert-txn-container .txn-insert-col .txn-insert-dropdown .ant-select-selector {
  padding: 0 0 4px 4px;
  height: 24px;
  background-color: #EEE;
  border: none;
  font-size: 11px;
}
.mstrmojo-insert-txn-container .txn-insert-col .txn-insert-dropdown .ant-select-selector .ant-select-selection-item {
  line-height: 21px;
}
.mstrmojo-insert-txn-container .txn-insert-col .txn-insert-dropdown .ant-select-selector .ant-select-selection {
  left: 0;
}
.mstrmojo-insert-txn-container .txn-insert-col .txn-insert-dropdown .ant-select-selection-placeholder {
  line-height: 24px;
}
.mstrmojo-insert-txn-container .txn-insert-col .ant-select-focused:not(.ant-select-disabled).ant-select.txn-insert-dropdown:not(.ant-select-customize-input) .ant-select-selector {
  border-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
  box-shadow: 0 0 0 1px var(--mstrd-dashboard-content-accent-color, #3B92ED);
}
.mstrmojo-insert-txn-container .txn-insert-headers {
  height: 30px;
  min-width: 212px;
  max-width: 400px;
  padding-top: 12px;
}
.mstrmojo-insert-txn-container .txn-insert-add-icon {
  background: url(../images/iconsprite_authoring_txn.svg?4ddcfc) no-repeat -680px -6px;
  height: 14px;
  width: 14px;
}
.mstrmojo-insert-txn-container .add-button-text {
  font-size: inherit;
  font-family: inherit;
  font-size: 11px;
  padding-left: 12px;
}
.mstrmojo-insert-txn-container .new-row-container {
  padding-top: 12px;
}
.txn-insert-dropdown-overlay .ant-select-item.ant-select-item-option {
  font-size: 11px;
  height: 18px;
  min-height: 32px;
  padding: 0 0 4px 4px;
}
.txn-insert-dropdown-overlay.hide-dropdown {
  display: none;
}
.txn-insert-dropdown-overlay .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: var(--mstrd-dashboard-content-accent-color, #3B92ED);
  color: var(--mstrd-dashboard-content-accent-color-text, #444649);
}
.txn-insert-tooltip {
  display: flex;
  min-height: 18px;
  background-color: #FFFFFF;
  border: rgba(68, 70, 73, 0.35);
  padding: 0;
  align-items: center;
}
.txn-insert-tooltip .tooltip-icon {
  height: 15px;
  width: 18px;
}
.txn-insert-tooltip .tooltip-message {
  padding-left: 8px;
  font-size: 11px;
  color: #444649;
  font-family: Arial, Helvetica, sans-serif;
}
span.ant-input-affix-wrapper.txn-insert-textbox.txn-insert-error::before {
  display: none;
}
.txn-tooltip-popover-content {
  pointer-events: none;
}
.txn-tooltip-popover-content .ant-popover-content {
  width: max-content;
  max-width: 300px;
  min-width: 30px;
  pointer-events: auto;
}
.txn-tooltip-popover-content.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  transform: translateY(-100%) translateX(-50%);
  border: none;
  box-shadow: none;
  top: 0;
}
.txn-batch-insert.ant-input-prefix > *:not(:last-child),
.ant-input-suffix > *:not(:last-child) {
  margin-right: 0;
}

/*Font Family*/
/*Font Size*/
/*User as the base of all Workstation font size*/
/*Used for tooltip*/
/*Used for inline error message*/
/* (18px) */
/* (14px) */
/*Font Weight*/
/* regular */
/* bold */
/*Line Height*/
/* Used for 1)buttons 2)paragraphs */
/*Border*/
/*PrimaryColor*/
/*Primary text,headers*/
/*Primary interactive color*/
/*Default page background*/
/*white*/
/*Gray*/
/*Disabled font,gray text*/
/*loading fill*/
/*default dropzone fill*/
/*component outline when mouseover*/
/*web style dialog shadow*/
/*Blue*/
/*selected component outline*/
/*selected component background fill*/
/*system monitor table cell blue*/
/*Functional*/
/*Success, OK, Done*/
/*Warning and small failure*/
/*Danger, Error, Stopped*/
/*Success, OK, Done component background fill*/
/*Warning and small failure component background fill*/
/*Danger, Error, Stopped component background fill*/
/*Object Color*/
/*Font Type*/
/*KPI h1 font*/
/*KPI h2 font*/
/*KPI h3 font*/
/*large header font*/
/*small header font*/
/*single line text label*/
/*single line text label bold*/
/*paragraph text*/
/*bold paragraph text*/
/*text used in a list*/
/*bold text used in a list*/
/*inline message text, small button text*/
/*Font Family*/
/*Font Size*/
/*User as the base of all Workstation font size*/
/*Used for tooltip*/
/*Used for inline error message*/
/* (18px) */
/* (14px) */
/*Font Weight*/
/* regular */
/* bold */
/*Line Height*/
/* Used for 1)buttons 2)paragraphs */
/*Border*/
/*PrimaryColor*/
/*Primary text,headers*/
/*Primary interactive color*/
/*Default page background*/
/*white*/
/*Gray*/
/*Disabled font,gray text*/
/*loading fill*/
/*default dropzone fill*/
/*component outline when mouseover*/
/*web style dialog shadow*/
/*Blue*/
/*selected component outline*/
/*selected component background fill*/
/*system monitor table cell blue*/
/*Functional*/
/*Success, OK, Done*/
/*Warning and small failure*/
/*Danger, Error, Stopped*/
/*Success, OK, Done component background fill*/
/*Warning and small failure component background fill*/
/*Danger, Error, Stopped component background fill*/
/*Object Color*/
/*Font Type*/
/*KPI h1 font*/
/*KPI h2 font*/
/*KPI h3 font*/
/*large header font*/
/*small header font*/
/*single line text label*/
/*single line text label bold*/
/*paragraph text*/
/*bold paragraph text*/
/*text used in a list*/
/*bold text used in a list*/
/*inline message text, small button text*/
.mstr-chatbot-chat-input {
  position: relative;
}
.mstr-chatbot-chat-input__quick-replies {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  overflow-x: auto;
  margin: 8px 0;
}
.mstr-chatbot-chat-input__quick-replies > button {
  margin-left: 8px;
  font-size: 14px;
  border-radius: 4px;
  border-color: var(--mstr-chatbot-theme-accent-color-03, rgba(14, 111, 249, 0.4));
}
.mstr-chatbot-chat-input__quick-replies::-webkit-scrollbar {
  background-color: var(--mstr-chatbot-theme-panel-text-01, transparent);
  width: 8px;
  height: 8px;
}
.mstr-chatbot-chat-input__quick-replies::-webkit-scrollbar-corner {
  background-color: transparent;
}
.mstr-chatbot-chat-input__quick-replies::-webkit-scrollbar-track {
  background-color: var(--mstr-chatbot-theme-panel-text-01, transparent);
}
.mstr-chatbot-chat-input__quick-replies::-webkit-scrollbar-thumb {
  background-color: var(--mstr-chatbot-theme-panel-text-05, lightgray);
  border-radius: 4px;
}
.mstr-chatbot-chat-input__quick-replies::-webkit-scrollbar-thumb:hover {
  background-color: var(--mstr-chatbot-theme-panel-text-07, #9a9a9a);
}
.mstr-chatbot-chat-input__input-container {
  margin-top: 12px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid var(--mstr-chatbot-theme-accent-color, #ebebeb);
  transition: all 0.2s ease-in-out;
  min-height: 90px;
  overflow: hidden;
  cursor: text;
}
.mstr-chatbot-chat-input__input-container:not(.mstr-chatbot-chat-input__input-container--disabled):hover, .mstr-chatbot-chat-input__input-container:not(.mstr-chatbot-chat-input__input-container--disabled):focus-within {
  border: 1px solid var(--mstr-chatbot-theme-accent-color, #0e6ff9);
}
.mstr-chatbot-chat-input__input-container--disabled {
  cursor: not-allowed;
}
.mstr-chatbot-chat-input__input-container--empty {
  border-color: var(--mstr-chatbot-theme-panel-text-02, rgba(41, 49, 59, 0.4));
}
.mstr-chatbot-chat-input__input {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 29px;
  max-height: 220px;
  padding-bottom: 8px;
}
.mstr-chatbot-chat-input__input::-webkit-scrollbar {
  background-color: var(--mstr-chatbot-theme-panel-text-01, transparent);
  width: 8px;
  height: 8px;
}
.mstr-chatbot-chat-input__input::-webkit-scrollbar-corner {
  background-color: transparent;
}
.mstr-chatbot-chat-input__input::-webkit-scrollbar-track {
  background-color: var(--mstr-chatbot-theme-panel-text-01, transparent);
}
.mstr-chatbot-chat-input__input::-webkit-scrollbar-thumb {
  background-color: var(--mstr-chatbot-theme-panel-text-05, lightgray);
  border-radius: 4px;
}
.mstr-chatbot-chat-input__input::-webkit-scrollbar-thumb:hover {
  background-color: var(--mstr-chatbot-theme-panel-text-07, #9a9a9a);
}
.mstr-chatbot-chat-input__input [contenteditable][placeholder]:empty:before {
  content: attr(placeholder);
  color: var(--mstr-chatbot-theme-panel-text-05, #9a9a9a);
}
.mstr-chatbot-chat-input__tags {
  position: absolute;
  top: 8px;
  left: 12px;
  max-width: calc(100% - 24px);
  overflow-x: auto;
  white-space: nowrap;
  max-height: 40px;
  user-select: none;
  line-height: 18px;
}
.mstr-chatbot-chat-input__tags .mstr-chatbot-chat-input__tag {
  margin-right: 2px;
}
.mstr-chatbot-chat-input__textarea {
  font-family: helvetica, Arial, sans-serif;
  font-size: 12px; /* 1.2rem(12px) */
  font-weight: 400; /* regular */
  line-height: 18px; /* 18px */
  color: #35383a;
  font-size: 14px;
  color: var(--mstr-chatbot-theme-panel-text, #35383a);
  background: transparent;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  resize: none;
  border-radius: 4px;
  border: none;
  padding: 12px 12px 6px 12px;
  white-space: pre-wrap;
  display: block;
}
.mstr-chatbot-chat-input__textarea:focus-visible {
  outline: none;
}
.mstr-chatbot-chat-input__textarea--disabled {
  cursor: not-allowed;
}
.mstr-chatbot-chat-input__textarea--with-tags {
  padding-top: 10px;
}
.mstr-chatbot-chat-input__footer {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  user-select: none;
}
.mstr-chatbot-chat-input__footer-left, .mstr-chatbot-chat-input__footer-right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.mstr-chatbot-chat-input__footer-left {
  max-width: calc(100% - 32px);
}
.mstr-chatbot-chat-input .mstr-chatbot-chat-input__send-btn:not([disabled]) {
  color: var(--mstr-chatbot-theme-accent-color, #0e6ff9);
}
.mstr-chatbot-chat-input__empty-btn:not([disabled]) {
  color: var(--mstr-chatbot-theme-panel-text, #35383a);
}
.mstr-chatbot-chat-input__empty-btn:not([disabled]):hover {
  color: var(--mstr-chatbot-theme-accent-color, #0e6ff9);
}
.mstr-chatbot-chat-input__quoted-messages {
  padding: 12px 12px 0;
}

/*Font Family*/
/*Font Size*/
/*User as the base of all Workstation font size*/
/*Used for tooltip*/
/*Used for inline error message*/
/* (18px) */
/* (14px) */
/*Font Weight*/
/* regular */
/* bold */
/*Line Height*/
/* Used for 1)buttons 2)paragraphs */
/*Border*/
/*PrimaryColor*/
/*Primary text,headers*/
/*Primary interactive color*/
/*Default page background*/
/*white*/
/*Gray*/
/*Disabled font,gray text*/
/*loading fill*/
/*default dropzone fill*/
/*component outline when mouseover*/
/*web style dialog shadow*/
/*Blue*/
/*selected component outline*/
/*selected component background fill*/
/*system monitor table cell blue*/
/*Functional*/
/*Success, OK, Done*/
/*Warning and small failure*/
/*Danger, Error, Stopped*/
/*Success, OK, Done component background fill*/
/*Warning and small failure component background fill*/
/*Danger, Error, Stopped component background fill*/
/*Object Color*/
/*Font Type*/
/*KPI h1 font*/
/*KPI h2 font*/
/*KPI h3 font*/
/*large header font*/
/*small header font*/
/*single line text label*/
/*single line text label bold*/
/*paragraph text*/
/*bold paragraph text*/
/*text used in a list*/
/*bold text used in a list*/
/*inline message text, small button text*/
/*Font Family*/
/*Font Size*/
/*User as the base of all Workstation font size*/
/*Used for tooltip*/
/*Used for inline error message*/
/* (18px) */
/* (14px) */
/*Font Weight*/
/* regular */
/* bold */
/*Line Height*/
/* Used for 1)buttons 2)paragraphs */
/*Border*/
/*PrimaryColor*/
/*Primary text,headers*/
/*Primary interactive color*/
/*Default page background*/
/*white*/
/*Gray*/
/*Disabled font,gray text*/
/*loading fill*/
/*default dropzone fill*/
/*component outline when mouseover*/
/*web style dialog shadow*/
/*Blue*/
/*selected component outline*/
/*selected component background fill*/
/*system monitor table cell blue*/
/*Functional*/
/*Success, OK, Done*/
/*Warning and small failure*/
/*Danger, Error, Stopped*/
/*Success, OK, Done component background fill*/
/*Warning and small failure component background fill*/
/*Danger, Error, Stopped component background fill*/
/*Object Color*/
/*Font Type*/
/*KPI h1 font*/
/*KPI h2 font*/
/*KPI h3 font*/
/*large header font*/
/*small header font*/
/*single line text label*/
/*single line text label bold*/
/*paragraph text*/
/*bold paragraph text*/
/*text used in a list*/
/*bold text used in a list*/
/*inline message text, small button text*/
.mstr-chatbot-chat-input-inline {
  position: relative;
}
.mstr-chatbot-chat-input-inline__quick-replies {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  overflow-x: auto;
  margin: 8px 0;
}
.mstr-chatbot-chat-input-inline__quick-replies > button {
  margin-left: 8px;
  font-size: 14px;
  border-radius: 4px;
  border-color: var(--mstr-chatbot-theme-accent-color-03, rgba(14, 111, 249, 0.4));
}
.mstr-chatbot-chat-input-inline__quick-replies::-webkit-scrollbar {
  background-color: var(--mstr-chatbot-theme-panel-text-01, transparent);
  width: 8px;
  height: 8px;
}
.mstr-chatbot-chat-input-inline__quick-replies::-webkit-scrollbar-corner {
  background-color: transparent;
}
.mstr-chatbot-chat-input-inline__quick-replies::-webkit-scrollbar-track {
  background-color: var(--mstr-chatbot-theme-panel-text-01, transparent);
}
.mstr-chatbot-chat-input-inline__quick-replies::-webkit-scrollbar-thumb {
  background-color: var(--mstr-chatbot-theme-panel-text-05, lightgray);
  border-radius: 4px;
}
.mstr-chatbot-chat-input-inline__quick-replies::-webkit-scrollbar-thumb:hover {
  background-color: var(--mstr-chatbot-theme-panel-text-07, #9a9a9a);
}
.mstr-chatbot-chat-input-inline__input-container {
  margin-top: 12px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid var(--mstr-chatbot-theme-accent-color, #ebebeb);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  cursor: text;
}
.mstr-chatbot-chat-input-inline__input-container:not(.mstr-chatbot-chat-input-inline__input-container--disabled):hover, .mstr-chatbot-chat-input-inline__input-container:not(.mstr-chatbot-chat-input-inline__input-container--disabled):focus-within {
  border: 1px solid var(--mstr-chatbot-theme-accent-color, #0e6ff9);
}
.mstr-chatbot-chat-input-inline__input-container--disabled {
  cursor: not-allowed;
}
.mstr-chatbot-chat-input-inline__input-container--empty {
  border-color: var(--mstr-chatbot-theme-panel-text-01, rgba(41, 49, 59, 0.4));
}
.mstr-chatbot-chat-input-inline__input {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 220px;
  min-height: 29px;
}
.mstr-chatbot-chat-input-inline__input::-webkit-scrollbar {
  background-color: var(--mstr-chatbot-theme-panel-text-01, transparent);
  width: 8px;
  height: 8px;
}
.mstr-chatbot-chat-input-inline__input::-webkit-scrollbar-corner {
  background-color: transparent;
}
.mstr-chatbot-chat-input-inline__input::-webkit-scrollbar-track {
  background-color: var(--mstr-chatbot-theme-panel-text-01, transparent);
}
.mstr-chatbot-chat-input-inline__input::-webkit-scrollbar-thumb {
  background-color: var(--mstr-chatbot-theme-panel-text-05, lightgray);
  border-radius: 4px;
}
.mstr-chatbot-chat-input-inline__input::-webkit-scrollbar-thumb:hover {
  background-color: var(--mstr-chatbot-theme-panel-text-07, #9a9a9a);
}
.mstr-chatbot-chat-input-inline__input [contenteditable][placeholder]:empty:before {
  content: attr(placeholder);
  color: var(--mstr-chatbot-theme-panel-text-05, #9a9a9a);
}
.mstr-chatbot-chat-input-inline__tags {
  position: absolute;
  top: 8px;
  left: 12px;
  max-width: calc(100% - 54px);
  overflow-x: auto;
  white-space: nowrap;
  max-height: 40px;
  user-select: none;
  line-height: 18px;
}
.mstr-chatbot-chat-input-inline__tags .mstr-chatbot-chat-input-inline__tag {
  margin-right: 2px;
}
.mstr-chatbot-chat-input-inline__textarea {
  font-family: helvetica, Arial, sans-serif;
  font-size: 12px; /* 1.2rem(12px) */
  font-weight: 400; /* regular */
  line-height: 18px; /* 18px */
  color: #35383a;
  font-size: 14px;
  color: var(--mstr-chatbot-theme-panel-text, #35383a);
  background: transparent;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  resize: none;
  border-radius: 4px;
  border: none;
  padding: 12px 38px 12px 12px;
  white-space: pre-wrap;
  display: block;
}
.mstr-chatbot-chat-input-inline__textarea:focus-visible {
  outline: none;
}
.mstr-chatbot-chat-input-inline__textarea--disabled {
  cursor: not-allowed;
}
.mstr-chatbot-chat-input-inline__textarea--with-tags {
  padding-top: 10px;
}
.mstr-chatbot-chat-input-inline__input-right {
  position: absolute;
  bottom: 9px;
  right: 12px;
}
.mstr-chatbot-chat-input-inline__send-btn:not([disabled]) {
  color: var(--mstr-chatbot-theme-accent-color, #0e6ff9);
}
.mstr-chatbot-chat-input-inline__empty-btn:not([disabled]) {
  color: var(--mstr-chatbot-theme-panel-text, #35383a);
}
.mstr-chatbot-chat-input-inline__empty-btn:not([disabled]):hover {
  color: var(--mstr-chatbot-theme-accent-color, #0e6ff9);
}
.mstr-chatbot-chat-input-inline__quoted-messages {
  padding: 12px 12px 0;
}

.mstr-rich-input-viz-editor {
  margin: 8px 8px 10px 10px;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__title {
  line-height: 18px;
  font-weight: 700;
  font-size: 12px;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__title .mstr-icons-single-icon {
  vertical-align: bottom;
  margin-left: 2px;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__input {
  margin-bottom: 6px;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__input .mstr-chatbot-chat-input__input-container {
  border-radius: unset;
  position: relative;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__input .mstr-chatbot-chat-input__input-container::after {
  content: '';
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 7px;
  height: 7px;
  cursor: se-resize;
  pointer-events: none;
  background-image: linear-gradient(135deg, white 0%, white 50%, transparent 50%), repeating-linear-gradient(135deg, transparent, transparent 0.6px, #575A5D 1.6px, #575A5D 2.2px);
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__input .mstr-chatbot-chat-input__input {
  resize: vertical;
  height: 400px;
  max-height: calc(100vh - 80px - 95px - 108px - 30px);
  min-height: 130px;
  background-color: #fff;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__input .mstr-chatbot-chat-input__input::-webkit-resizer {
  opacity: 0;
  width: 0;
  height: 0;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__input .mstr-chatbot-chat-input__input .mstr-chatbot-chat-input__textarea {
  line-height: 18px;
  color: #35383a;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__input .mstr-chatbot-chat-input__input .mstr-chatbot-chat-input__textarea strong:has(.mstr-icons-single-icon) {
  border-radius: 2px;
  background-color: #e7f1fe;
  padding: 0px 8px;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  user-select: text;
  white-space: nowrap;
  overflow-x: hidden;
  vertical-align: bottom;
  max-width: 100%;
  text-overflow: ellipsis;
  color: #0e6ff9;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__input .mstr-chatbot-chat-input__input .mstr-chatbot-chat-input__textarea strong:has(.mstr-icons-single-icon.deleted) {
  background-color: #feedea;
  color: #f8472f;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__input .mstr-chatbot-chat-input__footer {
  display: none;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__input__with__auto__refresh .mstr-chatbot-chat-input__input {
  max-height: calc(100vh - 80px - 95px - 108px - 30px - 43px);
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor_input-count {
  margin-bottom: 12px;
  color: #727679;
  font-size: 10px;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__button {
  height: 24px;
  width: 100%;
  margin-bottom: 15px;
  max-width: unset;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__divider {
  margin: 12px 0;
  border-top: 1px solid #44464933;
}
.mstr-rich-input-viz-editor .mstr-design-checkbox-wrapper {
  display: flex;
}
.mstr-rich-input-viz-editor .mstr-icons-single-icon {
  vertical-align: top;
  margin-right: 1px;
}
.mstr-rich-input-viz-editor .mstr-rich-input-viz-editor__footer {
  font-size: 12px;
  line-height: 16px;
  color: #727679;
  text-align: center;
}
.mstr-rich-input-viz-editor__tooltip--viz-deleted .single-icon-status-error-critical {
  vertical-align: bottom;
  margin-right: 6px;
}
.mstr-rich-input-viz-editor__suggestion-popup .mstr-chatbot-suggestion-popup-header {
  display: none;
}
.mstr-rich-input-viz-editor__suggestion-popup .mstr-chatbot-suggestion-popup-content {
  padding-left: 4px;
}
.mstr-rich-input-viz-editor__suggestion-popup .mstr-chatbot-suggestion-popup-prefix .mstr-icons-single-icon {
  vertical-align: bottom;
}
.mstr-rich-input-viz-editor__suggestion-popup .mstr-chatbot-suggestion-popup-prefix .single-icon-authoring-insert-viz-selected {
  background-image: url(../images/insert-viz.svg?dc20f5);
}
.mstr-rich-input-viz-editor__suggestion-popup .mstr-chatbot-suggestion-popup-prefix:has(.single-icon-authoring-insert-viz-selected) {
  margin-left: 20px;
}
.mstr-rich-input-viz-editor__auto-refresh-container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mstr-icons-single-icon.single-icon-authoring-insert-viz-selected--b1992c1c {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 4C12.2239 4 12 4.22386 12 4.5V13.5C12 13.7761 12.2239 14 12.5 14H13.5C13.7761 14 14 13.7761 14 13.5V4.5C14 4.22386 13.7761 4 13.5 4H12.5ZM9.5 8C9.22386 8 9 8.22386 9 8.5V13.5C9 13.7761 9.22386 14 9.5 14H10.5C10.7761 14 11 13.7761 11 13.5V8.5C11 8.22386 10.7761 8 10.5 8H9.5ZM6 6.5C6 6.22386 6.22386 6 6.5 6H7.5C7.77614 6 8 6.22386 8 6.5V13.5C8 13.7761 7.77614 14 7.5 14H6.5C6.22386 14 6 13.7761 6 13.5V6.5ZM3.5 10C3.22386 10 3 10.2239 3 10.5V13.5C3 13.7761 3.22386 14 3.5 14H4.5C4.77614 14 5 13.7761 5 13.5V10.5C5 10.2239 4.77614 10 4.5 10H3.5Z' fill='%230E6FF9'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-authoring-insert-viz-selected--b1992c1c[disabled], .mstr-icons-single-icon.single-icon-authoring-insert-viz-selected--b1992c1c[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.mstr-icons-single-icon.single-icon-authoring-insert-viz-error--65226cc4 {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 4C12.2239 4 12 4.22386 12 4.5V13.5C12 13.7761 12.2239 14 12.5 14H13.5C13.7761 14 14 13.7761 14 13.5V4.5C14 4.22386 13.7761 4 13.5 4H12.5ZM9.5 8C9.22386 8 9 8.22386 9 8.5V13.5C9 13.7761 9.22386 14 9.5 14H10.5C10.7761 14 11 13.7761 11 13.5V8.5C11 8.22386 10.7761 8 10.5 8H9.5ZM6 6.5C6 6.22386 6.22386 6 6.5 6H7.5C7.77614 6 8 6.22386 8 6.5V13.5C8 13.7761 7.77614 14 7.5 14H6.5C6.22386 14 6 13.7761 6 13.5V6.5ZM3.5 10C3.22386 10 3 10.2239 3 10.5V13.5C3 13.7761 3.22386 14 3.5 14H4.5C4.77614 14 5 13.7761 5 13.5V10.5C5 10.2239 4.77614 10 4.5 10H3.5Z' fill='%23F15354'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-authoring-insert-viz-error--65226cc4[disabled], .mstr-icons-single-icon.single-icon-authoring-insert-viz-error--65226cc4[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.mstr-icons-single-icon.single-icon-authoring-insert-page--a8cdd250 {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 14C14 14.5523 13.5523 15 13 15H5C4.44772 15 4 14.5523 4 14V4C4 3.44772 4.44772 3 5 3H11V5C11 5.5 11.5 6 12 6H14V14ZM11.678 2.285C11.5 2.103 11.255 2 11 2H5C4 2 3 3 3 4V14C3 15 4 16 5 16H13C14 16 15 15 15 14V6C15 5.745 14.898 5.502 14.717 5.323C14.614 5.221 11.778 2.386 11.678 2.285Z' fill='%2329313B'/%3e%3cpath d='M6 8.5H12' stroke='%2329313B' stroke-linecap='round'/%3e%3cpath d='M6 11.5H12' stroke='%2329313B' stroke-linecap='round'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-authoring-insert-page--a8cdd250[disabled], .mstr-icons-single-icon.single-icon-authoring-insert-page--a8cdd250[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.mstr-icons-single-icon.single-icon-common-info--d846b3ed {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9' cy='9' r='7' fill='%239A9A9A'/%3e%3crect x='8.25' y='7.75' width='1.5' height='5.5' rx='0.75' fill='white'/%3e%3ccircle cx='9.00135' cy='5.75037' r='1.00037' fill='white'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-common-info--d846b3ed:not([disabled]):not([aria-disabled=true]):hover, .mstr-icons-single-icon.single-icon-common-info--d846b3ed:not([disabled]):not([aria-disabled=true]):focus {
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9' cy='9' r='7' fill='%230E6FF9'/%3e%3crect x='8.25' y='7.75' width='1.5' height='5.5' rx='0.75' fill='white'/%3e%3ccircle cx='9.00135' cy='5.75037' r='1.00037' fill='white'/%3e%3c/svg%3e");
}
.mstr-icons-single-icon.single-icon-common-info--d846b3ed[disabled], .mstr-icons-single-icon.single-icon-common-info--d846b3ed[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

/*Font Family*/
/*Font Size*/
/*User as the base of all Workstation font size*/
/*Used for tooltip*/
/*Used for inline error message*/
/* (18px) */
/* (14px) */
/*Font Weight*/
/* regular */
/* bold */
/*Line Height*/
/* Used for 1)buttons 2)paragraphs */
/*Border*/
/*PrimaryColor*/
/*Primary text,headers*/
/*Primary interactive color*/
/*Default page background*/
/*white*/
/*Gray*/
/*Disabled font,gray text*/
/*loading fill*/
/*default dropzone fill*/
/*component outline when mouseover*/
/*web style dialog shadow*/
/*Blue*/
/*selected component outline*/
/*selected component background fill*/
/*system monitor table cell blue*/
/*Functional*/
/*Success, OK, Done*/
/*Warning and small failure*/
/*Danger, Error, Stopped*/
/*Success, OK, Done component background fill*/
/*Warning and small failure component background fill*/
/*Danger, Error, Stopped component background fill*/
/*Object Color*/
/*Font Type*/
/*KPI h1 font*/
/*KPI h2 font*/
/*KPI h3 font*/
/*large header font*/
/*small header font*/
/*single line text label*/
/*single line text label bold*/
/*paragraph text*/
/*bold paragraph text*/
/*text used in a list*/
/*bold text used in a list*/
/*inline message text, small button text*/
/*Font Family*/
/*Font Size*/
/*User as the base of all Workstation font size*/
/*Used for tooltip*/
/*Used for inline error message*/
/* (18px) */
/* (14px) */
/*Font Weight*/
/* regular */
/* bold */
/*Line Height*/
/* Used for 1)buttons 2)paragraphs */
/*Border*/
/*PrimaryColor*/
/*Primary text,headers*/
/*Primary interactive color*/
/*Default page background*/
/*white*/
/*Gray*/
/*Disabled font,gray text*/
/*loading fill*/
/*default dropzone fill*/
/*component outline when mouseover*/
/*web style dialog shadow*/
/*Blue*/
/*selected component outline*/
/*selected component background fill*/
/*system monitor table cell blue*/
/*Functional*/
/*Success, OK, Done*/
/*Warning and small failure*/
/*Danger, Error, Stopped*/
/*Success, OK, Done component background fill*/
/*Warning and small failure component background fill*/
/*Danger, Error, Stopped component background fill*/
/*Object Color*/
/*Font Type*/
/*KPI h1 font*/
/*KPI h2 font*/
/*KPI h3 font*/
/*large header font*/
/*small header font*/
/*single line text label*/
/*single line text label bold*/
/*paragraph text*/
/*bold paragraph text*/
/*text used in a list*/
/*bold text used in a list*/
/*inline message text, small button text*/
.mstr-chatbot-suggestion-popup {
  cursor: pointer;
  z-index: 2;
  background: var(--mstr-chatbot-theme-panel-bg, #fff);
  box-shadow: 0 1px 6px rgba(153, 153, 153, 0.5);
  transition: all 0.3s ease;
  margin-left: -10px;
  padding: 6px 0;
  border-radius: 3px;
  color: var(--mstr-chatbot-theme-panel-text, #29313b);
  position: absolute;
}
.mstr-chatbot-suggestion-popup-loading {
  cursor: default;
  margin-left: 70px;
  animation: spin 1s linear infinite;
  width: 18px;
  height: 18px;
}
.mstr-chatbot-suggestion-popup-header {
  padding: 5px 16px 1px 14px;
  font-family: helvetica, Arial, sans-serif;
  font-size: 12px; /* 1.2rem(12px) */
  font-weight: 400; /* regular */
  line-height: 18px; /* 18px */
  color: #35383a;
  cursor: default;
  color: var(--mstr-chatbot-theme-panel-text, #29313b);
}
.mstr-chatbot-suggestion-popup-content {
  padding-left: 8px;
}
.mstr-chatbot-suggestion-popup-virtual-list::-webkit-scrollbar {
  background-color: var(--mstr-chatbot-theme-panel-text-01, transparent);
  width: 8px;
  height: 8px;
}
.mstr-chatbot-suggestion-popup-virtual-list::-webkit-scrollbar-corner {
  background-color: transparent;
}
.mstr-chatbot-suggestion-popup-virtual-list::-webkit-scrollbar-track {
  background-color: var(--mstr-chatbot-theme-panel-text-01, transparent);
}
.mstr-chatbot-suggestion-popup-virtual-list::-webkit-scrollbar-thumb {
  background-color: var(--mstr-chatbot-theme-panel-text-05, lightgray);
  border-radius: 4px;
}
.mstr-chatbot-suggestion-popup-virtual-list::-webkit-scrollbar-thumb:hover {
  background-color: var(--mstr-chatbot-theme-panel-text-07, #9a9a9a);
}
.mstr-chatbot-suggestion-popup-item-row {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  height: 28px;
}
.mstr-chatbot-suggestion-popup-item-row-selected {
  background: var(--mstr-chatbot-theme-accent-color-009, rgba(41, 49, 59, 0.05));
}
.mstr-chatbot-suggestion-popup-item {
  font-family: helvetica, Arial, sans-serif;
  font-size: 12px; /* 1.2rem(12px) */
  font-weight: 400; /* regular */
  line-height: 18px; /* 18px */
  color: #35383a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--mstr-chatbot-theme-panel-text, #29313b);
  padding-top: 5px;
  padding-left: 5px;
}
.mstr-chatbot-suggestion-popup-item > div {
  display: flex;
  justify-content: space-between;
}
.mstr-chatbot-suggestion-popup-item > div > div {
  flex: 0 1 auto;
}
.mstr-chatbot-suggestion-popup-item--disabled {
  cursor: default;
  color: var(--mstr-chatbot-theme-panel-text-01, #b6b6b6);
}
.mstr-chatbot-suggestion-popup-item--disabled:hover {
  background: transparent;
}
.mstr-chatbot-suggestion-popup-tab {
  color: var(--mstr-chatbot-theme-panel-text-05, #9a9a9a);
  background: var(--mstr-chatbot-theme-panel-bg, #fff);
  border: 1px solid var(--mstr-chatbot-theme-panel-text-01, rgba(41, 49, 59, 0.4));
  border-radius: 2px;
  padding: 0;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
}
.mstr-chatbot-suggestion-popup-tab > span {
  font-size: 9px;
  line-height: 14px;
  display: inline-block;
}

.mstr-icons-single-icon.single-icon-status-error-critical--e2f9096b {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1267 3.28533C9.50966 2.24267 8.49416 2.23379 7.87162 3.28533L1.76982 13.5955C1.1528 14.637 1.62853 15.5 2.84492 15.5H15.1545C16.3609 15.5 16.8521 14.647 16.2296 13.5955L10.1267 3.28533Z' fill='%23F8472F'/%3e%3cg filter='url(%23filter0_d_2_29459)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.2976 6.14282C8.04487 6.14282 7.85149 6.3679 7.88956 6.61774L8.49038 10.561C8.52885 10.8134 8.74593 11 9.00131 11C9.25668 11 9.47377 10.8134 9.51223 10.561L10.1131 6.61774C10.1511 6.3679 9.95774 6.14282 9.70501 6.14282H8.2976ZM9.00161 12.1428C9.48576 12.1428 9.87823 12.5265 9.87823 12.9999C9.87823 13.4733 9.48576 13.8571 9.00161 13.8571C8.51747 13.8571 8.125 13.4733 8.125 12.9999C8.125 12.5265 8.51747 12.1428 9.00161 12.1428Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_d_2_29459' x='5.88477' y='5.14282' width='6.2334' height='11.7141' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e%3cfeOffset dy='1'/%3e%3cfeGaussianBlur stdDeviation='1'/%3e%3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0733413 0'/%3e%3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_29459'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_29459' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-status-error-critical--e2f9096b[disabled], .mstr-icons-single-icon.single-icon-status-error-critical--e2f9096b[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.theme-gallery-container{padding:7px;display:flex;flex-direction:column}.theme-gallery-container .theme-gallery__divider{border-bottom:1px solid #e0e0e0;margin:6px -7px;margin-top:0}.theme-gallery-container .theme-gallery__header{line-height:18px;margin-bottom:6px}.theme-gallery-container .theme-gallery__header>span{vertical-align:middle}.theme-gallery-container .mstr-rc-input__container.mstr-rc-search-box{width:100%}.theme-gallery-container .mstr-rc-input__container .mstr-rc-input__content{margin-bottom:15px}.theme-gallery-container .certified-only-container{display:flex;flex-direction:row-reverse;margin-bottom:15px}.theme-gallery-container .certified-only-container .certified-only-text{line-height:18px}.theme-gallery-container .certified-only-container>*{margin-left:5px}.theme-gallery-container .theme-card{position:relative;aspect-ratio:16/9;margin-bottom:10px;border:1px solid #d7d7d8}.theme-gallery-container .theme-card.highlight,.theme-gallery-container .theme-card:hover{background:rgba(14,111,249,.09);border-color:#0e6ff9}.theme-gallery-container .theme-card:hover .theme-card__preview .card-preview__apply{display:block}.theme-gallery-container .theme-card .theme-card__preview{position:relative;aspect-ratio:16/9;margin:3px;background-position:center;background-repeat:no-repeat;background-size:cover}.theme-gallery-container .theme-card .theme-card__preview .theme-cover-img{max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.theme-gallery-container .theme-card .theme-card__preview .card-preview__apply{width:80px;display:none;position:absolute;left:50%;transform:translateX(-50%);bottom:5px;border-radius:14px}.theme-gallery-container .theme-card .theme-card__preview.cover-image-default{background-image:url(../images/theme_default.svg?7cc4a9)}.theme-gallery-container .theme-card .theme-card__preview.cover-image-no-cover{background-image:url(../images/theme_no_cover.svg?5ac282)}.theme-gallery-container .theme-card .theme-card__preview.cover-image-default-theme{background-image:url(../images/default_theme.svg?733861)}.theme-gallery-container .theme-card .theme-card__preview.cover-image-classic-theme{background-image:url(../images/classic_theme.svg?f765a6)}.theme-gallery-container .theme-card .theme-card__preview.cover-image-dark-theme{background-image:url(../images/dark_theme.svg?2a8a98)}.theme-gallery-container .theme-card .theme-card__preview.cover-image-orange-theme{background-image:url(../images/orange_theme.svg?0f689e)}.theme-gallery-container .theme-card .theme-card__details{line-height:2;margin:0 3px 2px 8px;display:flex;align-items:center;justify-content:space-between}.theme-gallery-container .theme-card .theme-card__details .card-details__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.theme-gallery-container .theme-card .theme-card__details .card-details__btns{display:flex}.theme-gallery-container .theme-card .theme-card__details .card-details__btns .theme-lib-info-icon{line-height:18px;font-size:14px;color:#0e6ff9}.card-details__description .mstr-rc-tooltip-popover__content{font-weight:300;color:#575a5d}
.mstr-icons-single-icon.single-icon-common-refresh-light-normal--1a4d994b {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99984 3.5C8.15539 3.5 7.3567 3.68997 6.64296 4.02903C6.39353 4.14752 6.09527 4.04137 5.97678 3.79194C5.85829 3.54252 5.96444 3.24426 6.21387 3.12577C7.05885 2.72436 8.00384 2.5 8.99984 2.5C12.4215 2.5 15.2256 5.14378 15.4809 8.5H16.7739C16.937 8.5 17.0316 8.68477 16.9361 8.81704L15.162 11.2753C15.0822 11.3859 14.9175 11.3859 14.8377 11.2753L13.0636 8.81704C12.9681 8.68477 13.0626 8.5 13.2258 8.5H14.4774C14.2248 5.69675 11.8689 3.5 8.99984 3.5ZM1.22576 9.5H2.51879C2.7741 12.8562 5.57823 15.5 8.99984 15.5C9.99584 15.5 10.9408 15.2756 11.7858 14.8742C12.0352 14.7557 12.1414 14.4575 12.0229 14.2081C11.9044 13.9586 11.6062 13.8525 11.3567 13.971C10.643 14.31 9.8443 14.5 8.99984 14.5C6.13082 14.5 3.77488 12.3033 3.52226 9.5H4.77393C4.93705 9.5 5.03156 9.31523 4.9361 9.18296L3.16202 6.72472C3.08219 6.61411 2.91749 6.61411 2.83767 6.72472L1.06358 9.18296C0.968124 9.31523 1.06264 9.5 1.22576 9.5Z' fill='%2329313B'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-common-refresh-light-normal--1a4d994b[disabled], .mstr-icons-single-icon.single-icon-common-refresh-light-normal--1a4d994b[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.mstr-icons-single-icon.single-icon-common-refresh-light-hover-active--e5473600 {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99984 3.5C8.15539 3.5 7.3567 3.68997 6.64296 4.02903C6.39353 4.14752 6.09527 4.04137 5.97678 3.79194C5.85829 3.54252 5.96444 3.24426 6.21387 3.12577C7.05885 2.72436 8.00384 2.5 8.99984 2.5C12.4215 2.5 15.2256 5.14378 15.4809 8.5H16.7739C16.937 8.5 17.0316 8.68477 16.9361 8.81704L15.162 11.2753C15.0822 11.3859 14.9175 11.3859 14.8377 11.2753L13.0636 8.81704C12.9681 8.68477 13.0626 8.5 13.2258 8.5H14.4774C14.2248 5.69675 11.8689 3.5 8.99984 3.5ZM1.22576 9.5H2.51879C2.7741 12.8562 5.57823 15.5 8.99984 15.5C9.99584 15.5 10.9408 15.2756 11.7858 14.8742C12.0352 14.7557 12.1414 14.4575 12.0229 14.2081C11.9044 13.9586 11.6062 13.8525 11.3567 13.971C10.643 14.31 9.8443 14.5 8.99984 14.5C6.13082 14.5 3.77488 12.3033 3.52226 9.5H4.77393C4.93705 9.5 5.03156 9.31523 4.9361 9.18296L3.16202 6.72472C3.08219 6.61411 2.91749 6.61411 2.83767 6.72472L1.06358 9.18296C0.968124 9.31523 1.06264 9.5 1.22576 9.5Z' fill='%230E6FF9'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-common-refresh-light-hover-active--e5473600[disabled], .mstr-icons-single-icon.single-icon-common-refresh-light-hover-active--e5473600[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.mstr-icons-single-icon.single-icon-common-refresh-light-disabled--d47c88f8 {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99984 3.5C8.15539 3.5 7.3567 3.68997 6.64296 4.02903C6.39353 4.14752 6.09527 4.04137 5.97678 3.79194C5.85829 3.54252 5.96444 3.24426 6.21387 3.12577C7.05885 2.72436 8.00384 2.5 8.99984 2.5C12.4215 2.5 15.2256 5.14378 15.4809 8.5H16.7739C16.937 8.5 17.0316 8.68477 16.9361 8.81704L15.162 11.2753C15.0822 11.3859 14.9175 11.3859 14.8377 11.2753L13.0636 8.81704C12.9681 8.68477 13.0626 8.5 13.2258 8.5H14.4774C14.2248 5.69675 11.8689 3.5 8.99984 3.5ZM1.22576 9.5H2.51879C2.7741 12.8562 5.57823 15.5 8.99984 15.5C9.99584 15.5 10.9408 15.2756 11.7858 14.8742C12.0352 14.7557 12.1414 14.4575 12.0229 14.2081C11.9044 13.9586 11.6062 13.8525 11.3567 13.971C10.643 14.31 9.8443 14.5 8.99984 14.5C6.13082 14.5 3.77488 12.3033 3.52226 9.5H4.77393C4.93705 9.5 5.03156 9.31523 4.9361 9.18296L3.16202 6.72472C3.08219 6.61411 2.91749 6.61411 2.83767 6.72472L1.06358 9.18296C0.968124 9.31523 1.06264 9.5 1.22576 9.5Z' fill='%239A9A9A'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-common-refresh-light-disabled--d47c88f8[disabled], .mstr-icons-single-icon.single-icon-common-refresh-light-disabled--d47c88f8[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.mstr-icons-single-icon.single-icon-objects-time-attribute-normal--124104fa {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.5 9C14.5 12.0376 12.0376 14.5 9 14.5C5.96243 14.5 3.5 12.0376 3.5 9C3.5 5.96243 5.96243 3.5 9 3.5C12.0376 3.5 14.5 5.96243 14.5 9Z' fill='%2397E5D7' stroke='%2300AD8F'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 5C8.77614 5 9 5.22386 9 5.5V9H12C12.2761 9 12.5 9.22386 12.5 9.5C12.5 9.77614 12.2761 10 12 10H8V5.5C8 5.22386 8.22386 5 8.5 5Z' fill='%2300AD8F'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-objects-time-attribute-normal--124104fa[disabled], .mstr-icons-single-icon.single-icon-objects-time-attribute-normal--124104fa[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.mstr-rc-button{padding:unset;background:rgba(0,0,0,0);border:none;cursor:inherit;line-height:normal;font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:12px;font-weight:400;line-height:18px;color:#35383a;align-items:center;border-width:1px;border-style:solid;border-radius:2px;cursor:pointer;display:flex}.mstr-rc-button,.mstr-rc-button *{box-sizing:border-box}.mstr-rc-button>.mstr-rc-tooltip-source{display:unset;flex-grow:1;min-width:0}.mstr-rc-button:disabled{pointer-events:none;border-color:#d7d7d8;color:#9a9a9a}.mstr-rc-button--regular{padding:0 7px;height:28px;min-width:74px;max-width:300px}.mstr-rc-button--small{padding:0 3px;height:22px;min-width:58px;max-width:150px;font-size:11px}.mstr-rc-button--primary{background-color:#0e6ff9;border-color:#0e6ff9;color:#fff}.mstr-rc-button--primary:hover,.mstr-rc-button--primary:focus,.mstr-rc-button--primary:focus-visible,.mstr-rc-button--primary:active{background-color:#0661e0;border-color:#0661e0}.mstr-rc-button--primary:disabled{background-color:#f4f4f4;border-color:#d7d7d8}.mstr-rc-button--primary:disabled[aria-busy=true]{background-color:#0e6ff9;border-color:#0e6ff9;color:#fff;opacity:.5}.mstr-rc-button--secondary{background-color:#fff;border-color:#d7d7d8;color:#35383a}.mstr-rc-button--secondary:hover,.mstr-rc-button--secondary:focus,.mstr-rc-button--secondary:focus-visible,.mstr-rc-button--secondary:active{background-color:#f4f4f4;border-color:#9a9b9c}.mstr-rc-button--secondary[aria-disabled=true]{background-color:#fff;border-color:#d7d7d8}.mstr-rc-button--secondary[aria-disabled=true][aria-busy=true]{opacity:.5}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.mstr-rc-spinner{display:inline-flex;align-items:center}.mstr-rc-spinner__spinner-icon{animation:spin 650ms linear infinite}.mstr-rc-spinner--vertical{align-items:center;flex-direction:column}.mstr-rc-spinner--medium .mstr-rc-spinner__text{font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:12px;font-weight:400;line-height:18px;color:#35383a}.mstr-rc-spinner--medium .mstr-rc-spinner__text--right{margin-left:6px}.mstr-rc-spinner--medium .mstr-rc-spinner__text--bottom{margin-top:4px}.mstr-rc-spinner--large .mstr-rc-spinner__text{color:#35383a;font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:18px;font-weight:400;line-height:normal}
.mstr-icons-single-icon.single-icon-loading-large-white--c6ea2e48 {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.9929 2.4393C8.9929 2.67082 9.17334 2.86016 9.40442 2.87549C12.6766 3.09226 15.247 5.87639 15.1195 9.23187C14.9989 12.4096 12.4094 14.9989 9.23187 15.1197C5.87624 15.2471 3.09226 12.6767 2.87534 9.40442C2.86001 9.17348 2.67068 8.99305 2.43915 8.99305C2.18792 8.99305 1.98457 9.20428 2.00092 9.45508C2.24456 13.1987 5.42823 16.1405 9.26589 15.9948C12.8976 15.857 15.8569 12.8977 15.9948 9.26589C16.1405 5.42838 13.1987 2.24471 9.45508 2.00092C9.20414 1.98457 8.9929 2.18792 8.9929 2.4393Z' fill='white'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-loading-large-white--c6ea2e48[disabled], .mstr-icons-single-icon.single-icon-loading-large-white--c6ea2e48[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.mstr-icons-single-icon.single-icon-loading-large--941d9177 {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.9929 2.4393C8.9929 2.67082 9.17334 2.86016 9.40442 2.87549C12.6766 3.09226 15.247 5.87639 15.1195 9.23187C14.9989 12.4096 12.4094 14.9989 9.23187 15.1197C5.87624 15.2471 3.09226 12.6767 2.87534 9.40442C2.86001 9.17348 2.67068 8.99305 2.43915 8.99305C2.18792 8.99305 1.98457 9.20428 2.00092 9.45508C2.24456 13.1987 5.42823 16.1405 9.26589 15.9948C12.8976 15.857 15.8569 12.8977 15.9948 9.26589C16.1405 5.42838 13.1987 2.24471 9.45508 2.00092C9.20414 1.98457 8.9929 2.18792 8.9929 2.4393Z' fill='%233492ED'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-loading-large--941d9177[disabled], .mstr-icons-single-icon.single-icon-loading-large--941d9177[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.mstr-icons-single-icon.single-icon-60-dialog-loading--ed02e3e1 {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.9878 18.7531C29.9878 19.15 30.2971 19.4746 30.6933 19.5008C36.3027 19.8725 40.7091 24.6452 40.4906 30.3975C40.2839 35.845 35.8447 40.2839 30.3975 40.4909C24.645 40.7093 19.8725 36.3029 19.5006 30.6933C19.4743 30.2974 19.1497 29.9881 18.7528 29.9881C18.3222 29.9881 17.9736 30.3502 18.0016 30.7801C18.4192 37.1978 23.877 42.2409 30.4558 41.9911C36.6815 41.7549 41.7546 36.6818 41.9911 30.4558C42.2409 23.8772 37.1978 18.4195 30.7801 18.0016C30.3499 17.9736 29.9878 18.3222 29.9878 18.7531Z' fill='%233492ED'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-60-dialog-loading--ed02e3e1[disabled], .mstr-icons-single-icon.single-icon-60-dialog-loading--ed02e3e1[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

.mstr-rc-overflow-tooltip__child-container{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.mstr-rc-overflow-tooltip__source{width:100%}
.mstr-rc-standard-tooltip{display:flex;flex-direction:column}.mstr-rc-standard-tooltip__title{font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:12px;font-weight:600;line-height:18px;color:#35383a;color:inherit;margin-bottom:4px}.mstr-rc-standard-tooltip__content{font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:12px;font-weight:400;line-height:18px;color:#35383a;color:inherit}
.mstr-rc-tooltip-source{padding:unset;background:rgba(0,0,0,0);border:none;cursor:inherit;line-height:normal;display:flex;max-width:unset;max-height:unset}
.mstr-rc-tooltip-popover{display:flex;justify-content:center;align-items:center;width:fit-content;padding:10px 12px;border-radius:2px;background-color:#fff;box-shadow:0px 1px 8px 0px rgba(0,0,0,.23)}.mstr-rc-tooltip-popover__container{position:relative}.mstr-rc-tooltip-popover__content{white-space:pre-line}.mstr-rc-tooltip-popover--light{font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:12px;font-weight:400;line-height:18px;color:#35383a}.mstr-rc-tooltip-popover--dark{background-color:#35383a;font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:12px;font-weight:400;line-height:18px;color:#fff}.mstr-rc-tooltip-popover--has-max-height{overflow-y:auto}.mstr-rc-tooltip-popover--has-max-height::-webkit-scrollbar{background-color:rgba(0,0,0,0);width:7px}.mstr-rc-tooltip-popover--has-max-height::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.mstr-rc-tooltip-popover--has-max-height::-webkit-scrollbar-thumb{border-radius:20px;background-color:rgba(0,0,0,.3);background-clip:content-box}
.mstr-rc-tooltip-arrow{position:absolute;width:0;height:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);filter:drop-shadow(0px 2px 1px rgba(53, 56, 58, 0.2))}.mstr-rc-tooltip-arrow--light{border-top:8px solid #fff}.mstr-rc-tooltip-arrow--dark{border-top:8px solid #35383a}
.mstr-icons-single-icon.single-icon-common-certify-certified-orange--1f8d98cf {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8957 6.02987C13.8957 8.79 11.6582 11.0275 8.89804 11.0275C6.13791 11.0275 3.90039 8.79 3.90039 6.02987C3.90039 3.26975 6.13791 1.03223 8.89804 1.03223C10.4747 1.03223 11.8808 1.7623 12.7967 2.90282L8.86045 6.84006L6.92353 4.42339L6.26256 4.95314L8.7909 8.10771L13.2774 3.6201C13.6715 4.33472 13.8957 5.15611 13.8957 6.02987ZM9.44727 11.8599L11.2373 16.778L12.2629 14.845L14.3794 15.6344L12.5314 10.557C11.6789 11.2711 10.615 11.7412 9.44727 11.8599ZM8.30892 11.863C7.14022 11.7508 6.07427 11.2868 5.21826 10.5781L3.37793 15.6344L5.48274 14.8457L6.52001 16.778L8.30892 11.863Z' fill='%23F86516'/%3e%3c/svg%3e");
  background-size: contain;
  background-position: center;
}
.mstr-icons-single-icon.single-icon-common-certify-certified-orange--1f8d98cf[disabled], .mstr-icons-single-icon.single-icon-common-certify-certified-orange--1f8d98cf[aria-disabled=true] {
  pointer-events: none;
  filter: contrast(0.33) brightness(1.5);
}

@font-face {
  font-family: "mstr-library-icons";
  src: url("data:font/woff;base64,d09GRgABAAAAAZWkAA8AAAACuqwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAARAAAAGA+MFMWY21hcAAAAdgAAAwpAAAfmGX0zSNjdnQgAAAOBAAAAAsAAAAOAAAAAGZwZ20AAA4QAAAG7QAADgxiLvl6Z2FzcAAAFQAAAAAIAAAACAAAABBnbHlmAAAVCAABZgEAAldgYW1EW2hlYWQAAXsMAAAAMwAAADY2Pwo7aGhlYQABe0AAAAAhAAAAJBHIEHtobXR4AAF7ZAAAAoEAAAgsKsn/VGxvY2EAAX3oAAAFmQAACDACSVMwbWF4cAABg4QAAAAgAAAAIAXGEQBuYW1lAAGDpAAAAXsAAALBdejnpXBvc3QAAYUgAAAQBQAAH6agutnBcHJlcAABlSgAAAB6AAAAnH62O7Z4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgYf7POIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGA68YPiwhjnofxZDFPMahsVAYUYURUwAuf4NzHiczdmHv851/Mbx67rvg2jax2hYRWU27YZNlNmeWlqS1VIZpaQhaQvtSAORJElKSppmiaL7e3/vI20V+b0v1/kXfr/Hz/14evH+fjv3eZz7c+7j/QhAGQDZcHQoAsoWwPgTymyLKffOs6iwd15UZmH8fSBOiv+mfjIkGZdMSCYmU5IZybxkYbI4WZIsTZYlK5PVyZpkU7IlKUl25ivkG+Qb5bvkJ+cX5Ffk16fFae20Ttoj7ZUOSMem09J56dp0Y6FcoUqhVqFFoX1J85IRJbNLdm+vt2PWnj1ADsnQZHw8y+RkejI3mZ8sKn2W5cmqeJYNyeZkazxL+Xz9fMN85/yk/Px4lnVp1bRmPEuHtGfaOx2TTk3nxLOsj2epWCguNC60jGcZFs+ya3udHTP1LP/rv4iB2S7ZQdnB8RiaHZ4dmR2VHV36uDf7QDwezT6efTkes7Kzs69l38i+mV0Qj4XZJdll8fgq+032++yW7LZsPh7b4/F79p+ioqKD4lElHtWKau59lky8VkXx6pRFOeyD8vG67Yv9sD8OwIE4CBVjXgmVUQVVUQ3VUYwaqIlaqI2DcQgOxWGog7qoh/pogMNxBBqiEY7EUXECGqMJmqIZmqMFjsGxOA7H4wSciJZohdZog7Zoh/ZxLk7GKTgVHdARndAZXdAV3dAdPXAaeqIXTscZ6I0+6It+6I8BOBNn4Wycg3NxHs7HBbgQF+FiXBIn7FJchstxBa7EIFyFq3ENrsV1GIzrMQQ3YCiGYThGYCRuxE24GbfgVozCbbgdd2A0xmAsxuFO3IXxuBv3YALuxUTch/vxAB7EJDyEyXgYU/AIHsVjeBxP4Ek8hal4GtMwHTPwDJ7Fc3geL+BFvISXMROz8Apm41W8htfxBuZgLubhTczHAryFhXgbi/AOFuNdLMF7WIr3sQwfYDk+xEdYgY+xEp/gU6zCZ1iNz/EFvsRX+BrfYA3WYh3WYwM24lt8h034HpuxBT/gR2zFNvykw488UhRQgu34GTvwC37Fb/gdf+BP/IWd+Bv/4F/swm78hz0EyQyzLGIZlmU57sPyrMB9uR/35wE8kAexIiuxMquwKpayGquzmDVYk7VYmwfzEB7Kw1iHdVmP9dmAh/MINmQjHsmjeDQbswmbshmbswWP4bE8jsfzBJ7IlmzF1mzDtmzH9jyJJ/MUnsoO7MhO7Mwu7Mpu7M4ePI092Yun8wz2Zh/2ZT/25wCeybN4Ns/huTyP5/MCXhiPi3gxL+FAXsrLeDmv4JUcxKt4Na/htbyOg3k9h/AGDuUwDucIjuSNvIk38xbeylG8jbfzDo7mGI7lON7Juzied/MeTuC9nMj7eD8f4IOcxIc4mQ9zCh/ho3yMj/MJPsmnOJVPcxqncwaf4bN8js/zBb7Il/gyZ3IWX+FsvsrX+Drf4BzO5Ty+yflcwLe4kG9zEd/hYr7LJXyPS/k+l/EDLueH/Igr+DFX8hN+ylX8jKv5Ob/gl/yKX/MbruFaruN6buBGfsvvuInfczO38Af+yK3cxp+YY8I8UxZYwu38mTv4C3/lb/ydf/BP/sWd/Jv/8F/u4m7+xz0ZZJjJZLKZokyZTNlMucw+mfKZePdm2f+Dd7n/77/202/Fs/yXzP766WL6OZcrFe+hyJXSz8VcKf1szJXSz8xcqXhPRa5UvOsiVyref5ErFe/EyJXSz9JcqXh3Rq6UPrtcKehzKxXv3ciVindx5ErF+zlypeKdHblSez+fSga1skGtYlCrGtRqBrW6QS02qDUMak2DWsug1jaoBxvUQwzqoQb1MINax6DWNaj1DGp9g9rAoB5uUI8wqA0NaiODeqRBPcqgHm36t1CusUFtYlCbGtRmBrW5QW1hUI8xqMca1OMM6vEG9QSDeqJBbWlQWxnU1ga1jUFta1DbGdT2BvUkg3qyQT3FoJ5qUDsY1I4GtZNB7WxQuxjUrga1m0HtblB7GNTTDGpPg9rLoJ5uUM8wqL0Nah+D2teg9jOo/Q3qAIN6pkE9y6CebVDPMajnGtTzDOr5BvUCg3qhQb3IoF5sUC8xqAMN6qUG9TKDerlBvcKgXmlQBxnUqwzq1Qb1GoN6rUG9zqAONqjXG9QhBvUGgzrUoA4zqMMN6giDOtKg3mhQbzKoNxvUWwzqrQZ1lEG9zaDeblDvMKijDeoYgzrWoI4zqHca1LsM6niDerdBvcegTjCo9xrUiQb1PoN6v0F9wKA+aFAnGdSHDOpkg/qwQZ1iUB8xqI8a1McM6uMG9QmD+qRBfcqgTjWoTxvUaQZ1ukGdYVCfMajPGtTnDOrzBvUFg/qiQX3JoL5sUGca1FkG9RWDOtugvmpQXzOorxvUNwzqHIM616DOM6hvGtT5BnWBQX3LoC40qG8b1EUG9R2DutigvmtQlxjU9wzqUoP6vkFdZlA/MKjLDeqHBvUjg7rCoH5sUFca1E8M6qcGdZVB/cygrjaonxvULwzqlwb1K4P6tUH9xqCuMahrDeo6g7reoG4wqBsN6rcG9TuDusmgfm9QNxvULQb1B4P6o0HdalC3GdSfDGrO9I/cXGJQ8wY1NagFg1piULcb1J8N6g6D+otB/dWg/mZQfzeofxjUPw3qXwZ1p0H926D+Y1D/Nai7DOpug/qfQd1j2LP3S7GX/tmf0KhmjGrWqBYZ1TJGtaxpy0rKGdV9jGp5o1rBqO5rVPczqvsb1QOM6oFG9SCjWtGoVjKqlY1qFaNa1ahWM32/J9WNmhUbNath1KymUbNaRs1qGzU72KjZIUbNDjVqdphRszpGzeoaNatn1Ky+UbMGRs0ON2p2hFGzhkbNGhk1O9Ko2VFGzY42atbYqFkTo2ZNjZo1M2rW3KhZC6Nmxxg1O9ao2XFGzY43anaCUbMTjZq1NGrWyqhZa6NmbYyatTVq1s6oWXujZicZNTvZqNkpRs1ONWrWwahZR6NmnYyadTZq1sWoWVejZt2MmnU3atbDqNlpRs16GjXrZdTsdKNmZxg1623UrI9Rs75GzfoZNetv1GyAUbMzjZqdZdTsbKNm5xg1O9eo2XlGzc43anaBUbMLjZpdZNTsYtv750uMuj7QqOuXGnX9MqOuX27U9SuMun6lUdcHGXX9KqOuX23U9WuMun6tUdevM+r6YKOuX2/U9SFGXR9q1PVhRl0fboy9IBlh1L0jjbr3RqPuvcmoe2826t5bjLr3VqPuHWXUvbcZde/tRt17h1H3jjbq3jFG3TvWqHvHGXXveKPuvduoe+8x6t4JxtgLkonG2AuSyUZ9jIeN+hhTjPoY0436GDOMsRckc436ePOMsRck842xFyQLjLEXJG8ZYy9IFhpjL0gWGWMvSN4x6vNabNTntcSoz2upMfaCZJkx9oJkuTH2guRDY+wFyUfG2AuSFcbYC5KPjbEXJCuNsRckq4yxFySfGWMvSFYb9fVYY9TXY4Mx9oJkozH2guRbY+wFyXfG2AuSTcbYC5LNxtgLki3G2AuSrcbYC5JtxtgLkp+MsRckOWPsBUlijL0gyRtjL0hSY+wFScEYe0FSYoy9INlpjL0gX94Yr2u+gjFe13x9Y+wF+QbGeI3zDY3xGucbGeM1znc2xmuc72KMvSA/yRivd/4hY7ze+cnGeL3z842xF+QXGOO1z68wxl6QX2eMc5Bfb4y9IK1qjDORVjPGXpBWN8b5SIuNcT7SmsY4H2ktYzxHWtsY5yOtY4zzkXYwxl6QdjTGXpB2Msa5STsb49ykXYxxbtKuxtgL0m7G2AvS7sbYC9IextgL0p7G2AvSXsbYC9Lexjh/aR9j7AVpX2N8XdJ+xvi6pP2NcUbTAcY4o+kYY5zRdKwxzmg61RhnNH3aGHtBOs0Y5zWdY4zzms41xl6QzjPGXpCuNcY5Ttcb4xynG4xxjtONxjjHhXLGOMeFisY4x4VKxjjHhcrGOMeFKsY4x4ViY+wFhRrG2AsKNY2xFxRqGWMvKDQ2xl5QaGKMvaDQ1Bh7QaGZMfaCQnNj7AWFFsbYCwotjfH9U2hljL2g0NoYe0GhjTH2gkJbY+wFhXbG2AsK7Y2xF5Q0N8ZeUDLM9L8ASoZbJvaCkhGWiQslsy0Te0HJLsvEXlCy2zKxF2yvY5nYC7bXtUx8rbfXs0zsBTtmWia+/3fMskyF/wHx5z6tAAAAeJxjYEAGAAAOAAEAeJytV2tbG8cVntUNjAEDQtjNuu4oY1GXHckkcRxiKw7ZZVEcJanAuN11brtIuE2TXpLe6DW9X5Q/c1a0T51v+Wl5z8xKAQfcp89TPui8M/POnOucWUhoSeJ+FMZSdh+J+Z0uVe49iOiGS9fi5KEc3o+o0Eg/mxbTot9X+269TiImEaitkXBEkPhNcjTJ5GGTClrVVb1JRS0HR8XlmvADqgYySfyssBz4WaMYUCHYO5Q0qwCCdECl3uGoUCjgGKofXK7z7Gi+5viXJaDyR1WnijVFohcdxKMVp2AUljQVPaoFEeujlSDICa4cSPq8R6XVB6NrzlwQ9kOqhFGdio14960IZHcYSer1MLUJNm0w2ohjmVk2LLqGqXwkaZ3X15n5eS+SiMYwlTTTixLMSF6bYXST0c3ETeI4dhEtmg36JHYjEl0m1zF2u3SF0ZVu+mhB9JnxqCz243iQxuR4cZx7EMsB/FF+3KSylrCg1Ejh01TQi2hK+TStfGQAW5ImVUy4EQk5yKb2fcmL7K5rzedfEknYp/JaHYuBHMohdGXr5QYitBMlPTfdjSMV12NJm/cirLkcl9yUJk1pOhd4I1GwaZ7GUPkK5aL8lAr7D8npwxCaWmvSOS3Z2nm4VRL7kk+gzSRmSrJlrJ3Ro3PzIgj9tfqkcM7rk4U0a09xPJgQwPVEhkOVclJNsIXLCSHpwsixlUitSresirkzttNV7BLul64d3zSvjUNHc7OiGEKLq+rxGor4gs4KhZAG6VaTFjSoUtKF4DU+AAAZogUe7WK0YPK1iIMWTFAkYtCHZloMEjlMJC0ibE1a0t29KCsNtuKrNHegDptU1d2dqHvPTrp1zFfN/LLOxFJwP8qWlgJyUp8WPb5yKC0/u8A/C/ghZwW5KDZ6Ucbhg7/+EBmG2oW1usK2MXbtOm/BTeaZGJ50YH8HsyeTdUYKMyGqCvFCQd0ZOY5jslXTIhOFcC+iJeXLkOZRfnOIcOLL5D+XLjliUVSF7/scgWWsOWm2PO3Rp577NMK1Ah9rXpMu6sxheQnxZvk1nRVZPqWzEktXZ2WWl3VWYfl1nU2xvKKzaZbf0Nk5lp5W4/hTJUGklWyR8w7flibpY4srk8WP7GLz2OLqZPFjuyi1oAvemX7CqX9bV9nP4/7V4Z+EXU/DP5YK/rG8Cv9YNuAfy1X4x/Kb8I/lNfjH8lvwj+Ua/GPZ0rJtCva6htpLiUTTc5LApBSXsMU1u67pukfXcR+fwVXoyDOyqdINxY39iQyXvX92nOJsvhJyxdEza1nZqYURmiJ7+dyx8JzFuaHl88by53Ga5YRf1Ylre6otPC9W/iX4b+uO2shuODX29SbiAQdOtx+XJd1o0gu6dbHdpI3/RkVh90F/ESkSKw3Zkh1uCQjt3eGwozroIREePnRdvEgbjlNbRoRvoXet0EXQSminDUPLZoVP5wPvYNhSUraHOPP2SZps2fOoovwxW1LCPWVzJzoqybJ0j0qr5adinzvtDJq2MjvUdkKV4PHrmnC3s69SKUgGisp4VLFcClIXOOFO9/ieFKah/6tt5FhBwza/WDOB0YLzTlGibE+toIkgGWUUXPkrp+JENqLBRhTxm3fSL3WhENrjWEjMllfzWKg2wvTSZIlmzPq26rBSzuKdSQjZGRtpEntRS7bxoLP1+aRku/JUUKWB0d3j3y42iadVe54txSX/8jFLgnG6Ev7AedzlcYo30T9aHMVtuhhEPRdvqmzHrWzdWca9feXE6q7bO7Hqn7r3STsCTbe8Jync0nTbG8I2rjE4dSYVCW3ROnaExmWuz1Ub+RQfaL51nQtU4fq0cPPs+ds6m8FbM97yP5Z05/9VxewT97G2Qqs6Vi/1OLezgwZ8yxtH5VWMbnt1lccl92YSgrsIQc1ee3yN4IZXW3QTt/y1M+a7OM5ZrtILwK9rehHiDY5iiHDLbTy842i9qbmg6Q3Ab+uRENsAPQCHwY4eOWZmF8DM3GNOB2CPOQzuM4fBd5jD4Lv6CL0wAIqAHINifeTYuQdAdu4t5jmM3maeQe8wz6B3mWfQe6wzBEhYJ4OUdTLYZ50M+sx5FWDAHAYHzGHwkDkMvmfs2gL6vrGL0fvGLkY/MHYx+sDYxehDYxejHxq7GP3I2MXox4hxe5LAn5gRbQJ+ZOErgB9z0M3Ix+ineGtzzs8sZM7PDcfJOb/A5pcmp/7SjMyOQwt5x68sZPqvcU5O+I2FTPithUz4Hbh3Juf93owM/RMLmf4HC5n+R+zMCX+ykAl/tpAJfwH35cl5fzUjQ/+bhUz/u4VM/wd25oR/WsiEoYVM+FSPzpsvW6q4o1KhGOKfJrTB2Pdo+oCKV3uH48e6+QUl2gFBAAAAAAEAAf//AA94nNS9CXwcR5k3XFV9nzM9PT33fUozkkYzo9FpWWNLlm1ZsnzLcmwrdpwIJSQ+EpzDxHFCbHKREA6HK4EkEIeEhYQQFthww7shJOFY2F3uhezyseySZTeBF4LVfp/qGclyDmCP73t/34ymu7q7urqq+qnn+T9HlRBB6MzFzM3MJhRFRVSud7Rm0jEfzyOCxxmMCDqBMCF4CmFMZuAkmcSoWHBrKIqjLO8rcql8B64ZuAMP4q7uarLii2KvgA2vC6cEXsIxbBk9Rld3D64l8X4Xq7ntb/BiyMe0+kK6/QXzbiLo9r/gssgvF0Q8NF87yYk+DX8eD/CmeKkvFPJdaur2F+2vBrXjhGF2218UXbJ9Zx/ull0iHskh+LC0DVwE2qCgAMqiClpdH0GYQdCAYyJG6EbEI4HlhVnIyhGWm0VQFJlChDAziCHMJEHljmJLJhkL+72GLnJIIYpEW5dM5Rqt8vK4K5dOpnivDw67X/uAnD//q1SxmCJmulAg7y6k/3CUHrI3pAvzdxbS879KF+jFZBvZv/TayeKqQmFVEV+cprsC7k0VCiPFEu53jovIeU+sDG1MoE40UO/FmGHxeAAzeB19LSdoPzCInePgDGamYcfgPdAJeGMqWWhNdqY6fa1Bng8WObwc17ryuXwOXpDAe/0+v69a6YE3FMOV7p7uLpyCa109y3HFH8NeHTN/sP9XItVVndrxNzumql00cfGqEahBTTDdJq/PX73+eL61NX/8nuGVExPHV+H+0v7BixeyfmcaEqFgm/2UIIi8nsd4/YqRe0ZWrs/nj3/g+AR9f422XcVsRjm0Ap1X347gfR1HWGAEzBxDDCsw7FHESgIrHUUSESRyFBFRIOJR+l4xfa8ix4lTSBS5GRlzIjfZml820AttKXfkV7Su8PlbvB6FDxcxNJr3xrHTcoH3+au0xfTrpz1BO2AId3cx8NprxsKLTyeNZK2r26Fsnp17Qc9H9He9+fIHDtzWwXo9uh4SstddeNfs5ad0XTB1r/CC/vnTV1HKJZutcNia/yFTCBXCIbLxBT2S1+8OpDe97qOeNGvqJ6dWhT3MKT2v86LIQ7nzeRgYGbi1GJrv/wwt4p99IeifM2dgjP4z9E8IddMxaukEo3ycEJaMcxhhdBzeOYuP85gl7HEBBuxhn5X1Wj6/R+RjTqtdeLF9htdX6a4ZftjmML1iAP2meMtods5CL5D256Fqz+u66PLp4t3hYvA+aDqL74Gzd4ctT/Ru2hPPiy7LJT6vk22Qk94g8rx49+lfmlFoS/g+PZKz9+r63YzPjIat0/90H+2D5wX4QF5498yZP0DbboK2ldF2dABtqE9cOArtKkCDyPilr/cx/BjiCQ/kwALBAzkQDppK2DnEwN3TiGHQHgHDwUaC5mbXj69Z3d9rmYqMygSYiq/oL6corTtveTmGdsF2APfkemAYAOVDn/AC1rEL+yy+QRV5OB3HjTHRDSOlK1fL9fBpKEaAbqI5oDMF3iEiuNPvg+OebkpJuAaP+qeO9i3JEMe5A5Wg4RJMV2hdPieLCVzTu3otQ5VFSbdf8pSCpsTqWqht+YpTIvAcJuvp6GxJpDhO5iST5SReV0w2aii65Dei5AgGlmV/lScMS3jZdGtKECgfRvpJPdkSS4dcfobVQlraTJTNeju+3/KzbtnraS8Y9qpgSjSLkXw8GmsLR69nJJHFUsCbaI0HJEYmhsJB2RxrBlwRLakHGco/7L2KzyV4+UBA12X8VxIDvKXBZ9kbgAe5UByV0BDqr/eAeMDHgZ+S4/AOmOPAbllECZGjhMhxhwlaPtBd7Sjm0rGwz5QF5CIuylrxkjFmGV4+azS4KKQbTPVlx6+4/qx9XbrQlsTXJ9sKBDirfR0k0vh64LPvpkepYilGj8hs46iYokf4eCGFu2KlUsx+OlUYx13pQiNZsEV6AHmfTrZB3mYa7kOiIyN/4bTbhJYXUQ8aRpPoPFxa94i8YXt9LQxBBjjuLOIMzPIcO4sED+YlgZ9TsOSVTUbUJHEOaRZWdU2dRS4f1olLn6Osz5FDaMZNhe1keN0jChS4+myBAstNQWm8wVAGeE55jdKmXFijxWmvVtz/YNWmp+tDmzaMjvT3drSlEj4vQdu3bjhv03nja0cmRyfrg73D/cNd5baejp6WbKKYKkaC3rgvbnoMd+Ol+5vy9JyXDqx1qYzl0jQ9gJ30kvPJ1zi/ND/zqQbXZW6C7ek7mcLpvyVvsL9IT+EhKxSx47IVClkynMCf+s+dP9ks1UefMMMU5kNtwKPDLGXrbcGvNI7oti30ZTgRao1wjSMEvY/OXMHezWxFo6hUb4uYIKs9LGEQGR/GzFoquoG1IRhCMHxgCDGHuyrpVMFg+UARmLOAKfOiPKtaoVyJHnZQ7iPk6AUhpWPKkCwv8CwMvAy4EIh2nKt1UU7X7ZeAj7Nvl4OyfcE73teq8W45qET98aNX4bfefJvb7O01s9XWotdvun3FzG23JjsCvgRmi6zG6abcan8/5MemKxIkQfyUjI/Jsr35rve3qh2GrPnj1x/BH7j9bR5T183WSmeLVxQYf9vb35bMDITKZsL+bRvLmSG5FbeHfFCMzvDh+R/hn8gRpJx54cwu5gXAXkHUiqowmlagjWgrmka70B50Ib6h7l2JkRjCKipgQx/rTzGYZ8fXPSLB0NgDw1E8rmGkQncBobqIfgzphks3jiKDcRnMUeQxOew5hGRFPgG5XER1zULnsm4GiN+NTI/bhNGAeMzxs5JAsKLgKbrHyvlIwcqGcGNQz/5ZDzI93DEEL0TAf+YDsaAowjTsBPo4AR5X3/vnP+m/2iYYvMUL912wd8/5M7t37Txvx/T2qW1bt2zetH58dGT5sr5eKuiqlY62XCYW8VLunBMoZVFsSL9Afz3deYfkmMZ4o6O3CEix1jyO4rRVtejv3POL+bgkKADpGuSpVbnmnnRfdeCS+7ItLn1w2c6ZS6/ef8m92bxbHRzYubsqCTsEydm8TxSGBGk3fCRIiE9Iwm5BFGEjker8AfJWu7gcPnj7EHyYSVc+d+8lB66+dGbnskHd1ZK995L9V+6f2bVs0P4aLc++jW6xj25L8WvjJefwu7RAu0jT6+P4ZGI3XNkVp9iUjt+L8d8B7+dQoG5xoAshPE7Pw7DFhz1uQgdqWsJVjP/uBvthvPUG+0PMJlu1Vfziy+6P1cOAXOC2cXgxzpBHh+HHIc7D8P6iAYVIGJ9nf+h6vM1+aKEQpxgHI3+B2UeeAQyYQ5V6KZNMxMMAWf6YopbL6ioK4dBSRS33Cj0NtDSfo6Q5OtrHeMIJ9u95VSQfFVXe/rVwK2efAVq4gMfu+WvqhMg8PooB5G2WFEXaLHH2S/a/S8J+lnzU/gMv2vdtwIABMd9N8QJwtXECJIj8KA2IYVN9EjESIAaGzCIMWAGQGwgkBfOcwAMBs1TYcRwLKB4AxGQ2EwxoKiicrZlSthSPBtLBtGmofs0vcJSs1SaOWBAH2aXq2mud/539dVFVRVyDLe6dv5UekDfA1v7Ua13B71LdKvx9oLGzE+ccOu/mGeZ28k8oggqop97lB0AFytmf0Mti0Uw6WogVvH9MLwNQCTi9K5vqwF2gkYFCBteYm+xfx5KtLSOrPzg60tIKidFNyy9rxbrgVub/sPqq0dGrbr9q9eiyQQO787u6No2OtMJnZPSDNNFRsP+dU4wnR6+GPKshYzrTpK8fM58k/4haANtcUn9dB7zyASxKK0CfYsYXNDICygVAcEYgwJReppiJgvRqGtn5jka2odC6fLC/r7e70tk6XBjOpOMRg+pkwUWdLCfwC1qZb1Etayhmvsqf0MqYR57mDJX/0PDo67btH9ueIJKIWSCr2NTqSzdfsHzZX/Cqh32aOzYvOi/4Rbq1E+Sb9AUSz9PQHfyHWE6IpFdOXiWCciUKh9Yuiwc4hv0L3q3yX+eN+W8BLdwj0vc9f8tH6P1fENVmvz3F3Eh+CBTeiar1zqhHgeGYjqjMH9HOLMvywu8c7Yw2colq1rWgmi3RzBr9QKJf591QJ6j0KajOw1BDfB5/9gAu0cYS+WmOc7rlwfk1Din/1cO8atgf5/lT5C/pifnRh3iVlgR/bmiL6IzXEbLBwblplAfJPIDWAdK9vn40yBEGJzWCyIp2okhra0SUWWgfBh0dxvMsj4kB4gj0czSrYcmFFVlSZnUsi6I8BTtZnDFVDyPK4uTgstYWy4vR5PqJ8VXDy9YNrhsAyiiXWnpae/K5bCYa9qatNEWOEiBH7PI2h/kSzsXnq7U09yrnmD8zH0C93zu0IMD2Dz/5CbnEnneOGdj+7x/84OY/fhnvV8VP0xOwabnz00sPbL8q/hU9gk3L2/9q6UGjj898g7mW/PwVukS8LlMeATCAkCbWGVwA76BJNTQA7lwNgEJ/3WJUoqmvqktQHDP852kAf7yo/2ZVqO6wccOqkb7e9rZkgr57qjtsPG8d6A6rHN2hb7gKukO7ozski2HQHaz4WQr47+gOi+dB039N3WFu3nCGyL/Bdj5K/nq+j2TsF5w3rlHRcFimaQkkHr7mVc9j9TUuKOVmsSJ9RAv566cbUoOBn+JRPtg4Io3dh845WsQfju6pIP4xkeBKEbCjhPMS7pGwn7wbT37IftR+9EN40tnAId59zqH9KGyWlFOCcuISlMMBoith7O/Bgt9RMxzLhr/JhalNo/n1p2p0TzpYlhFgnJ9K2qPBlP1lbzCQHggYqvRT484Kp0g8y+hu1RC9+y5Uf4oZldeS0XQg6MWDqSD+TPCU/VseBAZwAFn6qfreGicaqltnWF5S9J27PPQOPbRoD3TqWkDdSHy8Vs24CdS3Wa8872DTJRXMO7Ydqh/RtoD8MHucVgnAnHpIByMKsiAKfy9sO2IsPlLZvSHwPUk1AgO0ihUcbqWVu/rSB4L2VDB1u/3lfuaN/cmQ160CpX9PmDxoLbbPvW9r4KcSNEOk/dFq/6hAewK73pJM4o8HT70ed/WfvrGfArtGOzajLGg5dbQenYeuqB+MYyIrCcyAeEBYwccBUUqihERq6WROIMWFgXPKs0jSMRWpMFy1V+Aj1cFHGyZXrqCQYWrL5HkbdqwdXbF+5cSyvq56baijmKvmK/nW1oybDxU5o6EaVkE5ZFL5XBokC7OIMKo9hpPIguhp2li8vipePDrn4JWX2j7BiQKrMbL8HOGhSyTh11BDnqHnPiNwkpYk9ypuQ7YTshsg7j8spN1yM/1vLg+cDzjpC2TDkI8wO5/jiCCHZRyDLmHtn0GSSprnTn9Q58Rhj0v2m7rsx4bHpfjNqIkNE07RA6zQrTdiUjrizpxu0lEaZPMgSLIpdLR+BBRcFGeJIpNx1bFWgXgWATBIAGwUckKDyxzPciC7AMuIgGVcWETwuqVZN5YVRZ6CnazMIEVWJifGh5ZXytkMRps3jE9NbBsdXr5uaKyvuzxYWdbWmunMlsIhj1sUUBqnDSrGHGlOhTpFeGbFsTJWTaq0p1N8WjBgGPobvZwEDJBL41c/qDWOzl5RdO2Loo9nZfmfWS9IWZ78UpYFDd7BJwRe/pZkQHd/3+VxK3aikaYvwP6N5DFkbMgGnHe6Ht9FzzObXOrpD8I7IJwcUuyfCSyDY0pIFoTnmJ30Dfhl3fTEPPa/QcILvQ0JRTf9ssu0f2NGvM3+p+P4TcynmTRgyg0oUg/Wl3VkvW4erUUL6k+5s61AoF+yMKQ7SPeQY5SNAU/qrvV0NWwdLqzjGL3E53OmUAGi7QHU56Wn6fW8wFtCw5Dr3O7cgx+diAwPd5tm+FHYh3k/x3M9Im+2XXOk7VQ5nd57zeG2I7FMcPJ4u5XyrS/MbSl8PDw8HOF9HMcPw8A2245c0/bxtlisrXzk8O6JiGn2rh7xPQr7CJfkMSP0ujTIBNc/Xr7m8HbYHxdYltx4Ai6tL2yZK3w2DA9Xk4qTVZWcrI+2HTnSBolFvs5+ztEL+cdYRPmxw9Hxz+3Qk9hFjL89iX/+pP1rMvaZhb68lfkXx/9TovofQErG5xjJF9QMhkXMHGLh3DRiWapksHijL5hpCXF8uJjNN6zZjn6h4wW3T4MxAPfMLdEvqKrIfOMlv+KudU3v/M6ObRfWurbtuOjoBS+pKc0TAiaonn5yYN+hfcv6OqvXVDt7gy/VWrrbZ6enqrVa9ZFndkx11da9pGrwLXbgp/r2DQzsu/yCWCwW3bfYdpJyfI6Fej5sgkpEGuoSHYtAGixkOYyR3+fSBJ66GjlHg60ZUHOQ2j0mtIVSgumllQUpZnixEd65S0vowq94kfUAu/ytLPgE5fxdJ8PM1GX7NT2o4TQPijfh7R9lJEFQLr3k9IfDZ+uTgPpEqI4exA0dH6Du8UVFP5qzGKqsGFTgAPkJTOPReQZARE93HJB6BbftOl8RfC7xNzzjYUX+V4ILhuXnu5me0x++5FJV0BOC/aNGFXBaD7oJVv+RmQo3aeEqZgsaQsvqfZVIQ3tkAQ2yzDHOwdfkKK0o0AmAK54n0wCu+D3UMbLRb7UEQn7QGaNFTJU26KIY7mk4N3zOYcoZJ/6me68EQyS9qHHEqNWwQs071Lbz3OrPXTi7M+jxdvpXv/uOvjWhYDC0pvuWk7d0F3uEmuyLBHiP5xY1HvG43+XJVDwlYd3gmseffPwtwAGzOfK5tRMMaVfayy4lyfX3rt17/vl719Z6e2ulA8u6ZEmSPRXPLUFRv9tTyXg6N909uGZ8/K27dnxpxy5QG6msXOPY2APAL8rAJDahN9dv9ECjBZ4V5kxgxzBWOODCQOsEaN2gxhSJYBCVFtZdkj6HXLKXiIpLBBVEUVVlCnaKOoNURZ1cN1atFFrDQcMNgHT92KZ1m9asHl01MryyPtBbWVtd29HeWi6U04lgSxi0E3fACDTs1r6G9sGD5uBwW9AkcgKFjhQ4mq95oXGcXrxuwbeWrPXQizQTE5l3e0IhD/k1bG+AXyYU2v3KU3s9Pp9nXqRb/Dr7ALPGPvC7xhWSC3neR7PD5oP0RCaEvwlHrmDI867FU/M7fZ4P0Lthc1VLy1UPNk47/ORR5l7obxWoPldPs7hB6me9OQyMwEjY8sAIVLHKOdILGIdDLl0dGDu8pNjwpUZxEv/b8MHh4YMnDq1ceQjv72ifmNz5iZ2TE+0dzA5m08qDJw6udDanb9o+PlZsby+OjW9vbfiUruNuh3qsQ9vQnej95HP1ZH93GjjCXSffyUjyRiDpt26lJpRbsahz4+uAu69raDZXNK3nGlSZ0UyNMY8hQ3JJxiEf3ARA5BAUz7MHAAkA6RxFnM5z+lEk6h5d9BxDHs+NSPNjU9HMOSQjyZClOWpb9VLbqpfXvdNIcVuEFxR+Dnm9+h6ke/WNTQ/N7Cuf/cce6oG6iyfOPk5yydK0imUDtFv5TzzO/L/Y1Cw8+w1//Nm8wB77f+Ph9cN/5nPR0f/RB0/Dp9779rftmBoff++73/b+t7//jrfc9ObjN95w/bVHDl9x8MD+Sy+Zu2jvzK6pO3fcOb5tfNuWTRvWj460tvgsd4D3O2pqvmtRNel2GGseJEUPPVnxUTO6c7niX+DQPICZbj/1Pzs2d2DJ1B3vjeOkjtOpvAViusal0pSTpKklo7Ocbqixjleo6jiHnEgNwZGFaYfjpzvLjim+lssC2PQLjpwH2Eg65l8QYUyLijaUnZ6IlFgRoLtuySLmGI4Bdipy0Vh/ZG8kE03ygCYYhhCTZ0VLDvOgIvUUPhZvA33uf7lbfeHItYD4/prnNXdFM4KqZak4I6c9qcjBpHtNe35FLrci355Nu5MHpVQ2LScNtSLgM64g39HBB12+RGJYFuLttWAk4Ap4FY8ZmcnkSdAbDYlUTLKJkWK+EFdVTzSV0EKumE9365xHia3kyNpiOeqKyt25UkR1e7RhY3WQYw/IwsPhTMTtSwWXj/ftvXzvAMlnB4Muj+V+mJcPaF/xm9mC6e+MZ0tndetPAu8Jo3g9YnGObd7BpqQBQFwqCuMw0zCf514jzInH17u4mP0FQYz4mE3emMv+pPchznuS8wbxZ/GA4BXnvLGIb87rsr9qPxXWbuPO0XEDKINa6tlMOpVMxGPRSDikUPhB8AL0wEhTUQAHGIcDOzRCQzn8vorjlumiwj1n5oU86MH+Hj8o8y9euGv61lxLS+7W6V1PnU1e/syzb3/mmdufefb2Z59lNr38aiN5+uFnn73jmW/fTvM9s4hTH4d6VlCmntSAHqCLGMwsiAoHJKHDhVaPL80CQsoCPadTjqson5RwklbU73MGQsOBJPCwoRVvXAEYxabHdp+3e/qh0bLfw9k/x5fjQ/bPOdMY3DDx/vqgz7J8gxvO7xvODGkKF7a2fPT+4dW5bDbHjLXkV61s72tfgS+13xLKG4MeT7Ve37xp0+b6RpHz66G0tz0npcma4dW7d3xlx27HvOm050poTwi0wiE0WO/vbCcsR306oF8jDhA0oAuWmeMxRWrTPPWqzNDGTkbCfT3FQiIeTkfS45bAB4rZnAIkAeOLIQtu2GRnuUIN+dwiEmgYVNIlDNCryRiqFWi55RXYGf4f/9FV6q2qP/0ZL7H8YBvzoUhndP4ric7OerlcFgRGEcnGiAk14mQJNEZfi2xylgtfj6/1hWI++3r7qOpRDHdhgI12RpLLy3BbvYz/pa/f6m9z3XdCyYUNtymLgqjJ3qy3d4HujzHfZpZBDwDeTYcMkQXSH8fUVgcInJDD3ojXYvlQEQN5+UFhkKgvukfHfgnzPn8eSE/CsBHgMma+aBiMu+S2r7Ovc3cYrBu78Q32UdixRocbano97Bg3XCc/aaaO4hsW7znqds45t7gZo8OFb1igO0Fc8LtRv9laEAfneswkAhTGXUX9ZACNboTvpvl/JJHTAeYXZ+1In4Iy/CiFhurLIpgOcIGOrBNwlWcJP0ujiTA7BTsWzziG+kmMYCjGQgGvR5M5BvmxX3Q4QImy36UmyHQSRiPw1TiN/0kaSXxt2D3zZScIYZrGDthXzwhe++8eibiGh10RfNk8fzJwKmSRp2iW+W4rdErRcCxw5ZUBcskibf7WwWTtaDnaVt/MSoQwlLqOOc4yAWHH24z5o5BbQIwwJ2MedNZp2PHcDMhBbrLUoWsY9XR3LC8tz6bCQcujtevtDRSnvBzFZdOLKM4FzdMxtAtERZLSsEFFF6bKYJcjrxrKIbm6vLmzc/NeusEzn+ANty8xn/S6FeETK/bX6/tXMCbsmeW1Pru0cfXwxo3Dq++D3YaRUfxc8zbY/LrUavh8Zr40dMmQfaBxI37rwOsTqfmelvyb73kzjSiku5YFPn21oy8m6lGPCC/lZYxaVaiWuIRRQ80HcRKGGE+5dDNkS+DxPkP22N8RgIFdDaq5/TXYJCd8CV05KWgZ/ATuEWROed/7FE6Gi/bX6D660gyLQpMm58jfMztQEBl13We6GdBS4Pk5DMRI4y0cVrzgOYfndQ9h33JMHihhUii8b+f0xi2XSFI6s/ZACW+pXLbh1B14ZMPOHZOb9nF8Pn/XzulNW/s+v21PZcvnE8aOJj1wvwG9sBe9Ht2L1tRX3XPynddcecUlF2/ZXGoz3DpyI3bPbsJwDSsADZIDnswi9jgdJMcRSHQHyH/g/W8+cf7M6KpE3OChqlkr7bDiEj+Ea3lHI6QxbtQMUFkEJS7C+604S7l01gkmqXU7BplGxInfMSDEsQXZHCVTAPWmUShT66bZh5gSqeWGyOKdTsbGjd44sVyMTgSr2s39+j0c7/JFWzPLa9624dZLBYbRBIHIouFq72xzG6KMsShoAofxSDqb8Bl+QZ+/U1T8iooNLRYa37AuFNMMrCl+nlXfMHK1ZUa9niDPXs5rqseKnrf8E3g+4/JFWvM3HMyujcMYlzQgC3iAu62z3eXiZWiSxhIhtn404Pbr7HvZ7btdejyY1LWwT3LFjFJHkBXEYDgez2VDlgc+VjCTi0cjQa+b40oxw6WLfMhV/GI4XShVa/XlpWwihqOJXMdgvbtWKrpdxS3VaEUQZb9Vi+3eHQuHLL+cCU1uke3v0efo3RUj4eqAjrCC4Vg8m4GnGNhjwmOy8Xg4wElsqMOdikp8MG68U1uwWbTBmAA+9hhIKuoXMEjb/Hfwbltdwv/IlxweKlHpvRC9sMSywWCHQAyPx+3w+7QThFA10uRL19sP4W3X2x+y333gwNlghNOBJdiFQSIy624YkARzaIyOBZ8zFgCGZLFVxeRvdn56p/3C/PWfJkfJbyG9b/6GT5Pr4OFnfgNlWI5ttrWeS7Dk1U1A0YhpSI75tGECgrHN8A3LS64HN2A0vFGfkOKBP8NQ5/FxI3JGkHgfLwvJJF4PA9oSeY7F65NJ3q+Kgv2b8MmIm0nYXxOoS15IJfFxyhBogOWRZErhOdxz+h/ckSXyYy06hDbW1x+8cO/mOHBbPN5KtVDa9RxxAm44Kjk4TAPMkWN+Q3ucSMiNY2MYjR0aO7Tvgk0b10+sHs6lBWAaeK3caE0+nXJ4BuVWTWzgjDXnW+uioaoA7aPYtxCJE19IUvwJAwgQvo7zFvUbA79rjMCFbwnX0lZjcDYwiIV/WB73JK/N93a4VI6wgk/WRNPXHvJKYiQ7FmoL9YWKoe5kxFBFtyvYxocVt+oB8cOFSr35a3Ouib3x1ghe47Y8se64pQluPeBNJTtzSa8vLGhWvLuj5WRXERPFpVqKR4q5gm5BF33BgenRnVtrq0IcFA9/nCeXrOaWzfXs6hNSqkdWQ66w7FGsAIz0lp7Pd/riKbPT1P3e3OrXrb10WToBsJ8b38iJuntl/6VrX7d6IG4u0Dc3A+9HQF6Urae81GPo0jVVkeCFA00a0NW4gRkEJFBDM7Y4QzCyNdxTwj2AmUEz8vcwv7Bvfsm+mROnptbdN3X/fdvvv3/7fcyma1+y1WvJwZeuPR2Y2r7u/qn74Nr9U/c3xh7nfaXtlojzv7sNHyLHTp4knpP2jeSJ2xYxp+MH8qI8Gkab6xvKmFIR4gVO4DmQ7RwrcOxRCUqmoYE0tlngGTpfgWKTs9ZcjIZXDPRTFNrakkoEfIqMvNgrNxQDeMNuShkJSjxuB2oD0IwRL6WAdEOMm8kaaJPLCaAYqpOCethD5b3fN4Dxize/4eCKkZEVB9+APQupvw+k3DFLUWQlaIXjsqL81P5ZUQAsSoBLS1rmb4nMs0KR2UQz28+fW8AdPtUbT8RltxaVYT9fWY2xzCvYl4EBUxHs6xTgvHgp1hOoXIWR33hrXoMGV2Vxkvook8yN8w/a3yG/u+028jv7O58j7zj9qQ98gFlzji4lIoP2rq4CgBcotyPjGmZ5wPHrBNwQhixoLixmG+oLjx1PNcX4aIYWNClJCEmGBGQEfSsi0TBEqANnJY2qlfUzwNMYf9aqGvgJe2Q/RhNn8P4zZyYw2p/fj5+A1BnEXL3/DJw/g59Ar6jbhvoE1A3qAM8lTt3GgCOvRSxDJTaN4WKgnpjhZpcEc1FFhLyyYl5asSznN42qkbSytWQ2zxhpA6MzaP2Z/fYI84sz0LOQ/Msz6+lJ/MT+n+w/s56etEfO8SsD/23UAPjuCXg6UOwUjVNCM4QG1k8a9OPm+UgRJ+EJyVqSPhIGzcgBewQ/cQBgU66ZgJKd9wlF/AKfhJsBu9Njpym0izEU14iZg2KYX1CojnMHFuTZSqgPD2OKo35uEws4j/3vww+st3esxy+ux/vsLevxR9bj59c388deJf8b8IcH7Kl+/NwASMLRfvyZfvxif9MXyzi6AI1sqYLut7W+CVEmjdlZjqi02YCoZzUsKJgGMwG0pnMZAFqLIj+DeJGfzGQwGlzW013uLBYy+Uw+l00nY2GvoSsiR/UEnY7EdA1wtYOyqb1m0UeXBf4O3Jxy7qRgJA1M7cBUmwBdYmmafOVAojd5T7I3cTCYzQbJwVA2a7czrOebHpax7U+Rg/b5gUwA/nDaT/d+8l0WcsNNbLaSy1WybIDOJwmw35y/kLx3/vuaZWn4Uc3r1ezJs+nFeTcboU/60JV0TtFlq3vLASrLqTLsMKJG1JpDDXiGGoPwZH8/Qv1X9l+5cwfc1pdM8NBmq6u2aPICxHdWBNW6upfYuhw4Tr9+riHFrHwXdUmVSENadTnSD/7g5IIoa9xBrWEN2RdtCDPauZbqZZWYJ3rsGhgrWPCoOisQnIin2vMz+XQ+qbtl1qfS4Y/FdMRSDGafxCk8cfvzmx8TeUFwM0RSWK/PFwnGfRGPoigSYX0cSPjVk/mLOvypk6tX5zI+LyMGBK1WMX3UxhUI+6ywkV6zP9emu91avlAbGC7UzY6gbKQTl7kilhUvvHvG7QoZssJhRTGzk5d5kwGPkfSIndHWXsYKR0QJY0WPGrG+YqRTtIqyHIj45hIZd8ESu4I08JSc+e2Z85n/YHYBtY4h8fE1QwpDKuf6SUHFAMZ+rpPUZwrdfsDxMcI3PKS5PPUr++i0nkX/KChxw7eXbzy+N50uf6l8/HjZssZYwiqh6PhE9MsRr7d3YiK6ZWD57SvWbIlOjPd7vdEv00uGyfBkTAoJ9J4vleHu8vEVwytvpx7V4zeWv0zP+OJjLM55o417nHu3RMmzt4uBrXCuf2LceUDE08KNecJCeaEGHQnDsziXr8mXAqiAaujkukfUDdvrPSAsoeKg/xJgK4TOCxNF5gAMbJCgICkxCE9Co0lFlnUCD9nzESuyG8L13le5E/6O/slbp+tBgmhcdHsxn4lHzk4NlF8Wd+pfOgHQdAwDi4YCIFohneoggM6MJPmpnfNHo378fX8sGo35zx59O+Y//UZvOGKSt/lc/+Geu0cByTP/WcaHR6IdsWhn5G8CUdhG8bfmr7AS0QBzozfs/g9XEQSUcs/pXzr87XnmF+RZJ64sAVSTQ2vro7k0IUwqEWVYkk0SwETjfNN7Ngu9wXJ0HhXoVU5UCbVycXiSoHgs5D87b0No+r8WJt5Au3I4nU1SAgR+NkT8yR4u38MJBvPY6RuglgHmKGztLsv+Htlrv5OwhtQlGXzoV/NHf4V/8txz8888R56N+udvom0nV/mj9le/bX8DE3id7l/96v6f3X//z5zggEXcRGUnjXoeqa+gKJvqMADueMSMQwsAOsGbZRC0jUpNhHj6JnlC+CnE8zQUmieThi9T6zIsx0cKQC3fA8In+2rviY4O503ht45hwf792M32Z/AK/J1o4PQbzcjStyMJEn09BI/Zv7d/v/bmucfmL6Pvj7ml+WJE1lLpm1loxwrH5phBZTRcr3eWCEMyAEkUaBCzwG5nF9rBN4xSvGOUoshvMpcttmbLuXKy2JcVqKJGeSNUnxpsHF7afDVwmgO1gVqjUoJ/wU1QM/wGUz7FCZxoj5a3VDi3Gc9WyDWmjwPMmoyWAvit9oGh7LpMvr0Hf8b0bybPXEuF6pby/EgkGDFMv8n4QchJ5UApOn8i+LFkV4APecjV/fMpp33PMivI84DfNMC4b33cjUGJGm946cqgJAkcf0gGYCEhRpqlM3Kpv2YWsoMOQpag3EZbw/VK4x7h2J9/03Q9gBBVABz8L0siRfyAW5wQY4uilqrBQK9YVTNt5NO1JG47TqzjT9oHsHL8xPDxJ/FbyfPH5y88DiIzDRfs3+CJEysdGfksk4C2cUhGffVumfIKeGHUGEkJj4O9E80ONaEgh52h8HIS0Xho6rDmDIOncAcwY9KgMYsGsZ60O/CEfYBsJw9Dkrxn+PQ/kO0L8ngA9IQ16Ga0vD5w7YE9Wwf8Ll38EyJ57VqE1t4MNPg6uHNNLnNWJDeVySUyuSGoqSTo6XZkcIw4cnVBNkfxEkUzihsCmkpnR0AvJz2LYSSLoeoNAd0sLLqgbDplmZpHcIm6Hr/hCABaIsZNoCqD00RD0IpmurO14PFbwQDoEMAmeJfC8tdeb1mqrvKGoGx2K35j9fLN/QVZtQDOAxjmRJdpBFcGgRc3TwiyrCqjExl/S18spSsgsfPpoCHovMy5u8pevxEQ4quMsJHvnPAG9IBsJnkDE5136+HeuD9uhMO5UXfQK7v0dV3diiDIBp1vmT+5ORZNBUxdScXiQXNLaEAtmIZPi7e4wwZAAFVVlYjfZ4TdLXHNZ1j+oFoL7Eyk3bIZkdWIFa8szkt/pGl/0QD/L6v3cSyN7gCWS5WAxtCnYR2vOTXdAd8+Cr6zuAcgJpO0KBUnMfyYF+xfHnkA9xw58tLXuRr9nf7f898hbRGcvOYUnt6Pt+8//dv9pK2Jrx9hvgKSbysq1luWQdcpVB4uGg4dQxBiHGfO8MpyZyxaY6k7s5O+SGA0lARe1a25nADjWSSsJtJz4aZPE4AtgBS/12ctmjD8PuYrWGAF6fQbJJEFfYeX1b7kxrFIBycwkqyZkoAxL4gsz7LhaDU8HY5FEjKweYY1edb0qorGCK6cv2dbZrkuCVwdCwyNTMXxllIw4NN91JMYnEpmmYAZCUoM4ZRgKJbPtQYVxROKB60Rj6RrnFuO+grpxFSAFRlVFVx+PRDxlgtNO+/3mHsZBfmodcuxlAGt4cO5bIUGAZkv8wDkGo6B1S0J8lSipSVhv3dSCAaF1XckWsiXnRNqIn9Sl2X9ZD6xIA+4HzIF1I8m0A50/JNtLpDNCwyzVQTxxjHsIUQD8A44ApuGdgkNhxSdQID3UvV1U7hebObljkFmhiNH/0ju6Xp4cv2yAYy2blm/Y3LHqpGBiWUTsSjqx/3SogVh4evCft/Sb2Xpqx/C+XMMTYxjXFh8/c4UlYZHujFthTw/Nr5qdX2ot7fUnkkGLJfLCiQz7aXe3qH66lXj7/hjF8dmt23eW61smfrK1JZKde/mbbP1y1auvOwY3TAFy5NJtOfLraVcPhKyrFAEyLS1nG9PZDzWH7t2+qPVykNfpSXSor/6UKVK9jYLhU1TN3rUoQEvSO1SvS0U9DWi1GBzgk64ImiaofaaGWpOncQo4G9YY9jFvvQudpzDL808qM1+/OIV+/b0DQz07dn3i4VE6xfXPMwo55xyEvPTf4vvsk98cYGXsBLwEi9qR4NolOJiDailG+Qcj4RDEuZpMMRRgETwB+AWwx9dJwEjgaA5RMXFNMgnZg/13m4MA6B2buSP/SfvBDIaWo7R8Mrlo0OjA73VzpZ8JPxyQ9TLmo67HFd1xXFbex2DZMPumX3ZLEGTasoUSRPr8L69/QMD/Xv3/euFjcSF8yfz1FH99K4dt+Ty+dwtOyA5fWsuj7/k1ZO6acLGWwGdZFW5zLicOxeLoAl78iIne7OQxeSH6a32xzWvqeOPl0fKnavKjTF6DfmIw7tVFEPpegIwhUCNiiJee9Y5r2s+S4vpMcc5b+YFpjvL9PjNDmw6UZZne6EDk94r3jS0/wr7+BU3Dl1WveALW9eMbt48uuahtaOthWLhDszZXyldjcvGcvsrnbAX28jlxdY7HrgDLraOrnl47arNi/74Z4AuXx43+hf25kNQsye2nSTGVgAXX78cOWZPmv9bS+bsT6IZtB99b90jHqCeSUTbQ8RjiJdYiT+EgC2zwlGkyCDgDgHG0JgTOrXfANhpxEHzokQxmKwI8qwbq5qmTsFO1c5HmqqBtrXx3BJpjM5ikbKiHvvPlzldL+45f0Udo7mLzt+/57JdO7ZuWjtan1yxfrC/VmkvZFPRkOWReAT6Lg2xNs+NyEvjl5HYqxwvTAxy1IFXuf+c6/6XXS9RvYC9nGL/0x8Mm7eZYWdjfyti3kovwYZcYen4Fy6v12UHdCutWwuH8795jQvMJloI3E1Lus0bCpvzn6EF4zfQrX2rk36X7vXqJecmpZko6V57jhbQQY/mmvsOl3dRn8KG418Ogj7VU+9a6gUiDLWHcgAGOJY7LgCgPRwO6VoyEcqFc15TC+pBy6RGR6MZKeywd7PhR274lM85yA2N1nO5oTVD2ZsyQ41Ebih9NkmeStP0arqxO7P0JGyW5+x3LNy5PLfEHhAAvkdnimfqyRU9AI8oK16o92IYSjAc9jl+rKVMZinz4V7GmRxuRQMb6EUHFju38ALzi3weOMxTwGzy+SXJ05f09czs+dmemZ6+xcR7KjF/4PDkxAdWLFtM4d0XvvxWJ3nhwXNupYmd9XvHNxwO+KOVvsXUWf/dPLTdh/J03Zd8gNBFjcYxSy0ZJ14OFTFKxlwqxyAf9jnesnSemh5A+3M0wgpdi8mnA/SkCuHZ1TT85Gr9hX/WMwOp1EAGzyf7UiQ1aP8AuwGK6Tbj8mvyyS9/OT2YJT/ODqZhPx9LD6Tx0A9Yj0J+7PJbxnxMMdkF//hPHRnlqqscbnjHl1OPIOflASZRsLSkNuSnhTWFv/92YXWhdXUB/0VhdWuqb0DKfflLeam/n/ygdXVr62hhwTZ8CTOF/MiqewyMxha8On7kJ01PGoaG0nWmuumKLnThKXgYGRBMYf5FutwMUfVclHXZIfxzF6uz3pMij78mmKLiYfFXdTaac9m77O2urIvhF+1Q7COOj1NACnDP9nqhsRANYcmCCwHoD9SQBdhsND5uOqvTn65VcdpY/D300EN4C/x2N/YnX8IfnN+LX6Su2tOBc/wE9Hni4zy8YlIpAhR+EV9nX29fD1vH/0p+1Dii9zbnmJ8dIwJ0SBj4/KH6/kXLNkYq5hnEA2dlkEtgXJTVipIgzoJSIiuSPKt7NINVCFGmGimFYhqFTAYCoogQjUkLhAPhUFD0ixTRLzrZZKmpY5tUx65Rv0DSwKCcLCwFQH9VAD1V6AAmYX/Hae0bcduTT+7bBz+6I7l9T54OkCfmH2QS+5zPk2T7/IONufNn/nDmdew7mGm0GtXrg0loEY09czw4qOEwOd7QXjhMVz44hqhXjUIVGhqP+Y0r6gFvIG4aAnVd0MU0gCEsLqjhqLgVOuK78s5c27yTA9iDM+M6jxfz+XEj2g53lrtz7FGtVbMfM6OmbfNhQWXc7pChRv8ZTrzjVNa0vxNfHR8ejo8m7AMxQkJ4QmsNafZvwpJKNCcnbuvbo5kRE79VY/A2VbUfMk1sCnHF8KluoknRX5rmuz6SjZq4K5FYNxyPQ0Et2bD9sBYsqFiJuzx+zclnf31oDw/3vsvMNHj7Z8k95Axw9jjqpLFDfixRZ/+iJQUhCSNqSQF8B91FyYDO4J5DLCGOJYW+dpZMEtRZ6mhbCEb0elyqwKEgCSqLgfDps9bAQSes1OjOLdpWFswF1DxVS5IT8z+X3MvpvCkSk5QByc24DgLdTpzaXFAEf9gFoM3vtf8dCPuMWxpQpPkhVVOlIZdMnpDcp39B3nvKnsEfN1yyL+RxZ1Sz0BgrnyXvbbYVtFkEsIxhybHmJBgam40dxtgM3DOMYK2bToJx7OEdOH2uOdMB5071yWrV9AmqR7e7nRoflFSRC4R985/GHzhFHtasgKCIqnT6X2kdyaWmKvpC8xvJ86ec+QuPc0zTz2dBzaIojS6qX5AATT8NPU7GU8k4w47JtPcBux1bXN8MFH9EFf+FmfOMSIDkRUIcWzTZIwGaIhtpKASMwUBjBLpdqsKxSMQifSvm4qQCGgdAATR25hs0vthxcz+Za+8Y64DPuvaOtSX29tOfZ1Ys/q4Yfsul/R/DH24f7+gYb7dnspCto0qu2fzSlpc2Mxf0f+HSgY81sORd3BanjWaT07ShGvrCukcidNEiAHUKr6BDiy2TkcbKGo2o5FTaQhUYqarM/YmWhutrmiUt6aT/WlHTdej6rmpnqdCaSTfoudGDxmL/uV6l/2gcHG7aWRxbyyKmAXyTb2St+D7ZWqlsrFYqlU2VSmuo4Gd/f/py5i2Lv0B5y94tZWdzHs23qYI/DZvqxord10pvChXIF8+z/43+MVy5mRX2LVXIU2nKhKvIU9DfFiqgVfWVVO0oxGO6yvAEtdKIlXGM8VgLZtayVCLC9TkHFNDpQVRdI8xGhPI5vw9KsLwcjcypCf4alb1OTJy/acpjKEqgCny+acirWj15fOHHPz527VqJ00i90lnauHnv2BvhSO/rcw4ee4w8ddNjH79p7bVj4bS3lVuxd2bv5o2lzvm3r33jWDRjFft2zDonIBNyxsdnyfMwZhlAB23AofrQSnSi/iYDEzfGLjqLx2VhHdGlp2AYc3QYc0jWOHkWaV6sKpo6Z2KF9xBWUFi6jo4oClN0HR1xBomCODnQXym3t/ssUGbR0PL+lQMru2vlvkpfe2c78DMaMUHdtbGw1eZr0xXWy5vU3mX4aKdYyVr2ZTN50sZrzODJ1pJWfkFNPauvfmX+InL//BYaA08edPks1eWx1MYxbrMfI8/bj9k3k/fcF27J91CNuaWlJ58j3/3mNwuW9kMAUepPNWv+Dq/2U+qc/ZHLd6pQONX6rW+ttiIeK2jh9d5QwIp7EDlz+sx+5p+YHWgYbUXd9WoUI2ZyDQG0MA4MixlrGvFANLK4YdnDh1eNjK8b2bpq67J+r+nM48ktBirmu3I6ps7BATpnDE67Ghbjs7PHBL6DnqdWvBipNmLOe7q5VIkYjeU3ADoLXp75vlbufNeu8y/a88AyV7wQYgNsyOD+wRdk2bhxfdfImsnXf33lKlUG2qreumnTvW9qEbIejyYUb3t0b87c95HBZZGI/UPJQ14ItYWeNHjdi++6cGrrNeGIqmxZPWMF+YTnJ56gn41DfzCuoVyLoE5t3X7pxol1y1eMC1L59eMeRYYyt167klXOn6xfsPd9En4Ax2is7fN3KDkPK6OFtRRPOb6YDRRTY+yExDEc9BpHuONLg+OcYEr28OrRvh5vMGjyVLEQnJm6dPqcs0ags1IiSDs4x3RXFqOzaI9GsW/BlkbjbxyR2Iz06q4umNKqZObUWlnnNG5Ilt/nJF6S5SFVZZQH5LCccYNe2dW3bk0YxgAnxTo2Xny3Jgi8LGj3XLy+M65wph5bva5roL0kY+L64KjMQUEh5X2wf0mKSHWZxzVZDquq4YqYIYElpproqO477/a5m9fyAF2FsZv2vnPmoq5iXPOyQsiIBdLCUj/sVjSF9qO/Rj/EH2msSbH8u0997f13v+NtN7/56BsvP6gR+Qufe+hBF4fJ44+9LhX0A28C1LFzayuM4PWrhvt7SzzPDQAR8eOz0NHrmotSjLxWKTpg6kZJKvXS0oIkFgrqLXEi1495kZYlNsv671ZmerrRpgqSiXx8SfChiJuoCQnCjQCNEcehabpHHEgWDnEbm+2on71ziQldBAkvgvDiaRlHaRmIrpcxpVAMxgEGA6ri9lA1e2P4v/Lw6ek6DPvbbt24Yc3qocHuWnsxm4mEvQYA8ik8RVdFyqZz+cZcTwC2uXyti4Z4Ax/jheZqM3FIphucbQDTWOXm8jI+v0XPUN7X3eNvLDhTgmS1Ob/RyztaXCqXBr2a2oGBlGkAS747D5yhhCkDoY+mCBAIPyfQIDOBshj6aDpuYGzwfqHBdIacR1MgTkMX6GRkisdLzqPpyMoBcPG5qJWmp6ubRtnTEeYlMyU1mOK4FsFDZ1moYq+sV/NJOGrhuGRYKgmaJpSkeIplW0QPC1k0oVdUq/mUaNAsqaBaElX1OwITOwjQlyElQg7GQG4eJxzpzypKFpQ6L6OJmWDazQh8UdCJ3lowWFUoCjzjToUygsZ6icBB3haal2hiNpQyCCe0QV4D8sIZJ286mBF0BvK+fzzGikcIJ4skNkZ4rsh8G2QOVI/WOah2iKoml+RQstGsZEebKvYJWrG00KygWnSa1cgCDUm2VDShT1SngM/HDjKY7WBEBpohaizBRrMOJaidkQ5mBQ3qwPO0bbJT22DagPq3wXnISc+00ZypUFbUyELOpS1z8p6/NsbSQOnrGIaJTRBSbOjKDf/2SuAVdA3pPuqnT8Yac2owgEYszPFEZBan1zCMo21QowVLjRbdtVJHPpeIByy3Lgo0jl9qhlEtGmjOUTmcAAQrXXP0/Qp1MZleK9k12JzAbpEzI/lsfeV7Vtaz+ZUgbiPkiUi+xf70PrdRHikb4/bPcyvWr8jh57ZN0Cw078S2fNhWI/l8BL8Yzts///731bSZKpdTZhpHKdBY3ZjL1sBkFzFvZragBBpB6+vryhh6SSOYiTEEWMB4FXM0MpgjdPlTFuSJE1nXmDCFaMQhQoeToMomR5IjK+qDA8VWw40SOOFMMQFJe9bN0oCbtbNOGACljTgrUEq7myetWDMg31kQEmBcN/7CTc+PyR53yJ3vilbaW1ZtWtXaVo5V8+6w2yOv+w/73QGrEF2TzY5Gs14fSxRB9siJsdbuvuKahOKVpXfj6w+1+EyZF2TFk3KFXPCXorKVl01fy+U3kH/n+W3lguH3Y+L3GdniWtNkC7Ukc97yNIOzgzuy3R1N32cN5Gw/IJVxwCrX1K/kMat7CABvAO6ciInKkVlTIyogfKTS+dwIuTFyz0FPSS4szXmxS5Zd07BzyXuQ7JI3rp9YNUJdWJs2Tmxdv3XtmpHxVeP1oYHhZcO1arnU2pLLxKPhUMBnuDRqCOvH/RblhileaM5JG6Qz0qoNMyVdzTfZ4cx68TaWQag20O8AXszDLKgGi/O58EKCvaM67Va23FBoMT14u3u62ka1p7a+Tcb8pLGxr22io2OirW+j8ctQuP/yT7ctZgjGYpV4/HQ5GI9XYjHmG8F4rBqL/eXycirZMlKf+XF5ecf49omOZdXqso6J7eOQ+PGVm7f274Pz9JC00dsq8f3wgxvnL2wcwjiUnT7/KNBmHd2Kbkd3ovvRRwEEbsWvx8e4gCPrVgyhH0P3xlEG13EYPU0jTlAWvRHOeUEGHcPX4Z34PHh9LuSlphRQZl0AAai/w6DSCWCTm05DQhFQAt8Bew1SH0XLUDeUFAWl7DH0ARgkYUivRHRFSx5+4zgD6Sz8mvL/v1wL6X+oFv+3u2EBeZxC8Uw2E88eQ1kuk+WOAlfJxBMZGB7ITHPmHEqjpJVO0sAgq5Wx5lAetbL5Vmqz8QIXJT7sdRHvbNFPXAZ2TSODLvrZYoAy1eIWW6aRuz1HxIhbnIMKR7RQBHQppEQ1GH9BFA0Ho3MpHI61kYAnHJhFHsSrHn5OxypC6jTsVLRHLhCo+QLcefB/rrpIwi4AQoaAaX3n/ufrS2fpP/Cn6svkLWZ6sdb5Vmyxeev/+979/w0dTE9Pr5jFU3gbejt6G1oBX+rIuxZfhS/H+/E+PIO3AbOZwheDPtmPy7gTu0E+Ad9HL6Hfob9Df4u+ib6BHkUfQ3+BHkYPoQ+jB9AH0fvQe9C70Eko8X4o934o9Vb43YLejG5EN6Cj6Ai6Bh1Gh9AcuhDtQTNoN9qJptF2tAVtQuvROrQGRPEA6kU1VEWdqITaAYYUUCvKoRS014dMaJJBWwz8g3eWJa1DvZejDjhqTCrKN2bUZ5fjame5OaceEjFi0WCGdGc5RYM8nInN6ca0+rQzaTJtCZ109g1krtaaq8xFsQOW81VnbZ0hXPWDkKalUcFd6+ogtDhesIR0DwgfmnZhzoke9Zc7ezrLXLrmb2iWVcsH2XQoqtLTnaePz9PlBUq4tiQYo0ZV+cZ8PkehdMzWS1cXoFOAnMPmRD2+oaAKqcay0XHMAayqUZOA04IOaghoaPm1LjidzrmwM4tvIeKLLnnvt3zQCXxzheCKP0aWzjPK0jr2UIWgWoZ2+5qdmG90A+2EXLqzj86b9pM73T5segIBD06rGSsXviTqBr22p+hPx3Ol0npP9JJwzsqoPp+nDyuyqsi4P6jLRculSKZQlNwA3uW4kTXJlTn36qI3744mrJZKuDDqzl3JyFHDE5ex/V3F5VIu78Xim2UABy0unCEY89aNV3kkQtzZsj9gf2r+H1QLcKrhWpHfPRrvZHmsSRxjqhLDgG7GuWFArRiMXRRLxbMiSwiH4aNwdH4ur3iEAM/zbMabrv4/sRa3W5X5+b+WDOLRRMOqpE/0ayxnqYIqCAxhscCBVk5o6J6YiCXD54d6BzERQb3nCYaSFUETZcUF2YqRj7YMAegHHEncMZEUi0SIGaGMrhkeUMUU3VIjpuIVOk9q8oOJjjjxeJO+FetT9U3F3gviufUrfEmv8aCsHWbZw8yzf0n410kSJ/Cv48lHJcbtiTERZtmYx4jt6ipMDMTHBpkIr7s8bgb7U/7tpD7Nq26oRiijEUl2qd5iQlypiIS5OhMPuoMe1eP257OrXSxjugKmZQh6ZLS0NabrRiyTNpKBEABIlWcFj1o00wyzJleKuN2S7MbljD+rSgRvUDYyot4WLPR7uwq5MbeCDTMsunkVVASmpOkRV1CPJmJuXY9MFCd8WADIqIRTHg2rxtqNIa9HLbmCIaMc6RwLerlcjrMC1awvp7lKLsOX9MTaDHfh7Jz/i5jNwDIeRZ+gcdFHr5zePEB4xtFRWI7FNICKYTnmKA2LXvz3ElP030vM8M4sGIxOvvPmm3btaMknE2g7nqJx0f7UwlhsBlp2YGoLaszoe7XRCGPRqjSm7y0djUvm9fnpgE9nfdVspefsRL5mwhmZBMalY6hrTqw9OyjpsKSrL/BC06HdGJdnv7izXAy5sehxjxT3SGMRSuW6AkQnuwTZ+ccPPNA5GaknXh/PJPOSqNE4QV4E9YVXDCFM1zkXXFlfj29PccStiBwBXV77w98oBus2JcwygqwPt8zwQ6E2QwGdkfOrQFFQriQBySsCn4pnIhdFBut0WRE6FGQOiobuBoDPq5Tkq8nNM/kRTRIYFu8+aWHmupZE2BNkvIrHCG5a5wJZAmMj6PV5RD023rk94XZ74rlsYh0ncR5ooUuy5ICZIcx4oRLlBFUDegp6wolAT2uJgVtDKtaESqTLioZcIWJILl0Vwu0t6w0Z56OSIagiQ2oCOxaOp+MeXY9t6kjFQrpDKQyXNX1Bhsie9dvCPq/mgxKiVmekQt6DADVSGhtu+m8NxzeSBkFUQ6vQZnQB2o8uR1eCILsOvQnE2q3oDmzVz1x6ETH8G3HU9AI1vH52w1hXCbqLHUdWO/Yblh/gURGbUcOcBRwZj0XjsyiGIsEYiO8gCoeC4VkQbwEuFJhdmMuQxXwe07Cb2RyWMlhJSsosSqJ0KpmeBWGYkFOJWdATRE0WAQK0YpeuuWZ9HqK3eQvuFk7FukqD6J0VfZes4upMjdu3b9uW0dHe7o6OXOaO299y26233HzTm08cv/FNN1x/7Lqj177xyDVXX3Xl4Tdccfmhgwf27d+3/+K53edtuWDbBaObRzevH68Pdq/qXdVR66hVyoXWTHuuPV03nCVPvGmz6vjNO/h4kS4T31wqvhmnI1Sb1ivLpG7kqpE2nVVw6ErzIHohzyDmmgszLAT2MA1rARzC2TR+xVXYNq8x6VoVnpDuae7xy47Z4T98Fn5Ps9k//IBc+11dOiXpX32cZU4x7Fe/+92vPv74R+HEd/W/FE4JeOtzkq5LdPOvDMcxz4ni/I1nT4kinPB/8pMP3HXXA86WSX/yk6fuuuuUsz052BEj5QskTZO2bKHhrHYZr7e/hEt2QZP37pW1izeL4uaLNZlhZU2TT5+WNSbNsqdPs6zIsOLpH8GVGfqs0/fClaPi6XtFkZkRbXuwI94OP/vwsvZYB/wWYw0ecta96UJd9XJ7mnpNXm0heceHMBmNgKLTFa02lsPh/shq8tTA5xgavX5MJ5Y6k7kM3IykOqLLumE/7U74mUFfwrC/IMunXPaDnoCK+1RfUHpQxytdQeMkJ4Rd+PO4bHr3+RMJ3z7LsJ+xn1QDwgmV+WHQ2Ody2U/bA6olM8IJxYcHcU0z9nmClNerTtsmoG1uGCMVZ/3qrehSGHs3AcS8F0CnXf9DBqsJIHIVUTzt0hnXXBbrSWiqTqjtQQthbbYVh1pwIAZjq4hjBRyJxiJzdBQGo3EKmsNuGH057E5hVnGzs3SFe5/in8tjXxqYmk+ekzBnYcPDGbNe7BFhfHv4WSSYpjCFBMGcQaZgTt5/33vefcvNR67af9nUtonxwWVd1WjIYzDo1AP3PXz/Q/fc/e5733Pv2+64+V233PWmY1fddOSmyw9dduX+w7ML/8hh57ZLp16/ccP41oktq1YuWzc41ttTHegaaG/6ujKpUCVKKT7oCSoicjPuNurrLC8NZuvp6uYWXFi4zEFuP73ib7i6mutmn83xMhdZc7U7kFf4XCdZnprp8ufmWHwu1yi15+WFLVhaeuijKiBK0+3kBc1javOqZmKTHAmmUuV0ev7D5EXdwKZmvw3jt5x+Bt9uv103TXI0kE6XU6n5D3vCIZO8QLcnzEgkF8Fhc/5OTzBk4j32IWbd/2HtTQDjOMu78XnnPnZmd3Zm9r5PaXVrtVodlrSWZB2WbFmSrcN2fCpRnDj3QQLEOCQOJAVMOVxoSAq0ibkCgRBoy9dQvhJwof2XUiBAIU0DgRBo2kJK+3ekyfc+7+zqcJxAKNLu3DM77/ncv8e+AaEj3hAKet9shsN5cvqd+IdMQ1tVNcNUN9zvNs2oZWlGJFyHO77BjHjVh1XDwAvvw+mWFP7Y88ijPqIZVwUCV+GTmvUIPphqTTGBoPdhQOd72Bt8OJwL4489H4VDu1tbd4eNR7z+T4fyoXAuhP6RPA/B3YaL3EBuPWRguhA2VedmqqbfYbeu0ZgklcVCTjfVh4WlCZSpyGWkuFogQmrSschfbSEXr/Au5SQlSl4JMNF0r+HVjZMU7XF7aPdJClNnPAAgjsXNYLETC2osuh7/1p2YJFGKzCtALiRRlkAsNDxeA9KNuDWPeyMasSrQAEccrlzzu/0gdfJ3/MXFSlNjwfRObB8d3loZ6O/b0ttTbCt0N3Y7AyCdCge9STNppoG8+PhIg0Na9KJQM3JgArBGK4hmGQhCCX+zr3S8Zkopsltf/CK71R46d+6cKt8raueueVJ2ueQnRbea+Az+o+99EibkJ0XMRsA+nsHkeyXt3JlG9DP7X07JLk1cZBIueeU+2GSOyi77v5oamxo1ceXX+B6RkUXNHsYHhmSXKi068/afMM8yMdzir6daK03XTVTa6mTe8YUkRPvYhUT7wCUD/bGoh4RyJEsdVdFuPYBnDXaivaZQrsXokkigYo01tbhk2UEaq0YCrYmfHZsigUCBWuVlN0QCgZOb15VsFR5tFTgnTNfjCcVy6cWdMU0RsEzACIyscbL5t5xfxbyYKXlX7mJ8iGY8quh187efxHSOFlVGUTjF7fO0mgFN4hQGi2GiV2TZe97ucUuqzKLDd8eT/nSQnTRDqs8VSWh+vxYRtrW0p+pUTyLr9bmjTaMJd9iSgmk94gpJc5IoKcjUY9msoiluD89iQa6ra0nzBb28EVebfblmQ/cpoqj4NLyte5UAm0ppPkNb6u2XOV7SeaPqk8R8jn6JGqRuB8/apUtws6BJDgQ9cHV2/OiBqoLhAzFTw0M0deTg0O3DJzNpapAehKAt1NbuVB84aDhwOVCV3WiDhMCtBWFUNzbGdeH/FJErqvFYVQs0ETQsguvUWV5r+3wN9oc0I9lNo2cNVVDYhBuX2e0VRCyLcZI37SuF+2Ml0cWtPMDwLCs0hbr9PaG86eNdkmjqLlWWDC3hLZWDBV/Q79FMjeNFtjE0uivZ5Qc7mMxcI3sYnpfUntRMpz/rlkSBU/GNfiyP+xvob2PRF3ncRn+5ea8vUN/c4OJlXtUkXbZcPneuk01GfJLLUCxRVzSPN9DSmA+Y9U2tXcmoV/W6CqrpC0z2d5ba/Ho8ndNNJRByB1ta62NYZOGj9S1mKOyOeCW3S2Iz2Ugg1FYq9u0I+EgcPMiHX2Kew203hTn126jdlelr0zTHHloMMghPplfgV5u4ee9kRzHACtQ4DyGnLAdIXDB3ATDvnSDDsPQiYKexhymWZqeXlpZuW7pt90xduEUnAZu1ZF64obpQGwGBw41KIyLcgU1WIA2QWsuCgsoo11FuhUtrMmLRZ8EtnTnkJAQD30SnIcElw2n/dtJTHMSrWnzOU4KHt9+/672jsia5FNkfDl1zzIO2S9s/4gkPhOlsnVAXiSWMtKq+fq4/RSdQPGr/q8/H4/FgGmo8l8dS0fTrLvegO3nGfpegSR7Vu/9Q2v632OJE2ixsWdpjB88FJVlw8TrvbRcOXMWzJocJGOtV3Oh1PG+/ffr9I17Tr0ksa4Wuv9qDFvUdn/QEg3ShTmiMRr0e4+RiJTmXtn8QQ2l/0SdwIs0YrnhdQUTM9Ouv0NF7RS9a5HmX9/BlOfuZ5N7JVEjcctn8j78Zl7DkzvPeonLkOo6NhM2Yxbp5qWaX/DdmAktnKaqBmqiMNXhplikgns1maBJ9xzI8vvkkxXMMD7EvJIjqFf0IzaDuK3WQMGKYBzf7EVZ9IM1aWwlOnHG+zHyfueSwFV09FMrlQszhUI4T+1bO0m9W8MyH+/jpv7R/1v4l+6No/kvt9E3s/kO+XGjlT+Ba+v1u/+pWZvEdHr8icLiH/cJ+rv1Lo19q3+jzy2GutI0aogYrAyUCekPoAdgZwd66XIUzfFlZRL7S19vd3JBJmjofFaOgzsjmIRMEYBoL60BwRGupgynM1MBzcpM/uYFnKTiXTtaOoKtONX4aJRu/brsGjnh7J4pzRfRC/1G9d6J9rpjqTtkuvMAf9AJe3JaK4qN2VK/unz3V+BmUakKPTvTqR/ttF755otd7ZAC9UJxrX/lWqieFP+RKeNLdqW4d/QificLuhdgBzZgzOuNYWS7ADrj+NwMAHAQAgKnfCTvAuZVgB0BetbaW3x07gEDhx9AG/IDnbZfHND3oBbzE6/W97+A+8z7SZz7o9ru4z/GKPHra4/fLq7cxe9EBM2EYCfMRfDXeQJ+qdsXLQzlZ4T/HufxZ2e/3nF550Ml1SS+QeCHwYU3ieuylhqk56rxjAprTkVv1uNzXexFloFrUuiQz0jELyT6ESYHrGKVSHk31HPMjjVJETTlmIhFXmCiAlyvH8txFYr7nyYNVt+fk7/fJi5WB0W19W1pb0imA/p6d3rVzcvu2udG5rZUtw33DnaWW3tbe+rpUc7q55vPstzxBPejAHwQuAn/AFaHl8BzQYRAxCQ/y9fxcGmI2AiyuiTX+ar4ZMAqUyQPotO31xeM+9Lw/FrMfuE+UJPE+z8/sZ1EAvm/rOdTVdehGWPTUjxQKIzOwqDdjsbpYbGRJD4V0HVNDU5fxJjMT86+8GZ7GnPDHGiS3zEdWvqfP6m+oPgIv0JXVZ+weqYvl2gu5jrp/CaVDoqTjJbWer2QOt32WaK5mQDtQbATaPFkNtFkPfqDQKQ68GWhqa6W7y/A69cXXUvW0VaNk20y+6lpP1J/g4tPeWUSdHQJyPHtgJ44HWXbNNYm4HeXwNp5jB+Bku8l8eeUQ9HXmg5gi2SvXyxnFnhUYNsOoIe0M62bQJ5RD9jGxW9DcmOP6I5fcjmc5761y3DMly69XYp49LmY+IyvdLldaUbq5M6bHYxgej0n/yesV8iyeO6OFVCYj4EdlEva1ouCShxl0tyy3i9Lz+KI5T0y5VVH2uNLBjCx3y+RBHof3OyYs4jEDWUb2VxYViKDkAB5AFMS78LwEWptjFMMjWmLoZReSICKcwyyhIBCWUDgI4J5T7W2I6iq39bX3NdTnMol4JGQZHg0S61CtqFWtYncKgDDNOHk/ks30mvsC5uuLRowuJsFNs59uRtmNnZK/pntpULTfWN6jTtFBTyDgWXlcHj3ev+2mbfjTf9Wo9I3d6tDBErpTGjzaXTk+gPqPn9/VOtPSOn1ouqVlGm3tWCwPFlGPP+HvO9K97aZ7btrWfXSL/Whxprm8t1i58uTxypEWfG1rywy+oYYze0LYh+ulDXeRfgpyAuNehAm7CDVDi8IJikCxcjxkIMbDXcBVAfoRGLoCmkrjv2zaTKclPt6QBfKDS5QHEpRn0hqddsoH4Nf+ak44A0hWPw2HhL0DxyvdR4cke3fpwLC6+xvS4BKUC44uDUpMr8fv01d/MqXOldAnpCFS5mP4W9xbbpouoh1dix2V4yfJPi6y/dWOIVzMgeM1/Zmwl5kl7X1JZa/j48PRFM1hURaamcPNDN5+MqJkUCkJEhKg3UURYN/xOD+MBWRx+vfZ4MRbZVOL7x84PibZbyjN4RYP6T4/bvHNdYBbfPhACZ2Sxo4PbLtpePimba3V5sPtfTlu3aEO1I0LTwqO27djsct+pDjdtOWo0/72rmrnwK2+5gcGeIkxLAWNQLbHtlYaE9BJLAnhZkcQFCpIAi9B0APYuiDHKkzexyg8IqR5Clwd52EmgjTuFDcF+RnqGvQW0A97FKIe1tOlpAXKYUIffTVYKCcYP5+uiUFgYgRJKN+PHE67Ktfi2ixaaXQb+sFj9uzBkI9WAmFV8kebTcXk5ZC1+sLQg5Lgayjko9Gk4RM+zqai3Sf3Dk+bvoEGTRQ+/uijZfrKL37xeV9IlAV/pNGv+lQjstrpC/29kU1FzIZk3ApEDV+7u3lHtDvXuzufyLVmLHdw632bMW38mLq2AOpWkoQl8A7+JeBQgmSB7sSiBcNQ84CDCRIjxUzRVGN9PqsplJ/2c1WydDFGDREccO5lrBnTdBGezFY/3XjqvxpR5AJWjJm5KA+28pnGU79u+vsLOK+N8WsClQHdhE+lKTYBkNKTlOMHR7GnanHTVdRRX6oGLFcqWgDQkgRpBrIeEn2CpZNcxxpuXwmQq5aYxNJKgKGTiWxkS9Bf8QdH3M1tpqmqJtKQFjDUM+fO2d+iewI0HRlBf5bxW5Y/Y8/sgivgSvtbqNFob4b3hXiEO9n34PeVKJ0KYfmgBY/l+kouGYuEfZZHVWSOdQHMcFyjNyQs6ukuthMcSQJjBl3NyJONHASJEYGLKftgo1OIIY1upvtpX5nAuzEdxBBoobdce2Rp+pYtE6PTQeX6hVs6+kx0yTVfnb6lb/vYLrdyw9wt7QPWAUvT6svlerLMtI20JevDR8P19D3hcvfMLX0NBb/94o3ZhVuKQT/6h9C1M7f2NRZ8+FBu/pb2UOCNVrlc0LQCWf5prrMzR6dSmihqpK2Yl85jefdZRqK2UjuoS6i7KtbcjtGAwUFs6d6x/vo6XWFFatxhngPQae+iEYEBABgM5jBkpmFqPkERch7LFIASsB58wkJ4ynT4lW9fXKy4ZmeGh6K4unUSmgJMArgh4EoF4yUWdBnHfTknaAzpBpDhjURwrYvFcRrwXzs7EInUYxxzKZGD8W5VBmZ+KEck++O7vyIiRTNdXjF0/HIGzdnRyei2RDKes3KJZ8MBjx7w3/Gmljfd4deRrmqW130Mi1wP3M4HME203yNZUu7j//8ls14z9J+P4fOy3GQ9zqhSq2Di87J9/+6vuVKKm6ZFKXjNlSy6FInR6Cie1GlkZF4IB7ZsCfhO3d5y+ymfN68rNGt4rqR5+uyb+SB6jxxGQyKScp+1Vw7OeU3ZOmdotNwU+DqrWq2iuWl8WViSHatsqwvRiEOTSVyjEyKYsE/xeJ87JTC001dpmkylVXwKv4+ictloxNfgb4BgoA6jKPHBhrK1FsZn1cS7PkTsZNUsW3lQ4EN6o87RQoz+WqwwWj+UXu1MD9Wj/3JbDyoxS1ldka2ofNZ66+lYoRA7fRqfw9ecpr9muVefPqtYMWVlBa47S8fcVnXsXUFyz4Qxn4nnQGqUmqXud7pbp1ulFVqmles1Fw3JQ6+lCKYXvyx4OAZJ4CCBgHAwDJG3mENYHmMA5q12o3yS3Ik/J36rWxcreFTMTE9OjGyrDPR0dxRbmhvqsplkDL9e2OzQ8QdCBzegOiat4gaU9GIpu5YDu2ZX0ZOcvo7pKGzY3nicviPaFj2Nv/bTo9H2KN2LN8dWv2y5T2vWd9BDuPoed1v0HfbTVsy0Ir7TzgrFrJiFP/TfZPD1+JMZXV10tuizoxm3Zbkzq15Y0Wcfse+FDXQpLF9hm/StD/OAZ1uijkNMzPFDl0zv6izWQQpXB3qKRNqSrEDEkRndfPDAtuFSR8BPUkt3lBzVcL5ccrDEqxH3GxTKeCQSFOM4TfwSIKZuwAEkhHvplEZbNUTxKlY78SayHMckonPGH3ZSdzd5Owe6ZUlXFU1rjSfHBwJBVVNkg+EkZpc1F2zIhtKSi7O77CSDBwar+zW1vX+80hLBF/GMMlC3e1TWrHBCcXHMs6wqJSNKWeMX9EvnDh30peJlMRQIjKRDkZbGpi1NDZ0uVyAUKTT1NTTWpUQtKvOjKTEj6ZqUM4L+L6DneNnHu5TYQkNfU6HsD5QWtzQ11qVVNT0S9qSiDGZ4Mha+8AuBgJGTWIujs3xDNQ6J/h+Sj/MAxPaF8ZTA7R8e6EixPMAy4bnBmVcp8E5x3OYBWBrC+lhmGlG7pnrKDYVsxjSoFtTieKNAiD3fTJeNajif43iCW8DwaTScA9cUhk8zEPkFisIyQZgudzqbcTzhbsgSV81oESOuJj8VNbbzGlF3sczlxXJr89TMYzNTza0Td7CMS5euLUmGpDHHPN7LGE3ahq/NzDMeSYpFFC+7P81Z8ug1LMON1+UGh+8fHszVlVoFllncwZ8RhcsKDOvSRRRru2P0IDwTHn7wzqP2N0SvyjL1RzxIFlGIsX8qyujzkjD475LM42H+QkUW2RCiBZ1fuGUKHgpPn6rcUM97pReieBbcUMfNlQZcwwxKsQ7o1VqwDhZoCdD4elVyr7kqX0vdvNYCr8WsORgYzeC91BClWQG4RSxVsLQAcIEMIIoh8AOhuEVgowF/nKOmg0FEBZuDTflcJo05U0NTsGwRQIEq/ng1pUXugpQWNdMXCQCqKjfT6BYzLU9+KN6AGuPM7nhDQ9xenpTT9mOcIHBfOcCo7CXoi1iUE7gzlvcdjQn63nhTY2L10kTjO7wW8zGJW72UFz/J858UefpeTqKc9qmWK1WJvxz8ff11uVd93Yu/2EXeAngf/Jvsp/FvDmOacxn1/op5YGYi7IE0IJNHJ7c2NbpBx+/QovhG8+QmFT8HubxrHFB642UURKIvUuDCgZcMuZTBl/7Gh2F+SFlcGB3J9QR0vmowkJDj9EUw7p3QdeIuCmymVgPCxRMqKoPbZpGwRDWJyOGKqvj4VSMBBzKCY9Nj2pyYEfYjclCyF+0PqQjpVme4/mt59J7Fx0x33rJy7n3FdLLR3+g13346Yfpon4nmGu2PBvAvesxEyHsSjx7u+Jtukf3om5I9omZV828z9peK2+ci8czzq7/4j4BkyV410cb/D2OJvWYUvV6S7DG0pPtDXj8drv92PXrg4NcMD/67pDODWSW/6XvPHyXM9g7MrT/QgPaHSkE3y0fM2/F8yF518g2yDz0jhdB7MUf/RM7+bHnHvnBceuGfV0Oyi1YTRcF+ifElen1Ron/Y0NannRZ1hz0k0QBpZ44ar7YgOcxsOPyyC2sO+26mGlVblQeqDzA2UsfaqZddvLj4OWhd9vfVur+/tvs9tYsj354kuFkhKknlIbNgjsTc8yBLZZ0ofGGDQFXvJ2jgVTaB5HXoKFetY36Cz+/gafmNsp/h6ZsihcLI2EfHR+obYGPPaKWv8SfX9n/kl1e+eevlpSP/tly549ge+gOVyp6xkUIBLvnY2Eh9IR4t/eSetn/4I/t7bbegqFDfbj9zSxtKbl3TecIcFAGve8hVW9lB0TyLC3YS7EMscwKmYUyPMSMJaC+SyEiYi0SIcJEAzS8CNH/V5aCmRA46WbuUV83aVdTTTPVLXBNeuDhEmf/s2bO33faNs2fp0dXT9HXMzIUXOJv2D+xDKG3/ELBhdheqMsPPmFlKweXqr/SyNb0k6GM4RJ/AwjpHCQA6yfPEOMRjsgFJRVVXMODKqBkH0EYC/BQC5kJ8INLGy3GVHLwl9Lnz52/Dn/6LFwPdByfPr/zTxV/fkU1feukY8xzJlRCjuuCtOxppQJOleI7lAE+MAsjIV7Fs5XJGqWiVSgDDA0wjURlu0N/nUHJTDifCrtdCYavOSEXmnxXzc76u2OoDoWw2xFwZyiL76dXH62PooVh9fcyejdVjpkuWheOw+CDdH/F9zvSjbGjlvaFMJkTvj62eRjGQh2pLRXhEUMiipn+4gp0ktiqDePK0UBPUU84kM01pKlI10AO5VeQ+Qbkp1U2d8CLohNfihcrjtmMl9i7KQ6maR12WEa0YAscCDMblLgSWhHm8EqWDOpJEaSpcmXnlZ6oUf+J3eehipcU0aWpifHhrT3dXudje1trSXKiHQWAmzWQ0AlAbhq65HMuXeYHlS3DMXvWAvlAsOWrLKBJwPys7+p8oKnKORTVO4wuqmDK1pqT/j91vRaMW+r+wrG2jd9ofbk91D3enltrb2xN6h544Y3949ft0LuQ7gy7Vrr+G0czVd5iRiEnvRQeihSj+nMHf8+etdG8af6ylpR+2G7JstFtL9PNnzBBNn3vS1G64ltHC5spHzFq+XvD1naKOVS7DHZM/RQkiIwoMABaDQ+YJBbwJEa2dhGrXVKhu9114sIkCJy5LiHUhcAyBMBxKnadUFdx1VGpq5+TotqGtfVt6uoptLc2pbCrjzabMhAdUn2kim6cdLTjRe/v8RSdHzFoGSBKg4siom47hSoxdcB3T887+y/se00Ybs/1Z/Gkc1R7ru7z/nRsPvBOvUGDjEftZvN54TS++5+66YrZ/e3+2ve6t+JFkZyBbrMPn31rXTs4U6+7Ge/jMwPaBTBHwBV5aeekWdoDoQVuoQWqGumziYQ/u+1lqPWqWgCxfD8pQPNJpwk/Rh4HSYnYqd+F1jtb0wgsXK+pAf2epuSmVDBMg5iyegLOdEHwO0fmpfLaZOKn6SzmAafD5OTjfT+RNch7y3dWO5bO4W3I8l01hMSnb6eech6DvJUeTaLvu3uPR3G477snodlx3qZ49QD/3eFTVg/5Vz+CFR9M8e9we+1F8g90grB13uzVP9T4PLdvvh6z3aFmW0OVQHPt9UpOqvoXn00I8wX9FEL4C6zTP/zc+xCcSwuOC8LgYSwj40FtVFe3wJAS4au3UX75HENB7GOY9MEW/B9JPOnSPDeH6V4m3OqYP1D2Vt2TwFBFFLgmzF0IMYcZ0Ek8FkqZKJykXHvIuEU+/oiBSwkmwBN6FJy8Ny+GAJCZisrhMCbyHYRAnoGUdIG1Zbh7WHHtQBhXVVDZLUbgf9Pdt6cJiZmtTXQ7oZcDvQIrhV1F10/RCFsmSA7kTxWQnWRLSpWKZqPZBfyrRjl+FYW1Cb8eXtiAHvZ15lswA7ejAGTwJnCGzgN2MwvYzo39m/yUa/OAXVr9LZoDrTe3H2qXojC+0+v2l2vg/f/7c0pLlTAG0bj8Ddy19cPWvlsIms2CGtZ9o5pPnaDpknln1btDnB/AsTmLfmxtrse9Vyd3JJymQXDMEkJc6zIOj9XQoCOhEdflYNJgMJR1+gcSBb+QRNvIO5Y1JJd0oTUCZWwi6KiT6EYB/2ACOurZ5Wby5ub+5oYEXWJ3eERHxhI68QiGfM0X+zIUXO5tnmvtbWgaa0A+7uhPz6h9XOlxKJljwCm6XGc70k3Lfw46RnOnt1ClqpDJ0x7WXMYRQY64Cz4eccAqQrk5RmJM6VasEQqsX12n1bW+4+vjc7oH+QmGLJWK2+GUJNWtaNlBJZKtpjEodxPfNsepUq8JxPgS7UBWghoCeE6+2dKqqTYIBLlTF+GqW0o7cGko6YThjyBJ4tk363hNaU2e79sR3eYnhw81h5g3R1gjPiLZbMGS/JspeXuZEMeDShFs8im5wAVHzqvW6zGmYggoML2LGUZT9CY2XedbgJIFmdFrVeBoJghaWMVmVBVMJqYn2Jm884A8jsVlDN6MbrACmZX9g3614ZY8b/zD+uNySzuO7REMKuvCzWa/mlw20M6gYKutxSWEzplpFmfOzEidJvEfCEpce0PwIQZWzYG6lNV7kVPyrmiBIYckdCqiCLmis4PIUkkxuk345gPkuLI0THpb7HTLRMnmAKYcctBeDv/zQfyy9BbHHMAd7UXTNVT+cTx0k/etu7hRTxDMVoC/Kn3erMqjE2huygHaronyZKUvI8DPoTvsjaGEeEhvRMwvnzy+ghZV7f3rbT+NoEs3jw88fOPA8oubtj9p9zB/EV25aw9kHP2qZaq+0cIgY38DBgWPpqsi2KWcRy7IyK+sGWKtCxIuYkRCkQWJ7X3yc7Z21O+0S2nn+zCw9Zh9EH0I77EccHu8Yu4B5WTfBS8tTDZjW7anMqIiHFEO8hFksyFMggm0Ys+YkLwdLgLsB1aM2SEIBmmppbmokWb/igXwoX4NhdFwutItm6CgVCQblKxxnEysBfzLpZ571JxKrvmuuefCaa+imlx9DuYTffgSOoh3+hP3za/Bl30zCoUQCDiXt5/AhR+47gmUN4GdjVBMgU6kyJspRgCytiwchux7uSWh7VfBjqBpyK30zwNdYJvFRxnVKRiFetHGl6lgu6j6BOB6XOOhzGtE0IzztM8/anfWXz/fsi2XllYCYS18zOnvAS9P2Q8FBXWGe5Yy3X3H0qeWxbhaNsgL6MXoL+jrv7c0dGxifiVgLU2M3ZltcdgPH2Z9MHLqhwPmTN3+psyg2xksc2s5tyJHFQF4yqjYMnARWelJ3EljNAICng1H6fC0fI+Ay6xKin1/1OqkTa5hKy/zVxG/gEHUZdRy0ksevvOIYBHTMdpaaMgG/gnQQlC+/bKPR8dBBn0WMjuAWWnUEZniy1Vk2OstCseYRjGsG1w/QwQGYEsugu/WX+2nnJmeaZDQGX8CUDdA4OF7E/ciHGMMv+DlIIm3QEZ62/IGUInKCPM+7jOiEr54/UKjXUMGXD8REzh02G7pZQ/m1otLx3uaefxZ4uulr2xnN62bZYqRR540d/QszTKylM7jVnw/ywq6uVDyE2YPJhvmQ17v67DPP7P7sZ9ldeLH7GfoaozCdrotjwZpj7IcClo/zi5YP7aIVxiV5rFDGW57o3PpRRWG6aVP581i68QucLn639C1RoUVR3Lf9hgFjtCEt28/g+ZJVLC7cUAyiZKa7sNxhdPcm2zQFrXwS1aFC5bmf9/U99/OK/Z0Lc7ONVbYBG0lyx9GQC3m7ithxx/SBp1FIGIw4Gi3ziGMYbh6vOLDLc8yUJEFiNtOr64YAlqK8UIJ8I2nOKgr+slXE/MjSN+9B9z+yGn3kR0tP3U0/v/TtR+wj9zxz91NLP3oE3Veznx8j7+Ki3kZNVpyccJDro5ZpG0sYeKbAAgZgt0onKEm6k0e0IDgpqoXDChJoYfqet7zh9VdfGSltiWyJlCzDhQWHdRx+zPtzJHwBuNsaclkKyKLDOdVCG0gYV845B/5Y0Is0VD0HQjJ0J37dV6sfOXhnawI0PLsKrwq/0UxgnUgkBf23PUduPNJDFihuqkVPlAuLvJKR5T455MooGa3i9pnqvGZanoqG910hfEbOKLwY4qKeomYa7qInsn5TRCY3eSxTm1dNn7uipV0bbgqTmwx0sKf6qz1HPPjZ7q3wbDkqkcs4IcTG4NmmVvTE2JDAwbP7AYANP3urG56tGfDsLD4RxmfkrMJuvCnKhUROyeKbpKiUUbJQCkPb3Md84O0hQuIPyDQ/CfrFCdK/gOg46kNEQo5h3mcQ9Cuf5NONko/og/0SKvsxyeEsR2sBNttkif7BuP19+1vjnzyGHo0GVt5sJY4xPvTT7eDrsP2TdHD1F3//XcAm/+7996/7afwr4ft9VFelBGCYHjdPPPzAr4+7uP2Yogwv8OdFSGeD+XP8y+k123HSebGyn/nQyoOjjo+zHbKfa//rsS+1v/WJJ54Eb9MncXf4Ej20+ldfqmFbHqP/nfiZhiG/goUrRSQ4qVWEXxoLdg4aOcWdInjPXt1rekkqFM60fBAmnRdItuekQZA6/e0QDYFewORT07/3PZ/AohfOA9bsXbqGSc8E77JETfv8531qHf2n9jz9p2ft7HFNE62qr9qV1XzjeK5najkovSQHJYcglT3z5pUTdBRdio7R0fcyP7WvQX9Y1R8+x8xhCp/CnPAAtZfaV1lIIJEJIiRCehUoA8UzPEW8h3nwHhYRL6ITFIhjAvgS85hTxsITyxLvN3AhFtipxYU9u2end06MDDU35bIBv1cCAum4Ur7ckfIV/Sg7NvtRXuBhDHt6klijmeD1Skax3+VyfCoZN4uOK4fth4WKBS6V8wpxqTReL8f0Ocelcs6zkHbJ3TCC5G6uvy6+Wgo31sfQP4Jnpd1Cf91ImLQE7pV/qPL3VZ0rj+vZhP15QbOGGTSuKDXfSjnuAd9KLGRs8K20K/ZjkYb6GLM33GgmjJUH0aDHNB3d/n9iHu5xZgHP3PwjLicPQjMilA6R9HcCOmfvC/v19uFB37/Tzf7+gTZD859BD/mGhtvc/sh/0YcChtbUDx4qNX1cDX9bqXJsOysTVSLMAhWQoUsqQHMAkFahZeVyqpa+gGcYknGMOQg6Yp6ZqvJoNVBwMhNXo8/gm8U91oAcPvjLPv1ijH16JXD+POo+f57+lM2j8/zagl44v3ravpu+bvV0fz/q7kbFAWqT3JmgytRiZa4tiX+3HlKjTWJawYsChDVAhzsh4TciWik8qkSWxDcALTm2rjk9DDRmOhgsdbQ0Z9LBRDCh6/6wT8bkTH+l3B1lMgckS2WirDPjRAKArqdDtKh1cQb/LP3Hs7brG/VqvWoYZ86oKt6o9+f8rwiXf/782bPHC+S6Bx8kdxWQYvj9xuY6yGPOGsugEUzBkwCiUfNZYOlTmDUhnqdO/tfaFHsYptjpurq6lroqb51Jh31OeoNXSlaCOp1ci3mIhvUL1fJfvKDo06hRR3S43vXckqsQVJdIwV+pmCm0TQ9YIcZ7/jjAfN8Epd5Uvi6qQvwpCykGy5CTkkjzmGTwMKWwLAM+MjQPiYNZLHizwuXrSf0OQ1K/6e7u7kp3NUISHFyyGWjcVyurI845hSWtK0BU7gAR9vAp7lULT5dnVVUMhsTZWdJkeBWqV/GywVBV23rVqnhxv6vg8qiia/9+lwvfvX8fIKjP7lNVfLyHVMwmebUHM8p7K/NlxAojAzQNBIRnsAQunATrOCOwJyB3HEy/x9ZzbNW0EE6/B0S53vEt4x3F1mZwxA0HNRdgx5FYjY11U83W3UkOFdezSBAVQzUooOSg4oK1roqOC+wVnmE3GXcuO7p3/u46qUNP3zw5tWct183Nty1fVn4DRCE/74tYQ1ff+FbN938UzhNWnvRtsvpk02/eEw4Htl8XT6wluBnou8IbCT0PAMK33jA08h+m+uwpMezjxPchRTWdOvsy81dMmqA0DlYGigg8/qrey6CvQsR7GY8UamMCYlCvTtFUZ6mttS4bsLxuqoFuAIcTI1lzinA0MMAhEh6wqlJxHEmc8BagRDA5+Am4/uvQR44PjqezhfrdUs5MFd4BKL3vyGesfPiG/sGPd/SWpuwFKxxeuE+L5LWnntLyEY3mLH9H5yUHOzu8tMRwocYQJHkOTe46+e2ZsCKHGkIt97lzEe2pn8E91T7yt8xncXkbcS/B5e14TeXFw6KtPgeRO1Qj3VhNg1l1iolXs1+SFk9VEVpqvscOXcWHiOecANEfZeY6e4GUeNYp8GkrFLJO1wrc1DDb0du5E30EV8Pi5iL7ip17D15BShwuhGslPj4xVheQpVBj8IIyAz/yEB4X7g35fpYqh+Vavh0F0hWyNLPsQngw8HgwqIgHciEsa46FRyMWHgoMPIOV9tZUwuuhqe2jlanBqZ5y60D7QCGfaEm1hPyeuDfuKCDcTl8gsR7pauyH/3+5n2QedHu97pW9sHyN24zb64Ydt/fcb7FB5lmnzgxMR3qhp/C1+hJq9QU+lhw7Dx5l3EGwPUwV6nwmTXW01fUWehNRM+/LuyTKoA3JqY0YwsWpRcy1Yenrtz22xCRCzZFIc2jlKWf9G/YZd7gl5BwJtYTtR2Dt7DVHnL2WsHMF0P1NeUZqfA6g1byv8l4vpzOMDBFXJw0kiLQo0Cd5UIiJNDrhR25KU9zasg+plEtWXcsWUiiZUeRlE0mYoZDEZQ9J5z7vQWuKs0gkEDBNj8flEkWWpahIPBKPRZ18IqbfxJOHx/BgNsnldrk1VcTMlSxh5lfgOYLOHoC4dUxmEGhb9LTOQRJN2MdfOA7boIRBO+xf09Y52rJ/jWTna3/GWc8ODdELq8/RPviesz+Ddp4aGkLKuXNDQ0PnTp1ak0V+SPLWJMHiLCNHHMLCN4tOgtPynZzjjc8Rb3wegTu+30JUNGQl/QnVhdkpExlkjiBpdkxMRhXE12IlueR6HvA0vZDpy+Q6Tds2u7J4E33GvhaESPROSETGzOBDK09F8l6Usp806Drc3PjIOQOyJhub3jUO8lskHJLBoRqUawy6a1PUALf2nlbcH6+9Jf9qb2npEvBvL3vHf7KbwnnUiBrzr/CCQ7nIylOg92QSkZzDmy2Tfhah6qlOarayC5NhnjolA6GAFFMkhJohZlDMkdL0nRvkHwmBANRYiEcR1d5S6GwsZVPR+nid6dVUWaQiKKysFwLGjqPDANtnrTBoY5WXN+4wR/Hr4o/9mW4pUUl2uri7nAPoBftaIJ64IXBz3LX6HOzQvrVWWX0OL643K2zvcZ+KN2kfPKXJCJtGxDiHV2bYqPEmTtnDVBvol2E2YRkKkvFsyN1KGmwKUa3N9blk3NBxwcIoJGwumPCycvmrHnnrCZx6kX+9TIO4SL0SUyuSyLQ1oNdFcrnIaiqcz4c/5V0vyqkK13uzV6iVZOV64eiefJj2kaufC+eza77aTlkgd/E2aie1j/rlxMO5XQuVWQtpeOBq11NuVXVf60Uij4Wh6w0km8ilOdGaCqUql3sANpUXKf4YJQlIwo0MKncBgbIbcliBsruaxCpcmas+1X0SP9blVk9UnwuT0v/iwYuV3ump0ZFiez4LeEbzu6f2Te+d2D6yc3RnX0/7tuJwUyHblm9NJiKZaMaopTgibeKrtkmUmM5riSAcX3kycBzEmo7cpnG+4Y7fcOV666Gdqym00/6Ms0+PRfL5rlzOPmf/mswQMllWz66mXvWq/wuDEmYOPM1VN5fy5Tz+JPFEgqcT2qoevujZC9q+geqgxqgF6jD1lsqda+2wTDJ2qJq71iDLaw2y7IXMfoIoHXuVNtm7ODHeWWpqjOEGOXDJ4uG9h2d3jS9MLFT6SmOdo22tjR1NuHoiDbGG19ggFyTzWAvCNS7WJq908Ss2y5POWKKfxCPlM2YsVh+NfvyCNrnIJRdrETxrDgHs+FAk1x6th8tobnOrvPyKDbJPkmqH+SVoiAw9DmwrZCbFtJdkJkWHISkMmk6nwLs51Z5ux6JxknNkmhpg1xpES24DoBcWXdazV/YjMKKiF378gw6P/TccKzf3ZHoLppfVPPZfu4PhH/z45qWjN95EZJCbbjy6xMyUzPolS7P/P/u/ZYl3tWV8eP6kad6voXegottYsuJSaUiSYpm4hP/imZgkbShTBM8zjZV6x5PO1ATJSbeJRywNhToIChk8a8aiQAaIJXINfcyNiPckKQhp3U7cuBbSyzpiPuuL4dc3fiz7RZm8uiDGfMx1K/ejqa+iSWYmYi6Z8M6PBrRTAq5J8r7/iNoFr7RkRobG7C/abTeifWhrTe/wAH5XHo+KXtASBSBsb1KAwE+OoAQgjkFY8KwKnLzDF/HAFx0Gvmi6s4RZZ6q7q9TbiZlHoUNuByUgUfFxkF4h32Y4gqe/5u9JEHVqmt+OjRgwxEjW7vNn+xE979+2a1vg1KF4U0FL+/wCy7ujHbiZUVvdqppvp6VgV1oXER/051z5ptihuhG//Wv/yGw8k4kzCUS7PHVNbcVkV+cNA0Ywzck9Rihk9MhCPtR/sjKkdLa31KkKQqcycRRPr8nhD5DY5yMQx3BoSmMglzEI3ZBQ9pgAVQH54JcpHtfqIsXz4JvDQ0qrS/YtzO+e2dofCQX8lkG1ohbJaVBc9M3FbkCkVtKbCt+PBmggiU7QVzNqoUmIDu+mNVR1CRCIkho/DvB0yQDHffknTSPyyD55rW46sj/17dw/5ftptqNWQeLsVpVxDRfQ+7yVuCozwnhXhGdTvryZ5KRsx1aeFo3csItXJeQ21JZyi2ogt6zi9p/pbszesWtDDeY66lpb60rZ9VqcfFNOkOs6VtPWjhPF4WRlOeqOW+GAnrNil25RRred3u7WK7KaCWDuOaPKWwR3tZ6P4npOYCrcW+kKC1gwsVQXQPZNQvw0fYoFdg9i8qt2ylQSUQAFl2xLtRo6JBlwmAtSfUUSYkdghiC82AnZIeK84biIuRFJCoWPoofDET2kc8zut9U3MCjhX/UG0kx93dvnODOkRyMDxwd6L+1TB66EFcryrMgh+eD2iQWtNZBhEoHy3qkdSzIvsjzdNHDlG49VGIRv6bt8K1PD7HDK1UEQB7C0CmXj6rHkpbpwuSzMJ7GTMmIVLJOwwjFK5BFHidwxCVJeMaD1usBwMjrSWULUjsmRmdEZUHmVtnUOt7bksk4luH6bSvDncQdKtdCCRkdRstRMMxfWin8jysNvqKIPcGEzM5MxI/zglX2Ye69c+aVNleZqmmxqmty7o6lpx6vWXxMSOVnmRKTMvHGksWv45p30pZtrdKj6mL2TTVU/h+uY3VhSmIQ+kyD2dzAmOoaVmneOgJwkFdU8lhTV251N4ZvipWS+RNxyTOsC8BcruTEHIBNF6XWYWcvckCy8CD48ZQjfbaHxMNUQ82y+P7GaSvbn8Bq90742WF8fpJ8M1j/iNXcPXrKrMxGQ8bCKtsXLLQPFTG7IDIko6fcoVnzxXTExYH1+aSnRn8c30/fihwzWh1YvDdbXhc7RJ9iziAll5nr2j+wuNqqqlO5Pdoczmow+rBqshDRfLGrFZt8aFWjPOi4w1E+MmsCz1/7K4iSi2MNIFA7OEXigCcRux3UFdt+TWCbBLBFLkUR9oC/BsjRHi9zLgL0o6sD+qR3bR4tt+LnRDqOUlMF8t7nGihdUaLafdoLjeAEEsj6U3oDbu462NoCKJb+Vdlye3FVHp15kDaA8ln3XqnJoQxXTV9FWQIy9azFuKR6//S9iyBzKZYoDLeV4W1RSeTmQ6Nx1yeBu0zt46VzfYEWpD3BcqXWs3Lb1+u97Bca9XsPnNtR7zuWhhehbZ2NWNOazfymxhvphzHlmwt3J/rSkqo3F3SP7e+YyIQadnbyfjcS2udp3eLlSuN6tve/rXr6Wm5rQfINIiWA9G6P2UG+v3IPZS1mVXepJLCgCLPNJDTBhZBegKSjAYCqY41cxiymp4HXoxlKkgOcByYOlSoldJhPC4vqEMDG+tVIqNmB50jIx8d05vmdi97bhytjWsd6u4kCpv6W50N7Q7siYwYAZsSKKiH/Pa20WxtZay7goG599DUdrvGWNYTxT5REf2sjD2/2//VFHrFtjP2HnZse7WTeAoTe+9yp7G/VCBgX60i4SGz6HR8WZyrsJU0+7KHrZX+X3l33IRamiSwVoHkqRZGUZgHgkFvP7BigUOTxAvMD+4NZ72fy8MD+1c2iwp7u5KZvx4QY5sG/+yMLh2Zmdc1Nz4yODO4Ym+/u6t/Zs7Whr6mou19dlGrONsbCZ9qWdZgm8QrNwFzo7rSVvcQydxPc8/1sfvLCNNjH1qx+wosCPo++QNiEt8ee/1aGXt9QQSOcgdcOTV//iNTQbRb/04ksPsQ14DmuhRqgtle5WFrPJRUwx6cm+kgFigcMOgDYLUM2x7DW/7h49MtzVGQ2ndQ5icDoxNbTWsg0R7msNKDAN85UThpvPOXynH3yLUKnoXJx3cgo2IHRajgUZ33DH2Nad2wcLCY9MI6Oja2FmcbzYnQoklNZjX+EikqyGRP2mv8jbT6UEAVXmd20dOTR/QKif7r8RC+qDzHaJNrWPI+Ty5JqmRm9cvGq0Xw9sLc1mIHj+Abefk5uPPMpFdCMdEj3HP9Zp/zohifZ3P4HcnobsfPqhPUPjHuKyBZW0iP6Gsij+EQ+N2hsMcFcpOz4rwCliutRxWgrIjz6MF6xEC+w5MSBz52T053jnsw/DEXJAZPApOUzo6gNsC67zIqYbfZWejiJNU+PE8jrSn2FQ1WvI0RwfWwekOgyAVNPbhsql9tZIyEtAD2DeB283zKJW3VjbhE0EwL0p20OZzP+pqj9rjcSiAdw29AIdisnxd99nCSHNiPDW0TvbW5VEIF0uje2dWehpMxhJTxQGt+8YHC0N+wYHp3srN/ZP1wuXLBwa2bprHrVrgpBiWjSTlmJvfbcphjKZCGfuf0NLs8wF3A/SLj2fme2qBPTB4WsWbx6das57XOhs96c1z8TQ/EPp+VxBd9OfQjFNFJPrNrqfVm10mLp2Ehud4WX/V1a6YntLU6EuQ/L7vYqVrvxyGx2Av2wy0oHkdKGV7lcbrXRHwEq3JX3z5M4NNrqZyfGbMm8AteDzZthsODW9e79mPObiPBHl++bLrHSxTTa6WPSKESNiPg933zpxfTzxH4b27Ckh4ljptDX94RWsQOT7TsASNWQaxEsSvrXO8C6um7FBxG9qTHWmOwM+EPL5qpBfjb73A5ADOHQRr+e1EDs/sWaRsPv1akKfvvlS/J4Bf8MLmNOUAtIvt0xsNFAenZtpa29vm5n76p5Z2Jjdw8yQE+PbBrtfkMMyJsTir7pJkS8lRR7EF61f/dU5vLERqy9ANVF9eO5arMxhHl/gBJbkYhA4BrqEhIhdWwGawvLCy0o+gGk3uNEPDfaPDIyUO5r7WrZk0sGmUJPjquy6sHNsDF27aAUwTlwYeMkRJ5lyjTS8UnDeZTctHe7q7e06vPRcbeMoAWGAhTdaKPQUCq8UsTe66TayYf+xpdlPE3SGmGY9Uegt4A/xT/oq82kmSkXxPOaGeSwL80TZwOXpLGfBhTOOODKJGD4N5dELP1fDbrrpMQXpbiTcJIRCwk1IcOtIeayJdofV7W8URPAI/Qsl4qNzz6uyrD6fo30R5S/s826fKEAsnv3SMfqPq3aRZipbSTUkaQo152JBSE8/WfWNIXMdfXM4aDF8sMG4oD5JHSMf5I3kc3kG5EkYaninbOBmoZsaJ3Z8dnKisQlvTH52B96g38to4mWtnMEsdR6ps8+wBtt2qaQyl9cdKdHC3k3Xwt2re/HJ/CUiklCIb0jZ75Zo6ZI8g0XzbKqB2+wn0kRNg3+WC8EcBD1N4PEkBHFblIKZSNzVJMSJJKxn+cK+5vS0HRMjw1v7e7s72punW3Zt7Gvqa+5rAsw9xfaqhsNyel0fcrQcmK8HmKtX7HbXHT5Y7u4uHzz8dG3jSj34ZT0Y1L8c1F3rm6/U92Y33Us27rjwXmez6h/3p8ynmCCl4P7Hg7+VIYFLoiChvITehY6gI4v2/WRh37+ADtt/wgTX9hfREbJAR9Zij5j3bsiV0UH9y8TD2q6FSonWaED+Qte7GRqTTOpaSNkkSPyyLNKCqmBZDMJVWZeLUFTXIcrFunaFJx52A3TM5ps5ij3xW91dKddupE6+pjsXFys5MGp2FFubQNGSAfCokN/UPaq8wYjpATrPpA0FCw5c1cLNJLO1xAn1qIFkRCJq6LRVNKpoXkaRPuad837b3G2hHrdsF2R3iO6zd6gwLar2t+lDc/e0p+1vp9ufWgihUhq9lC6h0ALN2T70nPMdkTVNpu94l+RySQO7IaHl7tnVS2FN3+vE4C0zX2FaSRyEl0pQgYrl1V2yJGJyI2GaTVE3Y4EJunXZL6AWBmLR46yAmpGAGN5XziLcj+k/7P5Ylx2RZqRB9ODHV6/0oSZlVngdfWlgW2D1s0MsnmR66OlgkH6w+6EuO9zl3u1DZz9hj9yGtAVPnYcZDKDg6mftv/H42V56JrgtuEYDiT99kdoC/j1b8E+W8Lgsd9Isz+CphxZoJJyk8A7PMidFJ/05YAhiIV2AwctxhNMFaz3DTWHeoae7q5BPJSNBTcEtU0Tt0poZIZ3vcDxVHKRsnYS1JEH5XQINBtBNUBDlajY4IV/OlpJ5enRgLDGLJLcrY+/JujD7g+eQQBI92uDyymg2k0332oe2jrndsdFBtPMXv+i92/48GrmLmUmMDcxeHg9gnpx2667M6mXkBrj38tn+cd2dyKYH6D8eHI3Z//3zX/S+Fc2equkrqHPERzxI5cBPoaZhJtFlAFB7jHcMAMSB4TBM0NPhkKYiKpkI5cI501CDWlDgKRdyQenLjlbLcQ83XnFniUQidZJwpItutlfXeIHeefHtjfNwlMpjmt9f6Q1omL0DJBOCkQ7+ipjn49EytYZeLAhkxAFCJitMlbqKel2d0U5iu9eDtwWSccTxPMIzJ27Jor4W5O3EgG/Gasa99muFqD0bLaAWgcN/wnER/DvED64+XsCSNT6uq97P6/3h1T8LZzJh5spQRkX/5kRy86z4iAgw8WS18mA1wvuahP55bygTWnkPiQC/JFzLtXI98zNmO6Y9rYCG0NKcy4YCqixhuRkRq301yCMYDLYGW8MMTBZCDfu9zHBlJ4UU+c8K1TRu8L+G/i4Y6G1oYXg8FAoGx+6i7Q/cNZbN0tnceEelbxu9666xXAZl8+MdA/3DaH7beCgYgMuY0TeHhsePHjx0ZOwu+wP0XWMH9j6+78B4RzrlZvDOPrKTSrlvD9euQks1vg1yUGhVvxHM12P5BuKnWFqkWREz9HgcsggAMKvQvDLm3gBfe3lDUi3oDsQ75AKfEBIKih+udrigJvyOvzKR8DtJOLgOEDBG1feDHj3fklm91JsPdWTR43aJvvevBek22wUICMzM+dUrsx3+nI/Zku2YXXmMvk4W7FtmZ8/PzmLeZhXz2J9j5qgyNUTtooqV1vEBhQYcnckdI5WeIuLp7V7EjG/MB1+FLQyF/BZgeEhMNfMWoBPGgBIKpKsJbZDdGmEuLJdHJLyYiJsM8Ghu5CDbYc6AcwPL1jlAY5mauQrV2fvsF2V/m+liJHQAvU+O+5BiF+2bMD/ydrPRMmkvj+YUfI9sfyxqeqNNyHSn9ubE1tScr7t7J2d/R/H6pH9Gvb+Sw/bZg2dD5i7RJf66Oxhm2ux/sg8hUfJbasFtfxh9GD8mpth16A8QJ7/DRF6z2RLsjylxCyloT3RkJNKMYp6cKyG0ZuZ9bvc2zv5HljfEH6Cu/5EZ79GHRGOXT5Ne3BIMbtLjAZ9YwNQc+Pll6guVPz+0lzYtAwb35Awy0QSF9yzTOOlDBmsZ7Ak/4JUDRtvJKPJSlum1lkNqUAhwbMQT1lgJy+PHwNWak5VlzClwbp07RrldIp4j3HiOvyBIYWwUYr0bGjIpv0VRRw5fsm9+z+7Z0eWx5cEKFg+2dZdLfZ1bGjoaOhysgqbG+nyqkCkk4rGIlfQn8fubGSMTw1ysH3z8kiQJo0kQWDEnVzJA12GCn6OV1pNFH2HY9KQF0BhpfIjDG3h26UhnaxuYHbTiyCy2gZUhXUqT5I1JAHmBWFXMF34nGxLpvlA9g0Zz/cnVLyQrDcwV7mIkmcr0tPSgd7kfuWrxMN14x6239tgrbc1bRt5k/10BC5Zj6ImoecXVyINvPB1sYJC9O1LnPEQI46dlQxI8Cu/K6AEmGL48nnwTOsD/2cwRdKDtWNu78XJlpPcN9Ml0vB/9yERXXIU8AWl0NB8UT2fD4ne+A3fjmpU22GVbMC0uU73UAB4xo9Qe6hOVj+7eMc6w+i6ERfrJiEnrNEvrgJripVnvCQN5XbTXdcIC2qxj2hz2hLQg5wKgPt6lLAdkv+jjeEmgq5PDZi3h2NjwcKWyZUtXV0dHayuixvaM7Zmdmdo5OTE8Ojw6sq0yVBka3LplYMtAf19Xbxcm7x3lDggrL7bi5m0s5DPxqOGhIigUJXQ+zgJY5IU6w7bNSkPiaGNAU1W/2Q3bhr9YLgr+dD4tpMuYgkRNJEZjObOh1QRQxMcd4EP0CXs3JghRui9aOO1NWqdPj+J/upesbiuxnXsOHdzTzfZM79/HzJi0EI3njMYWM1q7n/4aXo8WYqud0YZCjO61kl7bdZr8fcdZoUsPHHjHO/ft+8O3V3UFh6o2jNHKMDFZ8BBTAmI0TUE6A2CM0AlhzYDxMoPFRmOF+Hs1VtAxe9mMxQ36SW9idqNVYv9va5WgX9odN1dfpyfjxpoB4u7kQL7zNRggHN7jUvZyJoB5pxi1DWIF4riTYrLVBZN8NTV7LWQAwvruooAhAMg97jD4e04jqlxKA6qJ5fBPjjGVmP8cU6C/FoNZg4nszApW+hWNYmC7Bn0qjz7cuVAq7T22t6NjYbauNZSSGNQzcNfUyUkUcKPnULivZain7Fdl3kr76lLNmWC0VTP47Cd0RXJ/W4yid3Xgm0ulhasWOr7SnjJ0jkahidunZq98lrma0QPdnYe7y5LE++t9Oa9f5tGVosrw8Xe7DVP7vKg4uWvoe+kvUx5cNw2VOqqKwVZDfQR/tZt1HVF6TI8FLEmkPMjD14pfS0AJPHMNJdPJH4R2dCwWQ8GmhmMNTXi9iG4ff/32k+OVgWQWbSsuXtbcEA4Gw3NXFpqK9i3Ht90wnMp09Y4cc+J7Vl46wH2c5HHzVQxwW16Phw2ZEJQlIQoCMYBPkohzOVdZ+a59Iu/pSnKcx0LPM/d4s0UGH0TXZdzxYET32zHmbqOYrcqzy+wzRMcWrYSSATfPbg52j8dCOkPU4u14zpdIECSW6CXH07CjLJGwxs52P2LfoBfTXvtG9DYP6xL1om7fYN/oafBKXi96G94iB/EmU/Gmyckb3Bec1NHb0dudg/aNG+ipjPmrAp5xd1D7qI9St1dO3D5D09Id1+1iFPq+d3VnWJ4b3UqLPDsJijIk0ScpgDhVTlCKjBT5BCULSBZOuLDwij8nKBHTWhEgyimE+xigBfIix+MKx1Is0FGIPKPYqaaG02/7g3sW9oyPNfQ29Zr5UsmHRVo+2uDA8YBvRrFM8MouYKoZzD0Ci1rsR9lesBSAzRcU1QNIIIOD6LMtX3sZ5Fufv7OUyzu5HXnGwWdw4H/JtSX8XUtrXE1O5ROqtgmIeC7GkEUSHDn+95DQmCjM6VbmTSvP0UOix6Pev3jrrYwhrV5uRCIGc6eV8PxVYaA1HwtlXZL9pOLh3RItSxLLGV73QOiXkgvS1WY0Dy1C8DP/17zpkwRe5jhenPRoPiXQG/ForJgP5ZLFrBFl04KAuV8h7dY1XRNlsUnyuGSPy4zncv5coSDoZlL1KgGxe1sLz8U9sYzXJzcxvvsV3cOxPbfeKophc+WNViLmp9/mc9uf8nAmz3NS3mW4WEXTGLkQjnu4v5cMV8Jn5tQoJ7NY8kC/TBbHW/0SJ4pBeyAUiutpr0eMG3X5kN/wjfOpQbm/Lea3rLwoACCx2+ubuN4dcXu9qoHFZjYcjmG+mgUEYa1RobGoLEh8yLOJ3sskg6mDWQB0fwglK66hvh6G1ivIoCHHHGhsRr1Ix11Pv56iDUQbJzwuGnSH4vXQyXTcyUxkqBLN8Qa3rMk071Zox3q+1ucOQZ8DHU4AP27soo8Tqp32tTyvMl59FAyK/92zFhcrmcGtA/1beiGjS2mNewRABl3XfWR8WA48/auOD1R0eMXyBWtU9DuMBeYrXq3vrrx4H/775v34759gYTfc2lO6denqO0o9J65+lW71xYGDAz+sfuk3Ly6++/17975/gzyeowap7dTByv5UnKYZGWSf8THMYvU2m3giEZlJcN3kGZrHwh1HMZhfIzIdhLEur0NlHBZg8pyuy1PU8FBnR36wbit+cs4yTT2mQGA8eHUxmE7qwFGXkpj91dMEsQf8ajB/BYpSx5sP74LJQiCmHPDZqjnz+a1yqUy/Twl0eMVPC24fzY622cvoj/wp+pvBlH0cr9EQYkfaUIdmKX+l3S6pWLqXlMdkS0O/tJvPDZ5jZhDt8wifF41SYPXpthF2iEn56QiTC55jkj7x3DmlbRtrX2uog6ry9Xs1ZQGiJ93yr/5OxkeMIf2Jf2j+0BPrdppJos8og+9bO2KZRhCGJ7GYN475CQGRPFIALorYebxi0WEaggumEzFEtTQ11MXKibLu0VxUFEXENasN+DOSeCqhlNqQpQ8M3KSqnC5mlQEapwwkN88kZkaG6urr64ZGZs6fX98GQbhjoYtBbXuK7qUbUBTvsHibmSGnz5Erz53bsLMEV54j9+zfj7efgDuqvjIiwYjeiVnImcrUwQOVgb4tHQ2FUFBEKiMEIAXhJO4TWA5meOEY4JmA2ZlyUvIsrltAp6fKnVPL08udO8s7jLQ/5W2SAWEwf3GHv3zZMrEs5oeUF8SJD5MGh7IADIiTJKnsR/lNPoH+NBaymJobIOazGKikRVpSoh0eU0DFzI98O/butH4UaZamaBpZASXrM9JKBPnA7Ii7u3drXGZ32E80DUvNo/6zhZU99Uspn8EjcWZApV1DhVzOZXKMUmjskRjJi9mqH0YH1LTIGC50zrW1qeb+ly2B+18y3OzB822jGfDqJYbt4RlOMKffXGc1oj/qbgxOtBweX/3RWE/33PbumnvgLGb4mgLBuWJkdDTjQca2nOjNaQaNeSMbT02X0fsoi3JXXC7kaGoxO+5vyKYxLQS40H5QS3RC5WAenW5EHlWyPQajexpN9E30NaOku2nN5q0sZh/Q5/QOQ+cV+zL0Li9t6s26PWgQ/FT8O8v0fspP+SumCqqqyTUUlGiCAHcW2+MIlB/AFUmIdzBFUCfdBb+I/tP5RcnutMtmB/ykiP7TouclwZ7wFk2ddwnoXfbVOmPoTV4Rfc6s4aScYL7F9K/FKFUqfYogM4D4BkgF7CmJEcHTGRJKUDfXYoteIYaI6JFI/FBSZ6pr9Hf2GPPX9tguZ4U68ffP4UuLtS2wf7340uPM9xiNaqK6qRGwxA5v7etsKdACJEsuRcLgkc6IFLH3O2mTFyGC8DC4Yk93dzU1WkSdR+Bdq5oiMJkQfsUNyHJIcBREpOPG6XJnO0RIxhmIqcbsh4ClLHwqn6O/EX/a/tgLesaN6xj50a6ifcL+AmI4+oZQjMPcOPIV7Z8HdU9geWIoEt2RiBYGozu7f8FrmnR/5lffEE37WXPhgNsTSrHS3w0Y9POJ/7Q/+KLulmIu+xm0v82+Gm1HLM/cGDY5d9Zj/6SIQoG+vsCVO0djSSUcbRyO7voVw7vED+de/KHo8R08zLlDaVn9pyEnJunTzCKjUCLVSL37c40sUepOPOwludcIMiKm57h70NJJLJuKApANhqSMAOg4yIW0fCEPCrnXqpiKr/XWxYrWUNCNcrozmdY9skOXscjl660hgToWlj6SQ6fkJEkhKV1LEGNG32HPnhf5B07bP403+ZIe9FC8bgzTdSup27PhxlH00JhA9/4ZL55vTKz+rZE0GxNDWEane7Gs3xQeHV19HEU31YkffPT97GZNd60MF7w7eWUOE8sq8uUFr1zSGe/ql9Hd5PUWyOvRW+J1Av216vv0kPehy5tjpGEciY8KkKGovUFikhINdAG9gF5YeSN6JzhhOihF+Ajetq91xuCnmQ/h9xeqet7LKkfx0FcopCxjSUlFHENxyx7EUG6ecW90ipRkUVqGFAw0Lc/DWgb1nAwYIlVk3EANv8oJ6ZAAA0sAlAQ+2IBK6RKMUMBHIMwRie7Qk5D8nSSA9z5hu5i99qz9NIp95zuwtO9Fl4JmZHQUPXD6iZUH0QtE1TI2Sn9ttZMU9FISy+KUZ2Pc497KvIpLICJGXHbh6Y3nEL+sYRZHFjh5WZHwQKeEeVgL1EHcgPjWKWeu2ViCl804bjLjpHX4Mvibr2I+kG/bc8ze53Y+9959++hr9++3z+3fj/5t9cv0FhRbeZCUaxY9NGrvJu8es5+utqPz7mHMkXdU2hyQYVMSCWwZXkDYB6hCIeyjqgtFVBRLKhAsw67HSPACR6Ik0gQ2JZsr5R2uitPLepa50QjRrGb/q/UBRZdk037Sg8Je+pn/x92bB8ZxVfnCdWvfq6urqxe1utV7S61drVZL1tbaLMnaLMuOLO9rFMVx4jiJszsKiUMWgjMs4SUBHgyPBHhhyCSEAQZmhhkYMkBghiUMe+ZjzQK89yYD3zPqyrunqltq2VZIgPf+GC1Vt7bbXXc9555zfj/8PdouRW2UFNDfIbGC/I/WrzT9WpHhQ+iuf3TpD+mBsWP/Yj0wiRLfcL7rjdR3qXEigSVKrFn399ZHa2R23dTR1NBEwlzltYc9nNYckqa8DdwBaiCerFlQJCl8CwVfFw+eTaR9u73OknKwCQAeG/2m+4b6TzZEIzuvv77h05ybrQq8LTa/c8Dni34yunO+X61x69H6FXzTpygq4A7o76xZ2DkIVyM7dw6JYY8r3oCf/GRDTc3857RI/acyN9w0H4k0fBoh9u0xr3d4fifOyOfrb1JCDdF666/gHhrPRe/EJ4fwxU9Ffd6hBjnUEG/Aj32q4Ybr551yuMzuexEsMQ0U+kQsG7oRSZNOhTG4sdnC4RKB25UtHMG0QZOz4LXfUB/NxXI+U1PXvPZXvXmQ13bFe13OPA9dtX9vR6cPN0dSCUQVzrJyhcEx+2Rnx979V81vGcvU12fGtvxFOUFtsy+MDRZylqWkqkiBQWS91w9nfwjP7V53u50orafcZs/ZcSJcCMardJ4GkCNkryIBzv0pT7XHNpuAzdjnwJ/HuDwL5E74e6e9HXkB4e/O4cuI+gLWfbWMal1jndLqNAqq+l6c1OAkuhfdr2awdIcvky+VU/hc+ZFr8c5+5C04ia/W41TpO15O3W/Hs9UUqj0ceT68oaZAh9k4qMhRQ6h9nqBqfVn/IOdlBVbWrC+q1Z4LIogQxfoViCBS8XkIvS6t6/y5bSeJEHW2ZXuEOAR2kt2XkB6Tt+0kM//37SSjm/t6c+2ZTDwKdpK9exbmt2+b3br50Oihgf7ekb7hzo72nlx3JptZVXRrU9G6eB0evoNmxBe5iJ0kn1u1kzQjx07yhswkWOZZNZGkwULClQwkZxNBnuwJ1lFjqb4Y2EcyFDqmtYWiIz1NYB958opV+8jvWpp6h2+zns0k06kx9G01IHzSULGaP3Y2kKGt7dWQR//FzSOLAxdYR4Z7y9YRUfykW9N9tnXkXcngD8u2EfpV69VFLB8O49nEa3Ol+gsmHplDAT/MDaIjlgdALFdAMk7lDQSIEF7crtKcL4/7cBorxJBGJ6xPa36KJAfIfVJYXJGkle+0+Pqu5/eRV37J2rSXm9fJui+1fWn7IKWrWGAfxbdJRTEkWUfV6/r8aRf64JesruoZbQpu+7LT1q9hRqlO3BrMgltAFcunHq+DaZVqt9cvBftLYRGeTFmc4VaNNgO9mXwaT7eqG+n3o/9ttBuqYVhXkj82cKJ91UfxNPUt3N9juAVj+ebgrpnxtgaRc/iCiIu6Ke7b29tdU6W7YEZKtrQCQGsefwd7qIrA8OXy2bAaLa3gecHYbsZ9WP13sDVsqTlXAr4Ok/YCgck5Y6JNHtRWQ3p9JRKBDuoJQeWAgn2wcPyEtXLieP/gYP/xE28iD+265EzxHpeLrnUpUiOb1DhEckzb7u6anKu6sUqmSFpKsnV+vRafV9tCPWMTH5gY7/Z82NecEJkgQ1W96cQVTmZOtunk3T4W9zOek7mFeGskFTB8PPJ7lex0xqXRdb2xmpTIkIphNAVaoztlWVARybgj2WB1qDprOv5Q/0CN4tmAxKNnN9FH3ELcULiuB7ESYJoGsHRCTQ4gtg4fTBAyS7MyvawgLMawnASSl0iyIsDhkwRQKuLKFwhbOuYpgV863xGm0H/VlYtHD+7fecn4aP8thZv7erMttalYjZnUVZC/zKwBQjGeWlptVzTwSGZXfWJgKQuiebJRsMyDpdt2jLEtQ/mkmU065220wFS81Ya06Mi3Aj9Wvo+0s3VyBQOJh423OmG4ebgni87NMTR/uaa4fgRuecB4TUoUnvHmsPJ6QK7SUfUZRZCDuvVRV1iQRS9Jb7feXT6Zp2QS5lJGznMsLXBLmiL9UBEEXsLlJHKcUBUixQVrmFZpdK2k60sUyTI0y1k+fLtEUhLZI4sPWgdcNThrnGOVG/047X1w4cHyOQYLeCxHMzQpqAy6UlK0qyRa5DsliRSkTk1XheoKv1aW2EqcIm4ivlGQp9uzJhYNOZIBrUjGWtG4hHiOP6OIOsUJAncCt1Ma0KKXCYLVWEJbBo5YFy24Lit5Qy8BrihB4rFcU1VtntA0dT+hairWk8Yq8+LO/OFZLRRS22ZvuvGG66++cmnx0qOH9u/ZvWvhkh2zp7ad2jqzqTOViEUNXQd4bqRn9TjnY+J2IICD9bOK9+OgVjugSBoqozObvj4Ki3ht9iq+7R4J/Ra3AM7Esn0OIMNCCIv+4AnX6qTj66M5gF0dJQtdN8bJ2Z88WE2xksAwWAVGSOVoXmQ8NK+4vLKHVzVBYTghzpPMAKN4alxejnEzGsdRWHTHZcR8GjW8J+6JeEaLnwcG4LG4y1NbQ+2KpD1ZkMHRe63b0D8dqz93tpriXVidoXHjkTm1OqyyIkMpgKqMsP5Dk7QQVwVF5XWfR+YEVuG5eo7SaAE/wQhPFcifx4Gz+OwVeGfoZ6/wuFa+VFOLP6rD5Vl5lHxs1RfyiB13E8IyQY4YhAhIL7zXpAh6Fo/7MXRmkhWAOtjxg16USrE1F1jNOzvqMzVhRPR1dwx2DrQ2ZXL17clYuK6mtspvepz4GXWD+BkU1W3+XJRLV4TBoMr0OiCTHyT6Eviv+KFSLMsjxTiVrCIPBGJnwL/dalQ8hoq+UU57FPSXxZcA3Io0Lx4IYz1V/HEgRqUCd3kATcODRAdVA017AGTDQxAylBdzw0Xwa8q2ivsL91brVYKfQYYEbvPUohtroi4eTOHEYsgMKgGG8Wmkzd/uVUmWptl52LP0fg8eQVh6prY2EvH7XS6eJ2zg5dr62vpMHdC7ROIRrHyBGuu4K4FI7gDYrCmCOGPaVgPDeOIPABw94DDrr3P/wBHgMLV35Gcqj1aerzzC+voJrKt/8xmstjsJ8jO//0zJf2td+fUWNhFYnaFst3uWYliAB7Sxj0oBLHiG4Tgb2xCc8FhupgxpaDvhRR0FnSn/33Du7gv/qW1HnrF/z/PFHiFue7oZgGDwsCjhYbEO2jTFnMTzGP7k0+DESGGVGrwbIRYEsPNLwSDBQsa5F7xNft/NCwUfeG4PD3XlK/21+deEMV9TrWzVy16Qp0wnlMLRvJpRe4nIcSO086PXHNyX7+zM7zv4s3Ji/FZZpnAXZiSeEd4q+FK+jbDQV46te9BOkB/4n7cqUYXkcHWR/JvpAI1Iw+er9Kk2iDCRITqIoT9uHOnKN9RHahDR35Mf6hpsa67vaMil4jWZSN3rHkfy5w0kyQ0HkmLd5jr8V/yVsycvKV5K1Vfjb1qdfFT3+3XrSdii6Yr09ZZs718BT3VqW+NUY/HSRoh8biQfxhtrv3VJTT2imyNzgZjfHwucc3ZoCm9wcjX+t9QWax2OctyIAOiLoJcIhrNJyS8QYjN1QdyWmhrrWjOt8UigNljrtCbhtbz/jXgZqseZy9LloNCNvPvv2azhkQU22WR7+5b29g05n+Y8WjlcRPOcg1u3tFeu/QVxP8sWWiLAETjJrDl1lGB2EV3Sfetq47FwSJNBA16LH/KVeLNLyIcl5x6UYjkKlmA8NgQ56sDvceaaq4Y204P9V564U3feyU4jt6tJK17haoy63qk3u1BcI6ltzl3OE04wg5O2nnORuvXLq1wo0uR6yEXpqEdvrKgnWP9qI2YKkyCbNyOGBHsToEoRNqgUR3JncIewY9svAvYJMCipZJmhy3lT4fe8KRV3gC7xG2uo9Mav9bovzDnglj/RMupPD6mZsPo4alRf65Xlc+ceQ/+uktq5o1gmrtOeQKNambvrzpJc0FjI0JU1t76rIiK42iWZjbtkSZKiIo7ndnHY2ZOfKQ6HTHKnGaK24cOV553T9m3WN4vfBV6lst/vnTa+vw/XQjMgepWjshbFMtCJUHJDX+QdyBZ+DbIlmQj4FRnXQW2iOdlUU+2PB2KGS/YpXo4mJCTKNvHJBmLHBmlqG3y7ledhS0V+f7rNCZ9FDRffl9aIvsmw5D/gt8wU0h6YCCcref3Wr6RU67qzpgWhpMAHEfU5YOlgDOtoQ1900yr/l9TBsyvcpyHpzpkCRMV4esi/MLKm+AQKWds/DSm4ig6hg2YZl6B5tawr/PwXy37+i46f/zy7VsBO8V5YsMLrLFjqF6FMJrSyH7bU+y+e5pxwNPQ4BLVtyqCPlsLT7Pb6ZepJKmb79ocKVUlEbEnbfS3gN1RFchZD/LAYgpLO6i2AYdUgClzh8KCJJwvwkE5xvjSXTyfzPoY6a/3uOqYqyF9n/U41pM82uoLKCy8oVXrjZyXkfqXxJz9p/CQirroKv/wr6V+roqj+Om2GpL+yzilegb3pJp73q4j9K6nK/LdzN9107sn0T36SLo/7l1Ev2T6tcWIzMVEYC+EehSc7FPaQDE1NRiN+ihlnoawRCECAZYPAjg0QkMQqAmQyUejt7sy2JDYnR+KxFGc7rCM7Bi/u87IaxaaasZyJBQWjvcNH5X35dFZ3wgvtflmB4NbmdYIZ8I1ZLJKi53hSEpmPb6GwPEpfK7gYaug2MciQclWav3VPev9HAhkjaLrkol/RNOVnLlnRrGIggzIBcpiyjnAenUSf4XWGIutplmcev1fiVIa83aXdYI3e/ZL2v8iHMgHrbT4365PRNtmlqsXdsisaw4//IJAhKtugE2vSUcg6LOM2HDtHshSsmuKBCJ16rfiSdVEk0coDqvLgF/3H+vqOnYYN+d619P9YS6JNpcS6DelfS5dloPfb3JOAVdeH29yxwmUuUaN4UiB5YVlCAkcK3GkVAA1wZ5EXFYZEAHHJAzE4R1E2ACH4xXLUzEB/ti2F2/HIcP/4wFhXZ1tftq+hPtmaao3VVAfB/qNKtrBfhfzu8ppx1oxTq0MvSPQQw9fKRI3S8Iuc+i8Fl1YegIwAWDMgEN0RbPj2GNB7W9uB4Hvs2w1B9NHi5xN4ln9cM23y7rBp/tTZac9pJgqbGpaCqsYqucDHqhqfKy7YTOD+jei/4cFEwuZld+acV2xOtibgAa+twdONwUBY5KQMZBglZ1CCAkB+GxKdPmXmTNPvA1R+BA55F/LGZ6OwGBxrRrq93oPf1YHERQ2srL1bDHrEl18WPUHx3Vg//MZLkHrEUFXPI3CF2kYa8sqnHoGz+C585hFqVDWc1MqnQL+kRu2r5fV1u81qNooF6IPgrf63TzNozSDd60I2W9lJgufvBA9IBKGeiHC44SVCpiTcLDjSDlWBPUXs10WNVsG2NxMs9JWe55f/oAwWCs1NDbU2dCzAcXdkG7qbutcUTAfmYo3bB9oVA4vkugNtBaMFsIY65xzCjtVzEBRzkfMU9ZQvxkSCT3mra+rOni1e9aS3Ohz878EaOKLe97t/QT874o3HvbBJjI5yNVXkzupQTVXx/d5q8o7i50fxiZ8Hw+Fg0e2tptzF3NnR0bGQiR7whEOmdcIMocetR/5T4ulUJZKAp5Mc/RPi6UhjiUBxKZBMrOHpvAvnnPnj8XTY88bsLFEgpoCh0oV4HYkSD+A5WAOUhCWFlMFwr1JliDaEGKwxA148MImj2cGBXHtt2hnax0YHpganuje1F3KFpsZ0tjZ74WDvfs3BnqnEyoquA86qvG0dpNYGc0Lx+YYt9fVbdsKGzNbDbh421gfX7ul3bhmvrx+/+LwxWspg3Ybcf9Eb1sc3wfrcFG7bx4gbEVlwXVVdRbm0WSSI81jBxg3c5m/daiJREQTxpBskCKzwLAJ4sovQXIs64BixKsEueZFKKKKqLEoeUpARTwu8vULLgTLOIcQt4JkINBcOVjtm7SwVUVj+U+W5UBg4fsXhwzPTQ0P5Dq+JiOuuueLG4zccPnb48sWje3fvmJs+NHNoaGpocnwUD1OD+cHG+rp0rMbMedslkfAgj39VdTqPutkB2QQ4tQoBx+urwLCtrGfGY3rwtdICQQ0ywbwDIbelKPiknXKuhqAbO9Iq+U48KDQ2NTVOzXxyq5PYeiWe9mojplr8PMxuf+8Jv1KaCjPjN4+N3fw22FjV9IQ99/1Q8ZBor+ohXcrd+IT1Oa/7MvsCnmDRxIj1OXve1CHfT677JDSAs3xMpt8FNxQ7NDMZD7WFyC/BbH196VPw5pwghH1myDyry9wxl8LhjzPVs5o5Gq7DZ79tajQVwrN3yd/tOhrriHi+yhPDxFbiZOEqrNsKxNbpKYoTZiYnbHfcfLVLAho1omQKxg+yiGYXAdxd4AhAWiUokqMWJR6Ptgy5AHsSZFWSmenqRHjC6RzuGm5va21ORfxe01AkmiLqUT2oXskYp8d1FZkery9qW9AAyF6HzmrqYM/NRnPebKnT2hBwdtwtx6xSS+FunOeAshs4xHx5asHwqm2FfFPxWE/QS3OB9CSEpDdsaSAZX2SQfMJrNE01NU2tvLl2uBZ930r01oVd1ERmLJMZ2z6ayYy2bNkiTEwI9vaLeGYovuKez2fnzBp/a40vQSk4p2J7S1WCZpqm9kw1oRdqR2qLis8dureUwfaxzL+NDIsjI+LwCN7avu1L1M+pKSJIRIgGPDqOEHPEAeI4cRNKF0JxRNIyIkVlMIJl760TYYqXhgrdNTQjMKWOPYSnfYYXwLZC0CRBLxKkjCgFVASFECVFhPmfFyQeQitggflyrIAgxM7jHQtqGotmSozxW7CcoFCAcHZBlgQlv7Ec/yTfa2GhEB3bfMOpkyeOLR09vG/PzkumpzbPjc319eayLY116Z52Dfw9047agqfLEDh9VhpoOK+Py4ErIwcG/2xLjrPN+3mbaTueNW263XTeTHcgO24bvD1AKERrVET4dOVBHkAwSiQLKeqrt6YD1rU+/S9cN7g8iQB1eSChGix12goC44uhvQ2Jj/giCN3rCiJkfU30CdY3zpy4naXuWnlQ96G/UeMa+oyveAyrV/eCr5Z1CoK40b0My9GQ/hpHf5phWebTNIe+04E4bxR/lP+Sdi5sWJQtCoiKT6O46ftQDlHobZqB3HTE9y5TsV5+/1+z7Kcub3nrjFj8tF9Hr1q/4nnktpDuJ3X8KTzHXoGzFtjyjiitNRwi323PK1pBZkp+vH2gIzMeUBtxAZcgB2yeAPKRSD7y3W9FcpHGySY01TjVONjUKET+9dsRsbGJ/CUsf042Ofkex2rgNOEGjwQN2MbQ5Kr53wzajruwTiGgtdWKPkRmZZpnrDvQrRIpsnJUYa0J9LSSpAakiMZae6y9SkRh4Rp6Hv2bSpb9AMq6dD9E9HvsdUa/Q50HhJbLjO0DBLIxUNXAuhX4OlL0TDjU1dHe2lAX6g/3pdjXVJ7RH6s1o8v/UIUZsa+lKav4/X9OHSO/taE9CmJnvlr4cpWf9LoN73xdsDaQ9qXMpGB4kFsz3IsJLKFrLmRzK8SUKNYekMhJ4mJEqKE4RHDzYSZEVTN2mEUpiYj9PNZaaWBYgODYBqxRJBKRyPlsC+sCYpsbmpsaHU0jkU5gZcMxZr1BRoYMOO5VxMSm8X8UYjdK++R5x/CfLf2Tn5+b2w5/5K/m5uaKn4Q93s7B3to/d277ublNc/bP9sfwz6OQegw25+DQuUIATzrx6heoT1OMzQ2r4/KO4rJuxCXdhdvgODFD7IQ1s/7eni48h7W2NNZn0smERmzZuWP7zNTkyHAUyxe6pkp40AR4WQciD2geThUKhfHCeKgaXMB8Hfm0jbKAtz6sEGho9Yy9x6lUmrOR7+wt5+vwwa0dea60BQAHcPsx7T3oI3l889XhvvB0/Y8LeWW65QeXepXUju+N56MNwz9LCjQ5h2jauFyuHQmJsY6hUL7u3QNjSkf39wdznen8t2LurXrwPsot8FtYTiZrc/m26EFG1HLNCa9PqQlMhRtMjZ/D2oJKb2PlVtU/6dbkZHtVNaOF/Z6/HO1rauz8XpN/2hN/RJS2CXxnsLkv4R3r3OztbfhYV5tPTYt6uPG7zU39mbpnaE5OjAQ0vdzPy2NVlKgtJMGRV2Qujs3tM4FngqrgmVg3ljF2ALye94EhBL2Ch611w5r1VKSZRr8tZmqobfhE0ThvjJvLRMRix//+HfkVfF95Pe+t5B1UU0nvaSjUwRhIIWIJ1kpxHS8RwEW+QDAMfZCgGXrW9OJfw160qGTH1Dc8IO8ItW4CYXKDDfkPodVD6/TF0+t9ssGWgb9pyZdX2QjnPFT9elwSV2HOP+sOKNbf6b/hDTyISar1d0qVm1pa+Rs0/SiaprZVuT/mVqyvWC97tJtYQDlnvDI6i9oVfL5q7nrrb62zc3gMHrDL9FL623ZsWJ7YTuws7JjdMtQTEmDGBKpkMLrioZ1mSZo9jXVsgG05jb/+nbztirxgA/IcBHsAOVubBjRmQGfY1NXSnM7X5v0+IoVSq8h9q2D0ZdTuVTx6B8b9IoD0BqwuldaaSutL9rISREu0o1dWPl9VBXD1lEA2dwVSoZoqPLY7sO9VVZ9fue7gvuPH9x180dn9oxxT3v52Oe6X8dYfx1slFsBnFGpbXoiZjlvnbwWBlajWuKZJAgcoNX7As7fx4b1RIT8HSPYlQHu8s8IKZBCIye+ozPgdcqwcN3bUXqeqg5j9hE4yJJqkEBDVkcwyHvV5XK62ILdK5LYfiNxmXC5EuOpcdbV4/I5FPIbAEngCL6Gmm5XkjowOeCM26a/tN9cBwVV28Avtjre0xFcGbByo8KLclEBI+mIu+3k15fWol1t3U8eobfiGv4EbqMFY6znrb69WKawyuL7X1fWvmjeAH1CvQYPFs+SJUps+Rv2IGidCRBsxXBhoTgE406QNMC0iCKzmWdwXeYLkeHJRQKCJzuMdh/ZTOIlm2lqbGnTD541H9XhSAqZEWxKoB+mQi2O9BLxCYQNYKh1tXEpDyOSyuscHOD/Ztn6kZ8kUif6rl0xFmhsjL73phUgTaommkYnwyaEAzVPWInO18BHEPypQ6EqqlbT6/bm49Rl8H1Kt/9UYQZtjWT+FPhfYjGdWawQx1o08DZfw9s0lPKof2fygAvRbGjlSFZiGaLQOCA9rY1jeg4VyG+LTEFBWICF0AZ2y3nwv3txPbrvuutWIi1dW/NQvyuPYJ6gPUfttNOQcMVQouCUwQUxC/2KBMBv8KkHIvxMoNUg0j3eI3A+U4eRMJpPJZSqCU0M8iFS4BTg9Cg+1zrJrOcLa52VUFCb7SHDGd1xzc7BeTbVuDvj9gc2F+e0f22wVlVRQQVS+pipY2Lx/z5791p25RGLp/rcsJZNLb7n/k3ffvfvuu8lf4Et7928uBAM1efxIMIkfGf2L7fMDdlZvbse3Ow8lEgV4YPfdF7xvI1g54X2REylwF+UQoVNrROj4DRsz8Gb0638zWBR9Q2+ECtY738j7PLN7d+ldvkPPkz/+09nskq/DZofVj0jEV0HbfpH0WKQpGm2KoOko7KNoKtoYxaecdQeIUZhd9V8OFLzgv1ztx/IfS0uv5cAM/sukAO7LFE6iXdbXVC/uzL3knWJQfFkUV97h3XQVv5NDP7TES7hZHb2yv/mzzTt7SU3hWNSKb8N3BUWrcLzbl9C2ksOWULVFHcP9IYjvOw8ftIPYB+Nkv40zZcfV2lCN/DqA6QuQGrNtTR3NHZUeP6/po7ERGmiJOQYaGzitAqwTHlBL6FtN9oSlOk2vD+e7IVzjKoTqy+XESaOqKllV9bcpX2Cvy0+6gl4SMX4jPO7Wg+7h6WjCYAJVEl2Vaz3VtqH/x9C6LO1EsT9YW12drkavbB2dKIh1fkH10S6Fa26Ielrbmzel4nIomlMkIaCMN9SpwerzfGGiuN47C7lB2/bt+B0waNXxoKKYoZDDoUC0KuoUL/uaLjBllxcDF6vdb8Nl7vlyRwYv9D6UzrXbZbtRSV7utovt4WB726nWXBUtVQUYIxGdHnYHdfd42PDjL+sNuki/a2/At1GxrazgAqquDaJXuqqDal3DuBIQJCUXDcnx1Kbm9lZPtKGZU1y0TxX8dWJhYpQo+8557HnbJJJ4hJ4vbAfMYhYPyjInUjTBMzS/KCGGAEc6PNPZ/V2w+7uN9DaTTvm8MIc3N0DwVU21N+lLuEyXHUzmzOWK3fXt5bT6kvyZRVhFzOqlRTbbymGfPe+47NnxjLOzvgl+gqVz1omSt8fOkvfHh5x9BXAfFVnxowZwGtwAwO//+fuvvelF3984r5ToJ9a/20UL4Jl1uzfy+hV9BHgiu0DSCeARKW6DrbM4haViWO7AggANSJTnuenU1SKitquuKxL2lpx1uA2cdUoK0ioEGehJjBOjARKyg0PZQU1nRuvqRjPFSWdPfqx4SaieQulqgfyIk7CSqvRDlRFZ6odKDPd3alvl/R/H+zl89/rH/pl/TIypLPmYSKuyAj535/vKpfF4jMeHbFsVRVIlWGpY6Vk6H7HbfuOOuo6a0OsYHxgYBxy8bvAjT5aoVvFwjGz+qYsPBujDxafzQyPjNhhuwG89UEo0khP5wc0b9f6Xi083+gMAe3v1+ObBf3YSI0N5cgKf/k+FTX0hSPAecJjMgO+kidWAkdbWN4APbD1Z6Yt5Dp4eaVnHHZEmOokxYg9xgngT8XbibOEtD7z5tutoRR7pzTWAcjNpih6K92FZQVZ4eVFDioQEQhEWddJFEQbrti2Si45Fct62SO63LZIzZ+645up9e7eMd3dlaoHF46333fH2M2+/9aar33TNmy47uvfEvqu2z47v2bJ7aKBrrHss21rbmemsqfakzdRrk0ZEX6sD+iC0DXe/OhRjuYrjN5yREyRXkdPqCerO0gD1H6X9b9YfUxHrP2Q3iVwS0mWDNIo/wMcGWT4kudfxuIHw4yyS1j1fOka9FXcjaf3T9vEQvtd+RpORrhouyfr16oE9n7z205rMrr2Bamgyfnz1qLwOfgUZo7YSOuEqKCpDEltA8AzazmKV69Rpe5naFCiWtg6j9/CIowW/aHWgfxSC1GbeLzHWmDUq+gUaX0Ivop+K5KpfwhP/r/3p6LMQ+PC7t4GTCn1lOe1RymkIhJgrxTl8vRTn8I0Szatjy2dyNrZMHdGKR6FxYgdxunBzawPJCi2NJpClNuOO0YQHWnpSQ+Q4mAEpnqCAyJkAvswlpeyfaZM9I/y6kqM2SmiV53piS39ftg0iRmantwAtzmDfeP9YV0dbb7anPuNEjgA4jbZuBYq9CNWesc69216PEirLwygbcs5L44E/7LI+Lwk/4f28CIs0n+OEGu/JtbAR+usr7wGavqmVW+yTT0LRPQMhJM9A4Q7BySG40Q7CNRUIwpU8XInHz4nCdXj8Vt7jFDQVWSP0s7JOoSMJbyqCTirqIEY0EZvwPDBPHIY6qOJJikWTHlzoBP7GIs8sSwjLLpxAcEvgHiTygriklsUggBigsZAAEANQ+vJa6S/sHBvt6W5pTsQRsX/PzsMLh7bOjM6PzQ/2d2/uGenINm9q6cqk402JRiKGYvr53I3l5bL15I3UBg2ystDR+etp0YqL1IBN9vh5hhZRS2e8O+MxgDLxc66q4Hcvq4jmmb5YbVCRMh/kUeCDPLry0YrqAWpIr1JeTSOzsXXckBApHRFy5UpC0vkVs540ssy4Wzn/JIgWoofYShwiriRuIj5U+OAOpIr7kKT4EUtGEMXQuNp4E4kqLzpsRnKZzUiSlcWSf4xDYwqz+6JR7kPujSIlTlx15PDcbF9vW2sqCWxGp6656qYTN16+ePjKI8f3LMwemjs0NtK7tW+mM9fa09bdUJdsSTWHqz0Jb+L3sxlVzjlpZoNYCuo1Hl6dZjZ8Gl11/qBdOb+4JHKbXcsVFNVO+pkNHnOmlY2fu3C+GaqYUfCuRHV9xuFVJh+5yISyNoPY99s33lUOEXP8QOmv2RjVQSyRtBMDxMeeVhESUcmOX4BJ4QzWU2iWZk7a8U0nCJIXeECZwbfdhS/TuLIBTZ4nOf4yQhBFYZ4QBHE/IQriTLAwWJkFu4zzwI3k9BvKZKHgD1UXejflgT4gHqlOh1LZHFaEZMBKg7AiU4+X3CiNSkO4r5JkuNJcblYeoHZvxDf1kuSNSE//3Ot62OW1NynYo3bYWo/i1FftVBtsyUXd63MVH3J5qQY4Xul7SYp4pY9TPD6K+Hx/CZuI1/p3F+y833b5vFGv9z9rea+V5GuV91qtnFfe5CIuHh0K0ylxp5zl1bL/Sqk+7M3rLW/YlWMxHsXlLeDyTmL54NLCYT9g/E7a6PkEOaEIMkWL9BlgMqE4llomRIJjRYj3osDBBMLEQdwB6Ws/Y2vm1dWSSBB1tdXJ6mQiHo2EQ5oqBqUg/hDBrbshNjxpclkzmsvHc1S5sPpRh9f28o0a8WYU11Dc8MW5LHXrT1+yPvHrX/zMBUUiMXJQfNqL/v7hbdXC+4TqmYcayN5bXpr6+RT+IxdLby7RPCU+Re1wea3bpny+KXT78AfOe9ea8rsiPP1GkZBCHDmBX4lneYpdZkgS1o0VEb87IWDR0G4JFMcvErazC7Hq6xKJwLtG6iJ1tWn8srGacMW7uu04+OTq+6AL3hXhNzTWykJefS3r0XXv+yB+ywNOQbyE38nrxe90kdct7vgANe0URmmN5TP2XFZL5IhCSfcssdUwgL142tY4cQ9YdJRQeh3UgjMp5TsydaAl9XR3FPJ9Lc11uUyuJuypNWudSUfeaNK5OE3NOmIIMCRFwbLO5JwA4N9tLcXw7tw1PdHQ1NQwMf301CQkJqd2j4E/3AM3jY3d9PWY160IViNvDJPPVsYN78QHdzU2Tkx/fHqisXE1MYifsx++eQxN+Tx1ra3bCeZV69XHqUeoSwgPMYIl4iNY08QtYjNimXyAJNiGFG4E1CSQRZwheKw38nZYK4KwVhYc504D8fhduJwRTyOgkAVjpc0kexAiemYRceXx3bu2zW4ZHyi0ttTVOr6Oou0hd5GIUKCd8DlIRKQdCB+2qWUBxxCPFwBLuxoXb5csU4p09zg3pCHeNBWD5yHLjiQubCAPgGvoq/tmp5taWpqmZ/96droZ/0zPFleS8YLIjnIMg+dSfrOIcjfe1rMpS/Kb5bBf3kzxA4nkps4Dh352eH/nJvQsHkGk25Uar1T81+MiHpmOcwzJekWD2nGF5jMl7bgU9Vat+4S/hs9Eu3fPznRT7ChveDSG4TdLSiJl6DEZf4wvKo5SdPfM3O5rDh3o3AQfdsWPYKz7tUu6HUY/9N7jeBgTj/OG6GVJpve4xrD1rivwg+etIzViNe+P42IaHRksgJdHe1vTluYtfxouphITU4mHqcTC9AZW9U+pxosg7byIxZIXQep90fMG1u7PrHswCFnZtsdlXGY9dlzGRGGsKUayjEaTJEVOEnZQDsQ/EhwuQSjA0zbCFEQmEHbJlSkf94ND1ownmTCTCY9uR2/DXFcym4PdOA/LGGA/d+zqNj0RDA8lAzv5rLgahrHyKdVApFuG8AurbjUyoyJcAx0UxZedeA6PykquR8Qg+p4d6GE4h9Ue8eVVXCQ6Z/uQNdgeU+C3PktcXlic3TqDp68sYri21uamxrpaTRVIRNmgTRMCwvoJyAHg+MoQHLNkhxs6oev4fedx34YYApKaAXf29Y7sHkORGQrYASSnqXA21AnAU+NR3Wv68K7dCRFwmCKRzV8G2CeIyxtg89rQdZ3BV0kU8Lb8t8mB/kSERuRXh0m08t9w/xqbM8lp7qBXlhnrW3/HaySHal3t1nepvVd9YP8HrKqhq4cGT951chDvm7c1t8zu39rSPIs+ktnfgLqpkXisO9etD2gHXbzxlrsXpibq03jybmOGtZyPt7aP0QL/LfSYT7Z8R+LoshdHXkTPD1x75uTg4Mkz1w6Mtszum22xNz/o2dzn8LudJD9h+/TEsN5UU6huqbHtr43pWBVdgRgUMMFl8KLMboZtDiuzuTk8b0B8AkRvhXRqYPDdgwPQ6EuJP6NcOt2wTzHoU/WLnehK2lD2N9AuF3XTpuN1ZPvUUAFuLgw9Un6qSAocw29PMoaCLks0sNavFINJ7uAZTkC72IZEKe7hGvJzeHjQiTDW0wvEPjwv9BW6Nyfx4H7k8MEDOwt9vT1NtRLuMo4fJFOGJQOwf5o+Zbj37pma7OoM+N1hI2yvU9sQc5w9LodtHKJ1ns6cQ4uqkR5vPwVxJh39VCzNpbm818c0o1xzCfgkDoDH+JovW4PaOvANHXkfeYvU3PSWR3o39XLlhPW9nkOdnYdugM37aLFW1+vMS1S3ZJptXpWj3AbFXWJq0X3erq5QPfo2p86YoYReqzYHvNM8R6sqxXPxNj6Otdk/93bVh7rInVM4W7Wl8ez0dE93j9rS9NbHIf+uLviQk4hSJL1q9N/rXW6G58x604tnFC50blT4UcL7uCH+RE1w/z7qDkgKrY3+1DR5nhVNM2FqnHxL4kHReBz67Zre3Ujkscy/hdhLXEpcRdxAPF14shHBkEMCyZFLpCZncAeaAK5gFyG6lgkJi+2SACiYhEgRS37kInTVpS+VNfKlVX5hT3kxy1bEESyzQ/jQgrvMfLUGuHr1icsW9++bnBga7Opsbrru2hM3XH3DFccWr7rsqsOH9l26/9LtcxN7J/eObh7cMrSlr7dzoGugPduUb85n0plUAEKKfOm8QxRatjx4fW0l22S8FBPe5yAV4vkdRGBn8T1fmSqtx9ukos6oWTLXrJIRr960SjpMCTt+29GYaGg4eWBfvrMjt2vvlW7cQyhVVJU3fa9/IJ26d9feS7vznY1iixEMxUKhtzi743o4jHfWPbr3IdlXI/05RzEm+poegosBZ+d1h0LxUIja9uvmXkOQujr2HTx55d5dHZ00r1QbAof4M8dO3Hnp3l33ptKS7GNW/jHghSfDU/Y+HroGcomF0HNe/Tdvk2t88sMsy2NFTPdaH3Uuvc3Z3Ycfwl/H1geP0B47nmGauI64n3iQuK9w9zQiqeYmkiNvwsLa7bdeSRHsvt0CTdPEQE0VhWh2shFxaELEMj2ob1hsE1jBVvVwA8ByG0ELwMtHI4F2PM1g4ZajwADDCwK/gHe8cJAQeGH27FuvP/X2t731wbMPnrr/+vuvPnHs8sOHpiba2/whGVyf7Wh/u39CJwcOYOjj/SQ+34/WkCa91PoGgcc3wDFaQwfADcFxWFZtrgMEk4WTkw0iopEpDYCYvUmnNfjsT2x2+MhgqY5ZbQBhkaEYt4HlQ1YNbqnmlw1FMarGQ3zOdHk86u7Y3NygXw/dG5vbfv3It5sSoUgMhMPmoesnaQbtfkdd/aauA4ev3rEH3RFx7puLiQId4zhGkiGf5VAIdq3xtLYjvH2++EvdmwsxuF/VVRkmjfw0MtE1umnGTBPxosDKyGOwFGm4qmgfd7u7rdWARI7H8yq1O+bzDc5sjd6H92TtM+kmmWGbsQy5b+v9hw1Z0+K+G3csHLr68IHO7rT1/kjpzphoCGmWJv2ynWVophr2bSqFdkT9/sdN/XOtQZpi+EyV20uRfpoV/1U3m8y4if8cXoL1mNDgZ+14WH/CiagoSHimoBikulR0knDBeHLaQDqh6sRpEdylGULTsLogEyqS1UU30hRFm8c7TTlAKJqyNVgYrMgCj1IXzwOPUKc3zmShkAJv7Epv61Q8HCzhxZahczxsTX0ya1u1L/wvE9eVvPmSelTP61md/NbERFsg0BkIjKRSH9u580hb26vNUSoSbW6OrjwfbaZOrDx/pG0bWVX82UX+D63dCA+tPH8nXCjFTP+ihDORxlLAJGImnlBweQ4SHMmS3ElCFChKPEkQio2MAiEkJFYjFlVo+bwMgMyyhARRFiqI3g+AlA6kDoYdNmPnhLvyH5FVYbgyF0Gklv+QbBYWCsm21rraSHh0ZHiwrzufa51sm2hsqG2pa0nEw+lIOmvmsy6YDRxYaDvExQZf7kM5qAqnUgxbNo6CagAdGDpyWYEo0bjmbNUh7kS0UL84H+pqZTd1CGjfg+lBYH1feW8aLftisaZYTFENn7tKEd4tKFVun53E6vI6JnqGnCt+NJTJUJ2p6qGh6pR1ONocxX85j/pClVtUFNFd9QwkHBuGjS9mrkaE7ie++7QXKSqszkH1bHXhuZQl6JOEovKqAoHNnMpzpwmR1DQRiDwcFH+WUBVWhUUVCXESWDMERIqIXCKwjmgDyTEHCEZjcF1tK2WJK+vCPElRW37jmS4U4gSxd9eOua3Tk+Obh/p7ujramhvqUolQFX43M62bUR2qLVeOCzbXLLM+dL6tFjlYPE6gNHJiSkqRTJUHeTsIsZLFA33SejacqK1yKgJNn0FSoi9hnSgfW08a2jOa2403BnrArVlPaYahoSk4tZYeOhNOWv8RTiTC6IFwknx2MBEuvhhKDkHr8OLNGes/rMZSa4Fj68/w82HDsH7u7N8BO7f7/0+Gz8CTkBFx0bregYKfmPaSqgKVDaPkmFaubFwrnHoS14sC9bJWH4rKKuX6uKyiPkSGEecJUYSAQpGZKfXt8cr8cF0v/+EZFrZoq63mj80MotkIAjeWmY0ai+tP3liMdNxGbP8TNZHHorh2/+CmgaoexW3MXm85Q75i69Ypogds35vwoJkI2YsHYO0GntUlggaXfmrR9uABvbnkcYuIjnY8gSVjNZqCdeVqzoFMs9m97PD6biwn5QEwtMNeXzFKY186m9dQFOScVUkJyJpYdMvRXTuyOelutoPuSbwt0SLmJqapcOjyodGYT3qb6vH8NscGrV8HldGRhvrR8W3T4yPzzAi1raVpembB855ruWKsiamNI3rzOyZ6+7sPV4dXHhDcujj/DHfmDJe/ZctYoS+Zqqt900jP6TXM5fdTc0QAsNPtPrFAHAV8VbdE2vjpLEMzLI1nFSQjUV4mZAHJwmkCS8YCd1qRSI67U4VyYnE5aTy5QUkNDiDi8KG9e+Yvmd3qrDNgFSPf3ATiY7japRABFHCVAedCYHrN+kp4YLBACM49a2XXysVLWLd2uXmSjnXCRgopATs4IZcGXAAgVXwhWZEmHxva1DXc1sbFEzaswxVjnT2MJE0zono2pP13jpvJbtudqc2uPOaJGEbEgwZcsPO86Il4jKgHhT1RAyepbZGay3vU9p2pxz3hsOfxAwc6j0VixW9guZHpOlmf4Ia3ZSabA/6p9NjtumHoK78GvEvSZ7gsGVLoFZdh3YCzdp2Fw1G4ZxRSDo4j1VXC6jg/Ym4E6w33FO4i/D7C5yeWCQ/eeXyLAUQYCgkrXYtumWR1iWRolll0iSStCbb33aLKgxHAS6JFwmua3nnC6zX3E6bXnCEJPG+MjW4e6OvqqCRwAtSNMiZYJTeBg79RBVW2jsWpCSHwki/9Gxul06thiqXwWKpM6EDusW5XTVNFy5oHeaxv7rV/Hjpl/5x2jr7xnMu0OG9NjZf8mi88WdyOvuvRPob+2VStB+wg9ROaxzq9OT4a32z9vHKHmOdcYd/Km+xHP2QWt1F7PqZ5ytg4CyVsl2FiN3GSuLZw9ckr6sI0RR7bs3sHzQvbR0iW622GKJTJ4T6SBWUMlmIdLGesWVECRHEAp+8SLC7iwl86n9sn4EfEiSuPHF6Yn5ocLHS0J+L+pkCTLBI+5LONDjEHTLjs7GcTcOCxg3NA2NhVKIG04wRsn3Bw7vFvLozy3o58rhQl9PpOo49e94XO7msPHrl2x+xk76ah7s4vXHt4x+a2elHItIzu+NL8cLZOEutbx7ajf5Kb2jfv2DO9ubetvjpAbf/Enj1Pb6f8VfWtvaPvG+1py1T7qe1P773ISefObfXJVFNxsXHG53epVYHeEPlQUypZP+rWAqZbN3yqy636Dc1j+lW9KHp8Qd0ji27N7ZLOphM0nUjvlTWX6hKx6OpWdVW4OZ2k6WR6t6RhVUSQSmff5Nzr8CSee/Vy+h7qEqIT8MryTfb6XSdDkluSEE+Mh7gzq8t47dmGep/XjiWzAbiayZTtyGMrwAhguMAiYdMaAiq/bb+wcfrB5FFDImqPt7vbN9Pql1J7Y9Gaw7U3hwwzhJrkuEzKsvV1D3Jzelwjg+gJWUFKTLbeYj3JU6I7Y+q/Qf+Fava5NN9su1+MyLXx2GLmttDYeMh6Vkb48ZiCskajm5VpV/EH6HP4YSQr1mk0pyZEw9SL6IMVtgNnzJgpTAIhDMeDSoAHcZGG0BgON1AQFBgROGUvHK0lAYb9mfMUMhmCjnAPzcEv9GG8z5YoRxyuFOspNHXunL197DH8R21b8Z+bewz/rvwtOVr8VJlfwOFbYZ/CigdwrVC/KIX57HOCfVbnJOiLXqIW11sPnpWGiTHAqgKWCI9EYj1nchWUlSBsEjENMSoSBUZcVBBge3ACeFpzBKhEF8xG9XVA3zY8NDhQAJSh7k1d2Za6zvrOeLIrkHCBvRtm63hUJTk9TPqifWQej1AV0WNRM4x8WW79EJYqj3y+0p4aYZ+lzBpre6o/TVHp/hTZDSkgr/2CzYn+OFkXOvtUBfKU9dtR/PPcW/EPeZR5lvbBU8WOtedDxQ/Bk+SXwpmzoTrybCW6pfXj0bHR5/B/2advKy7DTcQosR3agsSLFItfniWXKUQCqvtpAZcP/jsN5j6WRkt4HGTw9I93ByE8a3Z8rKd7Znps+/j2wYHu0Z7RoG8mFcBtobqeOc/YF0LxGAsRvN62fhKfxLN6Op5zoGIrIWSzVOX0nK08QK+sNxZtl1lRaW+jAQy2uVUTeSUY91xgYDqigJOT8WlnN7fe1NQmK66eLppjmHyPIcuo7QIrFfkZ8NCq9NYqp9eX4TgxCT7dk1twE5oAoyhEI5aoinDhkRcpPKew2D+msIywbd0rCdo+Tk/+YYX0gtfl8lrfNJsjkWYzihreeDE1KY2NykcVMRFAuwJJQSlYTz52vt87+IJ3FTqaEEPbbPeVJnnCcfq/wAfc5w8Eg1470PjC93fwhpPnmZTtwkzqYCfGjadkJ6Z+sUEcy/7uzoNHXjxysLN7NYE+aoZM8QNy0CehfRvYLa9b9wQkdiKfjQz3XU38r6IZFivfXcfaQxrwcYEDLlmFRS0Yn8DzFMg1ASMRq2iAxX4at5E7K1xLbEfaqC+q+0agDPTSAnrUscyGAD1aLwOuwvDrlEgOMckqroqqxpsUjVb8aOrnOJnEn/CL4qfQvzmnyZedPaJTOPGOueJR5zEyV05B/b26gtt42rZRzBLvRcuFapYmBepdc7UpmiTuv4tUmbcgRb3xelJmyzAv+9x4GKbPEJwAuDp4BCYFgrR9jUgev6Gmaoy6TCCFVRAsT8sKK58WdSwmCRwlLBK8C2kMry0RKqEgVVkiZEmSFwhZlg4SkizNlhBgjuJPEekzOqJEQaSE5Tf0cYSI7xVfz4f9334brGlnWpoI4r3veffDD7z1vntuu/Xak4uXHjl0yfaJ8YH+rnzTbMtWXPgNgZDfAOqANqh5PJ6DFSVrW1dgyT1mU/im8gasuEAHyBmgNuIjlsMCC7CCwM7mgMwDxzbwBuORBU9iRr4sSfY6VCL1+LpNGGzqnlXpsSPfuiZy9pYgvPPnn0ihO7Fug1BD6gFeYAESgmSsb+KZWMKTMYcliTbjDo7Hwi46QzEc/+EPVzcId4qa6Yt2tjEBP+0X3AkNNQQU0e2t6WwQJMMb+fOUHNi2ZSDX3NHUunX38X2ieNv1t01sH+hePHziusOXdwcCm8YOLDl3dB3bd90tR1MnJpzD7qVDVwdkk/KQgsAot87zDIOFb8YatskHSJbmsQQwQdI8T0tomKWYvojf+utAp9tjnQttUmnepaG/zzQFNNetVd2Gabn7WVFwqRH5Vo+JZdFggtVcidrO4tmWZMxwG54En/BpBr5Fi8gfiLtdRqfs3P/hhMfAndrRI+6gn6C6CAXrbA1EN5Zb6gu1ufaacBCqckt3OmV6FLZkPLb5GXt7hgZ7xnrHQPBksLyPlV0ubLORIQdvCkutuBa4jrwPjsFQYjO+2LQSzs2AB5au5FqnvnT8xluu7Nl9WVv7ruLC8RtPX9Gz+1ISH2QzY70dvTWRfO9EbYa8ayxTO7elN9/f2/Gp/O6Ojt3H93R07Ll5/rf337OyfXr06z9bWtpMHYZDa9v06FdfxIff39E5k7lldHigL7N107ZLdu23LuvcMbt/10c6t2ZOD4/emkl07Dleygo4gM69epR6HzWLZbkqIkwkABsjFi3rkh5etuFFkD1xlsbDRNxN2jC4eDLAMp0PlCHGm0+CKtSRQkmdQYyezLUyjShLXWWdcaVd1mlfgKnS0U1NUXSzx8t6rYT1MLoUgBfRUet663p0s0n+w90Mc7eUCRS/bqaYByXpQSbpJXNmbZF7M/rlsvX2N6NXlmfOnr27zLHp+GymiBaiHUuh+wq7FVxbNioq/po8iXhgCsGtnoL1Nlri6CWgFWcECcvVAsvarpXsfoIVWKxcrxIjN9Wlo+FgwGfqmiyyNJEiU2pZiY7HYO0jDgtm3TaLbTcC4bICGB2VUN+6EZDlARMg/abiZDyTDucif+c2TfffRXLhdCaOnq2PPRzPZFa+n9ZNU09T6OGHi5Pkx6ltmTjcYca8KfxIPGPdFquvj1HTkPLqD+vmyqvo9im0XMZLtOc3x6LkrEL8xLF+zIE3KUGdJEiGY0hwrREZTjytI0nmeelkCWAEKxisyxYEFrFwbiBNEbVFN1LwIKngYgS75DzB88IBMEtuDRZ2OLliReUi2coSv/wH5btQaALkHyCsqETzcflcJS2nTE7hdmxPWPwHksV4Ls7lsiZQ/iAgWtSzJqD2ZPE5KvIMeuCI82PJz1gnjjyDU+SvjlgnnrHPnThyBD1gJ49sUI4/dMpxxkZlJwCU3QWEd1CkEo+/zUlWJxlQcugyZdFlQFkkCWC9wa+qycoifnFR1ObxThP344LQwBN49rwcaYBEsLOUl/+wPBcKLVB+QPdRWX4XcjyWeCo9Dk/SaomBnaeyRAFJAZdgqdSOFIdXC5O8d7XcisPlwjyyDhfGj3vjeGEzhxiWZBlymRZIkmJJO+KQYBmCvUDGBE+41mYgaYvjgSfQXtXu+MCJr8VvYcQvcHJbdYBDrxzZu+u+VG1t6r5de59ZSz72ojvsfhGWqV90hwxIUNvOv8dJFv/nC3DbC0bY/YJmeOUX3GGj9I6/tbmRwoAoTUOUn0MLyQGcFT4E5H7KBjwBzy2GmuE4LsyF2z05NxCOYDE6rsd9+Xh0zSinxyvW68ktZ588d+6p4hdatrWQd7TMtYxVt4WKt4ZaQ9Q2a+6556zrWmebmmZb0X3WdSFc6y0hdB9xXvmniKZCPVEK57Wjw8D7gLjzfILfeNwf9AJXK7rQxdARcJOOEB91bAcbyfCWHIhhERfiMs9tJLD/jU19cY8/Fqj8rnGin3i3Q53SKZcQmVks6rEUCzjNHHUGywc8d0ZEPEnyJwgBCXetBekegKUCPCjlf9+j/JmLPrlQAH6Q3k2duXbc/DLpVBiY79yKJPJEHMXABdNYs5/m4o7/FDQ124sKNzabepeqaHnnu14+7IQqo12p3M729p25VPvOpZ3tKXzq4cZC48ORxsYIJB6CxENOdPND+JFU+8JlO9vT7fBMexrtwqesbE1jQ2TdU2X97jZqgYrg2TtLTAGLe8jFUQRKh3G1jwzhvjeQh4G4jJ9H4YLaAFSquhpP+kEHVIoDkitztVXEbUwDaBSU7VK5djpf7pi22nzRK9QClkO5U/sOPn9w3ykWXXPwyAtHDl5DkWunKOn6Pfv/9cDuG2QSsatnSfn6Pfu+u2/P9eTNFHmYZBBbP+oxTc9o/anGSdPnMyet/2CUU5kxODmWOSVxdUOGx2MM/YvMnqofNfEPvpWVS2cr1rcKsN4iYCEBiDNtkqVldi0+GmuAPG4rPITAc5xtfQfmIIqbQUR3VxseqVJx3FS8uibxRAH1i6WGEkLlPg3MzLYpwzbAh9B68pS4gxFpy/uAip2DVnSsBPXagzfHHIhznIKlpFEgLoDlJ+eOY/ZYgDdnneOEqZ3VTDxKxDNh6/+De1E4nIlrZukWQGEvr9k9Yq89QoxLFve8CazknipcowK7jm2U8Mg6xdohKsyiIbooWkD26qOb1yh7gc5OlNfopu318UxtuNrtIonts5Pz0/NjI4WJwYmervb+jv6WxtpsJpuIVqfDab/pCrqDjknCvMAk4YhN5WCU9AZp5MR72dEr6Q3S1PTKq7a8hLBsVXz3FMhWU7rXq18khT5rfQXSqB22G6RBHlt5siyCrbyK5TJvzPy5s/sZ/scpK3uxs6X1VPo5ajuWUPGI7NOAznGyJRGNqCTiVhe3KQQ9krJXuPs8dbU2H0dacOgtQcv0CSToiSkApQc4cI8P5bGyaaOMAH2914fo53qsY9YTsuzGwgIr0UhB77Z+4vHpWlNyYiKxJ2k9HIuhUz3WhxRSlASTBwxPigyiQo+1D23V61wyOJNar6A/R0EXz1CRuV01JJbR4/vj1n3DaF4O8C5WxU2Dooo/Ko07N5BfpLbicSeC21O6kEjUOMYnHlbw06kk1iHYCh/cOtsHF52HtWy/HwcMol5k5H0Uy+HBg8r7yA/X142OfWR8tK4eJ8Z3jA30Nfzmxrr3In/aevFE4c5rtn+843DtNXcMkP4d5Zs+MoYTkZqO37wr+gXkH7EGrWdvbEN9m2UmE7U+33ZjeZ68mfogHi9ZohpWDLEqvAW3bRrhKZzEwtgZ0BEvNotXc9XZ1Vk8mdWzaS7LrJ/FS8vP6IEzj73w4mPWCSBz2tk42Ti4KVP8UGYTlqKeeeYZ62zTRH39RBO62jpb19VVh64mVnn0RHutKkW02b3znxyuxTHc2wQSCcsqEkRSEE8TIseJJxTE8FiXPgms8ixxWobAKASBURzBY9X+MgnZ1OwScH8cAG52PFNuuUhWpMidLuVl+yq+zswWCnUDhdq04UbE6HBhYmBLX3dnrqk+3VbbGg66U0YSt0Oa0JFLs8PNO4A6s8IVBUG7PT94x6gIVEuuw9GtJNt6xBd51IxbNwNCFDrjdT3virQHi98Mtkfwfk5yuSR0Rna5ZOvAaupmyRVcu7Av4iMPx81HI76V3/gi1BM4B2/xPc7zlIj3xSbdq+O/+/AzPpfrq7DxuUp+/mdxHfG4lqqw9JIlhohRpEw8oeF6usxELjwuushlEZFu/Hcay+yGWzaWCd1QDV1dJlSeUU/gEjV45jTBabTGYU0KSyx3eQSSkBBygeu/G/cE3W0s4kohNI7RLsMKAWXTtlAHgPQK1+PS6/koQ+VP/9GfhVWz4eGO9urg8Ojw6OaRvu72oY6h1ibH8AxW52C8Oq7rzl/Mx9bU6zBegwqBQBwCbYyBqS+HdQvbqxhA2iAKUY9iTaPUZaBZhFCZCwFPB7mo2Rp77LE5+mxr/NFHt//uaueoO966/dHi0dYYmp5riVtPxlrJUespgPlDU/HWVusBNEW+Gmude6x4FLaPwYb8lf2sJcdarafm5mzQwNGW+DlInINz586tYixA3bqJJK7VrxTELELiIFJYctKp33GCIiUSq3+8ynH8SeCrpYCvVnIhEUniogYLTAzovoyMWIXBio6Cq0EB5zBBsIlZQN/lQI+ecPKSliEzleeW/4jcFgrhdKq/r7uro70Fi7GpofRQPIK1PDxG4SrRwTDo1ARQWJfgqU3k1NK6SnCmUd0RYB15FuspjnSLnJqwDmxvjaP3xVudGkHvh2rYj6shDNI/imP53vrVOyFtfT8QCyA3+ktcB2h6+3YobkuOt8xZTzoH5Bjc/H3QCx60fgnUdgk7jWxMDXaVD7CSC+K6wkm5hBKx5EI8IZG8tKRAxAxNoiUV0QQn0tySjkRCYEVhSUMsw7ALeMeC0Ydl/jBeiMrYGGpdFMWGV9CGV37at9TXt3TLUl/v5X21Q+n00FbY1F70LPpAP5y+9fJefNk5PYg31Lbey2+5vNfeWPeU7sWbxy5+mrzr4ufPtw+lsOa+qZBvqE/EaaDBplGJBxvrU6CxM2hVZQdE1HR7bXskXIGMtJGqjtZmetSESwZP/giWRO34ww0C06x4tm3H/KU9nbnm4m9jCXR9T76jmRRiiWzb9p0bcgnKl+7c3pZ1u2PF3zZfaX3e0GOk0Hxl96XzO9qyZUwSlprDozfEpg4Q08Qu4rOOzWQMT3gCglBsQUKCdJpgefwEOI9iBQEtqkgiZFGSFwmRYDiRWQT+ap6F2Fx7ZiQqZtnxi2SFZ9XlN54X7tpbZ/Idl8zN7Nq6MLVldLh3U8dAvpDtzrfFk20aGwKc9QqbNwy0VOp8r1+9vRkLYZXzabJiPs1vdIH+m0xoxQ8aCOVuCD73S0/1yq/iQ3V1Q3HqF/HBjMdl/Yf172DYBmcgMHJbLY6hG46f3OgCV7aOf7uqEc16cG7FDidX9EqVFw9+xUaHFSoLm7D5JD4KmWYbbELmqu8B1KHja7WVOE2cIW94+nak+8vx+ncQEidw0skQ4gVgM16uQgHVpQZcy4Tp0lymtkz43brbry8TQUMhgid9WGAmlBPVuNkTBsI5MgQnMdwiIYhYKpQFepGQPUgNyOoSVqDcfs29iGdal77gRa4wMoIuY2mNWu8ABOJuLVnJzjhfRVhe9128asD7p/wuLvvbLBFe+DLei34ZWGS57aJfZoOC0c//Mvrr+zJQJAapB+H7nP81Cne9kW9gKEZQWYavYCjo9J+ychYWFgrD22bdboI4c+cdb1q+7aYbT123dNnRI4cOzJ7eduv01JbxzSODA309+VzZ185d786ksO5WHfAYuPHpWXdbDRtY7YDx1e5GmdkceB6VdH+bQC0KxoJsMm5m80Cwxtpu9c6YaMYhFBGwJUGdY7l8mxNwbdsT7Xu8PucWMC2BtgdBN+lUziY1MbK+fJaKU25wWQnVj+J+RHbj/jQ66vmOJ2Rth2R9CD1uRt3WI2fPjp49ezreMTjZkNw0nTALrKiPpTNDbokpCLGveLVqVYxEm41IONrZshn1UaarMaLpvlzcXT1wKhHro3hX6r8MDw0PLfVwofr6kNNxye7R0RD+OJx87rlQ/Vl31Bw7e/astSOyY3K2PpWtqTJlT9diu1f1ZmtMRgpoPMdzouKbD1TnWqol3jBcAscqnGbOdQarWr2CgYSXXrK+XMZmpuPUJVjLzBD806lYxE22QQiUwThwgoZXRekkOGHkDUepTBp9yJAQ46OSDJUnMxpzDx4ETRJJz+coT0yyXrZ+qcU1Kve8IssKyt3DxU7fvmw9/y9tYC9t+xdqmpetXzSQIV1WvmM96w4x3J/9mSCFFZT9jpxQJNSA/FipuA+x1rm6L1v/dvfdqObL6+wxLsJD1GEpcpLYQVxSmOOwYGIgxJCTeFrgEVCcLEmsSNEAE0eXGMNgYZY6CHjMs9NTI8P1Ga+5bXZqx/SO8bHhyZHJfEdmqH4wUmPWeevAD9FI9SEf4zWd1weluQb/X4zOKL/RvBzXy5Cm8XLif7BK2IU2eU5zathlPStKTO2R3xwZP3X0UFd3d9ehoy+XE6cuvsJ+RAsEwoGA5uzIRldYYW8TJOuLrrDK3cBIIvL/5shv0GXr8rITQxdfiLfaIaPynxNH9SHqI7YOFrBRl1vxPD5CjBNHEV2QA6pEyZwPsTJI7SYe8nYRlERKFPh5MBKJVSEZl46MNV2CVmnipAthqVGFeDyNRtppQtPuJAQTSZQgYcnbQJzMAD2sTbKOdyy9X1c8vBtQXGaChd2vmbm6/MfkvlDIDg62t2Uy1VVHDx/Yt3vX/I5tW6cmB0cGR4aHerraBtoHHDTpRLSqrrou745HvGxVfbLkzp8ysrqN9lGi0uvIAw1VTndW08AXm9KzetpsaaU2OI8cpIdVa6fX5qlzTAFktviyqusqmZKvv9UTlmPVt1bHfbWfubU6ZidjD99661/jfbwazjx0663kr9zV+j54ZJ9e7d6rut3q3hQ+lSLvte5hBRrdC09awz7zA/FqdL19cE91HH3CugddX1NjbYlXk1fD2eLZ6jj5RPEseXVNTfEvShninHGGkCit8WDB9mHyx3jEaCKuetqLQJqdeMKFm0MSVuXQCYbDEi4LZikslVF34r7L2tMDewD3YhbPUwknzPq1b1so4M8DN2z8QZluT52bh6W71lw0VXLgtcveXv61Y8+7kD1H9NuOAQaEXuSi1GmLY0QR6I9YRft7WlE0HT5TEMlXJQbhj3Zpw8U+8v/Q9iaAcR31/fjMvPvcfbv79r5P3ceupJUsW1pJtiWfsi3HtmzHV5zYxjl8EIcEbJwQhxD6jyGF8C8hhNyUBJJgArRQCiGBlJarhHAUWhKgQBrSg5T+CN6X33zn7cqS41Cg/Umr9+bNezOanZk38z0/3ydI705e0zVBNzlNF+72GE4I8CY4kItzgoR/YXg60TzsT52hESxG62trNTrDxFOAwsKfUhgSsiQQEDm+NspxV2cyYRoEDVQ6F3cNF3OJjmR70G/EzZgsIJ1oLMrx/Njn58u2C//NNfe5s5ezkOfvgWP9/0QLhejxaD4fddKRQiHyIFzjl90kzZ1ww52TiwtRZyfEMMJ3RwsP5KP1T0MEQjIVzd9GL4rwPPl+NA/8DB37LeRdzM/SAns3r0EEZOmEFzSZYJ6BLwgs9isPKBM8zwR9ENNH4KcDTMUMOhBmOUv/Sv0Zu1S1M/2hvyqXyR3l8k+c395+B0a3k3fVP0D21j9w+8nrbv/AyZMfaNgkLKN934sWsdV/d21HG6WpM4oocBFM+DTdX7jVikQEDpS8J1mUBMr2n2DSNtcrWAXHc7SZoSHuBMHwNEGrVk4up9TIkqHB/r58LpmwPKiX9GoNQTrzxmBon2CQUAazI/qmMsshW7JAloJtSkTgqitbcV12acZrEtyZszcEMrKAa15NkCVJMhXuxwHRp1rep50z3B7nTCATwIs4NeM8U1hcoJ9vFxbn8/SUh6s8tyEW2Kv4ROerTpdpCwLhuVNaIgPqJ+kw/hYeWrHC+bxEmaIOKajtDcTqb09CsXxywYnJQr/Gf5qD6Dhhhoi3Bj1V01cu7udEYYJ+MTIHy0W7DZMjLDDTIQXLdAQZlqEqqTfpTSwNAzztRV7Yb2IA7mIxw0CfI0oMlotVAe83QBye+CMqma2VigXQYS9fNlYbrFbKLkReOhHJR3OhgGW6sJse13ngwkhc8yG6BHfBdaWgvzNKiMFQzx6HY71AUzGW+mkTsut6BtT1Vjj+zBsKefF+LaMdPgIYXUeOANLNkcNahqU5YQ6qiyF3PQpAXenQz9zT9zT2fLPs4cPNsg35weXcK0wnbiAbBWt+O+AxZEkUZBd+3wcoqH76RUIGDlnMSEgoMJMhqxc/7M168cNOpYDvCybq/+C0x0P4PnLjl2T5S48uq//wbqUlhF/6xCecQKSo3E0yzdjXBxnmRwdaimq1JRp4zHRnwhzhhnroW879HqrOGP2JuGatgXNazgsrOc/TcZoMR2VhPndQunbn3p9esuta6dgll7106SXHCJnLIdqbd+z54a4d1+mNvN1vYnm7/5HmkbtHa51rKNEWXNP11p71Yfqz3vmFpL+nmfkeXeqYsoO2veI7osly6f+EbJFm058pV3dwGfdThvM5RDt9E7oEqM5kjEhidwshGIxdCX8T4hS68oEbooBcUCIJyRjEDgzWE82hehK0Z+f22Ys2TK/u7AgFDE2RUJZk1AV6O4iyuBA5mHIssMD7gSyXGpPVZAgFIyTIjcwBkjA8ktfHoSNfqT+VbmlJ42Aw7ny6NFYqjpfIcGm8aLWYLemH2wqKWprW7IQ2XT52tLM3l9tzw/U4Fw7nchdvS+UiEXreWv94wIsvBUct5w44nm4cOK0lXT+eLrUnaH3kbfRAK3de0Awe43SL09L2xuGR3mk1YavTeX+2rff6G/bkcs6982pO0/9Eiq6z2ZdprWm/n83Jg9zPaP9HUDfdcQu1bCGpgsbUtQ0Bbekp5AYg4I7FW+wKqPjm9VwXdv1+Gn1aAKvyC3RgFzFJkgw0+2PxzaNj5cXBYHHIeZxecm/qyAXya9VAUlvbc83Rjp5sdtf113N0+1y6/eKl4fDSi7eTLza+8c+ScihcXrxh+p5Renm24+ix3rVq0lbX5gP5jp6T1+/KZp27sxdvh2K0cCTCdJn/gE/hHaiIfDWPrUki777fWfZ+F2EEQeNN2dZmmOJQUHSpIBeGiHIdN3OEf1mUyCbC25HWWJJgnQh8OJBQraCRtCa8dB5u5CTxBxxHlnNE9yfT+WIsxItYNKxwsTuWC4yYhCHUs33+veQhFEODECPYoqs3hLOhpDMHeixQYp+QaPV0PZdPqFhGvIxONOxAECXr+H2aS/1o56ifRByj/kpPV3sr4/QHE4O23+vRFcqwxXAUDEKqGXtO3OZqM+bi+VH2vv98krkyRzM/hFuc7xYq5SLZVSxPqlL9Q6JmkaffZMd913p8AePagOHxv8njt2+bpKvhY4VyuXDLLaKmic60tflajz9gXhuYezQaaOoM/5X2wVdREJXRWrQF7UZfqgW2XLRkgEfqaD8l8XqylMvUIa5vke6Xy5EqIEFFJ5FO6Q/9CNIkQjSmQVQAdEChNxUBTM84HeDweSRpvLTvnN3MHpjKG2K1qYUV8SehJkkjJ//QqmZrgV07t2/bvGlmPd0iQtFENBowAFsCZn2WQZww/KIyGDmPYqkXLK1LQwBBQvnY3hG6alCqmvI5ASmT66+GghAR2w6G5kVZpKxQCWfsXNaDSzlJmKN13q2pucM3HMqJssbLRu7QDYdzvMHzq+IzOzdFAH6LJ/GZHZsgRgDvjLzyyO2iJd7+ULgY8tUr3mjYhzu8guOQez9lyLfdZt1D9nYu7aSfByPeJcuWLZF9YT7kW7x8+WIpJil2d29fBxFlYhBIcTQlPjie4QTxhlvMND5qRcK++vPeSDhI0C75+szIP6e7O8d7OpkNAe3Cz5OPIh9K1KIezMILLfCKCwRtDgz66LqLxZwIDnB0pwKkce5Rg2j13+qWz3CepLtvzsBx/IKWJXdrOaP+FyYxcE7PRrHm/IaUjLl4mN/jbiffRlE0gLprHWGN0keopzVLiTnYSBqhBjl8itJL3LFKuauzkE+nbJ8A24MASnCJOcQUGrDaGdcShgOgQBFMGLIAECiJAfDXo9vnCC5xLc5/iNzlZtp2fs1jr0I+rHgxv1cNRJW9e9WYD6t798+7IFc4zk84ZVrlKU2zyaEDNKl6POokRxxhrxILYPqg4ovPlYWK1AZO+39xB8lTdM1I1mIxOtN4CBGDm2Ba5FggHPAz+wtANQTPQdpY2pVMOqc0EA+5nXokYzjfcL5hZMLYwB3OMwbNwD24x8hEdOcZckLPRA3nRzhtRDO68yPnOYNe47TzI3pt4FQDM5529ktkHeXS1teUuG26bXGFxh40F5CLNashvtXmtTT2modmZz8ZiMxrPutr2s+ss4Nl1tngEkmeh/afOWNkdMN45BGjcRHRHyECNPzBhwzDm9UffBAuHnoIvsODjLdx44QadGYARu662hqw9MVgvUoAwUQ4iTAEz8MIArIDvQXhD/jdqqhwQHO1tsRjGHV3tfS19mUzsVK8FAn5LJnSjdjQWPh1pizLZRlUkTAHTVcpB/Gc6TxdUzPzL56LdcWiXfH2oXgXua8R7CTWOuwUYo2wJ0P4nrkkUei5JzHcGutJTM7l1l85V+5cqrG+/hVdX1+d0/cX0draqqLrP9WIDks7gL4YdAWkHDzsLMBMHFAoX0e/+iyceWE3dIewPh6DFwX05f4A/fWpzKlqwMVQYpaWIGLBzUShKZPDlX6ypbqhSj/OZ6rrBwfXV4ngnp2RFjhV8cGH8NlW+sRA9W/pid5zcu755saDX3zI/T7f464lP6fj14WWo2k0i56oBUWQq3dgkY9hoorFQo7jJL4hPRtGwCtjymFJHHw7YIZAI20Qur3yBzRT5kSkKqJ6wIMVSVJm6UkBvkgB5mqxW5pOjD+i+GytMDXZ3d3asmnj+nWrV01OT013L+8G9/fBvkpLV2vX0CJfwAXBKAGPyxywKZWxpAFwQRcdxhRTumSUElGSVQXcB7oy9ruTJ4EX2hxITRycKlOSA2GGP+t1fksuiWsRUwxyJBmp3xlJidjrMbyWWPVHQq+Egn5D7ry3UFtdy0dSqQi2o8nUfbpth4P25IPlTLAYxjuCFhYymbghkaAkS52RZDLS6RWdf3PeZ3jEqhSjnPlHPUbQTlwVK9YKhVoxlor8I9RGD0/TvZ5+no5ly6FS0F2fXRwpG7Uj+fF8zBRIud0vgmZgAAArPBjDuw9WYsIAaBFYWKpRjGEJgPXrRZ4X/16QcATr/JDz75zCVTmOFnuW5n9TkCFfGMKmm+/8B/6YoNM8WfimyPOQT7MVmv9d3s3+hsQLUA3LxiZy49t+iftL+t648W2TLLrtEBpHU2gjegM6iq5HM7V1pgJ2qu2tpXwuEYeAtiqmexBZffzqq668fP++vXt2b988s2HtmsnlS8dqSxb3VXo7YmTFeYteV1fXUNeQ5ePBtkwq5kplicWwFVhQWwEC3bpBBlgW88UJFeCJPkoJ2CzOLSUkhGK/xILdCqFGaFx6BwgOmqazJgcF3UqA5asWS+w5hodL/wt0vV0tFfuL5A57PMvX3urtG2ur4Dval2TaWxxdjiwybQkUVasE8kFK0/kmDR9Xf9+0T5ohN/CSOZIGOVC9T5nRfd5JP77Xu2xFZuI5PWApulJS1xnlM4IiEE4WI1owbkZCHUpGHoA9aDgQaTV8sge/pywZXrrkdAm8l/zHtLxx+4yamwzr7fFVvpaEHhnVoori80pF74ZcPBlr9feG7UT3EqVQkDNKzBxI9qtt6s6gRx5ujXSFOjbqyVXhIkcImaEtM2bkCF3jFC7CC5IwrUpiQpoI+7YP28akrNIvNCEoqgD7MP2TG3vbHeRhiG1cC/B4QfjuUJjZAQYDdHtlmiwMoQ8HyuRWw3BeoYQ+bK4/0HWcNzLkLrpJOb9xXoHtCTLg0KCJDuKbKecVrtnnu2taXgb2SQn14+Slug/fvLFB19C1nJURAWlAgOiMzEmY3HR+DTx9E3jR8rJJRevx90vcwbqPvNT2EK3NecdDDzXrY3tDGr2n5qE7nyTRakSBUMKoIaDqRpJIWe0jiIed8IhMlz/K/YjMuYMH+6s5M8NdYGa4LlbrdUuA1zLTDZ38b8vM1mxVaSJ/+DxKWk1ZlgItD9GmS6FqqXDO1nYJztmA41EBtoU8ucr5IN6zqnzXvfUPp1paUviJRNukM4KfmKTpr9Mlt3zPvU5Lqj6VKLakbrmFfOKWWxJtrgzmZ6RKaQF3X1xSW3SOzxUhIA1P90AJsy2QnniwvaEbIN3ylFDQF/VHTUOxVMvvk6GZzS0w1NzwuLmd7+6OkQ76WZWCY0fKPZFb0u1wfqJ9FK6dZ9xz04by5wwjpJ1SKLvpWvPO2s1IIx6ieU6qfiJ6TI9onlSwZMomQDTKuinrJ5DX8Ble30k6Uzns4u9SekYTAMQrgE3JYx5AOjK8urEf+SzLN4t8Pms3snzW+oH+SBj0xpsuWjbRv3tgdwUcyFqKLgJ9PNweafflsr5c2obNvuEiwHiYhtEycDDYZRcZl1Op5hjjwzGlMYRByJ6Lz8isaJLEtZxxMR1FV5EMQVAYepG7iZGffQek698xxtaNGU43s836JlzU10H6RqO2vmZunfmoSc/Gx+jNrzgDVoTLFBJhWSqU/KJqx/Kd1faVA/G8J+SJhkQh0Zo0A5ViNBSRsz1Z+iGvRrKRfHd33j05t4azkUJXV2Gm0N1dcN5hRWbCeHk8GAv4jUIgmSgGY9HyRGGi0+fVPLpH99qJhF1KdSQC6XE74vSHs9nebJbpUN/D/QnXQmdWDqLxohn0AljrP/+jf7r/vntvf+97difCgoG477/zEk5Aj3/EFfidb0nNTHh5gc5Gnj/2ta++6/Sxq7dsXjo+vCgWBQgoP4vTyHqOBcC0A4UB8LdtdDSo3wdKIwzSnEFjgrjPpANUrYCfO4iyirms4I5JshFBM+TGz0xhOyVUXD29Bwc8Um5U66/2M4/fbszq6xb6S/0MwMSWmr8WvYAPofOjW8z104e5XH+RskoEoJSqbmNSmFYFv6PNxFtJKB3AROG9qRivkY95YryBSZjmYUXwvk9JGUMFlY+k1HS7If2d1ydEPCTeZ3ujgs8byaecusGr+SEjZYlme0pJPSLHIuOxhEHfAl7CHOlrE95cDnnBGYL+D86a4Shj5qE3ZIAeJmJhdzIrcjiYDINYnq5Ygh1gXsfsw0mCxEmSJNNRgBxv1FAUrEY9vGds3ZBX9xgj2UJM4ETc/Hm3N8CFvT61mPVGFcvT3WHczHs9nZWUN0DCXtlqyXtjnzYkJd9rpAK80RqTU2u5aMpHBJ7zp6JE+Bs1ZfQWZTGalhMtBr86FwhwPn+BbmRKakNiUPGSzs2t0xLhk7wSVdRWscgrrbwk02lhcwpvq6N5XSQjPpv4rf9/h+1ro8SxocoagXmmBPWAP+F8jnYGx2NRAMcRQuhOQrhcV8TwYI0Penq/eqa/lE3neSEh8OpbW0NWwDQ9skQ5Ip7n5nxXGzHUh9FatAOQwhElnUxM130JaSIACdJdjGaI5j66ekGAQhVx+5BKu9JQ+QOIdqSxGRmGshMphsIEV9tnN65fvXJy6eiSvt7O9nwmPpwYDgf9Pg9tv8CjGI6x+EuvFVLNyaj8uf4FoJGuj2vTiKyLcve5+bIveA7Ptz8rB23y6k2+pO8mcJ5rJi4C6Lf6Cy7k2xwMXH5JfWwCcP9IMOliy5EfNqEAIQvHFlTCEviqiQaO5AuNqs6Byh1yi+WTNLv+pWYtACvI+vtx7nbKrNooTPntNFAN6VSSbprhkKqorhzTz6K1lXopz8xeTaCZK5Q2xANFXKW7KKX7StUQd/JWf7+//itVKvJR77d53uaJYpO6ljxVvgVvvaV8y/QtZNetfvqIEvie7fVyRV7niWlX65+566a5Rxh+WJN+8NFWpSlv2Y2qaAmaoM2ZRlvQpbU9todOVEqZUCJ4xeT42Oji4aH+vt6uzrbWQj6bSkbDQVMVuRTBm2ZWLecp7QUmm82NGELecmSWzc7dACK/fv06jC7auG7L+i10OshYboSzlOg3Lg0AbevSvg3SudSgmqtwKfTRWwFK+RYkSriFBvqA7m2Sy0JwjiSm5DJ9ukwT+OUu27DH6d93B6yoJ5NJ0DXi37rHE73tTutEiBKt0wrZOx1rmSjVb+FnBGGGJy9s5PmNfL20DnJJ+0RLbNpb/2YXLdOG1yTGu6vdd2dohdvpH3mVZw9vnzA9irVK8ZlB+rQ/X66mgul4olSCx7vuaT6+123K9gcT410D3d0DtM7We1ti63z5AfbP8m5trg3PX7BxAf1xCKXouPSiF2pqL9bUKJZQU/c4hJhhwBHmzHqIbjiqJqj7wI+XiEQTwQUdSRjtp7QGz7vR4kHFLPEAPAmOxYvQnGXBH1wD5cvPFabr74k/pPTsbC0SCfd0t7cCbBwlUlKR1EAe1N4GeLYwCClK8zJ3FqbhYW+2kGO8tNWKrYbPlstkZ/o5zXkaD8LfLe3x+up4e3ucfDrSVn/0IU38IBEoPfmYpKpS/UpRI58+PvnQJH5XfSreznXGyCfi7R3fcSKihv+PI2siuQ0ePHSoIXt5M/dNbgwlUMHFZ8dran7aXk4grUWC1ZaoxWlzlPYYaLhcp2okyMIpJMqqLKonad+qmoo1uq5qSAO6WkYqltUDcKHNIk1DuxVM2dQmqsnk710RUjSknJhXn8LqAwhvTVnfENkt4fH/pE3/C98LTB19oyPDiwb6/JZt2XZ/MARoYYUhFhWCIbz3AT4aRAaq9IINEKU2cE7qrwKYc+Ncdal0SpxWXQFVJTjAfVHHyhkjYZzRdSOhHw56vMFDeqa+VpjZsnz57ex4fPnxycmR0eVfzA5ls4l49lo9q39Cp5+0quuHuYDXtr1nXzysY3J8eHTEecR5YNHIqPOxhzZu2/nnO7hdGxeNjr5xlBtl8+GtdD4sOTcf0L/X/JTU5jQ1kySYT9P5gNh8gGEcQSJRCe0o2j8KHRrKTykAvA4dh2jHnAAl0o3AXKkaed3Rq/7u0iJ5veL/0///R41Z4X91zEYm/9sx09mQcUcXTdDTAxu37fjznfOGbJ78VGd2HL1oEvxNl2I6U1d76P4jn4LoCRzokUAvZzZDFRrN6KY6MJMq4S6gqquUwegC3DjGxxYvKk9WJjtaC73FHtfsImAZYTMEJktY87LYR6J9zrVsofnSwnxmqASLGzOGM0mO9XWjq/EToH/Dj4E6zplm6a1wdB5gaQLYt44D6UdY9kc8fixZik+6R/Wn1P1+HpR8dtz3iivVwxIEhozar8AJ7hh1UZYM1bhHTfnVy8lDho0WyKENFKGzv4JWYLWmDWJRWd5LXHMYla2BWManIHqq7ErIkCKIggLogpJ6k9ZgzPezYKoKD24HzJTFmGcP01i0Xq+i313HbhX02GzR+p82hM7/Un9fSzEe9ZrjteFFfSv6V3R3FCstlWwqWogXgn4z4o30lT3MpdQlQd19SppnnMbNS0tMr+AOL6XoQCTCzK4powaQTGxH495rG41hfcywr22MKozwpe6oshG+7JHGAHMB54Omfz+M1T2ST7F43k9+aLoj+VN3ZJ3fuCP9CmQGTN0mv6WDPLsfpsM9hirxFnmFDbJ3Tr8CdIdOuV+bjnUCZVh8PLBy7UdDlDocA2/DOB2jWfDpppSe6PHgI4amZHlJV2XKSknivhT2JLFpecz9CWzFsddveffFsD+KfZzfty8SsjNCWmRhlZppjuwMBwM8YEZQ6mLrXN0i9pz8X618trbaMGSZ5+eAHeeAd343oK1hGZbXIwPKjEqpGMlneXNipN1fsXOWXenPgKE9Bweh0p8LzfuzGn/SvL/SHM5tf+74zMwMmaKH+vsOH/7soUOfOXz4rhn2c9fhw585dOizhw+fcq/Jt2fqn56ZiSyaIXcMJNy8mf847DxzyHnm8K/ZVfnwqkOrDs/p964hZ+jIimdUgsvteARUtJyfiRQ4un6TCSnk46Uf/lDifSHpF6JIHlA4M6g633e+rwZNTsFV2S+58rbvcteSHzOr8jUgO1+zdLjMizxeLWCeEzlePCmBqahIGMoK4G0eUBgTPqvguXD2QRsjsCPs7+vpdg3JzwWHwxcM136hiHHQ8t6GWVqot2GYJvU2TNMo/9Q3ivHLB7duqfT3V7ZsfbaZODgXW+8TzcRPZVkOyXv30oMMp/lX5McLSrNEfWFxlsCPXah046phk89fw+kox96g7eiN6Hrk1Dwdral4QODFw7OEGLCC5uhLtWUOTJtXBJ4Sd5yiK5x+0sKGTnTjCDIJ1swjHtyAaQUfREGUAU8K6YaiA+AU1gC8WVNVtp+re+gGr26Ad+p3Vk1OQt0EQJX/4Mpna53Hrs7nCXrLm6++/tj1V1y+a+eG9eNj+f58f7m7vS0WDdogBdAUlCM5n2vFNecgViwxv+xKNVSuMuMJOtAgBQC9B7OY6G+y+35X9VFshs6iVTScChpzhv72sfh/WVdiNoIbMwfMM8TC/HBj3Gx9oDRWoh/siQd/mG7xPHtGp3vEmV8lknpp7DmJo+mH7G+0pMlX0i3X8hI3xosy33vRli9v2VQVFEHgTa66acvTWy6qcqJCl5Yt7Td/eHK8kwNuh+scn3xg+USHyXPOvxfHS6Xx1eOl4jinlcaL9SdpRqK9lH5luh1j4b7tusG/SLPOwEXbRa+kS6V03slwJp8QVU2eKfcPVLYIPkGLa7ItbakM0EuRDp0pG7nVGzpaV9CG0M+K1g6atmm77iyNrYVvtna8uMC/Mo56UA1tqE0j4AiwcJIFbcSI7FOxgGROkPcBuJbEAsDSjRA8fAGdTBKnUwmMRoYHKq3FRE+qJ+CzPKpEWfg4jjETYBjMyrmYKwDt1JTY5ITX+AJ2Yf95Mhv8Udovky1p/DDY3U1ONozEnnc2utZ3+GGaUxrLtKSdjcwyjz7HbaA34AKM9SabJmnP0j9Hd8vjl+mhfpwVeBl6lelMHuNmOY2tY5trG4t5wgmWh4DWr4A5L0R+lTAngJHiSYgDKwDQYzNs9XkQwbCa5TLJGKxjpq6IsJLJzFt3TtsBngrVEp3BxcI5lhVoAClUpbRAnkG8J+D49E/LP/VzmFkM/nguA4fo5fNg5Rf4yaIXn/YGbqXPJ+ddu3qlO8lLXIru1UvQbS4h1o/omy7wRygPIIhg3E2pWYBgoiTsIYD0FXiJfh9w+gGjS26XjDkMyp+qWw7M184rKCB84vVLztbCySRCySXJxYPVvnJnB21M3J9PqBAHVmrof100bLC9yTCAIiba46pMZyzZzE4EjHG6CXvZK0wSSK5Z71VFxa++Q1Xfpob9RFjv6PHsKGUMxPU+XZQj2tsU5W1qxMeJ4nr8Sjw3Qm8VN3htSSHCLUpEfZvi86vrc/HPfIbeIIfXWwG4I96oRJQb4Za4Khv/7Gczi7IL5KKAVTuAlqMPPb6UkoZgFQNkaQXQpelcOKLRTELEI3N7HXgEioK0YM9r2qr1N0qBSTctRsnlk79HudlabqjqBukcG6kuH1peKXcNdA/MD9Gp/y6f5wtvnc14Wf7exuvHWDcTgxc0xC9jgdL+7lzyMhZQbbC6Y9dPmokjoVKpq1gMhVIp+iemwBd6YSE3efaKBcVYgnyx2AWl659OhXAcanB+Eko15KPv5XoZAmSOrlOralM5BgIpMiNWECfyLJz8IfB7AXQU4SbJ9VOQoC93gdplHUYQoiSdCvq9piyhKI7C+1jIMasDJlalcyw3L/QIpxB/rlTFgmv561oBkwNX45sjEaceGY84gUjkwQl/KOTHL/qDocWYOD91/nPvzPdupU3686B/oz/IDjJ+V3Q8grUIlBiPPhCi/eM3AuTbzq+dH2DN2fzc/+f8+nZaTxHiT7s+xA+xmFGA4VFFw2gUTaO9td2U8tZPGSaZwyzn6V7Mg4+WrGEI48eQ2Yn42uWIrmVozcpl4/Op2q72fKVYySQjQV1BfuL3nrf3vt6CLJ0HhyFl+jMC+I7SP67hqNXbiLbBddbXAZ9O365H6WuUXZTIxuvrwFOKPBrPHq9/DZywSBmO9a+RsvOOkZFX6Mcyj4PL1HHT4gLZRZkFdZz9FivzKFQySl9PONPDK59NHz9+HH8SfK7gr/G+Qj+mmCd2Fd3kWg11u05WsJlJvOs6RVTihiDZL7vMnsyYPQW7bhhdrnnA71tgthYjqMk3dLYVsmHb1Cm3nyIp1ymmGewG+vC1/d0Aim+aJ9pzfdvp/HOjVyzT+dmCbs1A/zX70lnJepELWHGLfs7vQGdlo8uyceiyc3il/Qx/C3prFC2tjckN3DrXLUskp1QsYvGUxBEXSVA41ttj0V1xaKBntHcEvmck6E1ZSbrZebDp7v0Lvate4411zq2PzZbz73NPgGPImoajyFxyNkgT7hWL3u5dDQGSuQ1B79m98AD3AQhy7vqauH4nb2SuJ6uY38k7gpbzQZbaYwUXrOtxSoOvQLM4/3gZC1LTW3+1wcwaATWBLjBYUfAhGUuaoElgOUZ3RDDo5kVd5PWTSDExyMr2gw8DDz4Muqrqm5GuqzuRqqsgwvDROlfN1QmK4f9hlbWVC2vDp/74yiCA26qVGM2sWzm7asvyicVD/X3dXa2UNJlP13n+O7oOA+NVaTpQ9DdQWuhmUzjnVjAHruRfCLaWcwk+CG/A8OWaBN8nNO1HX2bQc8+bALbwnJao15v0HzywkZ5Pu3ERGCwE0ICQgGAJczSgU1AT2nMA12DiJNT25R9pBxsVNEhDMtyWcHRW0cuJNjY/Ps99m7wIcXLoHpRARk1NxCJhyvgrfLldwSaYeFOKbQCMWAE/m5IsuOTvT2FKNt549itBn2F/LVky33CH3Stjr+xrvaR+9mu/2PgL559IjPzY+ZpcatOu+4kd4by3zxreMLnKbvXtdt58nfO+uzumHsC3Mxnbb7i7yRfp+5mg1CmggzzkTqVFSCEyUY7oEKuZF4+4MWUUN6aMIHEgv3KDyuxjwWQAPQkQJnnAplzsFpZPstIS5f/+gOKztdLgQEeb5SVA/o8NjpW72/o7+ou5VDIc9CashAuoZ14AUE9wua0GZqU/08+QK2FaFObD682HzqMsGRDrwHC11L8R703GelPxcjJZ/oFzU2lZ29q2ZSXc8SwQx8+eo5NxwvL7yRdL6fqTQOOTxenS6WTvUF8m2TvYn3E25twRz1OSmX6edcMzNeyxfsM9SSmIPGpBhz6ZzRDXSdf3/8RJF4RK9D/l+/3DOeaky0S8fcX+ITfy6XxHXbcPm+65d1OuZ7UkmyonRMRXFMMTiHfEyTfjHbnA5voA+QrpnEqX6L4l+w2O6B7xC2Hd6YkWi1H8DT081cCVerSx7g9DVOe+EmV4Oin1QFYDMADfCOYMoT8IeKXiY5k0rPrp4cyi+eu9/Hus9xwztpewFYC4OMx3qN/C7k7HR8HkZi8cnENzye1WxHD+3fsu2Uf5a81wXtQjFikm7PqH4S7ZYiecZ2iBZ+AKd9gJsiXim7UM51+dywPGNZQ+JESwdaJhS/fN+iIN2/ZXj/I6V0BHwTNnU4LoiFKRlFKkHAylwjm6lSuceACBIGSzClJgExg8g9438D5kIqSb6ADSCWFA/QBXq5P1Rw5decXF21atcCPDLBrsceWFpTZ/zgP+D2y6U6o7x0yjAJ1pLu7SEtyQW1QZfmvFzvUDlDeL2ORC6LPfIgAfV2xA3HCjJtM6bDfSE7vfsLRidljMLp3XU+V4Oh7xDCg+jygVlpUK+a5MayTlDy1q7QwMtVNKaU2vsm2b4kvofPuQv5jLFTMFynoGNSmZpvm9awyPz8wkjfi2AW+gtRxvD3hUTVYCRhGgHWJmtaVnCW5JlRN+K+7zBZPpN2yomqaiRbypfOdbzVxx+PrjvZ3tA9VvjtpZ3w1Hu+LRULRSPjAST3QMPF0daO/qads6UxpZI73VThoxb8ATiaf7uwaKgThY7OSKIwi/+pvG/nwl2lnbTul0fXPaomw6WY1EShCLCGDmwIidCJRVosNHBxdAVxDSdDpOGsZMHAViRg2vv/wNu3asXsmGaWJ4UdmV67bGIjkDDCzYKBUbNrbw27RmY2E0lrC4PiUI2PSacWoMEyCmnhsm17hXdIfJHcsl2B0mMOHmfp7sjaeHtLBXNTkwzef8/kykNd86XcsUq7tjrcNmIlfsiU9NxcM5XarlAx0t2/MtgYEu3psL5ycn811TlNgN99jRctcQ3YZjyWi53G6ntnkHCnSJxIvooRATVNHkZMG01KN97a3xiKG321Ptd2rrhrc82rYxGpt8djLSYj+2rpKIhePVG94aLEVo1kBbZ+fY9aMjLQXtzmCbR1OUfOfI0XLbEq3Ykuxt4iR/lI5LF5pAT7hokKsA2Z7IGBwPCIa4JQrhINxfA89RJKp4glmMSieA05EOAbSczBPQoQmCq0ODkKQI4pyu/sNqI24sotepbraWwAjE+kODvT1trYVsKOB1MfS7cKd+DgYShpltV7mGD2TDhHqOYFmCK6Ctq7oW6yC2AM4RrFnFAJdMtJ22MrYzk2ibahuntIwZUcSnTJum60/mxmlmoqTn9Bd1+smF9fudG/CJ+/XptiQZtjO+021J5yXsy020qqr0pGnH60+5IDaf+1yy7RpWhv5Fsvr9M/frWVd+dx9/lAvTlA9lkPqpTMync5grtws4hLlzEn1wuALrQT9XHMEQfoyy9fvxpePOHVfqovTSS5IYSchg4CzT9fBcDoDIyIkxbjZ29kFut5zQnVucW/SEVzTwB/AHDPHsR2gePoaPsTxnr7PXEBs09eXc/dwMpakraCW6DG2tbe4oEIQnFrPQmHS0MF1yDzBZB3H1AYi9wXTBFUV+lp54cTclUsX1/X1JOnIgNa6N9q3sX9nakqgkKx4TIma6XAYT6MIu0hRoAPx1gL16XPNm4xW1f2c23Znm3mUInDcnTYZ739oyvXywPDRUHlw+/ei55BY3e/TKA786cNXo62XVv7189Mr9/7b/ytFlLYVltYs2nNlwUW1ZoQU/pSmWmTNPmVmPpWj0wpOlFzmTXjj/6V4+VrD9frvwmPvIhXPJq/VL+1ryAb8/kG/pI3e0pJN2ACTxATuZXoC7EUHvwGm6Dc6HAJTmS7/9ZYgtxTQoEIPUQ1goUqBwRQ9hLo8sph2onlnCA0tmNyl2sy2tm3ThUXpBXI/1UQj2TldMBhacoheE7lAhWCWzLLI7IwRE5ggClynXgsDjhn0HKQPkpIDADkJu0JUWjjSy4AqoC1o7fMgA8zOB+yA3HHUDzcMfyCkgi4WHZ60put4oJssixRL+zZL9S5bsvw4OS9pXtrev3LSivX3FOjsjED0asxZZJZ84YooK36aYwmQggXE4IC8XTblVx7owKod0r1lL2pbOJwPSFjsjYj2Q9A57/UGvOOIRVb6VLjaTdpyjxZbJutxGiy0NhD2mNOTL0FIJ+2KsiH2igg1sKH7bKsgBaVjQhbyAefo684ou6KI9KcqyuEIxOVFU/DwW2ulfnjeExVJA9hmhkp8zGtXogi9g2X6f7JcX8241bSIRVF7jVc5Up6CiKbciH1TEYb5An1tMn/f5ombAL5DhRofQw0T7ik2NXsFb4StIhtKqG8KIp8UnLfJm6bKTDMhb7LRItFDCWuRt9Yqjsip3eiRxuR0nbm8ZcpvWKDMUTLBvvZP1cCxsDdMiy3wy36oaAvTTekmSxJWNbyoQsY2nDRR0fgk0MGyU/IJ+fof55WHeoN8Cc+3wTSWFdpj7PW1RFBRFdauhfaELw1CNHNayioEbFREdKgr489Bl9D+xiqDnVUUQRbtpw/+RBsZuJ13bxtCTn0wECC/ghk/aKLPsRoakScYRpKmSpp7QsareKHoJbzFH7/30reHArk5BmJKZksRivcz5pdXm1aCd/COqmK11d3eBOwNGo4tdWV9vT1elu9xSSCcjYV+nv9N1cXANLX1N6A8QS2WaiWqmf4DZ4tqBkH0++5axMlYPxOSYB9kaiWezg7ks3hoHSVP2c847UvQ6DThJuTjXkchmz36K6zj7DHdw9Owzo24W/gf6SG4w6x4/u9TOg1QqF1yaTTiroBx+PJEddVbhx+u+48eP0zoSTGf6GHc3JQC5RkQUiFY5U1uHZNpj8lyPIZVIKmn41DckpqghMBWZRH2zCBL1nQJ+vYiVYKVE/4TmGfB26B/51AsvTG7fXl/xwgtT27bh77MrTjv7wBT5yrP1J6fww5POzBRuxAx/jO+m8wX8UgfRONqAtjF7agGB5/8+RfTShmmI1/aBXNfSmdvmAQ+4eaiEDi2AaUPgbRhaVZreOBOPeUyMtmye2bZx27o1U8vGx5YM93aVCtlUbDA+aAfMqCcqMa9VX0NKA6t89QIYsLlScxnOvVYIWWAMOV1OM+fbUEswO2CWkPDE0aVLj960aGjpsqPjvRt6ejbs2dDdvQFvuT+nLUr9JSVs8/cx3VyJ8xWB0a5/QwhoXxAtIeg8Qy4rpc++BCw950uXzlA+PUNZ9T5a39Glucwbbzy6zNnYTSt0ayXD07FCITbNxDRMZ1rEL9NDWdV1tQygGSXQ44GC0A257NJGbt8nGELvcG3Q9QOSeNBTnWSAOeIJsHjjKad7AImEiLOUPQeYEZFM23R7LVVzZVlMgnGE2xuVhaIri8kthKZTrDC3oYLt+ZQx0fZw61LD92BprFgcK519yZU2PEhyLlxo/TsjB08cHGEH8kpLT09LdZ4Yin2/jzNRl/30aOOxkYMNPeXd9HslKce+ubYRgVQWwgfLCgMKkjn+BLA6DJ+Z8kUqlhVQ3/KEMPENfD+eTGN0LrRILhMJ+n2mxhOUxEmmOsr0nyemsyrzV4Dzg9rMDy3C9Tt/jceSEP8hWT9Bz1O2h9zgse2zn7U9H2+gpjYT5ItTzcfoGY85fw034fGDngUPQuJcLJl/Yn5UGYhcwBCWV7tOlwLgyZwSwZ/jWDiMUDgTTsci9MlgqU8CayyXQ8uKLHoI2ApX/QMgsLRyjSWO3N4lh/rShWiHHL1iBf5tYVDeJoQrqfoe1gaS+GR6OJ+KkOnjhfpEdx7/LDmUra8hZ2xP/b0eaCCBmIjcP8xvHyJ4NbSJYNZCRJir4YXaV5DEJkVD6SQrw+Lz0fcSW5WmTGVZo33tMo4fXVv/r8KgtE2kDSQP3w8N/NCn3PbNXJ8nn+zOO5HkYJZ8vL7WNslBt320/z5LBrhp2ro2QCgSgbkiHHBZoPlnwTZZTOpzqETgLcevz1GOg5LDbbk2WjTTFs/LYOLEQk6WG4jJJgHQkSILPO16y0v+pudyhR8dHF678o1j2dR4a6dvBg9NDPd2rO1duUu8P1UqLSmVyN7xg4n0ostGJ/rLbbGOcq57eMmm9tKKSsey0uYV9S2lkRL9LLBbyAGGHvr2492sk12J/VpEt3JFBNxDBDJ7JCtIpq+ELMlYOmnS76Kq/BFKCiui7obc5mQw6+ToN+YEuuZqmjpL11xtD91KtA0xurXMrxBU3q+tUeDVk793lbO1bCGP0BUHd+1Ys2q8tmR4kHZha0u+q9BFv1HWH+gEmVEBxKLVEcLi10NXilJuhLCuNvkEbriE27CWN7xmGviHTTzrYGBOdMHwWkVX284EEfOANimDg58JFuO+sDdqh8N2p2Fyy0nHyh2rSv58V0ZPB5KpUsoMOmN2PPiSEfCbb65etu/4XCjZYxdNrz6WEyRZDUPsxpZ3bN56yTzc7MtufuOVz3F9Y0VLixbteEnX/LYv1zORLy1rT/e0xgttBe7+ZGsiYWtRg0SvhRC6L0XjvjcsGZ0LNJtOHV5JV2ZOV2VFvuiGXGEervbyCZcuE9YyHU6N+Sxdga6tHdu3a9sMTzS8Wsc8J3G8BMg7miBqdMg0wMQE6kDFinpyjkCQDCyIYMVA1xQFrJlUWWYbsLwTUWp2emwslUBobO3YWjpm/eXulkI2k6ilavQfx/szpYoHxLcLlByAbX/OvsMOsUh9F1CDVOatrsC3mxgCdtKhDAFXI9FLCB1OWSlBcv30MLjdJTF52zwlyOQk7IFgCPMdZyZdmgITpo+yvbfozNBHpug2+VG6WTpBr084KMS0jL5XoFSmGtfvvFOLazrtm5Oa6Dx+3fWqaCe0++6kdzSxCc1Uf8q1xSHD8G9Ol9LuVtzcsprWNEdoxc6fe2hlaTztkUVJFbUvfEHlRC2h3n67mijBwZ7Lc2WyJ7jvciMohjK1JCXEFE6AFxq5iyXzGsLHkoEgw5IJ0kVRck36GnI5BXoH/LS5p3zcLdgr+fhf3aBYvKxp+Ov1L34rwPm4t8h+blAPnv0bj8KTSz6oE9GrfoYMOt7NUrtGiNCQW+yjNIPOdO5b6Sw6UrtKphRCe454BbL6CmysQMjCFqKrpYeyAB5rn0q3HE0BlzvugC4TXqKch5cXDviw1zC8m+nJa+w0/cTwGtNjtcvfcOmei7fNrFsxWds6tpWp44cG+nKlUC6TK/l9ASA7RxgTXKk2zu72KjXPJgshn2ueXXVJtXEO5aQKzgDEzRKmXZmPgEZnWmGec4wrmbfxB0gw6SfcrTwOJ+g5AJtI3NMOpzLk+TB3q0CCCT/m7Xn3Kl8/7bkVr3Te/1BooHDaHX/OxygdZzs+DpGezr4ESrRnyaDHR8Jmqujxc/REd/PTlKYpmX4+6EmVTB9HTzTjNL0xddr53PWW2BKfahJATYJo0tXGuZq50027c3esZLpmDtDxmkKraysGMFlBx1HEvLgPgtGrMvgnMtAXOsabAfSF7OR0mibTqjK5fGJ8dMmiof5KV3sxH4/4vEpOzfl9hmu57a6w/j+oQxtuzpWyNAfmlE71J5MDyetpZ4UH8qcX0MTOTvxmoF5dWvjZFxPtuWSs/I+0RKovhW8IZWnBlHPx9ZZUavTKvHdusmm95ujpltP4m8EcLTfklmnqOvaT9dwMCoJXoQ6r2jywg2iQgR3YAQ/GbH2pKpjt3SmMg2S1LDpv9nZZHkpBXu7c4eUsT4tXwjf58Cw2DNlZbhGP0eLDd+H3WV2UKdFFZ7nt8jw3cN/gFtGUTZfFHKUyeiEeYW9HW2tLLhuPRS2vRxQg3hQ0BSS7YDyKGPIW2g0Uyno7FowDVFC1BAa7oQLdyZhfSbUEAj5mqlMt+UMggi35AVAkVJVCVZDG3rYnHN7zQXJzOOxcE1ka+e6LL36XnpxWWV40Pf3BR+Ww/OiTAXZ88s6nHpPlx76wh97fc+cwPHVNOAwFaNl19JHh6Wnnqcck6bGn8JP0waeeevFJVt5dJ45xP+CWM1zJgLtqhel+S2cOXS6xtqCbY37WzRJrrh9U46Uqg86USlI1JAFW5ssvPuXt8j71L5b15IsvOl+C9Isv/suxO+885sXVF5/0ep/EixqZ7JEX2a2upu3GPkoLXYS8lBZag3aib9ZUFWNuSwNnGkiiHvB31jmsnzToOHG6eEKltL4E4FncPpnFIWEmLMJODQzghOmGv9kg1H/qNYWRJmg3qRicsOnOurACBbPyf/i/nJ2tBbdt3XTRuuk1q5aO9Vcr1cpAwLZMWBJdzJg5mKiSaznimtHMuQM3rpkdCdM6Ni1L3KsGZ9vexJppYFDBXCKGElGPK/4IoHKF/Ur9M5b5iGmFzD+PtEej7ZFHwOSGHsi9nhAkfD7TzWrcdl5ZWP44t1pRjkNq717FH1YLps+KW/TJs8/QEjTpM7lb2OnsM81bXAe9dTYJ5SJ+gAXz0yob43sFG1+L+VtUQZYOHke9lPwkC9DWOMbdyrwkn1SwLN+oUvoT7D/2nY8j7Pf1Vbq7WlvAlSEW9mUow2z7NNhaQ+f1TUg4zzrDylgZuLVwPPAO+m2hB8K05UrErzj/wMQ+B0Gec/a93EHnR8cXdhEXPa7Sa/ro3jdAsaddSG0XXttZha+p3zz3wF4odi7uzs+Zvhqs40poCK1Cl9UuoWQ5JgrdlHVe4nUJbChVk8lSGCXHAyXHeyi9wANVzuae4c49Nlvzea935dSypaOLgRDvbMuX8qViAUzjvH6vP9Bf9tK+sc4ZuzCBiJ92BXfhvObcA7EJ3Zlxw76J2cHYlJUL0q/5MkMR1+O5UfzyZ8+7vtNnfsAE263jpq/+Ncu8Ey58zByOPfVlOOIh58t4qP7VRDa3IIdsYAZiH4YjHrLO7mWJLSzzy5bLPzOdf5LumqlaHGK5QChxRmQxkAru2KJIazzAgq+es6cPuLARZRcsk7Ekkh+QcrBrU8+QchoaM3LJZaoo27KoSpIov0PQZNsnvMM0IbpGwPwLHLf89V+q0ajHUOu/9Fs4rsRN/G+emILfuZfSUDyRJa9tqJST5yXplFkyKfVu4tXOU4GKv/49ldLwKin5K368WNN1rcEPgkxEY7QAfUOQovKqAg4NnMpzJyDmNuXXwMqWQXrtE4DrBXy4fTp9jyR5Mz3JIGWTpelC3tB7utpa8gOF/lhYzxlZVyhosAi5oPZlYZwr1mt0gy55gM/TJIJY4W0Q3WLy9HnqQHomi8+pDNsSOPyud03eehq/fJ4CkHyFns/uPKcnrA8k2+bWfh1FUSflfLaDBf+SwUo3pULx6k6MViA643kRImFT9ocDm21eJDx8e7pcbIaYSWgnpiQSh6ZBqrhyRUdbIZuIQcgLMJFVGKD6H0T+hMBRg3GcEqh3KIfC9nCYNWVXa+NafzA30RI36zw/j4IkX2Fn5z7cz0y3BhgF+XaP18zSdzQieT1SxAup7+r6n0rcqBATRnjpNl2/TeZG6MUoJ0m/DwGJ353PZ8252iSPV4ok3PJ/eq5mTnZrvsC6A1a522pbmvG+9oE7oUbZDeYdKhEwyhUJEzLDmeCdigDyn+m2lmCAIDDBpbxjta0K7mTJWCAXzEEsbNdiipnX5RbaznAM7/33y+PuPs3YMyAMT5923n8rXLmHW507aHZLyn3gNLeBEp4PQAa3NV06u5PbSrnEtPN+Jk69LF1yZvBlOAHmU6kW13yqfpwsBhlX/dW7uX8hP0ataB26qLYhjTme0jNcBxZQJ11f+dUyvUKchE4S0OxySADVPNjPHgACQRRm6UkADa8grm9vWzEJFjNt69rX5UpWV48KK0+ZrpOSO1EgwihdVIMVBn7DVp5SQ8RhB3C5GmrY0vQD9Hi2WG1OtlCQLrwsMk0oyJ0uFDRJ0dtKgKHe2q4pgppUw1xvz4aNe2ZXte6+/PDundUhZ+emta07rjq8e0d1iOBltITRWqIsbGuHJgvqcvY4Dquat7dL5vmesqlq2Lb3bNzQ09vSNjBU3bn7sO083NJaZUk1oGJVpc8qSnfZ1FS/+ySDCFvQhzvQJbVdbi8q3Jb1lFBqdqWwGimcxCmwqUnQoycW9KhCe1R1e1Sd36MXbTyvT7X/B33qb8idXNSh/8UevtQKWh9VbJ2X/8d9jS/7hOr1qt84JnI+W3Tt6/dyv+Q2MVvKKbQFHUBXo+Po/bX3TWOTS9POPYw1L7c6gCUsnfIxNFkLI5OYiJz0YIOoxFBBfSDcJNNl1EScuc+PiY5VLwGMC17UZm3sVSgH6uXptQZjoonrjx1buSKVBNu5Y8ePHX/Lm6+79k3XXP3GQ1ce2H/pJRs3rNiyckttZLBa6W1vTU6lpsCAEnmwJ8hgUKouQDmAiiZJlS6/JgHjub7qQCjTP0K6CL3jrsEhwOriQkEQ8AUr5RGyBLC3MODGi+BrBNIp4g+YRBJB+sdEU5UQhFinww1pbDG9nsUdLCUzcW80smZpuz/XFfFl6PaXDVhBv7XX+avymLd184EdA87T0YIvEPlbs2d8bevMqvyQLxTOjvTEPJbzho50zs7k87HjgWzXtyPdo/lVy7J93p9GC8c/k/a02IYuH6+fPI43v4VE7ODSNZGYGR8pRbpy/s8GM8W4JEkZX8zyv6JZM/t2LZZ7Nw8Uoo4eDvhKE+UEEdvsxQUx2jOarQcsDx6MxqbX2V3hIpSvHypMDrdIVtbqyxaiePBXXUmvl8ulccT5Lzy4Y4fzNPDGr7766mN0TQeKoa1WQudMqDmeu4nSjDzzYgKKGfPT+VCg6GMEkTvj2YZfZTi8DMzSBa/NuJYj3M/thD1xdGn9W89pdlJzfqxpOKElbe050rl51Yq2DvIzEKE8u/ToxI8g23leTcDBTqjPdbRPrdrS1HPcyLA0o6gFyY+XkhGTlNsLgE8/Cvo5ZsEgSpzE7I89uIr9I65JhCgJEsbxd/t72+QxnGktmpmXMrPrQx96Ihzlfbd93jOO1Y9prR3WLy3JbztfXuF8ZOY2Hx8NP/Gh4IbZzC8znmKr809jcluv/92fH/dQAnrI9kv06Y5W7WM/wJsaOpifMx+VPGjWYkBir4YgoRzhTwpNqx5mMjwLJsM7wWSYkhgQHyQS1mTkxz5xYQj7c9bjpSL7Iq5LMp30D3au6YRoxe93z87olwK4pep/Gy77qy2c3/kTPc9toDfql817sG78bWCQkt434TUBrlgNOJcb+Jz+yN3Lc6in1ilggDFi2K9zrms7IdLVNLyrsbA3Z2VdG1cXkugctQ8cQf8FvgA3luvtzdUvy5bL2YVNJ68288n7c70z57d5Yfv8KIXaay08M8AVsAvRjzkmCg0GMIpHAqlg6r/py7kwBn0D53Vj/S/wy7menhzEnu19bf85O3uW9fYu61nYpgB4+9e6IFgkbcsBaBtBsywW527aRESYH3c2Y3cGO13/bWiZcCF/M2m+EmK+pxp+me0TsKg/30wcvnAgzokFD7HEzIWjb877Djrlomm/NvoSgfdYo4fJMYDsiEaMgllwI6yKDJ5jntqce/1Ws87bynrwwq39VOM2PThnXqeZ82y1mvYNl9csyidxoOVUMF5paoRb4ZqiJ+j75QLOEnQIAaIW+Hxxu4C5AZfN+Nx9WNvOuz1b8/H0nwFcgSiAi5wlggmsnekX6AZQUIilEPI253mcdJ6nZ93R8cv4tHPYOYy/Mzn57NTUxfhlyOXexvJOu3o5usFeTd6CFGSjLER3ilJeTsmmFE6UyGrToLyYgJAiI2UfavoViBiLm5Eo4p26BvikIp7OpAFewUVXANbLR3+9HjHF4h5ZYJhh4YzFwKDgt5rzV2K44s9p9OX74doZ3LZ2hqx0/gzvc14EE0YceGzzHWuOH1/9gc2XX7f+WvKW+pP4I84mstjZiB+uP7nm46vuX0OzPuZsoFnL8V86yxGC+DHIvIF+F41+lwzqRkNoAk2jbXSduApdg96K3o7eif4U3YHuQvegj6FPoy+hZ9CP0Avo/1BC34ezuAMP4BV4F34TQgULVKTutlGquH5z7bD7MoN4UBL5rcZmDaSY5N4Q3WwXNBpTHrH5i88lM/5z3dDf3LshogDtolyV8qj0tx9TVjlXykl+qdKN3WTOz1WqlVCFk+h1FYLFv14LQ7+7jdJ5rZyrhk4lf85u3CgANChkE7CPps/3X/DrVu25iuZsDhiFAtwmHfaA68fqZpBsF+n3w4IHQP2EBbl3o+L0W/on/3rDsZGRYxuuu/riffu3X736S2+9dTJ76eiXzE8v3jGRzWaWXXP9W3YdfMPut5hXbr3kkq31HXiL80ssOL/FfuduNm8gHXD+zMQrmzfqQ2fww2deRfgvz2w8Y56pfuLsFV9d9tUVgz8cvHfz45vbp/9+y+C3Brf84OlFgz8bXPR00dr+N3vX3X320/Nasu9i2pLRS7NTU4227BxvtGX3wXi0H1qzbQ9tzcjf963v6lrf9yfXXXfd4vFxp/69lqWVWKy8rOXURnPwT4sjXfTdKK/80+tryyZHrjePDo2MDtafWrq3f9n6W9ct79/rfGdjsXRzyeffmB6+6MDGxWlPYrDYune6mqi2drynzbanSOf48c148/Hx0cOX4suOLL/97fjtKwsl0ll/rrDs0hqu0Ub2HjuA91+NH3F2XrEHX3KlEyGdox8f+etR0rfmvtWPrYFne7/a/YXe+vfxS6Ojjo/mOz6a7IUjzaUPfOuuu/C3fvOb3fWn7roLnv/Qh0hqtfObX/3k+fMbUCqsugnftOr8JlyzH1dmEougEZdf0mhE5/o+3Leh88v4X/9lpIqrI8tivctacMuycuzLUPjLka7RIi6OBnt6xobxovF/+cEQfX6Ro1UuXoyvdN43Pj09jg84ty2+uELGnHeN5kslq5LCh5x3dq0dSiaH1nbR8f+z9hV9pifRt6KdXnxwor2tLTCUwXvmyyBDKI0G0RiaRXvQQ7UPIz6CAewEAlKTMOXgIJaRhLAl4QOANe21Qgd8ceK1sT/o9e9L4CAKKMHAAbpWemTFc0CNEtnAmilr+2LY1HVzlp5MfTfSTX39tq0T44uGsplIGKOdO7bu2bZn08YN66fXrJxavmx8dmJ2ZMnQ2KKxfgD47WgtFfKZwexgIh5OR9IBn9djaLLIcyiEQ0mgEzIumK8rL2eAvszsr9B0AMe5c5mVeQ8LTVMOf4Y9kJsHDZxZ8ECepNQ1u9eoR8AL64i6Zs9qtf4cTZNPpltaaqUSjs7L9DYftvx+5z/TpVKtpeX79efOr4CkaLq+0q2A3NUzvLg7kA70DA/3+DOByyGz1lL3wTXLpncz/kY2/ua8p+npYAmySw17zrsZTZCjfPhKtB+kyfu3DbXxnAIBexTKfIODCRIUYLjp7kQJXQglwWP5BJ0LdF9TwFGfJwLl9UCQOItkWdoNcsT1GO3ZPbNhYqzcC6DLmTSYyABRMc83tiG1aWj0m1rd/iqLHePBFUpjFIoL7NAl10Z9nmdQqeGj0nAn6rdcN6Cyi35CHoSI1YHAezt5Mx4VCk8WhGjCFDqn5Y6BDnnr2PvGOA9p4TtyE7XpmY/PTI+OFTr4jvxEbd3M1s2b1tXG8514KpTsWzS59t41KwYH4iE+GLtyatUDq6cuj4cJmQ14nE0sgvZHPAHnb281o7JhXn21aSpR81b8SiSTjgb/7u+UK7vbssmYh/7EErm27vpf9bTlEvTa540ns+1tkicQD0c8XtMMhWJBP1kUtKM9hmkaPdGQn9FEl3C30XHKoxpagzYDZZHXiYCWdLj+BIogCwpAZnOCDI4iEFfthMgTAjZNLHIhAoeQWVAcQ8QLJKy/aMa2oyE7kOqyVaZj6nbfhQv2ccMdAATdMEx0NyplwcIcxilF6ABUXWm/K+HHoRzz5QqK3FV2OTF8/yfvXbwsVTAMOZgdv/njmzdNj6yMBlTD1CLOM35JF3JP5z22pOoc375Wa612CtPtHP92COOV9jt/Xbt9jPJ0MqVPv+dJ+WLJZCzYFh+r/1U44o1HSkN+b6IYDfhCEbIyEvZH6u/keM+RI6pBT7Z0+pVYMhV95bRf1lLMJfJ++pZZlO65/uvfhNnM3oF7uCfJP6MyGkWrWASES2q7Vi0f6sZ0JVuMefWKlQIn8KA3oeQuEVafo5wRUillqfLqKdArnWK6v1MyFolI6U2J8iuSdOzI4Tfsv/SSXTu3Q4zY9eXeaDzkqpokN+COBGb/NpZY/0MMJdA+g0oBXgVuBKd4OpelblwETwTgfcFwnwPBe5VrWEa9ThzYajDE4vpI5Ml/fiLm2fYtX9GrcNIvnP/EgnClJ+f1EFMA92tvRHb+i5Icue9oseUJictGJ6KTf6f32aEVbwtYI7wm4uNyQOEfHpYN32O/rmgKJ+jeqzTL0q7yhqyrNK9XuyoQkXfJVkQmf/PC57Xk1md8lpLWf7Eea5iXr6TcoyfvFZ1fy2GvjNXspkzun/SkEhb5bHxp9O1Gvx1cc5NsjhgeCcsykbhHlnCC+fFfOb9SPBye/2+skPeMld6jhAGBqWEHcQ/3Xg6kBBDZczU6gF79pAbgPWAQF2JRhkG5E8ImHUaTO4l04iH6EWR4La9hnUSW5rW0E0GsaTeKDWvY/bYS4CRVJoIpCeAKTHSO7PNjj9fr2UxPHu9OH/Z6vCzK8AUq95z8X6l9tta3ds3i4Uq5rfWyvbt3bt+2ZdPM+jUH1h5YMbl0bHj14tV0ZiyqLOrqbO1t6y34KfVbtMNiAkxoGrbrwQXG66CpoGS0O0ngQnqN3Ts+h7wAfLMdEPHrzi/6P4hX92a6Ml7d+XookwnhXt0LafJ+OkyZkPP1LwYz6a5MBlfp3a50uv49zTr3lEW2aJY7i6xgM0HOSFFPKJ0OeaLSKK3ifaG0N+TFB56AMk+EMg9CfbQqdqx/m86IUMadHHjNefOE1ujyk/dwj9L5kUdVOjtm0ZlPhm0iM3NJj+uxoPCKcETHvKjw4FDHKSLTmAGOOrBpdHFVDmigMlKBpgGbdDBmhF1OBUTFmlsDf/KPrWK2liwWENq8af26qcmRJX29ba2FarFKW5xbVO0zwBaSadoWqqASsGT3z4ulNhfiDtCCXHuA0Hnhxpn4QXIttF1rbbxG0iUP/61kJUk/+GV6MOhvxNEhyA255CpP1EMXX+mdtP/f39a6bPK+qWWtbTQxdd8kTVQnjt58dIIdLLrneXhanlziVvZOQeavi6SS0fqdkeQ/XmV4PMY7LYHjaI3xDZNuLeeq27C0Uc/EUdSwcXXHLYZ60FK0vDYRcKVsAovsAljsIng8Ik5EsOVxN0J/85gcQMyFDs150FX9pUi0UM2DKXsBdrbX9GOOERfChTvLnenz+xUHY9Hu+T22cozJ2skFOugWrz6vC7+1bHy0b34XxZl24AK9YXjmdRhy5fbf4x4jP6ZUN2CVrUNXMh783bVbs4rA6WIrVrzEtbqxGtAlIn8Kibp4yocl3atL3pNIMGVToHQCUclNlOjzKrr3gEcjCjIFxTyADE41KAGHOFXm9iHDAFgMQ50eHyPoplM3XH/s6iOH9u/bs2vblpn1KyfH1o1Pjy6u9nV3xCLBgEdHaZL2M/oa2Nkgg6qbH+gPtMGMRBDsBinX75oKSNY5AwF27QLsQE+zZUqY44/dxQlM70eI6+hoS0G2GuWKJgmA8LfEwqdkxSfIXs0r8tFAT67+gWxvbxYfVZzb6dJAYko6FNVkYmlV3fuApQ3CwkMPr8AKU4UDCfzf2t4ETq6rvBM959z93tqrbu373tXdVV1VXV29d/UidUvqRa1uSW7JsqSWZKktYcvyArKxEMZSZBvi8CNkJvbDwYQYJiaJlwk4b4AEDw8IScyQAP4RCMyEAfxMBpM8h+Q56ut3vnOretFiO2ae3br7/e6tc8495/u+833/vwpMHK/DQnXFC0XdZ3O4PiDL9qDfKTs0mSoAlvCJaEeUPOXQ/pIQzfkP4EqEB3m8NocGz374Rt4SCEbclu9RkfcaPwPBWKfLgw7Lk7BDF3f7nZ+Hh3ze6R/wFeIuRbU7Cr5vcf6Un8iqW1OJZPnmwIA3Gm36xZ7g5mj1FGhPNskyOng2sb0iAmO4jDmZIYsrmI6BCiEsKQrSHRQyt2Ws7nVnvbkeoDaL0c+gGZyXuTKbgwVdg/JMIizdI5OASHZTT9GFjRVKdXcyYFoS+OZoJbx6jgFShFO1mwazC5nBm2opemD1PvyZ/GQxNBia3EMGPI7Vc8zkud/heco0dT5nLITL0Wg5jP+AricbZ3baNM216/TgZLQ8N1ncPUx39dPbn3W43Q5jAW5ufgtnuRKyIT/KUM1tAG2lVuj/aASoysZbMFUggn4iShmsiPy0A4t4h6kKTNHyEjlJPK/aiaxgRT5jhVQRrAFbJrIADRpLw21N1gLqsSKDjQNBbUsAEncYBnza62+7UhQ+/w5lLTVyU5NDgwcP7Fvaszg/N71jcnlqeWx0cOvQ1v6+nloJQjFSLicDqMpARLTbBCullSNIognnWAeqK2DbpEp7HQZwiIwXU2IR182BPSma2MmmVvAmPBPkSeOLmVq19Ck5Rb+SJwsp4yR+X2LXzK7RrbcnnlmJdnTWan3DvV7DUgiEs/mgM+butFHDxWEjj3oCoVQo1Bu2B+xh6L1aGzj0fF5VdRy3Sq6ow/hh9Mi+H/xAcLnaMu+ZnF2sFjrDMaf7Ar4QKLQFwzniTLhlEGgzHgk5PQGfwxM9v0ke2zB9Ed9l2KsBhgozhubQjeg/m7n4Y0jmES+fQZqFs2jABUj3MH8cpkHowCGu0GakKpLKEDw1xcJCYogZFEIOAYHgzlBj3BRCa/SdS1lqJDDaf8PuXbM7praMDg/0VsvFjlw6FnbZZQEFcMDWZP7YyO5xFR7WWgKaGzpC8AnS7VxrboOd2bgjbURt49ReOtYY95pjDulg6w/FAsa9QHdHiz32ZDQw5eilo7TdajwHBYxnYLm+fZvd+gPYpgsy2GsKWv1Wcwi8ANItIIt0wHL1W4GoL46/EAssWOy0puwgJuBwwCpot7Pv9xPct+nYrjDf8hAaRVvQNoikKOdp6TV8dmBhnR7FMt4B7BgAcKdiWSTycUUiIhIwgLwBDg1MV6GD8BnNNbFHxkaGB/sAZzGXqTo1SCrSE80sTXcua0K3UbNIgMGJAStWenxs4Klla2ZCiQToFa1Zrky1luMAtx3+nb38S6oTPRqILRzlLbJ8VL78OUW+iW7wUjgaeD0cq8TCr7dKAD+1uPi+hYWLi4vO226jB/H+HC/Js4KY423FWV6iKz4n/Uco/iF3DO6KuYealTL/wqLxCvbCPzMGkqo5Z8mdTXyySXTfH48wZchs6vlWACSHTouYk2RCeI6cUBjJ114FSL4OQlYtNVdy67GSb3rlUiOQjLscw4P1WiEXLyVLQZ8j5orVqqoZMr0Jow2vOczNkVu4AiIPZyGZPdUa1nWPCXmZ487SJvYKbSIW7LXajRc/BS3sU3QfJ9cP21e/JlqVh5kypFjFZ6h5eEMvnOylh4wvOSy9MJjSxW3mISs9iesiUcQZdnhGVKg5znv4q8txK/rAH1eoUt4qx7YN5aiK5E0LMr9ekG9+6VIjUu6Cshwd6dpa3rq5NLV3UJoZ1lXYWRS41+y14fDbK0yj/rBqFZ6V5Wdlz8P06FuX5Q+bBegWLgiyvMBON2NRv8DdTN5gUbkmwuAA/n0WN/3HMcBEnTYB6+kOlHCoeXBpyQytHnLZLZzKaZx6xmYlmixrpxF2Yglh6TgL71kSiYOjugxwK63QbpiX9yJZ5g/R/pff2cTC730TIebtVDG6zv2O/x0v4QQ2izUh2vl3IqUxcqUAToPsurctYQlYREq9vckkQb0DvQP9feuo7YVsMpPMpFORkF93OawaHXESJAFqOmZmTftG834NXqvKcPhzeqqGy13lRC5b4xJSlTM7QXeK47YGzuZjvwznfsuie6xRT3sYPxtp0yN2N+f58S/xHmOWEB3/z4uTlskLW7fusIxbyMVKpJCPVXwR9+r/FW7Px8iIbrXolUpldRrQtupzxkH8ROtfc87dxNz3AMtPo8i3oioEEw9W2IydHovqWW92fc79TTHTmXvZC5N3+LWbb1isVKuVxRv+srVx886JsWw+n7348YvZ/OzYBPn2ptNsY/VYPjs28fGJsVl6AVzXsllNLgh45zZUb3TnMMvz4DHPsvCv9/5t+WgE3j+gi4x1cc3hvf4DhOTGV4dzGT3Fnbzi1XaXq8aDOy+uvX4uNzaB55/Cl674meXde78Abz4OP2Cc/o5cjn8KfoO8Nr9jpZY3/Q1oHB1Ax9FJZJiT7vDiLruL2KmWq1t1cKTJHutpxUdkjy57ztF68nIE2xADC3MRm2vF7Xdy9gA1fuz6cVo0DtHjOKGZwKEaAw5Vm0ij+6+QbT1PhetW+dz/BulLjcETJyYmwmG77cTJEydvWTl+8/LhiQMTN+5dnJvZNjXaGOivVStdHe3htnBbJpWM+7wuhy1kD3kSqSCLfwfzSE8xduIU1dfMmV7WGbMhjZ2ESGGhVtVbmY/DuBUxBXMduZoZSMGyxjfF0WRavMdVAcAldpUfeyxajkxytcceK+/qmoyUL78WKUfZDvfEZOu88W49qtO/lwAloCsF0cLGIoNuHI2U+8uR7xh/ij9DfseUEH0MS2t3rv4Bk892W4/AAzCPMQmL19NdAD3QlaYCf8QERqKFdASS1CPpKeNHONJq72ZbyVELbAcabzQyLovA8wi4DyCQDPFUYxZhAOCuysAfGsRoy9jgjqHtvbViO8rhnGTCw7KSYd5w5ibwecUmPlxzLgJAp3reFpTmQ7gPAAFuxQI5UMsTbCcSn/BnrHrYkXN1pcKEHOZ54971yOvcak8LRpN8nS27ec74Mc9z+zDGfSOdlURckLBq98bKA6lOvTPhJxJZ4JRHNtzOUgFb0dsgpuWnNsuqDY3Qb2or2o62NMa2TY2PjdIefvvWLRA8Ng3JenScPA9o87QAwd4AIverCo8aht56tSqKoXa3WRLMu3ul+ZBlJdIqHyDaYeGvWap+1c14Vo+UquckXM/5cA5PMgwChjL6pwzRokzup2s9ordACvAPMZadvk85g1yAc+LP6gP6MV0/Vj1WNU4uTX8Ql44Z3yS/Qy+k99DbV8+ZYlpCTZiDT2EsOTk/F3Q+6aMyPJ5j+qCncqxiiNbpLBPB+n/6y0fJU7QkfGiw0SdiE3cXwGEIB10ppC0/gHiOYwUDONc8txMht8tmtWiSyGJ6JIjpgZgZXzNEsWaGLYL6xKn11YeehhmJ+/E9xsX7ZYdfflomT61+jBwx/svTssMnv7/3/bLfTo/6UYs3hLuT/GdqtYjPKQhX2jNr7RKmG6PNJou37HC7opGhwekt2ybuiKV8Nkd+/o7Tvztww+zCXE/V7dLUsVL32a6Kpw1gEEy5fnI/fWVnw7aW8NsiS3Ym/huZWn2e3L/6fPNaKBcP5DS2Elfw3RiZgx9nEge2Bol1dyZ+7WqSD/LU1aQdG2Ow8qiDWtTH0YONi7vqhKgzg8RhIdMQBmwhVst5F0ZuTeF4Rn4sQ0acoPKQ8C9iYlXJigdbdOxwWhzHEeBS70VOp+0gsjltcwcPFDvb2jA6snzg+MGb9yxuHa9VO28s7m/raOtoL6QZwnkw4NUh8MmiiDzK45zXZBBoeixMfbiqs2n6pgeDfQU1tpSo2edOsihhhmkIbg8IV9NbCOcmCwZdQ1fNcAQgXId2KAn4oNIMcsNE0z0J27RBw4r1jsbit/uX+ywWR0R19pQmTscS5oeeiJ2eKPU41YjDYulb7v/1/uX+1R664HbRu1+C9IuXTtEt1sVO0g2289JLq1+m1+QSVkux2rg9r+4cHJ6EayeHB3eq+dsb1aLFmsjRSyb7lwcGlvs3YfHPoAW0H3As9i/OzUJv0lOlBZsPBxwbEkyPswTTvSzBlEX7zWNU6w4FTax8wQxRBC9f94apcw+L7gN/KsAwgLIIl9SixFcvcrlaCiBEICIb3LA+nZ2UopxbL1I7xvTNeiTAzr9WKOCjJxJdei4fT+iVTqtLIe+VvR092ROhNj3XlozoxRytdAu+T/B3DBcDXv/7NM3hrP/WtWMG/3r7Nt5u9c9U2kcDdpf6EG0OHj3dXvAL9Rpns3i3lfITHptL+bhos8aC3rbujiD++buVUEdslYhSVO9zrn/bL5Mvw0jWmOrHGHXB/HkmTKgNMc2g9aV1As8m6R8nsHjpC7T/oR8gtZXzyXjA57SrMjWGBuTWp9gkh15DQTVhKbIl3NwwDxQZNmYWdASWiNBDYl0dBb/bo7kc/Uf66Z/qtwq+SKrN7rX4BG+uo1bvbNN5i0vqnOkM+vLe7qVaR2cu0iB/GA61ySon9h48fagu8zjrDcqCylViyVS8G/Ni+/Y9mYS3K1ZZrAR96UZT71vh21ksiI6idETvQn3oMPowPmQaxweRYpfsyhkkawI1IyADQBPEc4hXscpDTAhRMYHpGJsNUZ0Q2RWrfQVJDiyqkriCNCe9TFMh1Zmj/fcKYiE+yGazLLuwxWbZRa0pN33Mobf9GA7Zzr+T5zQOm4+Qzv//9gxqj7UN9FfK8di771o5vnd3/+GBwz21cl+lr1SEzi2Wi+fcHjdgLAGr5xr2IG0iUgtNaS3/vt5CnFpz2vtaR7gK68CyDN4E0iFgXGdYuAA+Y5KQw0iQWUdCYdeZoDWtj1RkOkHrWvifPJca2DqQYovxdDWT7k4bP6pOViqT1Z1pWFbxnLl7JlWFjf9+44dm7bIX2wXFb2sXuwMd3vCd37z03MOXdsxsm3z/B/DHavFSdejOQwc+kExnMh9cPv7eAzPbquVq0Fu2hywBbauu2nhsFcTHUoPJ5ODWgWRyIBVMp7szGVw0Hxk3n3jB3Pu8ubf6weJiTybmCmOP6nR63JYAF3HHs8X+o/9xsTFy5q7/8OHbbx0afr4j7lYt8ejt03M3Hdk1dxftd/RM6nB/KRWJ0rZgk4tDuaTTxRMn822sx0WZuNCjaA47P9uebOLcQUa5iVLHYOhkLKMzgEWn4NNWDAmZt68j1YFfWFIV6QQCqC5AUrEcRBbV0oLCH9ssh1FQKjJWzv07JDVG30yIdvFtyAAHwtBgIu5yEDQ3OzO9A6iqhwdHhxp0OOnIZeMDiQHTZ2Xm6DFwtbLJdJECvpRyd0/iiv23AaHX4qmt1hJ6FUch7y6ez+MLzY1fGo+l841c2szI41z00OUXOdfln3P78oAYkZvkXFP49+i1uY3/XpoN5mArH5jdyIo0xaKd7zNplCbXub6faGKkQYTzbGNHM3SEKWFA5CpCrfMAoIGILAC0rqwoMjUtZRn4vWVlrtyVp4ZdV1+5t6M9V8qX3O5MLatbIFv2OoEYZtIoNoMFk9n1yEOTtBdMl9ccnsJAwe00HgVVgHMx2+4x4+/pQfqH/yACq8Lq30cK3BNU+fgrJeGBCz0JZX7NCKSqi0EvKPQXCkdh0V8wFoFSACwSlg9A/o7+9gQqgn5NzQxgTD8PzMRA7QFkKpgTqZ0NCcmgO0AuEOHnUsl8NllMdVZd1Xq3TA0Q3XmlLdZikanSzgVMXGaYtX53qBgiOl3QP8OSjkbT+G/SsbFkesToHNl61OohPTaPx+Ykb5jXrH6aLqLbopFMI5nayh1021Z/zW0jN9jczfpbYt+pC3lREKIEHKDlNAHRIP5CFAggAEhANMQfZ3zOexHHQUoOh+d8PrfbF/QFA3631+11eeoJBSCMMgA9tl5dWEi4qToJMwnckvGfjGN61hYtJ2k32WU8BgkCR40F/E2jRG543W6Ltl3+Bkw4c7MvGYsnT75+8mQrh+T/pfrFf0Vu2trSjUTASpiGBtMbG1EM0N1Vj78H0D/c4iZbLoepMq9gb6WO4bMhhNrinIsuiHFDfDFunMNPW+IW/HQ0c/nnaXKrTTYspsGOX5NtxidDIfyo8TFVxUd8rbZ/ieqQQ4zJMknbwGhjOBmLhEOCwIpPQFTfETCwGhPxIg8gaQTvhTUGGxSTuXSqkEsV052hVDXrhIaAAZwEMuKr61k3A0yrVDhB8lXrQovElTYDMkhtR1zRdaPxmzZdt61+GbTiu/9S18mS8TVcxb2rR77wxolLeHLNK8Hl6dV/RW8zRkwIQdjGrxlfM17Evb1fMC49aB5et7f/hisgFRxFrHWMNxqKLPEcHeyQSogA+BGMTFMSJKrMwW81EQCoRkeNGcID7j+5uwmKqesKZGDUhbqvlvJJGUGvOlMYkpCb60O/wEM/OPHjxmeMrxh//+ST5NEnnzQOmWv8zJ998KsnftL47Yd+/DPjIJ4xniOTq39CHls91sKpeYb7PU6jPVCyEduI+sRBeg7H3Q3+3FwmkBZgQgt07VTShAk2kaBMDYApAGaqZK4Z0wLuEzrKV00blfu4elu66nEEbVjg7ETUHILUlgkP5wRJ5iwhuydaGIjKQjjZ7QvwyvDQwxf/alYtZVMZ3+zEdr+XquQcZyO8LIi5dGgiJ2iqTFRvx2BpbFAggXQ4lp9cOfHoxfsx8XuLoWas+BLL5QrSfqaN6pRVdKCxr4xVanhwBMrfjKDU6MegkuMWqmtbFQKwf9SclDCW9tKVBB+rhOcKhVBI91Qrha5CV0d7Wy6VDCVCiUiY2ipBPVgv28B3yoYUaWNXmxOqDKjVV2OBJEICdJ52nNMZuSLdJxbZatzry7kT1ST5o3TZtnrHbz+l/sursmq8Qc/zyqt7fltW8RR86dwOyepofeLkQZf27JMfkSxPPqkqH1n8iMKLTz6pyR8hiy+16hV4S/4CVcBCC1CbIh6lX1EeEpCmqeEs8kRE29EGq4Ij6wZFRyGXSSX9PqcDLDTcXeupixJV3UQJUmF9tJJt2OvL5sD56BNzdMHMC1rbzbBdbltPsqMvlFd7+vN3r1Rst3xx3EcK2fZMejSfa3Pe2Fs6PajrQw9O3bm8b3w4mcCvW7S2mi47u2NxS6en//SAcGQxf2BXkOiksKNb1uT6FpzNc/m2UmF224370Bre41Zmi25D3Y3y1v42DthCRACjBFT/89CAH2AEexB/DD5vhOf7qHLQH3ZLYqTdzVD9IAYcYhlI0maifAkm6ihAwcFUdk7DzQ0uy2a1fW7aFbrNi9i2kD73iac/cV9asWS8HiV8+NxD55ZDSnvaSp4nTq1Ps3DniFO9UXWSlRXOoR6gG+eIRe2n6vw+Wvq30pML9NitAKI5O3t3o3H3rKfdI8qeoQOVyoEhj91b+Kpmc2qGS7NaNfwx4whb/1xz2jRjN8/jP1CtVtVYgLSyJqcU2FMO2vJ70A50oXG/TvsUErEQTqAtnycAlHAeSTKR5HPUFiGydg5pKmHovQpRAeof5jHPIRjDhHPU3CQCd86CkRUTHpGrBjO3E6Md2ybGRkf6wEva2VFIJ0MBZ8KdoPaoAztsZgJnDDs9kN6QzTmplgbTixL9WHyABkrH55zQxMOlHXUt1YrKkkygBfByrx/kvpLr53AtZ2Rz/Xwth//WKFk8VIfG32Gr1fvj4WJooBBPAKZh4mvxwkCoGI4nbG63LcHt6m9TL/9TYYTvK3D+9mF+3GO//DOHn3jsnE5XY960d/W/JkvjHivx2tzjxaTxIj00RhUM1dbEt22Vbwb1o5nGdgcmVP/F4EVlgz8tEhaEI0IQTiv2RgaIIGmFuQ0hRpA7DN/bfH9vIpvIJLKZbJJFw0MsBpQCDL8w+r79QuELXD+USI3vpyWSq60m36QUyKtt/fxw++WXC338SIGz+d/iVyNqjKI3fp37MldEniay7yDagmbRXnQE3YLuRPehB9FdjTO3n5ie4EV0K+bV5ZtK7bzAvx8T4eK9CZ2n62kN0wKh/a7Iiyo4mQm+KGGRjnmCyK9YFAJgcUuwBrQ4oESdm5vD6NTJub1zEKS6dXy0l7aweDToN52O1uvPuEms2xJz3qqeS4EfH5wcYBPQIspSM1Rnpqsb7M5squajMqDvqtbdNQbFIIkZtpTAY+dlFLdRqp/aMesIRc60WIs4Q4e+Sp12HczTee7UyvDIyPDKqcutjSWeWy4GuqL/PDXF8clo1ytSx05Z2lUQX7hp9OCo8rN4vBScmuRGljvpRQmeG1zaqiqTGMtSaVaSZ8O18ejU9F2rf1Ea1iJ3TccCkQe7x50Rf2z6DtJTGFLpZ33HdMwf4Yqbnso2Lj+Lv0+4mS0dXxS+j5MdW36WKMhysVgoyzJXPiu+SITujhKei5e27BC+h/+WcDu2dKSwEXwRC5VSd6fwTDYT65Dltmpnp9wri6eWw3cOcQrZcWe4rdRrPC5JQ71d+cgdgxykx94RyZd6WznLjOdnDN2O7mvc48cyF8KCvJ9qxGFq1nRjRT1aI1g5hpHl+MIEZ0XyNKKdC7ag84ho5CIyKY5XJJ5wSFQBSEuhZxXA5aYNUUUryKpp1iVEe8HDSLNq87eeOnJ4x7bREWpKOp0Bt66nUgy/bI39JylhMHUALAlmH2pV3Wf6LDaz+4Ba49tE5kMHOEm8FmfQWqKKT9xAB7TO/RO2Y2wNZm2Xn7CGMta2/a9IFiDAXOf3scZFh3RI3EjpYxyddMWSV9IFuew3tVWAJCifGit1NfmAAi36n1HjDWs2ZOUO2TIhW77nw6+40qU21xrNT9seZ0E/ZFnj9TG+PZkMhK7kCuoq3nTnzcVwMDieEpuMQCE2xv7yjRXu/+YWaF3eCRlaNyTpeHC0NyXxmnKsjyDtzuPzE3bBgvhppClI0dB5wOYQRI7VHgEAX1Z7yKIAdxPGjLsJH1bpFp6/7dYjh6e3N4ZppeWcKT2asq5VGnNNMkVzU8WZBEC+azL++Hpa7k7MHO5XsAfVfR4Go7Kp0lqkIy1KIJ9DtVMVlccuQJC4fIgu1WGLHJ76l57QOvmP1eYM5t23ETm6P7k9XKb28Yic8DYZhHI9h0Nd3U5vA8sDSb0j31nLdlUHGEtQNRTwtbfYgRTRhkWvz/i5GtVV7gkApBghk3/2rw9uXycCmrql7zbZMaTNRsvGzxqxbtcaidB8//EnKsUGJ3p+d7oaCcW62lt0Qari7BzemC/pZrOkc+ggOol+1nCsLBNiP3GE2KQKlq1c068Eae+g/WGLhT+DiF2wE/BPSnZBOqdRvcgu2c6p9HrRKp9RHEQUHwCVCmZfkMWJIfXkBLJZrba9yGazHkRWm3Uu1FhcE4qBBfFNpYrn36bYpUbm0KG2/KGTh07efOzAvt27Zqa3TowO17tLxfxAW783VfOmKi4x3O5sEdo1A5ogUSzTYgCFM83Jcc6MYzKvafKDZlrmYjP2G3wp7itB55J0kx6hw2+qmn4FDMVXRJWagdzLrV1Jobt701W6VCR2aHVp06XfadEmgudkShDwZ+jI928bb3jl2ndfLRk/uGEa/hnBWGTSNszZuFE7GqHj9aXGhahK9cHtWFbItA0z/EIiAkDZeVpXIg+Je4IIkOSCRRQs5+jHK1oUWmGgycjn7ABvSGivbDUR3KwMwc2hEsBwG23oHowW5memJ7c29o7uGRrs6QaehEQ8FPS06wW7RRIBOMNpTqmZVWAG15szyWbIPTOQwDVVN6F2q3hDXCm7HrgvzNg1uAODR6tl/88nS+6wRxZfBX8O2ZPs8oTdxl+rIY+Ki9+wuT1WPNqVfBU2XpVkT8hzeSVZoitchEuMv34RbuN2lZLs/lepHh52N3depGI8ISqGHrp8CxMsS6+CRmX8KRPptn0DFzU9RMXQV0CoxSsM5S+ZyCIshn4vOt141yLmrJIILNTTmOrm0xLdx1YTEd7KEOF5ULfPi5hYeELrQbVhyJQ4rtDhFFIIedqlahojEtUOIs2izU1NTe2d2rNzdsvYUH+tW2f/eZ1OBuEAbgNJp92gt9XgdZ9Z0qw0r3ccX9XsN7sTv9JozO34yOjto/Tv2UhPNNoTeffo7Y0G3aOb9MDl/1ZKcFOJUilx+flEaacgywI3BUv8f/4zLtf7ug9s37NnO2aL7v7+btzd19dt7u7YvenYJ1tCqMDdsnD5+Zas9Xk0/BOUQvlGxpyfhqj8q0GFqu5a1V0R17sI5vtsbrXSPSAFjSWHhNx/7A7hr4Tcn3UHg3QRMvrNQ38C+52d5lG6KBZh2cTLpO+ikhmqyQAeRzvqRqNgKcDEDbVMj8P7ikAhQytR4pnLU5JFah3IqiIvUS1HU1TtOJJl5TB4eucbQ/31asXj9lS7q91uF7CkuFvzNZkWgz3UiL5xJ9O6RL/mta8HcgF/wUccdqtxL4u3vsBir9e2V39hXhHI+6+6jsRdIXrQ74HQapv9r1mEtcPCDvr+3Bny0ZXeDLveEIMCPsgEyqMSxFwDWwbhIFGNox0MB5D9x2WrxEHE7F62waODKuQUzSWT0Sh0LKVie1syn8ylU9FENBGPBfyeiB42sXhsjEyuhcCzHpKyVsFVAfBLAMOCtmRmN1W50SYozxoET6p8+YuVJP7663jmm+XU6o/uS1a++Vsb4XvgSu6j5dTCQqr8+urzLEBiyrAAuBB+bR2zZ4HaSV2o1qh0tSVD9DvG0yLLjhKYf4/DpucVwic62nNZhs7ELBppzaJxgHoSB/XEAfqLG/QgwF5PAq5jztSH6tDvUR3ptQfvun10YmL09ruwq7XVq+lp7dIlNa2rdKmn6VJL69olbhecNX6++Y7VB6668BITsKkPA86fMIqjNG3RvehbZibjAkQG0WFe0/jTtCqpdXGG1rlDQA7ak1mpLawhi6pZTtB2rXCqAqCNgAkrSyeANx2JwnGnCdruZKDtCCDbQ+tS+QsgVOHk87+y1KVGvFar9daoEVkpFXIQ7RGPRSOMf8hdSzpc9MMSEh5pE75m1ZngAHk01Z1jcC8ZQH+5IjmCAwDajxrPevFRlpD1fLK8QKYWX3/9dS92GIfwx81/C10p41mWFDab6lownh3vzJaT3BiDg3oWz64eW1jszC4sPrmweqx1lXnGeHZz3FsMVajtfbRx2IJVTdJU6bxiI1Qrl4CDhv56LBwXrbQp0jalrTTJGWnvwnEMJwFwtmRurrsKbputWxgTRr062z3bVWzPpxJ+3QkZIjEcs18jQ8SMo1/PExGcqfWCiDAme5xaZ6W5krGGOzKeHkqvvkIX9A+2iZdtr46OR9PpKPFG08ZpOFy/6Iq6LtpdLntrgzw0bt7Gbm9us9sv0FvYrekoPWw8vek2ttEqvz/h/gen0fbbh6bQTY39UxipeFrmNA6pgoqE85KFCKIKs/IEKZgokO6hIqzSPprnGVERjCIiP5fNYDS5dWhwoL/UWWjL9GV7oyGvx2ETeZTGKWuz5GgbyjVNxrWQ5010whvLagR3Q2icmHInatWuss/k2kvo3JdTQDiMCQ+Uw3b9dVrmDk+kPcwFwu0Rj8N4/oAn7jmgKsL7HcL7RVX7h9WeL9F3pDd48UukG8iIRR7IiO1O4Utux+rLwEVM/A638fwlyGy75BA+KYqfpNbW1COyQn+nEJ5qltc/c0+RryIv1Rxn0aHGgS3jNgtPh65pN7X581jaZvqPESdSpfC8ggH3mmouEi9dlLEZpnAVDPZow+/bPtmYHZ0BSPFoyDfiH87mWYIHA6llhSFK2ZyZF9jja03fRFnUjxmF1SQBZSVaxE0sTSe1wSHaylQVq9yneP4ewbLctTti9+aO9y1bhNVB0JWP9B3um26MzdAD95iX0AO5DD3StRjVArmb+44w1qEDnMrdzAvSWFsqHcu2j0kCv12P6vTimfszOdg9TtgV4jgcG2tkcoarLRXNZNvpZWYsIfnv5E4W0xxthEIeqwigd9OmesJ4nf0evxNm3QBVkFqoEgzUdTcuMlpG4CWCvV/IQZf8la/IrqD8C+MWJejE8le/KmNnUHmVrKjY5Ve+/3eK36liOrxs2jX1IvJp+g5OiNuz8uuzzDD8eJwMJL/H63Nz1MwuN8lO6vhDCpX9Kl3I5qNkcouKVeOy8W9URfErf/d9xS+vxS+RM28hPysCI2qlXgaKyHpPNkdObJBPf9h15Ztl+K23WYbDrAX5mMuAazJ6+BiqBYf/db0MX8Uf/feU4TqGXQmNoz2NBapF4pBAbaZxaihxEGYPxBdAc4OZvxzgT85J2DRlVxgEHLAsgM+XcPPAh9tbr5TTKbdLkVAJl9YCtqRW/MwGQtTuXB08keDS2BgsJ5gmjw2XuOwwiRH82r7FneON2gNTtx060NPb23Pg0A9gg8zYr4xfw6/aMkGrsdeatPJf4zQSoOtPc7ti0d5Ge9fajbBxmzM8OzhyVSzdl6zBjM3YayEa9zXemgzQ9adpNSlvGG+c4F7hFpmtE0EZ2suOogk0g3aj9zbOzs8QWdq1jXDy1CgRuL4I4cVkIuBz22kp8FaJVqg4TUcmQebASwBRD+doFyzKBKYieFnkAXpX5hGwDsucJK9cObkTje5enJsdHuqpFTvzuWgmmnG6oF8RorjuE7O5DPPmlViwUiaKfXbmzst4RYn2NTnuyhK1YZ9EvwVBqtNNKdfD4pxYJUk4Xr69H09eGiTb45XB4QlV6yvXMqs7bP2Fsq07mXJy38XpzEw0ip3XKGvjCXpiH8lkuA9z3OrzfcttoyDkNiqvCHKbZ0/HQFJ7hy0Sy/9J35F8xQ5XvX/rpSF2Vfs1agEXmu/1EG2iblt/2zCIsFNh8C5r89M/YvEXkM89gabRPY13T2JkbUsRUfHQAuemnaqDk7GCZeU8NftF+nfOhgUXtiLBepwao8gucRyE/Bxn/H171/n7tmzp6+1oTyYR2jK9Zfu2qZHh3om+iUq5vd5RTxaShVyWPjieSld1jxum7llSQhQA7VIci+HIljC3pjcM46rk1mG0rLmFdXB/M894bYdLMgU/R+5Nl3/m9PmcQ0XSmzHEVE3ExV6wyn4SbA8+V6TGxutC0ThFj2SDwe+Zqxfp585xu/ieTJ0Ek0GyeihT7Uwq5OP0ZJ3e9ovV4zBv9tt3BN3GJ0AWvgmW69tYEep1yBJi865/w50nr1D9jPZUUd0msZ6KYz0VgZ4q4AmYPVVPlNhpAbOeSjFdHQogsJIYPcr1mNVpvICHWSW/YLxgzYSseNh4odmGaOc2TH5obm88Dd5mOMevS2Dj+AMM06KKltEn8WTDcTsWpUceJpw6qxPMtbyAgwqmdqgsQVeGZBEBmydHR7jzVtoLypIgA8E3byFEBaK6K2YBm9wlY1fJ4IlKgKZNBVHnNoqyXHs+sZll1wOZzpKIzm94C0UmgMKx8mbv8av9DEhqyxw90tNN0Ic+eN97733Pu+++7V1HPnn0dw8dnN7WvdxzOBpCVVJhc5pVb1NHY2iNzXhGn1csYbF9jfYYwiS7WzkkdZ+UlNYiKDzrbMr1GM414yjNwEp2Z4qrtGIj9Wyqe4Mq2YSyMAcKqijUq6KekiDDIrsWec/84eTZkQ5/2K2E3bzGEczzmmxzSdgin9J8f5WvuKSoLmgCFAJvc2fcYX/HyHDMGlUVTYPMUoHWnkWxds//odvhwlFNomocIVTjUe2i3R2Y//ZyshIp0OGX85RoGduDnnj00HsOR1LOkF2GyU7Z4opyPR6M36O4sRxxOQR60OkvRCqJI/gZ+j6q6IqJvrbgzFDBH3JbXLYdskqGMZYUzhGVXWFvx9B8uM2X1FWex2OYcKIoOQUp4PtYlyzYVJF+Y6pq88qqqAX9H/OFFcVKBxBalU9xvCOQj5QTh/CBSMIZtKswEKuOgD0V+WIkZXfbfLG4pzQlWNR9vmi4knghUY60+R0815zHej/7ZoroEOpsFBbmZunQgwEMFm27RvTU8ECllEl28qKvPdNEhpN0aAopk/R8vVZg9B7AZhgsi5KtDODrVi39XxeptttVrq03IvpevF0TNU1QtVs+sxhu9zmjsgNK2yE51M728OLRhUi7zxGT7Txn5Af6v0CvD+VjlcThe5YTlVhbwA4X22Wr5qImxV2yaEuX3EFn4gu7QnmfU7ZKs4rGD8EVMaevEH48XPDZ7UrcvIkdevlwohxq95lyAm2hMpReyG6z2JYsCr/tqM/vCfX4qUEqmnbE17m/5OoojmpoF8o0kjXGHtrVnuXINrQBLJfcPbm1t+7kIH2mSVwRXSMmNz+LIjbpzTn6HRF2BaO5oB8NyZi3kI1cF/Svm6Ud/Z0ck1cE9R81SdL+URWOC7ourPCKuS9I3PECbwnIjz8uRywTE7wj8vjjEQc/gcc5O5fEHJmXpHkBJ+leivDmDvmR1frPTUnHeY1J+qXIm/u05f+j8ZocsPBNaUyuJSI//qeStIsKNEVxu+gej1PwFI4z251ZVjE0iNwNx5oqXe5KJgj0OsNrJOxXF8xaftV1CuF7PLzb5lLgT/DqP8H+P6k8/vKb/Nwfbiy61g9e2xdUPPZmv8yck/oE9/ucDyXRMNpBNbe70CWYI770AEH8+86euvkQtcEdWFHrtbYcL8gRD8GSMH0n5rcjosBkIlVHeIRUHsCsEMSqgO9UoEMC8MkgCQOw8RVw4iMjCC3tXZwf2TGyfXJieLCrSB+f1PUaNdLpQExtrk0Rsj5v1QnKdgL6b6pcjGCq89FiBMMc0PDMLDZIBaRH6hKoLvbmJEV9w84AvY1aHwSsD/DagWFFbxrGMVKXqDwqI0bogRF6roSJT1WN51zBoIt0uIKukBfzvbnVL+Z6edxf0PDLsspFCIlwqjzOC2OSZu5p0pjA/xnAjkkPwfTEn2t2uya9AJsv4HscEWqMtbfL9qRredmVtMvt7YS3hR3S8vJHRD5YF6xWoe6nw5C/7rAPkh+5A76ga/VjTK35NVkzPmihj6evYSFH2kd4bCxf6+nj5pt1E7ffRbA77P5Ba8uDG+bTjrgS8GzZnnAdWZYcYRu81cMOx4AfCwL213m7s+6nL9TC1Pt9LoCiqB9NUqvB5BM9vJ/jJQKEQaxd8AI3/S5MtlPbQCIXNDrWS7T7kIEQ5jwCIEqg6BBEgVlkMJNlAlHKSGDZ68JBatPJwty2qcEBhGanp3ZvWxwdGZgcnOwqJuP00ZHuqIUREYL9zfpo4NuqXsk2BPWWhWZBmwS4IwAVgVVoT7bpsAD6b/rpbdphrQJvbBUAux+DFhCJOGS5O5XJjI+HvBtxTl6+XrHTBmEchep+SIJW8GFW8xJrBfgOs8o3Vj/bhooen8hkUt2S7IhEaD034VkAGsxYvl4zo09cpNWLicvvJj/0tLYwHmZSN1Uye1rLX8m4wAMoRW3nqcYWjwaUndPgG5IQkWAmRBQQBEqja8ZJI3D5M8K0WJhKCeQzCvMTgcplRn4D21Ei1/xY6y3XGkPnZh5cWuYJPBdwRR0h/IPcaFbYVrFd/rm9MiXgTEgqRDlXpHD5IPdEIWK0hWueiPEGt4sec3GQVnsrXIaFqYqdc4Xz3OVPsdnV1yanIgWvJ9rq0+5m/n4ZOVGO9mvAg/uUifPQQJyKVe4M7dWpNnUG3NKyIK7Qlmylh2WVYckQgM3SkCJpygkk8by0hCSJPwwI8fOhxpgpAgMJsoaIdv7fL2SpEZqfa4ws7Zm7af6mqS0js42ZYDDoc3vcLhuwrK+l97QQmzIQpyfGGaI3UzriJiLdGjoA9JYwNwEu4EwzvyxhphJVhYSJ8cc8xJCj/jigbTVynzFX+PGx+meN936+tmHuYXKg7/DRl48e7hvIx5/Cpz4TzxlvDN48SP+MZ8w1njOeKWzJ5bYU8Bxb44wJSBw3VwHjjf4bvf39zkO0312bC3nwTpAJwu803kj0qQMDal8C408OHnsPSH3PscHJ3JZFEEcXTdvYrEsv6mjGty00dqrYpCmmRgevMDK7FdkCaEAE0IAYqAJaw1QYHip2YjQzvW1qbHRoy/CWnmrnYHEglw2HLBryYu96xNrGQmRFi9dLPbuGA6hnNhdnCrfAntfSspqzP7Rc8YX/0izXNC1J4zdpSfJ99WbZrv5RqyybZft8ExR62URrNueFHryqJFe19aJbL9ANhWh8zxQwZcpr8XSufxO98OUDcw+L6b8gm5NfwLPASa1M8xXWaveut1pV6akW2yEO2WZVnKrT7VI2ssPWW8ihwnUaa3POolV0+PeKjVKpUfyHeBE2cP3qZnhmU4ODRSYOtxSL5q36NRvZC4PHBptlcWV/0EG13Xl0GD2Gbm2cfICqNffTBkSmj2Ie7wD1hVcVmJyRENAjEgsHnR9MCwNimyBD45I1jc3YQJybrM0v7oLG9ZsfefDX7rvn9G03Lu06vHh4+yS1PMqdtWJN4CENy26iXJuFwwFNHv2uQWOu1is9VEfO1nLdWao5iykpKXrXrswkIUjSjGGPYODWYMXGaIy41redML91d1nqKkPbdF7RYoFtgJot5Xq2lQewqZFnyYdN7D3uAM+lLDYuTe3/A9SilA5wfFqz8Sm2L4rG082m+Z84PhKMRI2P9B6JRKORI734Xb0He/2+P7qiO/hJxCGJrSYv1XsOHb2zfzhIZHWuMNw3senziONTzZ6o2nqcdO3XMf7cvPCkS1YHK90D9t6uUu/AkT5bd1en8d31ngO/sCedT3du7GLYd0ItakUSImmX86oPa/Q+tKm/aTEp34+WGntOUo1mhdq/OyAxahrJknwBAScWxBIjUTmPFOUB4PWBufMVk1JwyaQUhCF37t57Tt969PDePUCyPDzU3wcznSo0CqqZ1OrdPWAaVH0VL7QBXfKI0CZSuWS2x72xG6dWIjUwhA2RA+bGO6/7P3yLSv/Gps9veFBqrxj5ZlUNmD3MN/4d1Uw+f70HNavbODXY7MBScvxAzWyZcXOFp99JlfKbvv1j6Fa0vTE5i3lhS5UQHkA2AEQC5v+Z60CmdYzNvo8TRab1AHIsJ86/69TKiZsOLMxPjA72Vcqtnq+Fp/hW37RQlmwkB5Nlm+rTRy9kJuJ1KkhYe4C9Cd//O29RYxhHpEynq71yRc3Z5PBczOeLzXU3Bsc314pxf7NGm+M33vcWH+GuPbofq7R+1irLZpsLa3396nVq4V9ao5A5Dt3HfZsbQSFqT+xBy+DHaToaWGwBx7eonRjEh3D3wZuWbtixfWgw4gQ8JEZxLTYRz2Imf3Fz3jHHbThXoV8UPQcWID1JawO/yY0S4/dlzGW5VzgXVyLCeVk+L5CSufM+WX6fQD6EFeLDXIPnG1TB8BEF+wmGPUxIO7GRKOF3StJOAUfXd3jyY09/mwd/TqdLrofJ2SS0uWN8iedHOOzHMlkT6icyPUA7nHuY1AixkwgWdm7c+aynrd9jTNGl3tTtP8b8FGGqKc2hcCOwFYN7bMcYQdvWvGIRc/5voxNiZJODQgLHTdN1MXIt1wYcZN6dNWJTHze90S2R2uSxMBaOKJ6XvQ6H92WPckQpFJQr9gtH5Jjnpz8tOI8ckaOel1/2RGWS2+ip2LXJibG6/TpyWvsdIOHIEWfhpz/1xGQmtKUHPME9zYVQHHUya3YR3YW3m372fbQN2hCxnUc2lf6dQ6qT/p1DTs3qPI0cFsXuOAO9vIDpkM7xMoC1Y4nDVLUXMTWbQNe3WrQlmJCxW6z2E9S8AMYSzTLf9MLvv+4T6N+5X/ERjRvfUrrFYY5T70D80lIjuWf37adXThxdvnH/7rv23LVrfnrHlomRYd2rezxZPe11Q5w4A9E00XWqrWDeIcyoxhnUjrARbjy3EesAbwY+2HBZphXtG8Es1EUy2bbZl2tSlv/uw7L8sOxzyPsfS3U5vc5MI/vYftnhM/62c2bfdGfn9L6Zzt5oZQhs6kGwqtkRdq4erQ5VzMMQ3+PwObONzOfgZnlNKOd6WPLTbYdf3t+VAvBzy8P0Eftlv/3Jzqb4zpnOWFNOtLr62Q2HwZI3H91fTm64mUqm4kGsT75xYzyeheEY99EP9o/MljkMtAlI5s+oACKPyDlEOJkAzjmWOXxOMOEGkEitT16EvH5JYnDP0iEkKdLOUKPRFMDYW64jASACritiqZEa6A8GMBpv9G8bmOqpdrTFY4FMMOPVHXaTyMVqBg+vE7n4zAAjNh+4ieHl7aB1vQ5ELbr+VRPSDEfN3VXuTdC58P/S7cZjLOr6mF1/jrFKsoARPz1uYcdfs+uTb4XNxZyi3BL+PWYnBSEHVwB6bISXYI3RYcihwGiemurUWIeI1TX7R7hqA0ebw3akCY4dbQ61N4FOY6IUrK9aueG3MOyZMKqgvkZPwKXxPDjmMaPmo/olHSZFTM0xyFUWmHkG8KKSMFf1dLs8fo8fwO3rV0ck+taiFZuodKzsATbJLPl/VdWvf131ROkSMh/oUo/SpRolvzPZNp5a7UmNt02aJfVnWuTKqyI63P2FRx4xWbofgaox9elmDDDYliEUo3r1eKNhjviaoF3kcTMAV8JYhbwzkZpYQtMteAjCqoWdZkwgxANWgXycxdqm9Gq9qqcyVwUJ1xKQ45uh5/ez/0hiQ5zwR/HJ1bb9+7GT/vvJvn37NoQKs4s3xPMB18DYr8I1UNvANVD/lbgGWOLDd6KhyrO50Ryj86aLkZ1M/eVcXaX5hS8vzJe61jYecTt/3RP3eBzPOjzfmN0xOUxbO/kAXdDbD3iZr2B50w2wsex0PwLA6s85PJ6NuF9JxpVxAH36s7qHCAxoGNBKhpEiyqJyRsOyKsow3nCiahJdCBA/LFCzSBBhjGnSf13pRRsxBQAR/TuSsNTQZ2f27d01P3Ng9kAgGPBmeutpCy1rwXuNss7VNnKzZ65d5NeA2sylNlVCdxbbFa9N2FgRU7m4YQEokfPku1fXxWQuOzr+6PgoBOs0N06tVY5HcoWdyqbamQVJq/fFc9+4RhXNbJIDG7ev1Vl8LbfhBPcXbBwJoHZUQyfQKXQW/UbjQ/uwoNa6Sh08byfTW6leuQMJql0V7OeRnVftEMljU3nbOWoDWZyEWbIuK+EUycFRCwjBrI4qiOpxN7Zpmm2JrmzgA7Fp87e+a2UF6ELvvONdZ289u3Jq5dTJW5YP37B7184dU+OjwwPVSrHT47YGbAFzsPCw2CrmOzOHebfpxDAVAIi6M/X0qKmi5+w4lavVoSvLlGHWtp1RIjKwY1AtWtXD1IOK12cjYEOBfGoKQ3Ia3khbSn7OcAiXGRghoxvohYVxwlkqOe8JBu9priv3hO+5R3AJ9+D/IFUy+c7vACVBPC8U4t9huDH07u9kBjRaaT3t5Vtv7Pb75lcnvoMfTwFe0daBVHIQ/6+S+ZjlXSVMtYDeSoQ+rBJdfdVlsbjOhnaEzrY25s6ejZwVhLOfzI25PNFyOBd/CWBr6IK+bGdC653Zc1Mk0X3j6fZCF97y0kur962jMiGO5d1/j9Z5lOoNQ9BnpQAhEabFIY8X8bRzhXACUWgGB0HMLDkMwUHzGEG8bL1WbM+mfbrTJouIfi/qOr9vOwYdnwVwwtQIfFiQal91w6S5E5xTnOg1Qedh1oWRogA28OdgzP3x/HvCWG4PZuLdPrn4w1jVL+6XejM/xcnfWDZ41UX2E5eNNiSdr/Nue4YT8IFHHuF26fbVj9r09Ad2k0AsPRD/XLI3in+aLl2+mTv2WBvJ2TQjYPPqdlX6ns3P4wpJN/vtH7Iy6KXWz2RjIkWLAJiYkYiJuMKBZS/wWABsQpbNgCGXQWG5DBgNAlTyNQrB18rlpj+2xgAGYK4IMhoBjCAFlNMSwNnU3T1sZgM44nuggQIKCAMO/J+73h2RO5ol8ANaAsJ+GUog8RvL+N80J7mRuOzG/2PXhR7ebcuIxscfeeS3qNpy0q6nWr//s8m+qBFIl7hHuaP/R9vqd20a/in8fkWmv9/4+ur30f8HZ1FAdAAAAHicY2BkYGAA4u74eYHx/DZfGfiZXwBFGJ6EJPtAad//H//H8jUxxwO5HAxMINUAWEsMjQB4nGNgZGBgDvqfxcDAL/j/4/8vfE0MQBFkwMQNAJoDBmEAAAB4nL1VPWhTURS+vndfK12K4CBSRCeHCJkySKcigmAdBKGNi0PJVBS3KjiIuHQQJ0EICAGzBIdMIghBnKSLiohLRcyUqSjFgvk7fueec9+775FIRHT4uPednHt+vvPdm7hnTLxtTLJkjD0GbOG7RxRv08De4z1sDWfbP/TJGAbbZgcNeU3m5Ds6JXB5LogtQf74ueb64GswZv4w1hf43sd6G+c+wvcb1jPAa42/QD/YJ7kGHA3OFeqINoAT2HOPl11dBzmflWxvlxHrafad7Kq9hBjPpBf7Hlwc0dh94CuwCXs7iPOQBlEddiCpAFew3wl4aYJnn/uu+uC8rQHnYGsBF7H3tXUm9LWuPV/NwHykNTx2ufruG3OcA0fRiIjh5gzYroB7C+ZGdlXqsMs0tMc13k3l5InwZNeCWvYQ/8aEGveymdhX9N12Z9NO9Fkw1aep2BDY64K09xL4X5e5+fmlses0TuM8knlwneZNXhO2QyPb4ZXnKXDz3KWh10Wab1U5qdEYIOVxMNM9eZDyPmYt535Db8ktwcSz9wVOl+WgnnLWN+/5XqW22PMA3CnwXlf/rqKm9i9B7LX8Gb57/v4V9cl3wmm7or5LBbyEPZgH5452aMx3xVYEIRcOJ0XP8Vmg6u5aP/WpZlpI+z0NDfPdbFDfvi3MLeCMz7q1LnyyJpzGFrL5i170TasWzodxz0t/8RDYnE3z/xL+XeWaXV9e+y1Bjmd/pq1vUY9+pjGa+ntLdVIucoC7pJpKLmUcu7nWp9TWLtpoJHB7+l1f8++MWdS32Gmi8R+4LGW53BtVneDnbSvQXil4h4TPg7+vI3jDptU5RZt/mMf9h/8CXgzLkwAAAHicPZV7dM91GMffz8dyqWHuY8MwM8xlMwxzy6WxjbnETua0aseZY52IWDUsRpMltFxqsXJnjmFpaUouuTQaSQsxNRmtzCENi177p53zPp/P9/N5nvfzft7P53cm/f93RLKtkkuTamyUPFKlmkFSLX+pTrz05Cyprh9gX5e4enFS/aGSV22pwSCpoafUaLrUJBuUSU0zpWbEeF+SWrD6JAPyfOFp6QGo0ypdal0p+VHLv0pqT0wANQIqpA53pcA1gPyOGVInNHVGT+csqUs+4LxrKCCnm6/UvUAK5js4QQqBO4R+eqC1B/yh4wG1QskLRVtPavWGO2y51Oe41BfOfuSF009/6ven3kA0DyR2cGOA5iHeAP3DWIflghLpmXIpgn5HkD8yCqAxkvtIakVSP4rzaPhH5UmjI6QY9I/hbGyiNA6O8fQ5gfjnqDupuxQXK00ulKaUSlOJn4YHSUXSKznSDDCTs9fwbja9z6GXZGLf8JJS8H4uHPPQPB8PUtHyFrNYQPwC+l8IzyK0L6aPdPKX4Nk7cCxFb0YKQMcyvpfHSCt4CivYr8Sb94n7AL5VrKvhWcucPwyTsph5Fv5lwfsxNddRZz0zWF+9JknZ+PsJHmzA/w1wbyR/EzmbyN+M7i3st7BuZWbb8GM7+x14mUPdnfS7C427yNvNuhuf9uDLXmaYx2z2Uedz/MyH/wu07YfzS3or4A0dIP8rah+kp0PUOHyQZ82cjhL3LTqP8SaPo+UE8SfhOYnPhYEAX06Rd5qevsfnIno4g/azzOQsfZ/D2/PU/gm+Yt7EBXRdIPYCdxfhvMwMrpB/NVz6Fb7f0FcKfyl311h/J/86PVxHXxnzLoPjBt7fxO8/OC/Ht3L6/5O6t+C4VSxV4PNt3vEdYv6mt3v48A+eVDLX+7ypB9R7SFwVPP+i5RF1H6PjcaZMEeCuzHmDQpmHJ2CtGSWrxVrHX/ZUmsyzXFY/BZyTeQ2S8Tu2hnmyxoHgiKzJdFlTOJrNknkPlTXnvHmGrAU5PtTwqZL5rpG1qi1rHSTzA21AW+LaNZb5kxNAnYBSWQfiOvrKOsEbRL2u3HWjVvdsWfByWUiuLJR6PTfKepHTG+4wYvuGy8LHywZslTFqG1wiG0IP/P5sOIhIlo0ok0UelEXlyKLpMRq9o/Jlo+EY4ycbS92xxE7oLptIjxMrZbHc8buzSemyuCTZZHqYjJ7nqRFPDy/Qw4tZspfgTyAv4bhsCnGJ9D21WDYNniTiXq6QzYD7VXyZyX42fc/xkiVXg7PX6fXNVMDdXA/ZPHqbnwjQkIqGBeQujJGlwZWG5kXcLY6Tvc13OjlLmOfSajDPDDRloOdd+lvGTN8rkq1EcybzzCR3FTyr0bYWPz5Cexa+r0N3Nt5ns/8ULzbi9yZ82oymLfi4DQ+2h8p2MNMcPN6J/7vwPZc+d8O5h/i91P+MuH2XZPnxAO378e0A9b9mNvws7BvyD7E/XA20HiHnaKzsGP2cQPcJ5vsdfRVSt5D7U+g8nSArgvcMus8S/wOx5+D/Ec3nuS9mbj9zfpFeLvEOLnH2C9+X0XuZmCv4W8K+BJ+uFsiu4fV19N5A+036KIf/L/yuIPc27+IOuIume9So5F3fJ+4Bb+8hfT0i5hE8j/PkrESuhqecRzgoknsiEIwH+XK1YuVq58jVAZ5818uWq58l5xUv14CcBuwbpsg1Iod/Ha5JNUrlmlbJecfJNYfHh/uWEXKtPeTakNM2Q67dXTn/VLn2y+UCuO8QIxdYLNfJW64zsUHpcl2I7ZIECuW6ct8tWS7YVy6EtYeXXK+hcr3JDyuQ67NGrh/6+pM3gJxBYXKD4X8a7qFb5YaTE1FbbkSC3Mg0uWg/uVGcj0b36Eq5GPZjcuXGJco9i+4J9Dcx/j9fdvDsAAAAAAEAAAILAYEAIQAAAAAAAgDmAXEAjQAAAiYODAAAAAB4nHWQz2rCQBDGv/ivVKGHFgq97alVClEDXqQHQVDorR6EQi9R1yQSs7JZBV+i79AH6av0WfolDqUVmmVnf/PN7OxkAFzjCx5O34D7xB4u6J24Qn4SrpLHwjXys3AdLbwIN6i/CTfxiKVwCzd4ZwWvdklvgw9hD1deS7hCvhOukh+Ea+SBcB233li4Qf1VuIm5Fwm3cO99js3uaJModqo97qigFwzU4qgMpSQLUxXuXWxsrkZqbTKn09T4S7NdmTxPtJ3paJ+GVjw55trmiclU3++JMtWZtqHTq6JyfogC59Zqbc1WTaSm2lmz0Uvnx87tht3u77c4SoMdjrBIECGGg0KbaodngB73gLRghmLmKStBhhAplRB73ojLSE5/xL2ml1HVzEjJPsdvsMWKNudKGLGY0Ua8nbKGPYv99ealLbyirkKfFXtnOVParKSwfHn103OOA98JqDp2VnRny24UJmd9Ks6hiG2oLKn75TQc1SG6XP/81zeZnYCZAHicfVl1YBzX0ffMMUqyHMcOtUlTSNttLdlpU2Zm5m7f7T7dbbRw2bd70rnMzMzMzMzMzMzMzN/Mgz1JcT//oZt5OG/gNzPrfbjP/OvuO+E/7AFCDerQgCa0oA0d6EIP+jCAISzBMqzAfliFA3ASHIST4RAchlPgVDgNTocz4CJwUTgTzoKLwdlwcbgEXBIuBefApeEycFnw4HJweTgCa7AOR+EYnAtXgCvCeXAluDJcBa4KV4OrwzXgmnAtuDZcB64L14Prww3ghnAjuDHcBG4KN4Obwy3glnAruDXcBm4Lt4Pbwx3gjnAnuDPcBe4Kd4O7gw/3AAEjCCAECRswhglEcD5sQgwJpJDBFC6AHBQUUMIMtmAb5nAc7gn3gnvDfeC+cD+4PzwAHggPggfDQ+Ch8DB4ODwCHgmPgkfDY+Cx8Dh4PDwBnghPgifDU+Cp8DR4OjwDngnPgmfDc+C58Dx4PrwAXggvghfDS+Cl8DJ4ObwCXgmvglfDa+C18Dp4PbwB3ghvgjfDW+Ct8DZ4O7wD3gnvgnfDe+C98D54P3wAPggfgg/DR+Cj8DH4OHwCPgmfgk/DZ+Cz8Dn4PHwBvghfgi/DV+Cr8DX4OnwDvgnfgm/Dd+C78D34PvwAfgg/gh/DT+Cn8DP4OfwCfgm/gl/Db+C38Dv4PfwB/gh/gj/DX+Cv8Df4O/wD/gn/gn/Df+C/uA8BEWtYxwY2sYVt7GAXe9jHAQ5xCZdxBffjKh7Ak/AgnoyH8DCegqfiaXg6noEXwYvimXgWXgzPxovjJfCSeCk8By+Nl8HLooeXw8vjEVzDdTyKx/BcvAJeEc/DK+GV8Sp4VbwaXh2vgdfEa+G18Tp4XbweXh9vgDfEG+GN8SZ4U7wZ3hxvgbfEW+Gt8TZ4W7wd3h7vgHfEO+Gd8S54V7wb3h19vAcKHGGAIUrcwDFOMMLzcRNjTDDFDKd4AeaosMASZ7iF2zjH43hPvBfeG++D98X74f3xAfhAfBA+GB+CD8WH4cPxEfhIfBQ+Gh+Dj8XH4ePxCfhEfBI+GZ+CT8Wn4dPxGfhMfBY+G5+Dz8Xn4fPxBfhCfBG+GF+CL8WX4cvxFfhKfBW+Gl+Dr8XX4evxDfhGfBO+Gd+Cb8W34dvxHfhOfBe+G9+D78X34fvxA/hB/BB+GD+CH8WP4cfxE/hJ/BR+Gj+Dn8XP4efxC/hF/BJ+Gb+CX8Wv4dfxG/hN/BZ+G7+D38Xv4ffxB/hD/BH+GH+CP8Wf4c/xF/hL/BX+Gn+Dv8Xf4e/xD/hH/BP+Gf+Cf8W/4d/xH/hP/Bf+G/+D/63tq0ENa7VavdaoNWutWrvWqXVrvVp/X3MjiguZ1+NIFU0lRR5MGmoicllXWU4jxTyWqllMymSkakUWtMJMqUjmrTga5SKf94OJnOVZ6sVyoxg4Jo/Gk6KVmLMbCR/eSszpzUQf30j4/FZiTq4ndHQjiDMla9MobZQp/e3xCk+oQKZhX9Oh1AwJm2526K5gMxH5Zt8cbC4b8EKR59kW79zB0d5+LjdyqSb+8SxL6LH5TObNqcxVljZFEEileuYQlcVR2AxEGsi4QTtk0doSeRql414Q02Xmwm4i09LTp7eDLCGuULQpkbmw5/hFlM7rhQg2G+M8K6cDVY54k683dWKhCn9OZ5EQaRDFHV6up+ojGcd9fZdvjhpWz107ur12pB6lG9nS4iy/mERpU25PRRqSMGmRi6CoT+NSNZIoLVVnREIYUZnyyHptWqMm9Mg+vT0r08Kjl07bihTM+m0nqsjpbtnhEZmIKO7S+WyGabjRHGXZ5to6GUFMSbq19eZUjCX9lIq5gZKxDAqPXCQNJn0z6Gm1dp2q1tYas0huqVY5DUUhwyY/yVvrBDIvoo1I0kqiPP3uTq5CL8jIXvUky2UnzTxjsDbLwVoZOELrfFA916edtVl0vCOKIo9GZSGbiSQqGFhH9teOTbe33EPWj+iH0I95QZvcRhN1URZZW8Tx2nnb60c62ilYO60iLxVJ343SQo5zfkhdiSRujEtJEWUU0KFrjLwtQxVD/p1O4ygQRZSlvMDYmSnjmR2ykRdn4yils2dRIVmLLf5Db+o66XO1pPW2ME1fa2yUbUvly4GedKZslGpCB5sNYVT0pyL3Sj+YxKGnNKNOwJTtXE7zLJkWO4/eaASC2G4SKfK3lFTUsTKtnatv9cNsK40zETZD0iDpXYfA+jCe+ZWJ/Wg3KwbMWgfxo12cnuNXFPOpNHMVJ3raV8jAI1Kmhab1Yy0RhqPNZJMsMpPdOAs26Y6QQMyY5WgzljMZq4GdMTpsSPIbUnS6mdIDmmSJaGPekMlIhm33pJYxkSKwIqAssimFmpi3SUssUk5KSaMkOi69tfqYYrgTxlY3/YryVTJ0PkuGImssL/CEwznYbJLPTbK8W4X+etfiCr+B1U+I1NRmCAeW9bX0XW0A7aT1Mg2zei7DrEeqnBIscNS1GZKZ6BYjdsSIbDgkciGR2M2mA2J32GInl/aIk+SjeUaWWNB63EosdtApX5pmZHNfLMi0T6TVoC92Mnq9zhpmvSHTNpGUNnzhiLRFBD+3b3+1LnmQn9/Wv6SRDh+hEbwzyRJyJdLVKodI6Gt+Q8yynOJtqLnKOXvTNPbJobxUbu1n2ri1F4ipKmPZXQy1mWSLGmKbTMsEI5eXTTnelZ5hr+ypgjSo5pRqwiUetFplFBqYh1qH6RiOIrxnKLlN6WlFH8S8s1W3GgkXZD7UZ7MjeZwqDMv5RbM1OrWhz+sYvVOwa5kp8uO5NypHI0oE+hElQ/XM40ioz7xy2t2KSNNb5AXF0GjVCexYC609y/LLli1dgfLADhhs7lqOcNtNWHTkzKRznRvXTrrdMc+h8mGVKbPYcw7a1tFAT9TIpy0z0G+heNMq0QnKs+5WD7LpvB2ImNKeyBsTwpe8w6Hij/MoNBRHD5UCmc6kqVRtvYpCmrLmWDvUgIkqcIfMOfAgV3KaEXlF85HuUbksylzHw0QkozIfy/ykEzioH/W0K3N+8tOhxldf/6UI7RkM1g7JIcCVUMcsoSxmAEK7Rn/nvoFhchmw4qocqUGlTnFKltO+V2VbMTDlFW1L+WULgcSyJeiwQqTjWC7ZASrC5EaWJ3vPSu3tNkaGZtqBxm5WdDfKOFYBHaXDnhXTSeW2KahaXOF5UdrWv1lZ9MJcjEmbVNtobbAPDA0gZGVOmdlPd7NiyVacdINQBKyGj1LH96mWo+sjUlaZHqiYMrXkSA6rQVacWjbnT7UbsRexHFynsJ11Jcezy9ZUnnv23gFRneMgfMjTvqmTnaC+LZWJb5tp77ghjntipRJMpQRek6zQ8SNikScrDOz0xKLCHRZPbUUFh/F02VgomXtcZJKP2HJt7ouKitpFlMjjWSoHjuAo2WyNyLmzUGrfM6jRYTDwRnM/rShB0aq4fVCdLUGX8iupcNfVja4A+5wVPSoZBWF5dyv2HD4SaeCjT1SFLD293BzQpxiSIiEIooAfWIZ0WSayZV1+2Z7mFTKhnF5IKvXktgzopD4/2bfS1YNyJBthHsVxOxHbOtu3XdpfvZASfdGMEi2CDjxb8hrGrLSMe5dmiolMpEEvym92gQVXs9Ulp6apXZYJF+gVuqb0CorzVas5i4jaeiftHitTPbpkxDBLvHhcI6fdddxWFEqbgwI162uctUC0Yp3BD7kYJBvNh5woi8xzXeJGFocMkNwBHHIqjlI3741EOJYrGuM8rrS5FyFFDq2MZCFCiHlXe7BOW8tmLVvBuIXJ4M4vzNjAgGYoC+pe1IFdnE8dZirDU8w2CoK8ICN7ZPNATrS0y4QWeRaRQGGo7XLyzoEic66glty4ya9rhyteN3A6Y9judNfM/gVHmYtwMA4XR8XcVuQH9vC6iLC5QJFXkvbn9uxDbikXHD6jo2/gsbqGcdenplNl1RB37aaD7FdDlNBWdjL6zkow6kh8AtRqOU9aPW9NBMXHxmo1VRaRzQadsDTNjhy62Vym1CtXi3UCMdJVt5NVtrTmFyPsAGve2pE9I0e8tYO7Rio4PHnX8AIWK82qC0r2aX3zyeYhIvIzir1c4yxlInmoGudi3x/LlJp8ajTHi4k9PjGoJricWKo406KvVnwu7WFS979rR4eLjewjViKu0ukOihtFuZSy/f8YF4uTC0F1Q8E11MFdsrCUF5QUowsRucM3gJKNzucMHYWmfDBhu98sNG5GfRIdaa8PIzFOM1VEAdWwCeHNCcZjlsMplpRETfJ0wkIw4vfMuO6uXLSaCO7bS6lOEIV9QUAxkCUUKIU51ekqFfGcNGC17JKaOriHtyG/upCFpAhEOhNu6UTGU4oc67QytOYt070TBn58tlBq4sMeqqgkGgsqsK3ErPA4TqwKE6kU5zlSuHsg+RNpab9bnnJbqQHXWS0Isjwk3tS3YS/JlIgCnyOzb2kNq3a9cTCu8XR5qQ65k+OY1CB5wtMTVmJC/Zy64bFDFcrLlO8qM1jQVOV4LFVhc9VpuwcpdepKO9Ryr+ye5Bre3aS/vjmrcNdKfZMbttcnUZBnKiNUKig5OyHJD2OCAspShidDmnnrV+67RGWfw3vGqSyzMwf3zEwFpVARW6lzQaomd5wW8wM7R9xu58euuvBonHsM6w8UhEVJtaTcOrBrwOb7ZRHO+KMigY4sGD5OouCzitYWojtIg6eecNRY2cpJN7hKYLAYocAYTAgJsny+rh1kWHF683Io1GREbXFoP0fVuYXp2VTKzmwO469JMTmxnckzOvhUQ0/oRu5RCMu1HxWcDM/4X3O5TCgPV1lPf3GsMkc2I7XvZHQg2ehMKKjH0oppfcOWVC5X951bcR7p2m103Wn2TH+R71xPMhqf4SZ3wv5i+nQ3vSMdLWaHO6KeWwAX82Qo5TyA+kZFoBVIO0BFMy1nqztfXYBYyuAWH77Q+B6UCaPcuICyAoRZULLXVehJBY0VhixAvWzHMJvTyB4xnVAVToAQO0dXU1JmqCZSFtaBCqrxi8qdtrJ8MxTzs1wwm4bB+KHFUyv+2f/fEvcSK+k4zkbyFOuwmXeh9FFNXTiDrLgkVDBqc021WqWlmCtlPXamGeO2j5dx6zEhQ1LW8qhB5wrfOgo3JBWpnCYLMYqrnMQ9r7OA3KDSnp+2vypkqrf1qV7WPQ5/TDzHbpiTU0aBV+axRwhDDqrLWLuDcqCc627V4261q6mEaujJkMwyi7JSGXZQsbzOfVVnbD+2bf57wDLmYz4RHfO/FkQ1qGErVE//NeHfs5jMnrSygzazHUId8+VnqaLMzNBV79QBUA83YBedrVvz9y034YJ7yTLuoQfKNNIJLfYW/r66e1BvPLh7bI/bJGIcBdb3+eMA91g2E9C7U6U/Jthwo+bBLznJLsobhhVX/NtvMMa6B527pX5kSg3tF6sWNY1PGh3s3z2mi2RKKkVeBkXJ7sWAvbSnXBjsqir27fs/bc6HrwAAAHicY/DewXAiKGIjI2Nf5AbGnRwMHAzJBRsZ2J02MjBoQWguFHonAwMDNxJrJwMzA4PLRhXGjsCIDQ4dESB+istGDRB/BwcDRIDBJVJ6ozpIaBdHAwMji0NHcghMAgQ2MvBp7WD837qBpXcjE4PLZtYUNgYXFwCUHCoHAAA=") format("woff");
  font-weight: normal;
  font-style: normal;
}

.mstr-icons-lib-icon {
  font-family: "mstr-library-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.mstr-rc-search-box{min-width:132px;max-width:870px;width:250px}.mstr-rc-search-box__side-panel .mstr-rc-input__content:not(:focus-within){background-color:#f4f4f4;border-color:#f4f4f4}.mstr-rc-search-box__side-panel .mstr-rc-input__content:not(:focus-within) button{background-color:#f4f4f4}.mstr-rc-search-box__side-panel .mstr-rc-input__content:not(:focus-within):hover{border-color:#9a9b9c}
.mstr-rc-icon-button{padding:unset;background:rgba(0,0,0,0);border:none;cursor:inherit;line-height:normal;display:flex;align-items:center}.mstr-rc-icon-button--with-divider{border-right:1px solid rgba(53,56,58,.1);padding-right:10px}.mstr-rc-icon-button:hover:not(:disabled){cursor:pointer}.mstr-rc-icon-button:hover:not(:disabled) .mstr-rc-icon-button__label{color:#0e6ff9}
.mstr-rc-icon-with-text{display:inline-flex;column-gap:6px}.mstr-rc-icon-with-text__text{font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:12px;font-weight:400;line-height:18px;color:#35383a}.mstr-rc-icon-with-text__text--disabled{color:#9a9a9a}
.mstr-rc-input{font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:12px;font-weight:400;line-height:18px;color:#35383a;background-color:inherit;border:none;box-shadow:none;min-width:0;color:inherit;outline:none;flex-grow:1;padding:4px 0px;text-overflow:ellipsis;overflow:hidden}.mstr-rc-input,.mstr-rc-input *{box-sizing:border-box}.mstr-rc-input__container{display:flex;flex-direction:column}.mstr-rc-input__status-message{padding-top:2px;max-height:32px}.mstr-rc-input__status-message--error{font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:11px;font-weight:400;line-height:16px;color:#f8472f}.mstr-rc-input__status-message--warning{font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:11px;font-weight:400;line-height:16px;color:#e9932c}.mstr-rc-input__content{display:flex;align-items:center;padding:0 9px;background-color:#fff;border:1px solid rgba(0,0,0,0);border-radius:2px;box-shadow:none;column-gap:6px;flex-grow:1;height:28px}.mstr-rc-input__content--bordered{border-color:#d7d7d8}.mstr-rc-input__content:hover{border-color:rgba(53,56,58,.5)}.mstr-rc-input__content--prefixed{padding-left:4px}.mstr-rc-input__content--prefixed .mstr-rc-input{padding-left:0}.mstr-rc-input__content--suffixed{padding-right:4px}.mstr-rc-input__content--suffixed .mstr-rc-input{padding-right:0}.mstr-rc-input__content--focused,.mstr-rc-input__content--focused:hover{border-color:#0e6ff9}.mstr-rc-input__content--warning,.mstr-rc-input__content--warning:hover{border-color:#ffb132}.mstr-rc-input__content--invalid,.mstr-rc-input__content--invalid:hover{border-color:#f8472f}.mstr-rc-input__content--disabled{background-color:#f4f4f4;pointer-events:none;color:#9a9a9a}.mstr-rc-input__content--disabled:hover{border-color:#d7d7d8}.mstr-rc-input::selection{background-color:rgba(14,111,249,.1);color:#35383a}.mstr-rc-input::placeholder{font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:12px;font-weight:400;line-height:18px;color:#9a9a9a}.mstr-rc-input[type=password]{letter-spacing:2px}.mstr-rc-input--with-password-placeholder::placeholder{color:#35383a;font-weight:600}
.mstr-rc-switch{padding:unset;background:rgba(0,0,0,0);border:none;cursor:inherit;line-height:normal;display:block;background-color:#9a9b9c;transition:.3s}.mstr-rc-switch[aria-checked=true]{background-color:#0e6ff9}.mstr-rc-switch[aria-checked=true]:disabled{background-color:#9fc5fd}.mstr-rc-switch:disabled{background-color:#d7d7d8}.mstr-rc-switch:hover:not(:disabled){cursor:pointer}.mstr-rc-switch__slider{position:relative;background-color:#fff;border-radius:50%;transition:.3s}.mstr-rc-switch--regular{border-radius:9px;height:18px;width:36px}.mstr-rc-switch--regular .mstr-rc-switch__slider{height:16px;width:16px;left:1px}.mstr-rc-switch--regular[aria-checked=true] .mstr-rc-switch__slider{left:19px}.mstr-rc-switch--small{border-radius:8px;height:14px;width:28px}.mstr-rc-switch--small .mstr-rc-switch__slider{height:12px;width:12px;left:1px}.mstr-rc-switch--small[aria-checked=true] .mstr-rc-switch__slider{left:15px}.mstr-rc-switch__label{font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:12px;font-weight:400;line-height:18px;color:#35383a;align-items:center;display:inline-flex;column-gap:6px;cursor:pointer}.mstr-rc-switch__label:has(>:disabled){color:#9a9a9a;cursor:default}
.mstr-rc-screen-with-icon{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 20px;width:100%;text-align:center}.mstr-rc-screen-with-icon__text{color:#35383a;font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:18px;font-weight:400;line-height:normal;margin-top:30px}.mstr-rc-screen-with-icon__subtext{color:#575a5d;font-family:var(--msdl-font-family, helvetica, Arial, sans-serif);font-size:16px;font-weight:400;line-height:normal;margin-top:18px}.mstr-rc-screen-with-icon__button{margin-top:22px}
.mstr-rc-loading-dot-icon{display:inline-block;background-image:url(../images/loading-dots.gif?1d7529);background-repeat:no-repeat;background-position:center}
