a8ab26727dbf6e078c405df5f6534aab5ed39dba
papers/paneaWholeGenomeLandscape2019.md
| ... | ... | @@ -58,9 +58,9 @@ All other BL studies, BL Tier 2, 111 |
| 58 | 58 | |[HIST1H2BK](../HIST1H2BK)|2 | ★ ☆ ☆ ☆ ☆| |
| 59 | 59 | |[HIST1H3D](../HIST1H3D)|2 |★ ★ ★ ☆ ☆| |
| 60 | 60 | |[HIST1H3H](../HIST1H3H)|2 |☆ ☆ ☆ ☆ ☆| |
| 61 | -|[HIST1H3I](../HIST1H3I)|2 |☆ ☆ ☆ ☆ ☆| |
|
| 61 | +|[HIST1H3I](../HIST1H3I)|2 |★ ★ ★ ★ ☆| |
|
| 62 | 62 | |[HIST1H3J](../HIST1H3J)|2 |☆ ☆ ☆ ☆ ☆| |
| 63 | -|[HIST1H4J](../HIST1H4J)|2 |☆ ☆ ☆ ☆ ☆| |
|
| 63 | +|[HIST1H4J](../HIST1H4J)|2 |★ ★ ☆ ☆ ☆| |
|
| 64 | 64 | |[IGLL5](../IGLL5)|2 |☆ ☆ ☆ ☆ ☆| |
| 65 | 65 | |[IKZF3](../IKZF3)|2 |☆ ☆ ☆ ☆ ☆| |
| 66 | 66 | |[IRF8](../IRF8)|2 |☆ ☆ ☆ ☆ ☆| |
papers/paneaWholeGenomeLandscape2019_tmp.html
| ... | ... | @@ -0,0 +1,663 @@ |
| 1 | +<!DOCTYPE html>
|
|
| 2 | +<html>
|
|
| 3 | +<head>
|
|
| 4 | +<title>paneaWholeGenomeLandscape2019.md</title>
|
|
| 5 | +<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
|
| 6 | + |
|
| 7 | +<style> |
|
| 8 | +/* https://github.com/microsoft/vscode/blob/master/extensions/markdown-language-features/media/markdown.css */
|
|
| 9 | +/*---------------------------------------------------------------------------------------------
|
|
| 10 | + * Copyright (c) Microsoft Corporation. All rights reserved.
|
|
| 11 | + * Licensed under the MIT License. See License.txt in the project root for license information.
|
|
| 12 | + *--------------------------------------------------------------------------------------------*/
|
|
| 13 | +
|
|
| 14 | +body {
|
|
| 15 | + font-family: var(--vscode-markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif);
|
|
| 16 | + font-size: var(--vscode-markdown-font-size, 14px);
|
|
| 17 | + padding: 0 26px;
|
|
| 18 | + line-height: var(--vscode-markdown-line-height, 22px);
|
|
| 19 | + word-wrap: break-word;
|
|
| 20 | +}
|
|
| 21 | +
|
|
| 22 | +#code-csp-warning {
|
|
| 23 | + position: fixed;
|
|
| 24 | + top: 0;
|
|
| 25 | + right: 0;
|
|
| 26 | + color: white;
|
|
| 27 | + margin: 16px;
|
|
| 28 | + text-align: center;
|
|
| 29 | + font-size: 12px;
|
|
| 30 | + font-family: sans-serif;
|
|
| 31 | + background-color:#444444;
|
|
| 32 | + cursor: pointer;
|
|
| 33 | + padding: 6px;
|
|
| 34 | + box-shadow: 1px 1px 1px rgba(0,0,0,.25);
|
|
| 35 | +}
|
|
| 36 | +
|
|
| 37 | +#code-csp-warning:hover {
|
|
| 38 | + text-decoration: none;
|
|
| 39 | + background-color:#007acc;
|
|
| 40 | + box-shadow: 2px 2px 2px rgba(0,0,0,.25);
|
|
| 41 | +}
|
|
| 42 | +
|
|
| 43 | +body.scrollBeyondLastLine {
|
|
| 44 | + margin-bottom: calc(100vh - 22px);
|
|
| 45 | +}
|
|
| 46 | +
|
|
| 47 | +body.showEditorSelection .code-line {
|
|
| 48 | + position: relative;
|
|
| 49 | +}
|
|
| 50 | +
|
|
| 51 | +body.showEditorSelection .code-active-line:before,
|
|
| 52 | +body.showEditorSelection .code-line:hover:before {
|
|
| 53 | + content: "";
|
|
| 54 | + display: block;
|
|
| 55 | + position: absolute;
|
|
| 56 | + top: 0;
|
|
| 57 | + left: -12px;
|
|
| 58 | + height: 100%;
|
|
| 59 | +}
|
|
| 60 | +
|
|
| 61 | +body.showEditorSelection li.code-active-line:before,
|
|
| 62 | +body.showEditorSelection li.code-line:hover:before {
|
|
| 63 | + left: -30px;
|
|
| 64 | +}
|
|
| 65 | +
|
|
| 66 | +.vscode-light.showEditorSelection .code-active-line:before {
|
|
| 67 | + border-left: 3px solid rgba(0, 0, 0, 0.15);
|
|
| 68 | +}
|
|
| 69 | +
|
|
| 70 | +.vscode-light.showEditorSelection .code-line:hover:before {
|
|
| 71 | + border-left: 3px solid rgba(0, 0, 0, 0.40);
|
|
| 72 | +}
|
|
| 73 | +
|
|
| 74 | +.vscode-light.showEditorSelection .code-line .code-line:hover:before {
|
|
| 75 | + border-left: none;
|
|
| 76 | +}
|
|
| 77 | +
|
|
| 78 | +.vscode-dark.showEditorSelection .code-active-line:before {
|
|
| 79 | + border-left: 3px solid rgba(255, 255, 255, 0.4);
|
|
| 80 | +}
|
|
| 81 | +
|
|
| 82 | +.vscode-dark.showEditorSelection .code-line:hover:before {
|
|
| 83 | + border-left: 3px solid rgba(255, 255, 255, 0.60);
|
|
| 84 | +}
|
|
| 85 | +
|
|
| 86 | +.vscode-dark.showEditorSelection .code-line .code-line:hover:before {
|
|
| 87 | + border-left: none;
|
|
| 88 | +}
|
|
| 89 | +
|
|
| 90 | +.vscode-high-contrast.showEditorSelection .code-active-line:before {
|
|
| 91 | + border-left: 3px solid rgba(255, 160, 0, 0.7);
|
|
| 92 | +}
|
|
| 93 | +
|
|
| 94 | +.vscode-high-contrast.showEditorSelection .code-line:hover:before {
|
|
| 95 | + border-left: 3px solid rgba(255, 160, 0, 1);
|
|
| 96 | +}
|
|
| 97 | +
|
|
| 98 | +.vscode-high-contrast.showEditorSelection .code-line .code-line:hover:before {
|
|
| 99 | + border-left: none;
|
|
| 100 | +}
|
|
| 101 | +
|
|
| 102 | +img {
|
|
| 103 | + max-width: 100%;
|
|
| 104 | + max-height: 100%;
|
|
| 105 | +}
|
|
| 106 | +
|
|
| 107 | +a {
|
|
| 108 | + text-decoration: none;
|
|
| 109 | +}
|
|
| 110 | +
|
|
| 111 | +a:hover {
|
|
| 112 | + text-decoration: underline;
|
|
| 113 | +}
|
|
| 114 | +
|
|
| 115 | +a:focus,
|
|
| 116 | +input:focus,
|
|
| 117 | +select:focus,
|
|
| 118 | +textarea:focus {
|
|
| 119 | + outline: 1px solid -webkit-focus-ring-color;
|
|
| 120 | + outline-offset: -1px;
|
|
| 121 | +}
|
|
| 122 | +
|
|
| 123 | +hr {
|
|
| 124 | + border: 0;
|
|
| 125 | + height: 2px;
|
|
| 126 | + border-bottom: 2px solid;
|
|
| 127 | +}
|
|
| 128 | +
|
|
| 129 | +h1 {
|
|
| 130 | + padding-bottom: 0.3em;
|
|
| 131 | + line-height: 1.2;
|
|
| 132 | + border-bottom-width: 1px;
|
|
| 133 | + border-bottom-style: solid;
|
|
| 134 | +}
|
|
| 135 | +
|
|
| 136 | +h1, h2, h3 {
|
|
| 137 | + font-weight: normal;
|
|
| 138 | +}
|
|
| 139 | +
|
|
| 140 | +table {
|
|
| 141 | + border-collapse: collapse;
|
|
| 142 | +}
|
|
| 143 | +
|
|
| 144 | +table > thead > tr > th {
|
|
| 145 | + text-align: left;
|
|
| 146 | + border-bottom: 1px solid;
|
|
| 147 | +}
|
|
| 148 | +
|
|
| 149 | +table > thead > tr > th,
|
|
| 150 | +table > thead > tr > td,
|
|
| 151 | +table > tbody > tr > th,
|
|
| 152 | +table > tbody > tr > td {
|
|
| 153 | + padding: 5px 10px;
|
|
| 154 | +}
|
|
| 155 | +
|
|
| 156 | +table > tbody > tr + tr > td {
|
|
| 157 | + border-top: 1px solid;
|
|
| 158 | +}
|
|
| 159 | +
|
|
| 160 | +blockquote {
|
|
| 161 | + margin: 0 7px 0 5px;
|
|
| 162 | + padding: 0 16px 0 10px;
|
|
| 163 | + border-left-width: 5px;
|
|
| 164 | + border-left-style: solid;
|
|
| 165 | +}
|
|
| 166 | +
|
|
| 167 | +code {
|
|
| 168 | + font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
|
|
| 169 | + font-size: 1em;
|
|
| 170 | + line-height: 1.357em;
|
|
| 171 | +}
|
|
| 172 | +
|
|
| 173 | +body.wordWrap pre {
|
|
| 174 | + white-space: pre-wrap;
|
|
| 175 | +}
|
|
| 176 | +
|
|
| 177 | +pre:not(.hljs),
|
|
| 178 | +pre.hljs code > div {
|
|
| 179 | + padding: 16px;
|
|
| 180 | + border-radius: 3px;
|
|
| 181 | + overflow: auto;
|
|
| 182 | +}
|
|
| 183 | +
|
|
| 184 | +pre code {
|
|
| 185 | + color: var(--vscode-editor-foreground);
|
|
| 186 | + tab-size: 4;
|
|
| 187 | +}
|
|
| 188 | +
|
|
| 189 | +/** Theming */
|
|
| 190 | +
|
|
| 191 | +.vscode-light pre {
|
|
| 192 | + background-color: rgba(220, 220, 220, 0.4);
|
|
| 193 | +}
|
|
| 194 | +
|
|
| 195 | +.vscode-dark pre {
|
|
| 196 | + background-color: rgba(10, 10, 10, 0.4);
|
|
| 197 | +}
|
|
| 198 | +
|
|
| 199 | +.vscode-high-contrast pre {
|
|
| 200 | + background-color: rgb(0, 0, 0);
|
|
| 201 | +}
|
|
| 202 | +
|
|
| 203 | +.vscode-high-contrast h1 {
|
|
| 204 | + border-color: rgb(0, 0, 0);
|
|
| 205 | +}
|
|
| 206 | +
|
|
| 207 | +.vscode-light table > thead > tr > th {
|
|
| 208 | + border-color: rgba(0, 0, 0, 0.69);
|
|
| 209 | +}
|
|
| 210 | +
|
|
| 211 | +.vscode-dark table > thead > tr > th {
|
|
| 212 | + border-color: rgba(255, 255, 255, 0.69);
|
|
| 213 | +}
|
|
| 214 | +
|
|
| 215 | +.vscode-light h1,
|
|
| 216 | +.vscode-light hr,
|
|
| 217 | +.vscode-light table > tbody > tr + tr > td {
|
|
| 218 | + border-color: rgba(0, 0, 0, 0.18);
|
|
| 219 | +}
|
|
| 220 | +
|
|
| 221 | +.vscode-dark h1,
|
|
| 222 | +.vscode-dark hr,
|
|
| 223 | +.vscode-dark table > tbody > tr + tr > td {
|
|
| 224 | + border-color: rgba(255, 255, 255, 0.18);
|
|
| 225 | +}
|
|
| 226 | + |
|
| 227 | +</style> |
|
| 228 | + |
|
| 229 | +<style> |
|
| 230 | +/* Tomorrow Theme */
|
|
| 231 | +/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
|
| 232 | +/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
|
| 233 | +
|
|
| 234 | +/* Tomorrow Comment */
|
|
| 235 | +.hljs-comment,
|
|
| 236 | +.hljs-quote {
|
|
| 237 | + color: #8e908c;
|
|
| 238 | +}
|
|
| 239 | +
|
|
| 240 | +/* Tomorrow Red */
|
|
| 241 | +.hljs-variable,
|
|
| 242 | +.hljs-template-variable,
|
|
| 243 | +.hljs-tag,
|
|
| 244 | +.hljs-name,
|
|
| 245 | +.hljs-selector-id,
|
|
| 246 | +.hljs-selector-class,
|
|
| 247 | +.hljs-regexp,
|
|
| 248 | +.hljs-deletion {
|
|
| 249 | + color: #c82829;
|
|
| 250 | +}
|
|
| 251 | +
|
|
| 252 | +/* Tomorrow Orange */
|
|
| 253 | +.hljs-number,
|
|
| 254 | +.hljs-built_in,
|
|
| 255 | +.hljs-builtin-name,
|
|
| 256 | +.hljs-literal,
|
|
| 257 | +.hljs-type,
|
|
| 258 | +.hljs-params,
|
|
| 259 | +.hljs-meta,
|
|
| 260 | +.hljs-link {
|
|
| 261 | + color: #f5871f;
|
|
| 262 | +}
|
|
| 263 | +
|
|
| 264 | +/* Tomorrow Yellow */
|
|
| 265 | +.hljs-attribute {
|
|
| 266 | + color: #eab700;
|
|
| 267 | +}
|
|
| 268 | +
|
|
| 269 | +/* Tomorrow Green */
|
|
| 270 | +.hljs-string,
|
|
| 271 | +.hljs-symbol,
|
|
| 272 | +.hljs-bullet,
|
|
| 273 | +.hljs-addition {
|
|
| 274 | + color: #718c00;
|
|
| 275 | +}
|
|
| 276 | +
|
|
| 277 | +/* Tomorrow Blue */
|
|
| 278 | +.hljs-title,
|
|
| 279 | +.hljs-section {
|
|
| 280 | + color: #4271ae;
|
|
| 281 | +}
|
|
| 282 | +
|
|
| 283 | +/* Tomorrow Purple */
|
|
| 284 | +.hljs-keyword,
|
|
| 285 | +.hljs-selector-tag {
|
|
| 286 | + color: #8959a8;
|
|
| 287 | +}
|
|
| 288 | +
|
|
| 289 | +.hljs {
|
|
| 290 | + display: block;
|
|
| 291 | + overflow-x: auto;
|
|
| 292 | + color: #4d4d4c;
|
|
| 293 | + padding: 0.5em;
|
|
| 294 | +}
|
|
| 295 | +
|
|
| 296 | +.hljs-emphasis {
|
|
| 297 | + font-style: italic;
|
|
| 298 | +}
|
|
| 299 | +
|
|
| 300 | +.hljs-strong {
|
|
| 301 | + font-weight: bold;
|
|
| 302 | +} |
|
| 303 | +</style> |
|
| 304 | + |
|
| 305 | +<style> |
|
| 306 | +/*
|
|
| 307 | + * Markdown PDF CSS
|
|
| 308 | + */
|
|
| 309 | +
|
|
| 310 | + body {
|
|
| 311 | + font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
|
|
| 312 | + padding: 0 12px;
|
|
| 313 | +}
|
|
| 314 | +
|
|
| 315 | +pre {
|
|
| 316 | + background-color: #f8f8f8;
|
|
| 317 | + border: 1px solid #cccccc;
|
|
| 318 | + border-radius: 3px;
|
|
| 319 | + overflow-x: auto;
|
|
| 320 | + white-space: pre-wrap;
|
|
| 321 | + overflow-wrap: break-word;
|
|
| 322 | +}
|
|
| 323 | +
|
|
| 324 | +pre:not(.hljs) {
|
|
| 325 | + padding: 23px;
|
|
| 326 | + line-height: 19px;
|
|
| 327 | +}
|
|
| 328 | +
|
|
| 329 | +blockquote {
|
|
| 330 | + background: rgba(127, 127, 127, 0.1);
|
|
| 331 | + border-color: rgba(0, 122, 204, 0.5);
|
|
| 332 | +}
|
|
| 333 | +
|
|
| 334 | +.emoji {
|
|
| 335 | + height: 1.4em;
|
|
| 336 | +}
|
|
| 337 | +
|
|
| 338 | +code {
|
|
| 339 | + font-size: 14px;
|
|
| 340 | + line-height: 19px;
|
|
| 341 | +}
|
|
| 342 | +
|
|
| 343 | +/* for inline code */
|
|
| 344 | +:not(pre):not(.hljs) > code {
|
|
| 345 | + color: #C9AE75; /* Change the old color so it seems less like an error */
|
|
| 346 | + font-size: inherit;
|
|
| 347 | +}
|
|
| 348 | +
|
|
| 349 | +/* Page Break : use <div class="page"/> to insert page break
|
|
| 350 | +-------------------------------------------------------- */
|
|
| 351 | +.page {
|
|
| 352 | + page-break-after: always;
|
|
| 353 | +}
|
|
| 354 | + |
|
| 355 | +</style> |
|
| 356 | +
|
|
| 357 | +<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
|
|
| 358 | +</head>
|
|
| 359 | +<body>
|
|
| 360 | + <script>
|
|
| 361 | + mermaid.initialize({
|
|
| 362 | + startOnLoad: true,
|
|
| 363 | + theme: document.body.classList.contains('vscode-dark') || document.body.classList.contains('vscode-high-contrast')
|
|
| 364 | + ? 'dark'
|
|
| 365 | + : 'default'
|
|
| 366 | + });
|
|
| 367 | + </script>
|
|
| 368 | +<h1 id="paneawholegenomelandscape2019">@paneaWholeGenomeLandscape2019</h1> |
|
| 369 | +<h2 id="summary-of-novel-genes">Summary of novel genes</h2> |
|
| 370 | +<table> |
|
| 371 | +<thead> |
|
| 372 | +<tr> |
|
| 373 | +<th style="text-align:center">Entity</th> |
|
| 374 | +<th style="text-align:center">Tier 1 genes</th> |
|
| 375 | +<th style="text-align:center">Tier 2 genes</th> |
|
| 376 | +</tr> |
|
| 377 | +</thead> |
|
| 378 | +<tbody> |
|
| 379 | +<tr> |
|
| 380 | +<td style="text-align:center">BL</td> |
|
| 381 | +<td style="text-align:center">4</td> |
|
| 382 | +<td style="text-align:center">43</td> |
|
| 383 | +</tr> |
|
| 384 | +</tbody> |
|
| 385 | +</table> |
|
| 386 | +<pre><code class="language-mermaid"><div class="mermaid">--- |
|
| 387 | +config: |
|
| 388 | + sankey: |
|
| 389 | + showValues: true |
|
| 390 | + linkColor: target |
|
| 391 | + width: 600 |
|
| 392 | + height: 300 |
|
| 393 | + nodeAlignment: right |
|
| 394 | + prefix: '(' |
|
| 395 | + suffix: ' genes)' |
|
| 396 | +--- |
|
| 397 | +sankey-beta |
|
| 398 | +This study, New Tier 1, 4 |
|
| 399 | +New Tier 1, BL Tier 1, 4 |
|
| 400 | +This study, New Tier 2, 43 |
|
| 401 | +New Tier 2, BL Tier 2, 43 |
|
| 402 | +All other BL studies, BL Tier 1, 25 |
|
| 403 | +All other BL studies, BL Tier 2, 111 |
|
| 404 | +</div></code></pre> |
|
| 405 | +<h2 id="novel-genes-reported-in-this-study">Novel genes reported in this study</h2> |
|
| 406 | +<h3 id="tier-1">Tier 1</h3> |
|
| 407 | +<table> |
|
| 408 | +<thead> |
|
| 409 | +<tr> |
|
| 410 | +<th style="text-align:left">New gene</th> |
|
| 411 | +<th style="text-align:center">BL tier</th> |
|
| 412 | +</tr> |
|
| 413 | +</thead> |
|
| 414 | +<tbody> |
|
| 415 | +<tr> |
|
| 416 | +<td style="text-align:left"><a href="../BMP7">BMP7</a></td> |
|
| 417 | +<td style="text-align:center">1</td> |
|
| 418 | +</tr> |
|
| 419 | +<tr> |
|
| 420 | +<td style="text-align:left"><a href="../EIF4A1">EIF4A1</a></td> |
|
| 421 | +<td style="text-align:center">1</td> |
|
| 422 | +</tr> |
|
| 423 | +<tr> |
|
| 424 | +<td style="text-align:left"><a href="../EPPK1">EPPK1</a></td> |
|
| 425 | +<td style="text-align:center">1</td> |
|
| 426 | +</tr> |
|
| 427 | +<tr> |
|
| 428 | +<td style="text-align:left"><a href="../HNRNPU">HNRNPU</a></td> |
|
| 429 | +<td style="text-align:center">1</td> |
|
| 430 | +</tr> |
|
| 431 | +</tbody> |
|
| 432 | +</table> |
|
| 433 | +<h3 id="tier-2">Tier 2</h3> |
|
| 434 | +<table> |
|
| 435 | +<thead> |
|
| 436 | +<tr> |
|
| 437 | +<th style="text-align:left">New gene</th> |
|
| 438 | +<th style="text-align:center">BL tier</th> |
|
| 439 | +<th style="text-align:center">Rating of reviewed variants</th> |
|
| 440 | +</tr> |
|
| 441 | +</thead> |
|
| 442 | +<tbody> |
|
| 443 | +<tr> |
|
| 444 | +<td style="text-align:left"><a href="../ALPK2">ALPK2</a></td> |
|
| 445 | +<td style="text-align:center">2</td> |
|
| 446 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 447 | +</tr> |
|
| 448 | +<tr> |
|
| 449 | +<td style="text-align:left"><a href="../CD79B">CD79B</a></td> |
|
| 450 | +<td style="text-align:center">2</td> |
|
| 451 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 452 | +</tr> |
|
| 453 | +<tr> |
|
| 454 | +<td style="text-align:left"><a href="../CD83">CD83</a></td> |
|
| 455 | +<td style="text-align:center">2</td> |
|
| 456 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 457 | +</tr> |
|
| 458 | +<tr> |
|
| 459 | +<td style="text-align:left"><a href="../CTCF">CTCF</a></td> |
|
| 460 | +<td style="text-align:center">2</td> |
|
| 461 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 462 | +</tr> |
|
| 463 | +<tr> |
|
| 464 | +<td style="text-align:left"><a href="../CXCR4">CXCR4</a></td> |
|
| 465 | +<td style="text-align:center">2</td> |
|
| 466 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 467 | +</tr> |
|
| 468 | +<tr> |
|
| 469 | +<td style="text-align:left"><a href="../DNMT1">DNMT1</a></td> |
|
| 470 | +<td style="text-align:center">2</td> |
|
| 471 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 472 | +</tr> |
|
| 473 | +<tr> |
|
| 474 | +<td style="text-align:left"><a href="../DTX1">DTX1</a></td> |
|
| 475 | +<td style="text-align:center">2</td> |
|
| 476 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 477 | +</tr> |
|
| 478 | +<tr> |
|
| 479 | +<td style="text-align:left"><a href="../ETS1">ETS1</a></td> |
|
| 480 | +<td style="text-align:center">2</td> |
|
| 481 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 482 | +</tr> |
|
| 483 | +<tr> |
|
| 484 | +<td style="text-align:left"><a href="../FZD3">FZD3</a></td> |
|
| 485 | +<td style="text-align:center">2</td> |
|
| 486 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 487 | +</tr> |
|
| 488 | +<tr> |
|
| 489 | +<td style="text-align:left"><a href="../HIST1H1C">HIST1H1C</a></td> |
|
| 490 | +<td style="text-align:center">2</td> |
|
| 491 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 492 | +</tr> |
|
| 493 | +<tr> |
|
| 494 | +<td style="text-align:left"><a href="../HIST1H2AG">HIST1H2AG</a></td> |
|
| 495 | +<td style="text-align:center">2</td> |
|
| 496 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 497 | +</tr> |
|
| 498 | +<tr> |
|
| 499 | +<td style="text-align:left"><a href="../HIST1H2AM">HIST1H2AM</a></td> |
|
| 500 | +<td style="text-align:center">2</td> |
|
| 501 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 502 | +</tr> |
|
| 503 | +<tr> |
|
| 504 | +<td style="text-align:left"><a href="../HIST1H2BK">HIST1H2BK</a></td> |
|
| 505 | +<td style="text-align:center">2</td> |
|
| 506 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 507 | +</tr> |
|
| 508 | +<tr> |
|
| 509 | +<td style="text-align:left"><a href="../HIST1H3D">HIST1H3D</a></td> |
|
| 510 | +<td style="text-align:center">2</td> |
|
| 511 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 512 | +</tr> |
|
| 513 | +<tr> |
|
| 514 | +<td style="text-align:left"><a href="../HIST1H3H">HIST1H3H</a></td> |
|
| 515 | +<td style="text-align:center">2</td> |
|
| 516 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 517 | +</tr> |
|
| 518 | +<tr> |
|
| 519 | +<td style="text-align:left"><a href="../HIST1H3I">HIST1H3I</a></td> |
|
| 520 | +<td style="text-align:center">2</td> |
|
| 521 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 522 | +</tr> |
|
| 523 | +<tr> |
|
| 524 | +<td style="text-align:left"><a href="../HIST1H3J">HIST1H3J</a></td> |
|
| 525 | +<td style="text-align:center">2</td> |
|
| 526 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 527 | +</tr> |
|
| 528 | +<tr> |
|
| 529 | +<td style="text-align:left"><a href="../HIST1H4J">HIST1H4J</a></td> |
|
| 530 | +<td style="text-align:center">2</td> |
|
| 531 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 532 | +</tr> |
|
| 533 | +<tr> |
|
| 534 | +<td style="text-align:left"><a href="../IGLL5">IGLL5</a></td> |
|
| 535 | +<td style="text-align:center">2</td> |
|
| 536 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 537 | +</tr> |
|
| 538 | +<tr> |
|
| 539 | +<td style="text-align:left"><a href="../IKZF3">IKZF3</a></td> |
|
| 540 | +<td style="text-align:center">2</td> |
|
| 541 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 542 | +</tr> |
|
| 543 | +<tr> |
|
| 544 | +<td style="text-align:left"><a href="../IRF8">IRF8</a></td> |
|
| 545 | +<td style="text-align:center">2</td> |
|
| 546 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 547 | +</tr> |
|
| 548 | +<tr> |
|
| 549 | +<td style="text-align:left"><a href="../KCNK10">KCNK10</a></td> |
|
| 550 | +<td style="text-align:center">2</td> |
|
| 551 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 552 | +</tr> |
|
| 553 | +<tr> |
|
| 554 | +<td style="text-align:left"><a href="../KLHL6">KLHL6</a></td> |
|
| 555 | +<td style="text-align:center">2</td> |
|
| 556 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 557 | +</tr> |
|
| 558 | +<tr> |
|
| 559 | +<td style="text-align:left"><a href="../LTB">LTB</a></td> |
|
| 560 | +<td style="text-align:center">2</td> |
|
| 561 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 562 | +</tr> |
|
| 563 | +<tr> |
|
| 564 | +<td style="text-align:left"><a href="../MCL1">MCL1</a></td> |
|
| 565 | +<td style="text-align:center">2</td> |
|
| 566 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 567 | +</tr> |
|
| 568 | +<tr> |
|
| 569 | +<td style="text-align:left"><a href="../MME">MME</a></td> |
|
| 570 | +<td style="text-align:center">2</td> |
|
| 571 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 572 | +</tr> |
|
| 573 | +<tr> |
|
| 574 | +<td style="text-align:left"><a href="../MTOR">MTOR</a></td> |
|
| 575 | +<td style="text-align:center">2</td> |
|
| 576 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 577 | +</tr> |
|
| 578 | +<tr> |
|
| 579 | +<td style="text-align:left"><a href="../NOTCH2">NOTCH2</a></td> |
|
| 580 | +<td style="text-align:center">2</td> |
|
| 581 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 582 | +</tr> |
|
| 583 | +<tr> |
|
| 584 | +<td style="text-align:left"><a href="../PABPC4L">PABPC4L</a></td> |
|
| 585 | +<td style="text-align:center">2</td> |
|
| 586 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 587 | +</tr> |
|
| 588 | +<tr> |
|
| 589 | +<td style="text-align:left"><a href="../PCDHA11">PCDHA11</a></td> |
|
| 590 | +<td style="text-align:center">2</td> |
|
| 591 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 592 | +</tr> |
|
| 593 | +<tr> |
|
| 594 | +<td style="text-align:left"><a href="../PDZRN3">PDZRN3</a></td> |
|
| 595 | +<td style="text-align:center">2</td> |
|
| 596 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 597 | +</tr> |
|
| 598 | +<tr> |
|
| 599 | +<td style="text-align:left"><a href="../PIK3R1">PIK3R1</a></td> |
|
| 600 | +<td style="text-align:center">2</td> |
|
| 601 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 602 | +</tr> |
|
| 603 | +<tr> |
|
| 604 | +<td style="text-align:left"><a href="../PLCG2">PLCG2</a></td> |
|
| 605 | +<td style="text-align:center">2</td> |
|
| 606 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 607 | +</tr> |
|
| 608 | +<tr> |
|
| 609 | +<td style="text-align:left"><a href="../PXDNL">PXDNL</a></td> |
|
| 610 | +<td style="text-align:center">2</td> |
|
| 611 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 612 | +</tr> |
|
| 613 | +<tr> |
|
| 614 | +<td style="text-align:left"><a href="../RAC2">RAC2</a></td> |
|
| 615 | +<td style="text-align:center">2</td> |
|
| 616 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 617 | +</tr> |
|
| 618 | +<tr> |
|
| 619 | +<td style="text-align:left"><a href="../RNF144B">RNF144B</a></td> |
|
| 620 | +<td style="text-align:center">2</td> |
|
| 621 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 622 | +</tr> |
|
| 623 | +<tr> |
|
| 624 | +<td style="text-align:left"><a href="../SNTB2">SNTB2</a></td> |
|
| 625 | +<td style="text-align:center">2</td> |
|
| 626 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 627 | +</tr> |
|
| 628 | +<tr> |
|
| 629 | +<td style="text-align:left"><a href="../SP3">SP3</a></td> |
|
| 630 | +<td style="text-align:center">2</td> |
|
| 631 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 632 | +</tr> |
|
| 633 | +<tr> |
|
| 634 | +<td style="text-align:left"><a href="../SYNCRIP">SYNCRIP</a></td> |
|
| 635 | +<td style="text-align:center">2</td> |
|
| 636 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 637 | +</tr> |
|
| 638 | +<tr> |
|
| 639 | +<td style="text-align:left"><a href="../TET2">TET2</a></td> |
|
| 640 | +<td style="text-align:center">2</td> |
|
| 641 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 642 | +</tr> |
|
| 643 | +<tr> |
|
| 644 | +<td style="text-align:left"><a href="../WDR7">WDR7</a></td> |
|
| 645 | +<td style="text-align:center">2</td> |
|
| 646 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 647 | +</tr> |
|
| 648 | +<tr> |
|
| 649 | +<td style="text-align:left"><a href="../WNK2">WNK2</a></td> |
|
| 650 | +<td style="text-align:center">2</td> |
|
| 651 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 652 | +</tr> |
|
| 653 | +<tr> |
|
| 654 | +<td style="text-align:left"><a href="../ZFP36L1">ZFP36L1</a></td> |
|
| 655 | +<td style="text-align:center">2</td> |
|
| 656 | +<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 657 | +</tr> |
|
| 658 | +</tbody> |
|
| 659 | +</table> |
|
| 660 | +<h1 id="details">Details</h1> |
|
| 661 | +
|
|
| 662 | +</body>
|
|
| 663 | +</html>
|
primary/Panea_HIST1H3H_1.svg
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +<svg xmlns="http://www.w3.org/2000/svg" width="1852.75390625" height="1085.99609375" overflow="visible" viewBox="0 0 1852.75390625 1085.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_n666_clip_rect"><rect x="0" y="0" width="1747.998046875" height="15.99609375"/></clipPath><clipPath id="LbxqkcTviAgq"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_nbvg_clip_rect"><rect x="0" y="0" width="1747.998046875" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_c0et_clip_rect"><rect x="0" y="0" width="1747.998046875" height="25"/></clipPath><clipPath id="4948E00364424HJHKMCCXY1_axis_guid_62gh_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="4948E00364424HJHKMCCXY1_referenceFrame_0_guid_zj4d_clip_rect"><rect x="0" y="0" width="1747.998046875" height="200"/></clipPath><clipPath id="4948E00364424HJHKMCCXY1_track_label_guid_fx19_clip_rect"><rect x="0" y="0" width="206.533203125" height="14.248046875"/></clipPath><clipPath id="4948HWIST1309F305C9FCLANXX3_axis_guid_tziw_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="4948HWIST1309F305C9FCLANXX3_referenceFrame_0_guid_bt4q_clip_rect"><rect x="0" y="0" width="1747.998046875" height="200"/></clipPath><clipPath id="4948HWIST1309F305C9FCLANXX3_track_label_guid_aqir_clip_rect"><rect x="0" y="0" width="241.181640625" height="14.248046875"/></clipPath><clipPath id="4948_rna_axis_guid_eyge_clip_rect"><rect x="0" y="0" width="50" height="500"/></clipPath><clipPath id="4948_rna_referenceFrame_0_guid_lbg0_clip_rect"><rect x="0" y="0" width="1747.998046875" height="500"/></clipPath><clipPath id="4948_rna_track_label_guid_fckx_clip_rect"><rect x="0" y="0" width="64.1796875" height="14.248046875"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_vtj3_clip_rect"><rect x="0" y="0" width="1747.998046875" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_dmf5_clip_rect"><rect x="0" y="0" width="92.34375" height="14.248046875"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#LbxqkcTviAgq)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1747.998046875" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(172,172,172)" stroke="none" x="24" y="1" width="19.444262481364895" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="43" y="1" width="29.678084839978006" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="73" y="1" width="35.81837825514586" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="108" y="1" width="10.233822358613097" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="119" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="137" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="156" y="1" width="102.33822358613105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="258" y="1" width="19.444262481364888" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="277" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="312" y="1" width="16.374115773780943" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="329" y="1" width="14.327351302058332" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="343" y="1" width="31.724849311700666" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="375" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="414" y="1" width="58.33278744409472" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="473" y="1" width="57.309405208233386" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="530" y="1" width="12.280586830335665" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="542" y="1" width="42.98205390617511" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="585" y="1" width="13.303969066196942" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 598.6786079788665 15.99609375 L 598.6786079788665 0 L 611.9825770450635 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 640.6372796491803 15.99609375 L 640.6372796491803 0 L 611.9825770450635 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="641" y="1" width="1.023382235861277" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="642" y="1" width="66.51984533098516" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="708" y="1" width="61.40293415167855" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="770" y="1" width="81.87057886890489" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="851" y="1" width="10.23382235861311" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="862" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="893" y="1" width="53.21587626478811" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="947" y="1" width="65.49646309512389" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1012" y="1" width="11.257204594474388" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1023" y="1" width="51.169111793065554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1075" y="1" width="94.15116569924044" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1169" y="1" width="37.8651427268685" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1207" y="1" width="2.0467644717227813" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1209" y="1" width="78.80043216132071" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1287" y="1" width="10.233822358613224" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1298" y="1" width="32.748231547562" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1330" y="1" width="9.210440122751606" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1340" y="1" width="38.88852496272989" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1378" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1415" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1455" y="1" width="29.678084839978055" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1485" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1520" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1557" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1588" y="1" width="55.262640736510775" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1644" y="1" width="35.818378255145944" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1679" y="1" width="68.62779782659004" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="284.5" y="0.5" width="1" height="14.99609375" stroke-miterlimit="10" stroke-dasharray=""/></g></g></g><g transform="translate(50,25.99609375)" clip-path="url(#ruler_referenceFrame_0_guid_nbvg_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1747.998046875" height="40"/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="75" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,395 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 107.5 34.5 L 107.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 213.5 34.5 L 213.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="288" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,400 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 320.5 34.5 L 320.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 426.5 34.5 L 426.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="501" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,405 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 533.5 34.5 L 533.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 639.5 34.5 L 639.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="714" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,410 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 746.5 34.5 L 746.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 852.5 34.5 L 852.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="927" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,415 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 959.5 34.5 L 959.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1065.5 34.5 L 1065.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1140" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,420 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1172.5 34.5 L 1172.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1279.5 34.5 L 1279.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1354" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,425 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1386.5 34.5 L 1386.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1492.5 34.5 L 1492.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1567" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,430 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1599.5 34.5 L 1599.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1705.5 34.5 L 1705.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1780" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,435 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1812.5 34.5 L 1812.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1918.5 34.5 L 1918.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 1747.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_c0et_clip_rect)"><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="17.982112233231707" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="60.340379668445124" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="103.25040491615853" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="145.60867235137195" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="188.24281869283536" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="231.15284394054876" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="273.7869902820122" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="316.1452577172256" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="358.779404058689" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="401.9701910251524" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="443.7693764291158" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="487.23848370807923" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="529.0376691120426" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="571.9501357660062" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="614.3059617949696" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="657.218428448933" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="699.8525747903964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="742.7626000381098" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="785.6775080983232" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="827.7550138147866" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="870.38916015625" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="913.2991854039634" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="955.6574528391768" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="998.0132788681402" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1040.9257455221036" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1083.559891863567" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1126.4699171112804" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1169.1040634527437" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1211.1840105754573" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1254.0964772294205" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1296.452303258384" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1339.0864495998474" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1381.7205959413109" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1425.1897032202742" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1466.9888886242377" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1510.1772341844512" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1552.5355016196645" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1595.726288586128" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1638.0796732088413" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1680.9945812690548" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1723.0720869855181" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1765.9821122332316" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g></g><g transform="translate(0,100.99609375)" clip-path="url(#4948E00364424HJHKMCCXY1_axis_guid_62gh_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">46</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,100.99609375)" clip-path="url(#4948E00364424HJHKMCCXY1_referenceFrame_0_guid_zj4d_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="2" width="43" height="48"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 0 L 4136 0 L 4137 2 L 4136 3 L -554 3 L -554 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4136 3 L -554 3 L -556 5 L -554 6 L 4136 6 L 4136 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -256 6 L 5073 6 L 5075 8 L 5073 9 L -256 9 L -256 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 9 L 2302 9 L 2304 11 L 2302 12 L -853 12 L -853 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2302 12 L -853 12 L -854 14 L -853 15 L 2302 15 L 2302 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5415 15 L -1023 15 L -1025 17 L -1023 18 L 5415 18 L 5415 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 18 L 2217 18 L 2218 20 L 2217 21 L -853 21 L -853 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 43 21 L -6395 21 L -6397 23 L -6395 24 L 43 24 L 43 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 21 L 2899 21 L 2901 23 L 2899 24 L 554 24 L 554 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6139 24 L 298 24 L 300 26 L 298 27 L -6139 27 L -6139 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 24 L 554 24 L 553 26 L 554 27 L 2899 27 L 2899 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 27 L -1407 27 L -1408 29 L -1407 30 L 2984 30 L 2984 27 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1322" y="27" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2217 30 L -853 30 L -854 32 L -853 33 L 2217 33 L 2217 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 33 L 597 33 L 595 35 L 597 36 L 3709 36 L 3709 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3752 36 L 1876 36 L 1877 38 L 1876 39 L -3752 39 L -3752 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1876 39 L -3752 39 L -3753 41 L -3752 42 L 1876 42 L 1876 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 42 L -2729 42 L -2730 44 L -2729 45 L 3709 45 L 3709 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2515 45 L 3922 45 L 3924 47 L 3922 48 L -2515 48 L -2515 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 48 L -2473 48 L -2474 50 L -2473 51 L 1322 51 L 1322 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4818 48 L 1535 48 L 1533 50 L 1535 51 L 4818 51 L 4818 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2004 51 L 3283 51 L 3284 53 L 3283 54 L -2004 54 L -2004 51 Z"/></g><g><path fill="rgb(70, 105, 131)" stroke="none" paint-order="stroke fill markers" d=" M -2004 54 L 895 54 L 897 56 L 895 57 L -2004 57 L -2004 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 54 L 4263 54 L 4265 56 L 4263 57 L 1236 57 L 1236 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1407 57 L 5031 57 L 5032 59 L 5031 60 L -1407 60 L -1407 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1322 60 L 2515 60 L 2517 62 L 2515 63 L -1322 63 L -1322 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2515 63 L -1322 63 L -1323 65 L -1322 66 L 2515 66 L 2515 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 66 L 2515 66 L 2517 68 L 2515 69 L -1279 69 L -1279 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 69 L -810 69 L -812 71 L -810 72 L 981 72 L 981 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4263 69 L 1236 69 L 1235 71 L 1236 72 L 4263 72 L 4263 69 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1535" y="69" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5756 72 L 767 72 L 766 74 L 767 75 L 5756 75 L 5756 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5244 75 L 853 75 L 851 77 L 853 78 L 5244 78 L 5244 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -85 78 L 6352 78 L 6354 80 L 6352 81 L -85 81 L -85 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 81 L 3709 81 L 3711 83 L 3709 84 L 597 84 L 597 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 84 L 1748 84 L 1750 86 L 1748 87 L -512 87 L -512 84 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="1023" y="84" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="1279" y="84" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4349 87 L 2089 87 L 2091 89 L 2089 90 L -4349 90 L -4349 87 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="810" y="87" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3411 90 L -3027 90 L -3029 92 L -3027 93 L 3411 93 L 3411 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5073 93 L -256 93 L -257 95 L -256 96 L 5073 96 L 5073 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 96 L 5756 96 L 5757 98 L 5756 99 L 767 99 L 767 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2473 99 L 1322 99 L 1323 101 L 1322 102 L -2473 102 L -2473 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 99 L 4818 99 L 4819 101 L 4818 102 L 1535 102 L 1535 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2515 102 L -1322 102 L -1323 104 L -1322 105 L 2515 105 L 2515 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 853 105 L 5244 105 L 5246 107 L 5244 108 L 853 108 L 853 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 108 L -512 108 L -513 110 L -512 111 L 1748 111 L 1748 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1407 111 L 2984 111 L 2986 113 L 2984 114 L -1407 114 L -1407 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3283 114 L -2004 114 L -2005 116 L -2004 117 L 3283 117 L 3283 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 117 L 3155 117 L 3156 119 L 3155 120 L 938 120 L 938 117 Z"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="938" y="117" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3155 120 L 938 120 L 936 122 L 938 123 L 3155 123 L 3155 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7759 123 L 1322 123 L 1320 125 L 1322 126 L 7759 126 L 7759 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 126 L 6608 126 L 6610 128 L 6608 129 L 1577 129 L 1577 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6608 129 L 1577 129 L 1576 131 L 1577 132 L 6608 132 L 6608 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 132 L 7759 132 L 7761 134 L 7759 135 L 1663 135 L 1663 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7759 135 L 1663 135 L 1661 137 L 1663 138 L 7759 138 L 7759 135 Z"/></g></g></g><g transform="translate(57.998046875,108.994140625)" clip-path="url(#4948E00364424HJHKMCCXY1_track_label_guid_fx19_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="206.533203125" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.10595703125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4948.E00364:424:HJHKMCCXY:1</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="206.533203125" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,305.99609375)" clip-path="url(#4948HWIST1309F305C9FCLANXX3_axis_guid_tziw_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">37</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,305.99609375)" clip-path="url(#4948HWIST1309F305C9FCLANXX3_referenceFrame_0_guid_bt4q_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="5" width="43" height="45"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1535 0 L 3794 0 L 3796 2 L 3794 3 L -1535 3 L -1535 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4391 3 L -938 3 L -939 5 L -938 6 L 4391 6 L 4391 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -85 6 L 4263 6 L 4265 8 L 4263 9 L -85 9 L -85 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4263 9 L -85 9 L -87 11 L -85 12 L 4263 12 L 4263 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 128 12 L 5457 12 L 5459 14 L 5457 15 L 128 15 L 128 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5585 15 L 256 15 L 254 17 L 256 18 L 5585 18 L 5585 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5628 18 L 298 18 L 297 20 L 298 21 L 5628 21 L 5628 18 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1236" y="18" width="42.63414634146341" height="3"/></g><g><path fill="rgb(97, 42, 121)" stroke="none" paint-order="stroke fill markers" d=" M 298 21 L 5628 21 L 5629 23 L 5628 24 L 298 24 L 298 21 Z"/></g><g><path fill="rgb(97, 42, 121)" stroke="none" paint-order="stroke fill markers" d=" M 298 24 L 5628 24 L 5629 26 L 5628 27 L 298 27 L 298 24 Z"/></g><g><path fill="rgb(97, 42, 121)" stroke="none" paint-order="stroke fill markers" d=" M 298 27 L 5628 27 L 5629 29 L 5628 30 L 298 30 L 298 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5201 30 L 128 30 L 129 32 L 128 33 L -5201 33 L -5201 30 Z"/></g><g><path fill="rgb(97, 42, 121)" stroke="none" paint-order="stroke fill markers" d=" M 298 30 L 5628 30 L 5629 32 L 5628 33 L 298 33 L 298 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 33 L -4221 33 L -4222 35 L -4221 36 L 1108 36 L 1108 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 33 L 5415 33 L 5416 35 L 5415 36 L 1663 36 L 1663 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 36 L -4178 36 L -4180 38 L -4178 39 L 1151 39 L 1151 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5415 36 L 1663 36 L 1661 38 L 1663 39 L 5415 39 L 5415 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3837 39 L 213 39 L 215 41 L 213 42 L -3837 42 L -3837 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 39 L 5884 39 L 5885 41 L 5884 42 L 554 42 L 554 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3794 42 L 1535 42 L 1536 44 L 1535 45 L -3794 45 L -3794 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1705 45 L -3624 45 L -3625 47 L -3624 48 L 1705 48 L 1705 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 48 L -3539 48 L -3540 50 L -3539 51 L 1791 51 L 1791 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3539 51 L 1705 51 L 1707 53 L 1705 54 L -3539 54 L -3539 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1833 54 L -3496 54 L -3497 56 L -3496 57 L 1833 57 L 1833 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3368 57 L 1961 57 L 1963 59 L 1961 60 L -3368 60 L -3368 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2260 60 L 3070 60 L 3071 62 L 3070 63 L -2260 63 L -2260 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3070 63 L -2260 63 L -2261 65 L -2260 66 L 3070 66 L 3070 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2217 66 L 3112 66 L 3114 68 L 3112 69 L -2217 69 L -2217 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2132 69 L 2302 69 L 2304 71 L 2302 72 L -2132 72 L -2132 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2302 72 L -2132 72 L -2133 74 L -2132 75 L 2302 75 L 2302 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3624 75 L -1705 75 L -1707 77 L -1705 78 L 3624 78 L 3624 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 78 L 4178 78 L 4180 80 L 4178 81 L -1151 81 L -1151 78 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1236" y="78" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 81 L 4221 81 L 4222 83 L 4221 84 L -1108 84 L -1108 81 Z"/></g><g><path fill="rgb(97, 42, 121)" stroke="none" paint-order="stroke fill markers" d=" M 298 84 L 5628 84 L 5629 86 L 5628 87 L 298 87 L 298 84 Z"/></g><g><path fill="rgb(97, 42, 121)" stroke="none" paint-order="stroke fill markers" d=" M 298 87 L 5628 87 L 5629 89 L 5628 90 L 298 90 L 298 87 Z"/></g><g><path fill="rgb(97, 42, 121)" stroke="none" paint-order="stroke fill markers" d=" M 298 90 L 5628 90 L 5629 92 L 5628 93 L 298 93 L 298 90 Z"/></g><g><path fill="rgb(97, 42, 121)" stroke="none" paint-order="stroke fill markers" d=" M 298 93 L 5628 93 L 5629 95 L 5628 96 L 298 96 L 298 93 Z"/></g><g><path fill="rgb(97, 42, 121)" stroke="none" paint-order="stroke fill markers" d=" M 298 96 L 5628 96 L 5629 98 L 5628 99 L 298 99 L 298 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 640 99 L -4690 99 L -4691 101 L -4690 102 L 640 102 L 640 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 99 L 6352 99 L 6354 101 L 6352 102 L 1023 102 L 1023 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 853 102 L -4477 102 L -4478 104 L -4477 105 L 853 105 L 853 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6821 102 L 1492 102 L 1491 104 L 1492 105 L 6821 105 L 6821 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 213 105 L -3837 105 L -3839 107 L -3837 108 L 213 108 L 213 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 105 L 7077 105 L 7079 107 L 7077 108 L 1748 108 L 1748 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1322 108 L 725 108 L 726 110 L 725 111 L -1322 111 L -1322 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 111 L -1322 111 L -1323 113 L -1322 114 L 725 114 L 725 111 Z"/></g></g></g><g transform="translate(57.998046875,313.994140625)" clip-path="url(#4948HWIST1309F305C9FCLANXX3_track_label_guid_aqir_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="241.181640625" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.771484375" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4948.HWI-ST1309F:305:C9FCLANXX:3</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="241.181640625" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,510.99609375)" clip-path="url(#4948_rna_axis_guid_eyge_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">735</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,510.99609375)" clip-path="url(#4948_rna_referenceFrame_0_guid_lbg0_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="500"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="11" width="43" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="7" width="43" height="43"/><g transform="translate(0,55)"><g><rect fill="black" stroke="none" x="-1747" y="2" width="4261.414634146342" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 10 L -1620 10 L -1622 12 L -1620 13 L 512 13 L 512 10 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 10 L 640 10 L 638 12 L 640 13 L 2771 13 L 2771 10 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="810" y="10" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="10" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 13 L 554 13 L 556 15 L 554 16 L -1577 16 L -1577 13 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 13 L 682 13 L 681 15 L 682 16 L 2771 16 L 2771 13 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="13" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2046 16 L 85 16 L 87 18 L 85 19 L -2046 19 L -2046 16 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2430 16 L 298 16 L 297 18 L 298 19 L 2430 19 L 2430 16 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="16" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 19 L -85 19 L -87 21 L -85 22 L 2046 22 L 2046 19 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="19" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 22 L 0 22 L -1 24 L 0 25 L 2132 25 L 2132 22 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="22" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 43 25 L 2089 25 L 2091 27 L 2089 28 L 43 28 L 43 25 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="171" y="25" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="25" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-128" y="28" width="1193.7560975609756" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M -213.5 29.5 L -127.5 29.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="28" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3240 28 L 1194 28 L 1192 30 L 1194 31 L 3240 31 L 3240 28 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 31 L 1194 31 L 1195 33 L 1194 34 L -938 34 L -938 31 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="853" y="31" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1066" y="31" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 31 L 1663 31 L 1661 33 L 1663 34 L 3794 34 L 3794 31 Z"/></g><g/><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 209632 34 L 211423 34 L 211424 36 L 211423 37 L 209632 37 L 209632 34 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -5105183.5 35.5 L 209632.5 35.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g/><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 2417868 37 L 2419616 37 L 2419617 39 L 2419616 40 L 2417868 40 L 2417868 37 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -3456904.5 38.5 L 2417867.5 38.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g/><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 1203946 40 L 1205608 40 L 1205610 42 L 1205608 43 L 1203946 43 L 1203946 40 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -111786.5 41.5 L 1203945.5 41.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1620 43 L 512 43 L 513 45 L 512 46 L -1620 46 L -1620 43 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 43 L 640 43 L 638 45 L 640 46 L 2771 46 L 2771 43 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1620 46 L 512 46 L 513 48 L 512 49 L -1620 49 L -1620 46 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2729 46 L 640 46 L 638 48 L 640 49 L 2729 49 L 2729 46 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1620 49 L 512 49 L 513 51 L 512 52 L -1620 52 L -1620 49 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 49 L 640 49 L 638 51 L 640 52 L 2771 52 L 2771 49 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 52 L 554 52 L 556 54 L 554 55 L -1577 55 L -1577 52 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 52 L 682 52 L 681 54 L 682 55 L 2814 55 L 2814 52 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 55 L 554 55 L 556 57 L 554 58 L -1577 58 L -1577 55 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 55 L 682 55 L 681 57 L 682 58 L 2814 58 L 2814 55 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1236" y="55" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 58 L 554 58 L 556 60 L 554 61 L -1577 61 L -1577 58 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 58 L 682 58 L 681 60 L 682 61 L 2814 61 L 2814 58 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 61 L 554 61 L 556 63 L 554 64 L -1577 64 L -1577 61 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 61 L 682 61 L 681 63 L 682 64 L 2814 64 L 2814 61 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 64 L 554 64 L 556 66 L 554 67 L -1577 67 L -1577 64 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 64 L 682 64 L 681 66 L 682 67 L 2814 67 L 2814 64 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 67 L -1535 67 L -1536 69 L -1535 70 L 554 70 L 554 67 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 67 L 682 67 L 681 69 L 682 70 L 2814 70 L 2814 67 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 70 L -1535 70 L -1536 72 L -1535 73 L 597 73 L 597 70 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 70 L 725 70 L 723 72 L 725 73 L 2856 73 L 2856 70 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1535 73 L 597 73 L 598 75 L 597 76 L -1535 76 L -1535 73 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 73 L 725 73 L 723 75 L 725 76 L 2856 76 L 2856 73 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1535 76 L 597 76 L 598 78 L 597 79 L -1535 79 L -1535 76 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 76 L 725 76 L 723 78 L 725 79 L 2856 79 L 2856 76 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1535 79 L 597 79 L 598 81 L 597 82 L -1535 82 L -1535 79 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 79 L 725 79 L 723 81 L 725 82 L 2856 82 L 2856 79 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 640 82 L -1492 82 L -1494 84 L -1492 85 L 640 85 L 640 82 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 82 L 767 82 L 766 84 L 767 85 L 2856 85 L 2856 82 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1492 85 L 640 85 L 641 87 L 640 88 L -1492 88 L -1492 85 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="128" y="85" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 85 L 810 85 L 809 87 L 810 88 L 1194 88 L 1194 85 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="1279" y="85" width="1705.3658536585367" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 1193.5 86.5 L 1279.5 86.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1492 88 L 640 88 L 641 90 L 640 91 L -1492 91 L -1492 88 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 88 L 810 88 L 809 90 L 810 91 L 2942 91 L 2942 88 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1236" y="88" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1492 91 L 640 91 L 641 93 L 640 94 L -1492 94 L -1492 91 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 91 L 810 91 L 809 93 L 810 94 L 2942 94 L 2942 91 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1492 94 L 640 94 L 641 96 L 640 97 L -1492 97 L -1492 94 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 94 L 810 94 L 809 96 L 810 97 L 2856 97 L 2856 94 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1492 97 L 426 97 L 428 99 L 426 100 L -1492 100 L -1492 97 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2686 97 L 554 97 L 553 99 L 554 100 L 2686 100 L 2686 97 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 100 L -1407 100 L -1408 102 L -1407 103 L 725 103 L 725 100 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 100 L 853 100 L 851 102 L 853 103 L 2984 103 L 2984 100 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 103 L -1407 103 L -1408 105 L -1407 106 L 725 106 L 725 103 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 103 L 853 103 L 851 105 L 853 106 L 2984 106 L 2984 103 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 106 L -1407 106 L -1408 108 L -1407 109 L 725 109 L 725 106 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 106 L 853 106 L 851 108 L 853 109 L 2984 109 L 2984 106 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 109 L -1407 109 L -1408 111 L -1407 112 L 725 112 L 725 109 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 109 L 853 109 L 851 111 L 853 112 L 2984 112 L 2984 109 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 112 L -1364 112 L -1366 114 L -1364 115 L 725 115 L 725 112 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 112 L 853 112 L 851 114 L 853 115 L 2942 115 L 2942 112 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1236 115 L 895 115 L 897 117 L 895 118 L -1236 118 L -1236 115 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 115 L 3283 115 L 3284 117 L 3283 118 L 1151 118 L 1151 115 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1236 118 L 895 118 L 897 120 L 895 121 L -1236 121 L -1236 118 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 118 L 3283 118 L 3284 120 L 3283 121 L 1151 121 L 1151 118 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 121 L 938 121 L 939 123 L 938 124 L -1194 124 L -1194 121 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 121 L 3283 121 L 3284 123 L 3283 124 L 1151 124 L 1151 121 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 124 L 981 124 L 982 126 L 981 127 L -1151 127 L -1151 124 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3325 124 L 1194 124 L 1192 126 L 1194 127 L 3325 127 L 3325 124 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 127 L 1023 127 L 1025 129 L 1023 130 L -1108 130 L -1108 127 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3325 127 L 1194 127 L 1192 129 L 1194 130 L 3325 130 L 3325 127 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 130 L 1023 130 L 1025 132 L 1023 133 L -1108 133 L -1108 130 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="725" y="130" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 130 L 3240 130 L 3242 132 L 3240 133 L 1194 133 L 1194 130 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 133 L 1023 133 L 1025 135 L 1023 136 L -1108 136 L -1108 133 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3283 133 L 1236 133 L 1235 135 L 1236 136 L 3283 136 L 3283 133 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 136 L 1023 136 L 1025 138 L 1023 139 L -1108 139 L -1108 136 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3283 136 L 1236 136 L 1235 138 L 1236 139 L 3283 139 L 3283 136 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 139 L 938 139 L 939 141 L 938 142 L -1108 142 L -1108 139 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 139 L 3368 139 L 3370 141 L 3368 142 L 1236 142 L 1236 139 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 142 L 981 142 L 982 144 L 981 145 L -1108 145 L -1108 142 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3325 142 L 1279 142 L 1278 144 L 1279 145 L 3325 145 L 3325 142 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 145 L 1023 145 L 1025 147 L 1023 148 L -1108 148 L -1108 145 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3368 145 L 1279 145 L 1278 147 L 1279 148 L 3368 148 L 3368 145 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 148 L 1023 148 L 1025 150 L 1023 151 L -1108 151 L -1108 148 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="128" y="148" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3368 148 L 1279 148 L 1278 150 L 1279 151 L 3368 151 L 3368 148 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1066 151 L 1066 151 L 1067 153 L 1066 154 L -1066 154 L -1066 151 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 151 L 3411 151 L 3412 153 L 3411 154 L 1279 154 L 1279 151 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1066 154 L -1023 154 L -1025 156 L -1023 157 L 1066 157 L 1066 154 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3411 154 L 1322 154 L 1320 156 L 1322 157 L 3411 157 L 3411 154 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 157 L -1023 157 L -1025 159 L -1023 160 L 1108 160 L 1108 157 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="171" y="157" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2345 157 L 1322 157 L 1320 159 L 1322 160 L 2345 160 L 2345 157 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 160 L -1023 160 L -1025 162 L -1023 163 L 1108 163 L 1108 160 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 160 L 1322 160 L 1320 162 L 1322 163 L 3453 163 L 3453 160 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 163 L -1023 163 L -1025 165 L -1023 166 L 1108 166 L 1108 163 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3325 163 L 1322 163 L 1320 165 L 1322 166 L 3325 166 L 3325 163 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 166 L -1023 166 L -1025 168 L -1023 169 L 1108 169 L 1108 166 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 166 L 3453 166 L 3455 168 L 3453 169 L 1322 169 L 1322 166 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1066 169 L -1023 169 L -1025 171 L -1023 172 L 1066 172 L 1066 169 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 169 L 1364 169 L 1363 171 L 1364 172 L 3453 172 L 3453 169 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 172 L 1108 172 L 1110 174 L 1108 175 L -1023 175 L -1023 172 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3411 172 L 1407 172 L 1405 174 L 1407 175 L 3411 175 L 3411 172 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 175 L 1108 175 L 1110 177 L 1108 178 L -1023 178 L -1023 175 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 175 L 3539 175 L 3540 177 L 3539 178 L 1407 178 L 1407 175 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 178 L 1108 178 L 1110 180 L 1108 181 L -1023 181 L -1023 178 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 178 L 1492 178 L 1491 180 L 1492 181 L 3453 181 L 3453 178 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 181 L 1108 181 L 1110 183 L 1108 184 L -1023 184 L -1023 181 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 181 L 1535 181 L 1533 183 L 1535 184 L 3667 184 L 3667 181 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 184 L 1066 184 L 1067 186 L 1066 187 L -1023 187 L -1023 184 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="938" y="184" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 184 L 1535 184 L 1533 186 L 1535 187 L 3667 187 L 3667 184 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 187 L 1108 187 L 1110 189 L 1108 190 L -1023 190 L -1023 187 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 187 L 1535 187 L 1533 189 L 1535 190 L 3667 190 L 3667 187 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 190 L 1108 190 L 1110 192 L 1108 193 L -1023 193 L -1023 190 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 190 L 3667 190 L 3668 192 L 3667 193 L 1535 193 L 1535 190 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 193 L 1108 193 L 1110 195 L 1108 196 L -1023 196 L -1023 193 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="128" y="193" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 193 L 1577 193 L 1576 195 L 1577 196 L 3709 196 L 3709 193 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 196 L 1108 196 L 1110 198 L 1108 199 L -1023 199 L -1023 196 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 196 L 1620 196 L 1619 198 L 1620 199 L 3752 199 L 3752 196 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 199 L 1108 199 L 1110 201 L 1108 202 L -1023 202 L -1023 199 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 199 L 1620 199 L 1619 201 L 1620 202 L 3752 202 L 3752 199 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 202 L 1108 202 L 1110 204 L 1108 205 L -1023 205 L -1023 202 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 202 L 1620 202 L 1619 204 L 1620 205 L 3752 205 L 3752 202 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 205 L 1108 205 L 1110 207 L 1108 208 L -1023 208 L -1023 205 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 205 L 1620 205 L 1619 207 L 1620 208 L 3752 208 L 3752 205 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 208 L 1108 208 L 1110 210 L 1108 211 L -1023 211 L -1023 208 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 208 L 1620 208 L 1619 210 L 1620 211 L 3752 211 L 3752 208 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 211 L 1151 211 L 1153 213 L 1151 214 L -981 214 L -981 211 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 211 L 1620 211 L 1619 213 L 1620 214 L 3752 214 L 3752 211 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 214 L 1151 214 L 1153 216 L 1151 217 L -981 217 L -981 214 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 214 L 1620 214 L 1619 216 L 1620 217 L 3752 217 L 3752 214 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 217 L 1151 217 L 1153 219 L 1151 220 L -981 220 L -981 217 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 217 L 1620 217 L 1619 219 L 1620 220 L 3752 220 L 3752 217 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 220 L -938 220 L -939 222 L -938 223 L 1108 223 L 1108 220 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 220 L 1620 220 L 1619 222 L 1620 223 L 3752 223 L 3752 220 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 223 L 1194 223 L 1195 225 L 1194 226 L -938 226 L -938 223 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 223 L 1620 223 L 1619 225 L 1620 226 L 3752 226 L 3752 223 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 226 L 1151 226 L 1153 228 L 1151 229 L -938 229 L -938 226 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 226 L 1620 226 L 1619 228 L 1620 229 L 3752 229 L 3752 226 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 229 L 1194 229 L 1195 231 L 1194 232 L -938 232 L -938 229 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 229 L 1620 229 L 1619 231 L 1620 232 L 3667 232 L 3667 229 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 232 L 1236 232 L 1238 234 L 1236 235 L -895 235 L -895 232 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 232 L 3752 232 L 3753 234 L 3752 235 L 1620 235 L 1620 232 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 235 L 1236 235 L 1238 237 L 1236 238 L -895 238 L -895 235 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 235 L 1663 235 L 1661 237 L 1663 238 L 3794 238 L 3794 235 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 238 L 1236 238 L 1238 240 L 1236 241 L -895 241 L -895 238 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="640" y="238" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 238 L 1663 238 L 1661 240 L 1663 241 L 3794 241 L 3794 238 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 241 L 1236 241 L 1238 243 L 1236 244 L -895 244 L -895 241 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 241 L 1663 241 L 1661 243 L 1663 244 L 3752 244 L 3752 241 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 244 L 1236 244 L 1238 246 L 1236 247 L -895 247 L -895 244 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 244 L 1663 244 L 1661 246 L 1663 247 L 3752 247 L 3752 244 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 247 L 1236 247 L 1238 249 L 1236 250 L -895 250 L -895 247 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 247 L 1663 247 L 1661 249 L 1663 250 L 3709 250 L 3709 247 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 250 L 1236 250 L 1238 252 L 1236 253 L -895 253 L -895 250 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 250 L 1663 250 L 1661 252 L 1663 253 L 3752 253 L 3752 250 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 253 L 1236 253 L 1238 255 L 1236 256 L -895 256 L -895 253 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 253 L 1663 253 L 1661 255 L 1663 256 L 3752 256 L 3752 253 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 256 L 1236 256 L 1238 258 L 1236 259 L -895 259 L -895 256 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 256 L 1663 256 L 1661 258 L 1663 259 L 3794 259 L 3794 256 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 259 L 1236 259 L 1238 261 L 1236 262 L -895 262 L -895 259 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 259 L 1705 259 L 1704 261 L 1705 262 L 3794 262 L 3794 259 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 262 L 1236 262 L 1238 264 L 1236 265 L -895 265 L -895 262 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1023" y="262" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 262 L 1705 262 L 1704 264 L 1705 265 L 3837 265 L 3837 262 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 265 L 895 265 L 897 267 L 895 268 L -895 268 L -895 265 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 268 L 1236 268 L 1238 270 L 1236 271 L -895 271 L -895 268 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 271 L -853 271 L -854 273 L -853 274 L 1279 274 L 1279 271 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 274 L 1279 274 L 1281 276 L 1279 277 L -853 277 L -853 274 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 277 L 1279 277 L 1281 279 L 1279 280 L -853 280 L -853 277 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 280 L 1279 280 L 1281 282 L 1279 283 L -853 283 L -853 280 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 283 L 597 283 L 598 285 L 597 286 L -853 286 L -853 283 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="469" y="283" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 283 L 725 283 L 723 285 L 725 286 L 2856 286 L 2856 283 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 286 L 1279 286 L 1281 288 L 1279 289 L -853 289 L -853 286 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 289 L 1279 289 L 1281 291 L 1279 292 L -853 292 L -853 289 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 292 L 1279 292 L 1281 294 L 1279 295 L -853 295 L -853 292 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 295 L 1279 295 L 1281 297 L 1279 298 L -853 298 L -853 295 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 298 L 1279 298 L 1281 300 L 1279 301 L -853 301 L -853 298 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 301 L 1279 301 L 1281 303 L 1279 304 L -853 304 L -853 301 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 304 L 1279 304 L 1281 306 L 1279 307 L -853 307 L -853 304 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="682" y="304" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 307 L 1279 307 L 1281 309 L 1279 310 L -853 310 L -853 307 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 310 L -810 310 L -812 312 L -810 313 L 1322 313 L 1322 310 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 313 L 1322 313 L 1323 315 L 1322 316 L -810 316 L -810 313 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 316 L 1322 316 L 1323 318 L 1322 319 L -810 319 L -810 316 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 319 L 1322 319 L 1323 321 L 1322 322 L -810 322 L -810 319 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 322 L 1279 322 L 1281 324 L 1279 325 L -810 325 L -810 322 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="384" y="322" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 325 L 1322 325 L 1323 327 L 1322 328 L -810 328 L -810 325 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 328 L 1322 328 L 1323 330 L 1322 331 L -810 331 L -810 328 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="171" y="328" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="298" y="328" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 331 L 1322 331 L 1323 333 L 1322 334 L -810 334 L -810 331 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 334 L 1322 334 L 1323 336 L 1322 337 L -810 337 L -810 334 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1066" y="334" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 337 L 1322 337 L 1323 339 L 1322 340 L -810 340 L -810 337 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 340 L -767 340 L -769 342 L -767 343 L 1364 343 L 1364 340 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 343 L -767 343 L -769 345 L -767 346 L 1364 346 L 1364 343 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 346 L 1364 346 L 1366 348 L 1364 349 L -767 349 L -767 346 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="810" y="346" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 349 L 1364 349 L 1366 351 L 1364 352 L -767 352 L -767 349 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 352 L 1364 352 L 1366 354 L 1364 355 L -767 355 L -767 352 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 355 L 1364 355 L 1366 357 L 1364 358 L -767 358 L -767 355 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 358 L -725 358 L -726 360 L -725 361 L 1407 361 L 1407 358 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 361 L -725 361 L -726 363 L -725 364 L 1407 364 L 1407 361 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 364 L -725 364 L -726 366 L -725 367 L 1407 367 L 1407 364 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 367 L -725 367 L -726 369 L -725 370 L 1407 370 L 1407 367 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 370 L -725 370 L -726 372 L -725 373 L 1407 373 L 1407 370 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 373 L -725 373 L -726 375 L -725 376 L 1407 376 L 1407 373 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 376 L -725 376 L -726 378 L -725 379 L 1407 379 L 1407 376 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 379 L -725 379 L -726 381 L -725 382 L 1407 382 L 1407 379 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 382 L -725 382 L -726 384 L -725 385 L 1407 385 L 1407 382 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 385 L -725 385 L -726 387 L -725 388 L 1407 388 L 1407 385 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 388 L -725 388 L -726 390 L -725 391 L 1407 391 L 1407 388 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1279" y="388" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 391 L -725 391 L -726 393 L -725 394 L 1407 394 L 1407 391 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 394 L -725 394 L -726 396 L -725 397 L 1407 397 L 1407 394 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 397 L -725 397 L -726 399 L -725 400 L 1407 400 L 1407 397 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -725 400 L 1407 400 L 1408 402 L 1407 403 L -725 403 L -725 400 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -725 403 L 1407 403 L 1408 405 L 1407 406 L -725 406 L -725 403 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -725 406 L 1407 406 L 1408 408 L 1407 409 L -725 409 L -725 406 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -725 409 L 1407 409 L 1408 411 L 1407 412 L -725 412 L -725 409 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -725 412 L 1194 412 L 1195 414 L 1194 415 L -725 415 L -725 412 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 415 L -682 415 L -684 417 L -682 418 L 1450 418 L 1450 415 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 418 L -682 418 L -684 420 L -682 421 L 1364 421 L 1364 418 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 421 L -682 421 L -684 423 L -682 424 L 1450 424 L 1450 421 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 424 L -682 424 L -684 426 L -682 427 L 1450 427 L 1450 424 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -725 427 L 1407 427 L 1408 429 L 1407 430 L -725 430 L -725 427 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 430 L -682 430 L -684 432 L -682 433 L 1450 433 L 1450 430 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 433 L -682 433 L -684 435 L -682 436 L 1407 436 L 1407 433 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="554" y="433" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -682 436 L 895 436 L 897 438 L 895 439 L -682 439 L -682 436 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -682 439 L 1450 439 L 1451 441 L 1450 442 L -682 442 L -682 439 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 442 L -640 442 L -641 444 L -640 445 L 1407 445 L 1407 442 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 445 L -640 445 L -641 447 L -640 448 L 1492 448 L 1492 445 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 448 L -640 448 L -641 450 L -640 451 L 1492 451 L 1492 448 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 451 L -640 451 L -641 453 L -640 454 L 1407 454 L 1407 451 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -640 454 L 1492 454 L 1494 456 L 1492 457 L -640 457 L -640 454 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -640 457 L 1492 457 L 1494 459 L 1492 460 L -640 460 L -640 457 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 460 L -554 460 L -556 462 L -554 463 L 1577 463 L 1577 460 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 463 L 1577 463 L 1579 465 L 1577 466 L -554 466 L -554 463 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 466 L 1577 466 L 1579 468 L 1577 469 L -554 469 L -554 466 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 469 L 1577 469 L 1579 471 L 1577 472 L -554 472 L -554 469 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 472 L 1577 472 L 1579 474 L 1577 475 L -554 475 L -554 472 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 475 L 1577 475 L 1579 477 L 1577 478 L -554 478 L -554 475 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -682 478 L 1450 478 L 1451 480 L 1450 481 L -682 481 L -682 478 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 481 L -512 481 L -513 483 L -512 484 L 1620 484 L 1620 481 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -682 484 L 1450 484 L 1451 486 L 1450 487 L -682 487 L -682 484 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 487 L 1620 487 L 1622 489 L 1620 490 L -512 490 L -512 487 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 490 L 1620 490 L 1622 492 L 1620 493 L -512 493 L -512 490 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 493 L 1620 493 L 1622 495 L 1620 496 L -512 496 L -512 493 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 496 L 1620 496 L 1622 498 L 1620 499 L -512 499 L -512 496 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 499 L 1620 499 L 1622 501 L 1620 502 L -512 502 L -512 499 Z"/></g></g></g><g transform="translate(57.998046875,518.994140625)" clip-path="url(#4948_rna_track_label_guid_fckx_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="64.1796875" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.36669921875" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4948_rna</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="64.1796875" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,1015.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_vtj3_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -14579.5 17.5 L 6138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.5 15.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.5 19.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 43.5 15.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 43.5 19.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 73.5 15.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 73.5 19.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 103.5 15.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 103.5 19.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 133.5 15.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 133.5 19.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 163.5 15.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 163.5 19.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 193.5 15.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 193.5 19.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 223.5 15.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 223.5 19.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 253.5 15.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 253.5 19.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 283.5 15.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 283.5 19.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 313.5 15.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 313.5 19.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 343.5 15.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 343.5 19.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 373.5 15.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 373.5 19.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 403.5 15.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 403.5 19.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 433.5 15.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 433.5 19.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 463.5 15.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 463.5 19.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 493.5 15.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 493.5 19.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 523.5 15.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 523.5 19.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 553.5 15.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 553.5 19.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 583.5 15.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 583.5 19.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 613.5 15.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 613.5 19.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 643.5 15.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 643.5 19.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 673.5 15.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 673.5 19.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 703.5 15.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 703.5 19.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 733.5 15.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 733.5 19.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 763.5 15.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 763.5 19.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 793.5 15.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 793.5 19.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 823.5 15.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 823.5 19.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 853.5 15.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 853.5 19.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 883.5 15.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 883.5 19.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 913.5 15.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 913.5 19.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 943.5 15.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 943.5 19.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 973.5 15.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 973.5 19.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1003.5 15.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1003.5 19.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1033.5 15.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1033.5 19.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1063.5 15.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1063.5 19.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1093.5 15.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1093.5 19.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1123.5 15.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1123.5 19.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1153.5 15.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1153.5 19.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1183.5 15.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1183.5 19.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1213.5 15.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1213.5 19.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1243.5 15.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1243.5 19.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1273.5 15.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1273.5 19.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1303.5 15.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1303.5 19.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1333.5 15.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1333.5 19.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1363.5 15.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1363.5 19.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1393.5 15.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1393.5 19.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1423.5 15.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1423.5 19.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1453.5 15.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1453.5 19.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1483.5 15.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1483.5 19.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1513.5 15.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1513.5 19.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1543.5 15.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1543.5 19.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1573.5 15.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1573.5 19.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1603.5 15.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1603.5 19.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1633.5 15.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1633.5 19.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1663.5 15.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1663.5 19.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1693.5 15.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1693.5 19.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1723.5 15.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1723.5 19.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-13600" y="10" width="17522" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13586.5 15.5 L -13584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13586.5 19.5 L -13584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13556.5 15.5 L -13554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13556.5 19.5 L -13554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13526.5 15.5 L -13524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13526.5 19.5 L -13524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13496.5 15.5 L -13494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13496.5 19.5 L -13494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13466.5 15.5 L -13464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13466.5 19.5 L -13464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13436.5 15.5 L -13434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13436.5 19.5 L -13434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13406.5 15.5 L -13404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13406.5 19.5 L -13404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13376.5 15.5 L -13374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13376.5 19.5 L -13374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13346.5 15.5 L -13344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13346.5 19.5 L -13344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13316.5 15.5 L -13314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13316.5 19.5 L -13314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13286.5 15.5 L -13284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13286.5 19.5 L -13284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13256.5 15.5 L -13254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13256.5 19.5 L -13254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13226.5 15.5 L -13224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13226.5 19.5 L -13224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13196.5 15.5 L -13194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13196.5 19.5 L -13194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13166.5 15.5 L -13164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13166.5 19.5 L -13164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13136.5 15.5 L -13134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13136.5 19.5 L -13134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13106.5 15.5 L -13104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13106.5 19.5 L -13104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13076.5 15.5 L -13074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13076.5 19.5 L -13074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13046.5 15.5 L -13044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13046.5 19.5 L -13044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13016.5 15.5 L -13014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13016.5 19.5 L -13014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12986.5 15.5 L -12984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12986.5 19.5 L -12984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12956.5 15.5 L -12954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12956.5 19.5 L -12954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12926.5 15.5 L -12924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12926.5 19.5 L -12924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12896.5 15.5 L -12894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12896.5 19.5 L -12894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12866.5 15.5 L -12864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12866.5 19.5 L -12864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12836.5 15.5 L -12834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12836.5 19.5 L -12834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12806.5 15.5 L -12804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12806.5 19.5 L -12804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12776.5 15.5 L -12774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12776.5 19.5 L -12774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12746.5 15.5 L -12744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12746.5 19.5 L -12744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12716.5 15.5 L -12714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12716.5 19.5 L -12714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12686.5 15.5 L -12684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12686.5 19.5 L -12684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12656.5 15.5 L -12654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12656.5 19.5 L -12654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12626.5 15.5 L -12624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12626.5 19.5 L -12624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12596.5 15.5 L -12594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12596.5 19.5 L -12594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12566.5 15.5 L -12564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12566.5 19.5 L -12564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12536.5 15.5 L -12534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12536.5 19.5 L -12534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12506.5 15.5 L -12504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12506.5 19.5 L -12504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12476.5 15.5 L -12474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12476.5 19.5 L -12474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12446.5 15.5 L -12444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12446.5 19.5 L -12444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12416.5 15.5 L -12414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12416.5 19.5 L -12414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12386.5 15.5 L -12384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12386.5 19.5 L -12384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12356.5 15.5 L -12354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12356.5 19.5 L -12354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12326.5 15.5 L -12324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12326.5 19.5 L -12324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12296.5 15.5 L -12294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12296.5 19.5 L -12294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12266.5 15.5 L -12264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12266.5 19.5 L -12264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12236.5 15.5 L -12234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12236.5 19.5 L -12234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12206.5 15.5 L -12204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12206.5 19.5 L -12204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12176.5 15.5 L -12174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12176.5 19.5 L -12174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12146.5 15.5 L -12144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12146.5 19.5 L -12144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12116.5 15.5 L -12114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12116.5 19.5 L -12114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12086.5 15.5 L -12084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12086.5 19.5 L -12084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12056.5 15.5 L -12054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12056.5 19.5 L -12054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12026.5 15.5 L -12024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12026.5 19.5 L -12024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11996.5 15.5 L -11994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11996.5 19.5 L -11994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11966.5 15.5 L -11964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11966.5 19.5 L -11964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11936.5 15.5 L -11934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11936.5 19.5 L -11934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11906.5 15.5 L -11904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11906.5 19.5 L -11904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11876.5 15.5 L -11874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11876.5 19.5 L -11874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11846.5 15.5 L -11844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11846.5 19.5 L -11844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11816.5 15.5 L -11814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11816.5 19.5 L -11814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11786.5 15.5 L -11784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11786.5 19.5 L -11784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11756.5 15.5 L -11754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11756.5 19.5 L -11754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11726.5 15.5 L -11724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11726.5 19.5 L -11724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11696.5 15.5 L -11694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11696.5 19.5 L -11694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11666.5 15.5 L -11664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11666.5 19.5 L -11664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11636.5 15.5 L -11634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11636.5 19.5 L -11634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11606.5 15.5 L -11604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11606.5 19.5 L -11604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11576.5 15.5 L -11574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11576.5 19.5 L -11574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11546.5 15.5 L -11544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11546.5 19.5 L -11544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11516.5 15.5 L -11514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11516.5 19.5 L -11514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11486.5 15.5 L -11484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11486.5 19.5 L -11484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11456.5 15.5 L -11454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11456.5 19.5 L -11454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11426.5 15.5 L -11424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11426.5 19.5 L -11424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11396.5 15.5 L -11394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11396.5 19.5 L -11394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11366.5 15.5 L -11364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11366.5 19.5 L -11364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11336.5 15.5 L -11334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11336.5 19.5 L -11334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11306.5 15.5 L -11304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11306.5 19.5 L -11304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11276.5 15.5 L -11274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11276.5 19.5 L -11274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11246.5 15.5 L -11244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11246.5 19.5 L -11244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11216.5 15.5 L -11214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11216.5 19.5 L -11214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11186.5 15.5 L -11184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11186.5 19.5 L -11184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11156.5 15.5 L -11154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11156.5 19.5 L -11154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11126.5 15.5 L -11124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11126.5 19.5 L -11124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11096.5 15.5 L -11094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11096.5 19.5 L -11094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11066.5 15.5 L -11064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11066.5 19.5 L -11064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11036.5 15.5 L -11034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11036.5 19.5 L -11034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11006.5 15.5 L -11004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11006.5 19.5 L -11004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10976.5 15.5 L -10974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10976.5 19.5 L -10974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10946.5 15.5 L -10944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10946.5 19.5 L -10944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10916.5 15.5 L -10914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10916.5 19.5 L -10914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10886.5 15.5 L -10884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10886.5 19.5 L -10884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10856.5 15.5 L -10854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10856.5 19.5 L -10854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10826.5 15.5 L -10824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10826.5 19.5 L -10824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10796.5 15.5 L -10794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10796.5 19.5 L -10794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10766.5 15.5 L -10764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10766.5 19.5 L -10764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10736.5 15.5 L -10734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10736.5 19.5 L -10734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10706.5 15.5 L -10704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10706.5 19.5 L -10704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10676.5 15.5 L -10674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10676.5 19.5 L -10674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10646.5 15.5 L -10644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10646.5 19.5 L -10644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10616.5 15.5 L -10614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10616.5 19.5 L -10614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10586.5 15.5 L -10584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10586.5 19.5 L -10584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10556.5 15.5 L -10554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10556.5 19.5 L -10554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10526.5 15.5 L -10524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10526.5 19.5 L -10524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10496.5 15.5 L -10494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10496.5 19.5 L -10494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10466.5 15.5 L -10464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10466.5 19.5 L -10464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10436.5 15.5 L -10434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10436.5 19.5 L -10434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10406.5 15.5 L -10404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10406.5 19.5 L -10404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10376.5 15.5 L -10374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10376.5 19.5 L -10374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10346.5 15.5 L -10344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10346.5 19.5 L -10344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10316.5 15.5 L -10314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10316.5 19.5 L -10314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10286.5 15.5 L -10284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10286.5 19.5 L -10284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10256.5 15.5 L -10254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10256.5 19.5 L -10254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10226.5 15.5 L -10224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10226.5 19.5 L -10224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10196.5 15.5 L -10194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10196.5 19.5 L -10194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10166.5 15.5 L -10164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10166.5 19.5 L -10164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10136.5 15.5 L -10134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10136.5 19.5 L -10134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10106.5 15.5 L -10104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10106.5 19.5 L -10104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10076.5 15.5 L -10074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10076.5 19.5 L -10074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10046.5 15.5 L -10044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10046.5 19.5 L -10044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10016.5 15.5 L -10014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10016.5 19.5 L -10014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9986.5 15.5 L -9984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9986.5 19.5 L -9984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9956.5 15.5 L -9954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9956.5 19.5 L -9954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9926.5 15.5 L -9924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9926.5 19.5 L -9924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9896.5 15.5 L -9894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9896.5 19.5 L -9894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9866.5 15.5 L -9864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9866.5 19.5 L -9864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9836.5 15.5 L -9834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9836.5 19.5 L -9834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9806.5 15.5 L -9804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9806.5 19.5 L -9804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9776.5 15.5 L -9774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9776.5 19.5 L -9774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9746.5 15.5 L -9744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9746.5 19.5 L -9744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9716.5 15.5 L -9714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9716.5 19.5 L -9714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9686.5 15.5 L -9684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9686.5 19.5 L -9684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9656.5 15.5 L -9654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9656.5 19.5 L -9654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9626.5 15.5 L -9624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9626.5 19.5 L -9624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9596.5 15.5 L -9594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9596.5 19.5 L -9594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9566.5 15.5 L -9564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9566.5 19.5 L -9564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9536.5 15.5 L -9534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9536.5 19.5 L -9534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9506.5 15.5 L -9504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9506.5 19.5 L -9504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9476.5 15.5 L -9474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9476.5 19.5 L -9474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9446.5 15.5 L -9444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9446.5 19.5 L -9444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9416.5 15.5 L -9414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9416.5 19.5 L -9414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9386.5 15.5 L -9384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9386.5 19.5 L -9384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9356.5 15.5 L -9354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9356.5 19.5 L -9354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9326.5 15.5 L -9324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9326.5 19.5 L -9324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9296.5 15.5 L -9294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9296.5 19.5 L -9294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9266.5 15.5 L -9264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9266.5 19.5 L -9264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9236.5 15.5 L -9234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9236.5 19.5 L -9234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9206.5 15.5 L -9204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9206.5 19.5 L -9204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9176.5 15.5 L -9174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9176.5 19.5 L -9174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9146.5 15.5 L -9144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9146.5 19.5 L -9144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9116.5 15.5 L -9114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9116.5 19.5 L -9114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9086.5 15.5 L -9084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9086.5 19.5 L -9084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9056.5 15.5 L -9054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9056.5 19.5 L -9054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9026.5 15.5 L -9024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9026.5 19.5 L -9024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8996.5 15.5 L -8994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8996.5 19.5 L -8994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8966.5 15.5 L -8964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8966.5 19.5 L -8964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8936.5 15.5 L -8934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8936.5 19.5 L -8934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8906.5 15.5 L -8904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8906.5 19.5 L -8904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8876.5 15.5 L -8874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8876.5 19.5 L -8874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8846.5 15.5 L -8844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8846.5 19.5 L -8844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8816.5 15.5 L -8814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8816.5 19.5 L -8814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8786.5 15.5 L -8784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8786.5 19.5 L -8784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8756.5 15.5 L -8754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8756.5 19.5 L -8754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8726.5 15.5 L -8724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8726.5 19.5 L -8724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8696.5 15.5 L -8694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8696.5 19.5 L -8694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8666.5 15.5 L -8664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8666.5 19.5 L -8664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8636.5 15.5 L -8634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8636.5 19.5 L -8634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8606.5 15.5 L -8604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8606.5 19.5 L -8604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8576.5 15.5 L -8574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8576.5 19.5 L -8574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8546.5 15.5 L -8544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8546.5 19.5 L -8544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8516.5 15.5 L -8514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8516.5 19.5 L -8514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8486.5 15.5 L -8484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8486.5 19.5 L -8484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8456.5 15.5 L -8454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8456.5 19.5 L -8454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8426.5 15.5 L -8424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8426.5 19.5 L -8424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8396.5 15.5 L -8394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8396.5 19.5 L -8394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8366.5 15.5 L -8364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8366.5 19.5 L -8364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8336.5 15.5 L -8334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8336.5 19.5 L -8334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8306.5 15.5 L -8304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8306.5 19.5 L -8304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8276.5 15.5 L -8274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8276.5 19.5 L -8274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8246.5 15.5 L -8244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8246.5 19.5 L -8244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8216.5 15.5 L -8214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8216.5 19.5 L -8214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8186.5 15.5 L -8184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8186.5 19.5 L -8184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8156.5 15.5 L -8154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8156.5 19.5 L -8154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8126.5 15.5 L -8124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8126.5 19.5 L -8124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8096.5 15.5 L -8094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8096.5 19.5 L -8094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8066.5 15.5 L -8064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8066.5 19.5 L -8064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8036.5 15.5 L -8034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8036.5 19.5 L -8034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8006.5 15.5 L -8004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8006.5 19.5 L -8004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7976.5 15.5 L -7974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7976.5 19.5 L -7974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7946.5 15.5 L -7944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7946.5 19.5 L -7944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7916.5 15.5 L -7914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7916.5 19.5 L -7914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7886.5 15.5 L -7884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7886.5 19.5 L -7884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7856.5 15.5 L -7854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7856.5 19.5 L -7854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7826.5 15.5 L -7824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7826.5 19.5 L -7824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7796.5 15.5 L -7794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7796.5 19.5 L -7794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7766.5 15.5 L -7764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7766.5 19.5 L -7764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7736.5 15.5 L -7734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7736.5 19.5 L -7734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7706.5 15.5 L -7704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7706.5 19.5 L -7704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7676.5 15.5 L -7674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7676.5 19.5 L -7674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7646.5 15.5 L -7644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7646.5 19.5 L -7644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7616.5 15.5 L -7614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7616.5 19.5 L -7614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7586.5 15.5 L -7584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7586.5 19.5 L -7584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7556.5 15.5 L -7554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7556.5 19.5 L -7554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7526.5 15.5 L -7524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7526.5 19.5 L -7524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7496.5 15.5 L -7494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7496.5 19.5 L -7494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7466.5 15.5 L -7464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7466.5 19.5 L -7464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7436.5 15.5 L -7434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7436.5 19.5 L -7434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7406.5 15.5 L -7404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7406.5 19.5 L -7404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7376.5 15.5 L -7374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7376.5 19.5 L -7374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7346.5 15.5 L -7344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7346.5 19.5 L -7344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7316.5 15.5 L -7314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7316.5 19.5 L -7314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7286.5 15.5 L -7284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7286.5 19.5 L -7284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7256.5 15.5 L -7254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7256.5 19.5 L -7254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7226.5 15.5 L -7224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7226.5 19.5 L -7224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7196.5 15.5 L -7194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7196.5 19.5 L -7194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7166.5 15.5 L -7164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7166.5 19.5 L -7164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7136.5 15.5 L -7134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7136.5 19.5 L -7134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7106.5 15.5 L -7104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7106.5 19.5 L -7104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7076.5 15.5 L -7074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7076.5 19.5 L -7074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7046.5 15.5 L -7044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7046.5 19.5 L -7044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7016.5 15.5 L -7014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7016.5 19.5 L -7014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6986.5 15.5 L -6984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6986.5 19.5 L -6984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6956.5 15.5 L -6954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6956.5 19.5 L -6954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6926.5 15.5 L -6924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6926.5 19.5 L -6924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6896.5 15.5 L -6894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6896.5 19.5 L -6894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6866.5 15.5 L -6864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6866.5 19.5 L -6864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6836.5 15.5 L -6834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6836.5 19.5 L -6834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6806.5 15.5 L -6804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6806.5 19.5 L -6804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6776.5 15.5 L -6774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6776.5 19.5 L -6774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6746.5 15.5 L -6744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6746.5 19.5 L -6744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6716.5 15.5 L -6714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6716.5 19.5 L -6714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6686.5 15.5 L -6684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6686.5 19.5 L -6684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6656.5 15.5 L -6654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6656.5 19.5 L -6654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6626.5 15.5 L -6624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6626.5 19.5 L -6624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6596.5 15.5 L -6594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6596.5 19.5 L -6594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6566.5 15.5 L -6564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6566.5 19.5 L -6564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6536.5 15.5 L -6534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6536.5 19.5 L -6534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6506.5 15.5 L -6504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6506.5 19.5 L -6504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6476.5 15.5 L -6474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6476.5 19.5 L -6474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6446.5 15.5 L -6444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6446.5 19.5 L -6444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6416.5 15.5 L -6414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6416.5 19.5 L -6414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6386.5 15.5 L -6384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6386.5 19.5 L -6384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6356.5 15.5 L -6354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6356.5 19.5 L -6354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6326.5 15.5 L -6324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6326.5 19.5 L -6324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6296.5 15.5 L -6294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6296.5 19.5 L -6294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6266.5 15.5 L -6264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6266.5 19.5 L -6264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6236.5 15.5 L -6234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6236.5 19.5 L -6234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6206.5 15.5 L -6204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6206.5 19.5 L -6204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6176.5 15.5 L -6174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6176.5 19.5 L -6174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6146.5 15.5 L -6144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6146.5 19.5 L -6144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6116.5 15.5 L -6114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6116.5 19.5 L -6114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6086.5 15.5 L -6084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6086.5 19.5 L -6084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6056.5 15.5 L -6054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6056.5 19.5 L -6054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6026.5 15.5 L -6024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6026.5 19.5 L -6024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5996.5 15.5 L -5994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5996.5 19.5 L -5994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5966.5 15.5 L -5964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5966.5 19.5 L -5964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5936.5 15.5 L -5934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5936.5 19.5 L -5934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5906.5 15.5 L -5904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5906.5 19.5 L -5904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5876.5 15.5 L -5874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5876.5 19.5 L -5874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5846.5 15.5 L -5844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5846.5 19.5 L -5844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5816.5 15.5 L -5814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5816.5 19.5 L -5814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5786.5 15.5 L -5784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5786.5 19.5 L -5784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5756.5 15.5 L -5754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5756.5 19.5 L -5754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5726.5 15.5 L -5724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5726.5 19.5 L -5724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5696.5 15.5 L -5694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5696.5 19.5 L -5694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5666.5 15.5 L -5664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5666.5 19.5 L -5664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5636.5 15.5 L -5634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5636.5 19.5 L -5634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5606.5 15.5 L -5604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5606.5 19.5 L -5604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5576.5 15.5 L -5574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5576.5 19.5 L -5574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5546.5 15.5 L -5544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5546.5 19.5 L -5544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5516.5 15.5 L -5514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5516.5 19.5 L -5514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5486.5 15.5 L -5484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5486.5 19.5 L -5484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5456.5 15.5 L -5454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5456.5 19.5 L -5454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5426.5 15.5 L -5424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5426.5 19.5 L -5424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5396.5 15.5 L -5394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5396.5 19.5 L -5394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5366.5 15.5 L -5364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5366.5 19.5 L -5364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5336.5 15.5 L -5334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5336.5 19.5 L -5334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5306.5 15.5 L -5304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5306.5 19.5 L -5304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5276.5 15.5 L -5274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5276.5 19.5 L -5274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5246.5 15.5 L -5244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5246.5 19.5 L -5244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5216.5 15.5 L -5214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5216.5 19.5 L -5214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5186.5 15.5 L -5184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5186.5 19.5 L -5184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5156.5 15.5 L -5154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5156.5 19.5 L -5154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5126.5 15.5 L -5124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5126.5 19.5 L -5124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5096.5 15.5 L -5094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5096.5 19.5 L -5094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5066.5 15.5 L -5064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5066.5 19.5 L -5064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5036.5 15.5 L -5034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5036.5 19.5 L -5034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5006.5 15.5 L -5004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5006.5 19.5 L -5004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4976.5 15.5 L -4974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4976.5 19.5 L -4974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4946.5 15.5 L -4944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4946.5 19.5 L -4944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4916.5 15.5 L -4914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4916.5 19.5 L -4914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4886.5 15.5 L -4884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4886.5 19.5 L -4884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4856.5 15.5 L -4854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4856.5 19.5 L -4854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4826.5 15.5 L -4824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4826.5 19.5 L -4824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4796.5 15.5 L -4794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4796.5 19.5 L -4794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4766.5 15.5 L -4764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4766.5 19.5 L -4764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4736.5 15.5 L -4734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4736.5 19.5 L -4734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4706.5 15.5 L -4704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4706.5 19.5 L -4704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4676.5 15.5 L -4674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4676.5 19.5 L -4674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4646.5 15.5 L -4644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4646.5 19.5 L -4644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4616.5 15.5 L -4614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4616.5 19.5 L -4614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4586.5 15.5 L -4584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4586.5 19.5 L -4584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4556.5 15.5 L -4554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4556.5 19.5 L -4554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4526.5 15.5 L -4524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4526.5 19.5 L -4524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4496.5 15.5 L -4494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4496.5 19.5 L -4494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4466.5 15.5 L -4464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4466.5 19.5 L -4464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4436.5 15.5 L -4434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4436.5 19.5 L -4434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4406.5 15.5 L -4404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4406.5 19.5 L -4404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4376.5 15.5 L -4374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4376.5 19.5 L -4374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4346.5 15.5 L -4344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4346.5 19.5 L -4344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4316.5 15.5 L -4314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4316.5 19.5 L -4314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4286.5 15.5 L -4284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4286.5 19.5 L -4284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4256.5 15.5 L -4254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4256.5 19.5 L -4254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4226.5 15.5 L -4224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4226.5 19.5 L -4224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4196.5 15.5 L -4194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4196.5 19.5 L -4194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4166.5 15.5 L -4164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4166.5 19.5 L -4164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4136.5 15.5 L -4134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4136.5 19.5 L -4134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4106.5 15.5 L -4104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4106.5 19.5 L -4104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4076.5 15.5 L -4074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4076.5 19.5 L -4074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4046.5 15.5 L -4044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4046.5 19.5 L -4044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4016.5 15.5 L -4014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4016.5 19.5 L -4014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3986.5 15.5 L -3984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3986.5 19.5 L -3984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3956.5 15.5 L -3954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3956.5 19.5 L -3954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3926.5 15.5 L -3924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3926.5 19.5 L -3924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3896.5 15.5 L -3894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3896.5 19.5 L -3894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3866.5 15.5 L -3864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3866.5 19.5 L -3864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3836.5 15.5 L -3834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3836.5 19.5 L -3834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3806.5 15.5 L -3804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3806.5 19.5 L -3804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3776.5 15.5 L -3774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3776.5 19.5 L -3774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3746.5 15.5 L -3744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3746.5 19.5 L -3744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3716.5 15.5 L -3714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3716.5 19.5 L -3714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3686.5 15.5 L -3684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3686.5 19.5 L -3684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3656.5 15.5 L -3654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3656.5 19.5 L -3654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3626.5 15.5 L -3624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3626.5 19.5 L -3624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3596.5 15.5 L -3594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3596.5 19.5 L -3594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3566.5 15.5 L -3564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3566.5 19.5 L -3564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3536.5 15.5 L -3534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3536.5 19.5 L -3534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3506.5 15.5 L -3504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3506.5 19.5 L -3504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3476.5 15.5 L -3474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3476.5 19.5 L -3474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3446.5 15.5 L -3444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3446.5 19.5 L -3444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3416.5 15.5 L -3414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3416.5 19.5 L -3414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3386.5 15.5 L -3384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3386.5 19.5 L -3384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3356.5 15.5 L -3354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3356.5 19.5 L -3354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3326.5 15.5 L -3324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3326.5 19.5 L -3324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3296.5 15.5 L -3294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3296.5 19.5 L -3294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3266.5 15.5 L -3264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3266.5 19.5 L -3264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3236.5 15.5 L -3234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3236.5 19.5 L -3234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3206.5 15.5 L -3204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3206.5 19.5 L -3204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3176.5 15.5 L -3174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3176.5 19.5 L -3174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3146.5 15.5 L -3144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3146.5 19.5 L -3144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3116.5 15.5 L -3114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3116.5 19.5 L -3114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3086.5 15.5 L -3084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3086.5 19.5 L -3084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3056.5 15.5 L -3054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3056.5 19.5 L -3054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3026.5 15.5 L -3024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3026.5 19.5 L -3024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2996.5 15.5 L -2994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2996.5 19.5 L -2994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2966.5 15.5 L -2964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2966.5 19.5 L -2964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2936.5 15.5 L -2934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2936.5 19.5 L -2934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2906.5 15.5 L -2904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2906.5 19.5 L -2904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2876.5 15.5 L -2874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2876.5 19.5 L -2874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2846.5 15.5 L -2844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2846.5 19.5 L -2844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2816.5 15.5 L -2814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2816.5 19.5 L -2814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2786.5 15.5 L -2784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2786.5 19.5 L -2784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2756.5 15.5 L -2754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2756.5 19.5 L -2754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2726.5 15.5 L -2724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2726.5 19.5 L -2724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2696.5 15.5 L -2694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2696.5 19.5 L -2694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2666.5 15.5 L -2664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2666.5 19.5 L -2664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2636.5 15.5 L -2634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2636.5 19.5 L -2634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2606.5 15.5 L -2604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2606.5 19.5 L -2604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2576.5 15.5 L -2574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2576.5 19.5 L -2574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2546.5 15.5 L -2544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2546.5 19.5 L -2544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2516.5 15.5 L -2514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2516.5 19.5 L -2514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2486.5 15.5 L -2484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2486.5 19.5 L -2484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2456.5 15.5 L -2454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2456.5 19.5 L -2454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2426.5 15.5 L -2424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2426.5 19.5 L -2424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2396.5 15.5 L -2394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2396.5 19.5 L -2394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2366.5 15.5 L -2364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2366.5 19.5 L -2364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2336.5 15.5 L -2334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2336.5 19.5 L -2334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2306.5 15.5 L -2304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2306.5 19.5 L -2304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2276.5 15.5 L -2274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2276.5 19.5 L -2274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2246.5 15.5 L -2244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2246.5 19.5 L -2244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2216.5 15.5 L -2214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2216.5 19.5 L -2214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2186.5 15.5 L -2184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2186.5 19.5 L -2184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2156.5 15.5 L -2154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2156.5 19.5 L -2154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2126.5 15.5 L -2124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2126.5 19.5 L -2124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2096.5 15.5 L -2094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2096.5 19.5 L -2094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2066.5 15.5 L -2064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2066.5 19.5 L -2064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2036.5 15.5 L -2034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2036.5 19.5 L -2034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2006.5 15.5 L -2004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2006.5 19.5 L -2004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1976.5 15.5 L -1974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1976.5 19.5 L -1974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1946.5 15.5 L -1944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1946.5 19.5 L -1944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1916.5 15.5 L -1914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1916.5 19.5 L -1914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1886.5 15.5 L -1884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1886.5 19.5 L -1884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1856.5 15.5 L -1854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1856.5 19.5 L -1854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1826.5 15.5 L -1824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1826.5 19.5 L -1824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1796.5 15.5 L -1794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1796.5 19.5 L -1794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1766.5 15.5 L -1764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1766.5 19.5 L -1764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1736.5 15.5 L -1734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1736.5 19.5 L -1734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1706.5 15.5 L -1704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1706.5 19.5 L -1704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1676.5 15.5 L -1674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1676.5 19.5 L -1674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1646.5 15.5 L -1644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1646.5 19.5 L -1644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1616.5 15.5 L -1614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1616.5 19.5 L -1614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1586.5 15.5 L -1584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1586.5 19.5 L -1584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1556.5 15.5 L -1554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1556.5 19.5 L -1554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1526.5 15.5 L -1524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1526.5 19.5 L -1524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1496.5 15.5 L -1494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1496.5 19.5 L -1494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1466.5 15.5 L -1464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1466.5 19.5 L -1464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1436.5 15.5 L -1434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1436.5 19.5 L -1434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1406.5 15.5 L -1404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1406.5 19.5 L -1404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1376.5 15.5 L -1374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1376.5 19.5 L -1374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1346.5 15.5 L -1344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1346.5 19.5 L -1344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1316.5 15.5 L -1314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1316.5 19.5 L -1314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1286.5 15.5 L -1284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1286.5 19.5 L -1284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1256.5 15.5 L -1254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1256.5 19.5 L -1254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1226.5 15.5 L -1224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1226.5 19.5 L -1224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1196.5 15.5 L -1194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1196.5 19.5 L -1194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1166.5 15.5 L -1164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1166.5 19.5 L -1164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1136.5 15.5 L -1134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1136.5 19.5 L -1134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1106.5 15.5 L -1104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1106.5 19.5 L -1104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1076.5 15.5 L -1074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1076.5 19.5 L -1074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1046.5 15.5 L -1044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1046.5 19.5 L -1044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1016.5 15.5 L -1014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1016.5 19.5 L -1014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -986.5 15.5 L -984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -986.5 19.5 L -984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -956.5 15.5 L -954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -956.5 19.5 L -954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -926.5 15.5 L -924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -926.5 19.5 L -924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -896.5 15.5 L -894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -896.5 19.5 L -894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -866.5 15.5 L -864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -866.5 19.5 L -864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -836.5 15.5 L -834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -836.5 19.5 L -834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -806.5 15.5 L -804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -806.5 19.5 L -804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -776.5 15.5 L -774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -776.5 19.5 L -774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -746.5 15.5 L -744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -746.5 19.5 L -744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -716.5 15.5 L -714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -716.5 19.5 L -714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -686.5 15.5 L -684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -686.5 19.5 L -684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -656.5 15.5 L -654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -656.5 19.5 L -654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -626.5 15.5 L -624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -626.5 19.5 L -624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -596.5 15.5 L -594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -596.5 19.5 L -594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -566.5 15.5 L -564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -566.5 19.5 L -564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -536.5 15.5 L -534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -536.5 19.5 L -534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -506.5 15.5 L -504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -506.5 19.5 L -504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -476.5 15.5 L -474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -476.5 19.5 L -474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -446.5 15.5 L -444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -446.5 19.5 L -444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -416.5 15.5 L -414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -416.5 19.5 L -414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -386.5 15.5 L -384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -386.5 19.5 L -384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -356.5 15.5 L -354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -356.5 19.5 L -354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -326.5 15.5 L -324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -326.5 19.5 L -324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -296.5 15.5 L -294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -296.5 19.5 L -294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -266.5 15.5 L -264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -266.5 19.5 L -264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -236.5 15.5 L -234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -236.5 19.5 L -234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -206.5 15.5 L -204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -206.5 19.5 L -204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -176.5 15.5 L -174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -176.5 19.5 L -174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -146.5 15.5 L -144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -146.5 19.5 L -144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -116.5 15.5 L -114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -116.5 19.5 L -114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -86.5 15.5 L -84.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -86.5 19.5 L -84.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -56.5 15.5 L -54.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -56.5 19.5 L -54.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -26.5 15.5 L -24.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -26.5 19.5 L -24.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3.5 15.5 L 5.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3.5 19.5 L 5.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 33.5 15.5 L 35.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 33.5 19.5 L 35.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 63.5 15.5 L 65.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 63.5 19.5 L 65.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 93.5 15.5 L 95.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 93.5 19.5 L 95.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 123.5 15.5 L 125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 123.5 19.5 L 125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 153.5 15.5 L 155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 153.5 19.5 L 155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 183.5 15.5 L 185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 183.5 19.5 L 185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 213.5 15.5 L 215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 213.5 19.5 L 215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 243.5 15.5 L 245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 243.5 19.5 L 245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 273.5 15.5 L 275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 273.5 19.5 L 275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 303.5 15.5 L 305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 303.5 19.5 L 305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 333.5 15.5 L 335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 333.5 19.5 L 335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 363.5 15.5 L 365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 363.5 19.5 L 365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 393.5 15.5 L 395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 393.5 19.5 L 395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 423.5 15.5 L 425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 423.5 19.5 L 425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 453.5 15.5 L 455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 453.5 19.5 L 455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 483.5 15.5 L 485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 483.5 19.5 L 485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 513.5 15.5 L 515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 513.5 19.5 L 515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 543.5 15.5 L 545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 543.5 19.5 L 545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 573.5 15.5 L 575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 573.5 19.5 L 575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 603.5 15.5 L 605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 603.5 19.5 L 605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 633.5 15.5 L 635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 633.5 19.5 L 635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 663.5 15.5 L 665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 663.5 19.5 L 665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 693.5 15.5 L 695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 693.5 19.5 L 695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 723.5 15.5 L 725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 723.5 19.5 L 725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 753.5 15.5 L 755.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 753.5 19.5 L 755.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 783.5 15.5 L 785.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 783.5 19.5 L 785.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 813.5 15.5 L 815.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 813.5 19.5 L 815.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 843.5 15.5 L 845.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 843.5 19.5 L 845.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 873.5 15.5 L 875.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 873.5 19.5 L 875.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 903.5 15.5 L 905.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 903.5 19.5 L 905.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 933.5 15.5 L 935.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 933.5 19.5 L 935.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 963.5 15.5 L 965.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 963.5 19.5 L 965.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 993.5 15.5 L 995.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 993.5 19.5 L 995.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1023.5 15.5 L 1025.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1023.5 19.5 L 1025.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1053.5 15.5 L 1055.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1053.5 19.5 L 1055.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1083.5 15.5 L 1085.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1083.5 19.5 L 1085.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1113.5 15.5 L 1115.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1113.5 19.5 L 1115.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1143.5 15.5 L 1145.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1143.5 19.5 L 1145.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1173.5 15.5 L 1175.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1173.5 19.5 L 1175.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1203.5 15.5 L 1205.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1203.5 19.5 L 1205.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1233.5 15.5 L 1235.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1233.5 19.5 L 1235.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1263.5 15.5 L 1265.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1263.5 19.5 L 1265.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1293.5 15.5 L 1295.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1293.5 19.5 L 1295.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1323.5 15.5 L 1325.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1323.5 19.5 L 1325.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1353.5 15.5 L 1355.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1353.5 19.5 L 1355.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1383.5 15.5 L 1385.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1383.5 19.5 L 1385.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1413.5 15.5 L 1415.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1413.5 19.5 L 1415.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1443.5 15.5 L 1445.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1443.5 19.5 L 1445.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1473.5 15.5 L 1475.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1473.5 19.5 L 1475.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1503.5 15.5 L 1505.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1503.5 19.5 L 1505.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1533.5 15.5 L 1535.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1533.5 19.5 L 1535.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1563.5 15.5 L 1565.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1563.5 19.5 L 1565.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1593.5 15.5 L 1595.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1593.5 19.5 L 1595.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1623.5 15.5 L 1625.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1623.5 19.5 L 1625.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1653.5 15.5 L 1655.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1653.5 19.5 L 1655.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1683.5 15.5 L 1685.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1683.5 19.5 L 1685.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1713.5 15.5 L 1715.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1713.5 19.5 L 1715.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1743.5 15.5 L 1745.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1743.5 19.5 L 1745.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1773.5 15.5 L 1775.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1773.5 19.5 L 1775.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1803.5 15.5 L 1805.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1803.5 19.5 L 1805.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1833.5 15.5 L 1835.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1833.5 19.5 L 1835.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1863.5 15.5 L 1865.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1863.5 19.5 L 1865.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1893.5 15.5 L 1895.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1893.5 19.5 L 1895.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1923.5 15.5 L 1925.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1923.5 19.5 L 1925.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1953.5 15.5 L 1955.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1953.5 19.5 L 1955.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1983.5 15.5 L 1985.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1983.5 19.5 L 1985.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2013.5 15.5 L 2015.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2013.5 19.5 L 2015.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2043.5 15.5 L 2045.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2043.5 19.5 L 2045.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2073.5 15.5 L 2075.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2073.5 19.5 L 2075.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2103.5 15.5 L 2105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2103.5 19.5 L 2105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2133.5 15.5 L 2135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2133.5 19.5 L 2135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2163.5 15.5 L 2165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2163.5 19.5 L 2165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2193.5 15.5 L 2195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2193.5 19.5 L 2195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2223.5 15.5 L 2225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2223.5 19.5 L 2225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2253.5 15.5 L 2255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2253.5 19.5 L 2255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2283.5 15.5 L 2285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2283.5 19.5 L 2285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2313.5 15.5 L 2315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2313.5 19.5 L 2315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2343.5 15.5 L 2345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2343.5 19.5 L 2345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2373.5 15.5 L 2375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2373.5 19.5 L 2375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2403.5 15.5 L 2405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2403.5 19.5 L 2405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2433.5 15.5 L 2435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2433.5 19.5 L 2435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2463.5 15.5 L 2465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2463.5 19.5 L 2465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2493.5 15.5 L 2495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2493.5 19.5 L 2495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2523.5 15.5 L 2525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2523.5 19.5 L 2525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2553.5 15.5 L 2555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2553.5 19.5 L 2555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2583.5 15.5 L 2585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2583.5 19.5 L 2585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2613.5 15.5 L 2615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2613.5 19.5 L 2615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2643.5 15.5 L 2645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2643.5 19.5 L 2645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2673.5 15.5 L 2675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2673.5 19.5 L 2675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2703.5 15.5 L 2705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2703.5 19.5 L 2705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2733.5 15.5 L 2735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2733.5 19.5 L 2735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2763.5 15.5 L 2765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2763.5 19.5 L 2765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2793.5 15.5 L 2795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2793.5 19.5 L 2795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2823.5 15.5 L 2825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2823.5 19.5 L 2825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2853.5 15.5 L 2855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2853.5 19.5 L 2855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2883.5 15.5 L 2885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2883.5 19.5 L 2885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2913.5 15.5 L 2915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2913.5 19.5 L 2915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2943.5 15.5 L 2945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2943.5 19.5 L 2945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2973.5 15.5 L 2975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2973.5 19.5 L 2975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3003.5 15.5 L 3005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3003.5 19.5 L 3005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3033.5 15.5 L 3035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3033.5 19.5 L 3035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3063.5 15.5 L 3065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3063.5 19.5 L 3065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3093.5 15.5 L 3095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3093.5 19.5 L 3095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3123.5 15.5 L 3125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3123.5 19.5 L 3125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3153.5 15.5 L 3155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3153.5 19.5 L 3155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3183.5 15.5 L 3185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3183.5 19.5 L 3185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3213.5 15.5 L 3215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3213.5 19.5 L 3215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3243.5 15.5 L 3245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3243.5 19.5 L 3245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3273.5 15.5 L 3275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3273.5 19.5 L 3275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3303.5 15.5 L 3305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3303.5 19.5 L 3305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3333.5 15.5 L 3335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3333.5 19.5 L 3335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3363.5 15.5 L 3365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3363.5 19.5 L 3365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3393.5 15.5 L 3395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3393.5 19.5 L 3395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3423.5 15.5 L 3425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3423.5 19.5 L 3425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3453.5 15.5 L 3455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3453.5 19.5 L 3455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3483.5 15.5 L 3485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3483.5 19.5 L 3485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3513.5 15.5 L 3515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3513.5 19.5 L 3515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3543.5 15.5 L 3545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3543.5 19.5 L 3545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3573.5 15.5 L 3575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3573.5 19.5 L 3575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3603.5 15.5 L 3605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3603.5 19.5 L 3605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3633.5 15.5 L 3635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3633.5 19.5 L 3635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3663.5 15.5 L 3665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3663.5 19.5 L 3665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3693.5 15.5 L 3695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3693.5 19.5 L 3695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3723.5 15.5 L 3725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3723.5 19.5 L 3725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3753.5 15.5 L 3755.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3753.5 19.5 L 3755.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3783.5 15.5 L 3785.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3783.5 19.5 L 3785.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3813.5 15.5 L 3815.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3813.5 19.5 L 3815.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3843.5 15.5 L 3845.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3843.5 19.5 L 3845.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3873.5 15.5 L 3875.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3873.5 19.5 L 3875.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3903.5 15.5 L 3905.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3903.5 19.5 L 3905.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="873.9990234375" y="35" text-anchor="middle" dominant-baseline="alphabetic">H3C10</text></g></g></g></g><g transform="translate(57.998046875,1023.994140625)" clip-path="url(#RefseqGenes_track_label_guid_dmf5_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="92.34375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.908203125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="92.34375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg> |
|
| ... | ... | \ No newline at end of file |
primary/Panea_HIST1H3H_2.svg
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +<svg xmlns="http://www.w3.org/2000/svg" width="1852.75390625" height="1285.99609375" overflow="visible" viewBox="0 0 1852.75390625 1285.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_uo4c_clip_rect"><rect x="0" y="0" width="1747.998046875" height="15.99609375"/></clipPath><clipPath id="qmTQtFRPsqdr"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_awtx_clip_rect"><rect x="0" y="0" width="1747.998046875" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_fhfx_clip_rect"><rect x="0" y="0" width="1747.998046875" height="25"/></clipPath><clipPath id="6115E00316266HGL7GALXX2_axis_guid_s29b_clip_rect"><rect x="0" y="0" width="50" height="400"/></clipPath><clipPath id="6115E00316266HGL7GALXX2_referenceFrame_0_guid_ghk9_clip_rect"><rect x="0" y="0" width="1747.998046875" height="400"/></clipPath><clipPath id="6115E00316266HGL7GALXX2_track_label_guid_jmrl_clip_rect"><rect x="0" y="0" width="202.705078125" height="14.248046875"/></clipPath><clipPath id="6115_rna_axis_guid_i7wv_clip_rect"><rect x="0" y="0" width="50" height="500"/></clipPath><clipPath id="6115_rna_referenceFrame_0_guid_vt3z_clip_rect"><rect x="0" y="0" width="1747.998046875" height="500"/></clipPath><clipPath id="6115_rna_track_label_guid_xc9j_clip_rect"><rect x="0" y="0" width="63.22265625" height="14.248046875"/></clipPath><clipPath id="6115STE00272464HH3YVCCXY6_axis_guid_5dg6_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="6115STE00272464HH3YVCCXY6_referenceFrame_0_guid_eb7x_clip_rect"><rect x="0" y="0" width="1747.998046875" height="200"/></clipPath><clipPath id="6115STE00272464HH3YVCCXY6_track_label_guid_724h_clip_rect"><rect x="0" y="0" width="224.375" height="14.248046875"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_gkqa_clip_rect"><rect x="0" y="0" width="1747.998046875" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_xeva_clip_rect"><rect x="0" y="0" width="92.34375" height="14.248046875"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#qmTQtFRPsqdr)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1747.998046875" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(172,172,172)" stroke="none" x="24" y="1" width="19.444262481364895" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="43" y="1" width="29.678084839978006" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="73" y="1" width="35.81837825514586" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="108" y="1" width="10.233822358613097" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="119" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="137" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="156" y="1" width="102.33822358613105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="258" y="1" width="19.444262481364888" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="277" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="312" y="1" width="16.374115773780943" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="329" y="1" width="14.327351302058332" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="343" y="1" width="31.724849311700666" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="375" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="414" y="1" width="58.33278744409472" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="473" y="1" width="57.309405208233386" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="530" y="1" width="12.280586830335665" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="542" y="1" width="42.98205390617511" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="585" y="1" width="13.303969066196942" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 598.6786079788665 15.99609375 L 598.6786079788665 0 L 611.9825770450635 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 640.6372796491803 15.99609375 L 640.6372796491803 0 L 611.9825770450635 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="641" y="1" width="1.023382235861277" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="642" y="1" width="66.51984533098516" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="708" y="1" width="61.40293415167855" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="770" y="1" width="81.87057886890489" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="851" y="1" width="10.23382235861311" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="862" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="893" y="1" width="53.21587626478811" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="947" y="1" width="65.49646309512389" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1012" y="1" width="11.257204594474388" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1023" y="1" width="51.169111793065554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1075" y="1" width="94.15116569924044" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1169" y="1" width="37.8651427268685" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1207" y="1" width="2.0467644717227813" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1209" y="1" width="78.80043216132071" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1287" y="1" width="10.233822358613224" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1298" y="1" width="32.748231547562" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1330" y="1" width="9.210440122751606" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1340" y="1" width="38.88852496272989" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1378" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1415" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1455" y="1" width="29.678084839978055" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1485" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1520" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1557" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1588" y="1" width="55.262640736510775" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1644" y="1" width="35.818378255145944" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1679" y="1" width="68.62779782659004" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="284.5" y="0.5" width="1" height="14.99609375" stroke-miterlimit="10" stroke-dasharray=""/></g></g></g><g transform="translate(50,25.99609375)" clip-path="url(#ruler_referenceFrame_0_guid_awtx_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1747.998046875" height="40"/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="75" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,395 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 107.5 34.5 L 107.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 213.5 34.5 L 213.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="288" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,400 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 320.5 34.5 L 320.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 426.5 34.5 L 426.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="501" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,405 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 533.5 34.5 L 533.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 639.5 34.5 L 639.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="714" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,410 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 746.5 34.5 L 746.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 852.5 34.5 L 852.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="927" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,415 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 959.5 34.5 L 959.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1065.5 34.5 L 1065.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1140" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,420 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1172.5 34.5 L 1172.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1279.5 34.5 L 1279.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1354" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,425 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1386.5 34.5 L 1386.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1492.5 34.5 L 1492.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1567" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,430 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1599.5 34.5 L 1599.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1705.5 34.5 L 1705.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1780" y="32" text-anchor="start" dominant-baseline="alphabetic">27,810,435 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1812.5 34.5 L 1812.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1918.5 34.5 L 1918.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 1747.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_fhfx_clip_rect)"><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="17.982112233231707" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="60.340379668445124" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="103.25040491615853" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="145.60867235137195" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="188.24281869283536" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="231.15284394054876" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="273.7869902820122" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="316.1452577172256" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="358.779404058689" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="401.9701910251524" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="443.7693764291158" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="487.23848370807923" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="529.0376691120426" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="571.9501357660062" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="614.3059617949696" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="657.218428448933" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="699.8525747903964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="742.7626000381098" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="785.6775080983232" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="827.7550138147866" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="870.38916015625" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="913.2991854039634" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="955.6574528391768" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="998.0132788681402" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1040.9257455221036" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1083.559891863567" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1126.4699171112804" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1169.1040634527437" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1211.1840105754573" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1254.0964772294205" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1296.452303258384" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1339.0864495998474" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1381.7205959413109" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1425.1897032202742" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1466.9888886242377" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1510.1772341844512" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1552.5355016196645" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1595.726288586128" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1638.0796732088413" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1680.9945812690548" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1723.0720869855181" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1765.9821122332316" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g></g><g transform="translate(0,100.99609375)" clip-path="url(#6115E00316266HGL7GALXX2_axis_guid_s29b_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">90</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,100.99609375)" clip-path="url(#6115E00316266HGL7GALXX2_referenceFrame_0_guid_ghk9_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="400"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="0" width="43" height="50"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4860 0 L -1577 0 L -1579 2 L -1577 3 L 4860 3 L 4860 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1364 3 L 4349 3 L 4350 5 L 4349 6 L -1364 6 L -1364 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4349 6 L -1364 6 L -1366 8 L -1364 9 L 4349 9 L 4349 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5372 9 L -1066 9 L -1067 11 L -1066 12 L 5372 12 L 5372 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5287 12 L -1066 12 L -1067 14 L -1066 15 L 5287 15 L 5287 12 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1663" y="12" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 15 L 4263 15 L 4265 17 L 4263 18 L -1023 18 L -1023 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4263 18 L -1023 18 L -1025 20 L -1023 21 L 4263 21 L 4263 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 21 L 4946 21 L 4947 23 L 4946 24 L -981 24 L -981 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4946 24 L -981 24 L -982 26 L -981 27 L 4946 27 L 4946 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 27 L 2601 27 L 2602 29 L 2601 30 L -981 30 L -981 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2601 30 L -981 30 L -982 32 L -981 33 L 2601 33 L 2601 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 33 L 5628 33 L 5629 35 L 5628 36 L -810 36 L -810 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 36 L 3198 36 L 3199 38 L 3198 39 L -810 39 L -810 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3198 39 L -810 39 L -812 41 L -810 42 L 3198 42 L 3198 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -554 42 L 4946 42 L 4947 44 L 4946 45 L -554 45 L -554 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4946 45 L -554 45 L -556 47 L -554 48 L 4946 48 L 4946 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 48 L 5926 48 L 5928 50 L 5926 51 L -512 51 L -512 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6139 51 L -298 51 L -300 53 L -298 54 L 6139 54 L 6139 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -213 54 L 6225 54 L 6226 56 L 6225 57 L -213 57 L -213 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 0 57 L 6438 57 L 6439 59 L 6438 60 L 0 60 L 0 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 43 60 L 6438 60 L 6439 62 L 6438 63 L 43 63 L 43 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6821 63 L 384 63 L 382 65 L 384 66 L 6821 66 L 6821 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 85 66 L -6352 66 L -6354 68 L -6352 69 L 85 69 L 85 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6821 66 L 384 66 L 382 68 L 384 69 L 6821 69 L 6821 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6182 69 L 213 69 L 215 71 L 213 72 L -6182 72 L -6182 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6949 69 L 512 69 L 510 71 L 512 72 L 6949 72 L 6949 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6139 72 L 298 72 L 300 74 L 298 75 L -6139 75 L -6139 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3240 72 L 725 72 L 723 74 L 725 75 L 3240 75 L 3240 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5969 75 L 426 75 L 428 77 L 426 78 L -5969 78 L -5969 75 Z"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="256" y="75" width="42.63414634146341" height="3" fill-opacity="0.3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3965 75 L 725 75 L 723 77 L 725 78 L 3965 78 L 3965 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 78 L 5457 78 L 5459 80 L 5457 81 L -981 81 L -981 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5756 81 L -682 81 L -684 83 L -682 84 L 5756 84 L 5756 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5756 84 L -682 84 L -684 86 L -682 87 L 5756 87 L 5756 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -640 87 L 5798 87 L 5800 89 L 5798 90 L -640 90 L -640 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 90 L -5159 90 L -5160 92 L -5159 93 L 1279 93 L 1279 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7887 90 L 1450 90 L 1448 92 L 1450 93 L 7887 93 L 7887 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 93 L -5159 93 L -5160 95 L -5159 96 L 1279 96 L 1279 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7973 93 L 1535 93 L 1533 95 L 1535 96 L 7973 96 L 7973 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 96 L -5073 96 L -5075 98 L -5073 99 L 1364 99 L 1364 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 96 L 4434 96 L 4435 98 L 4434 99 L 1620 99 L 1620 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5073 99 L 1364 99 L 1366 101 L 1364 102 L -5073 102 L -5073 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4434 99 L 1620 99 L 1619 101 L 1620 102 L 4434 102 L 4434 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4519 102 L 1919 102 L 1920 104 L 1919 105 L -4519 105 L -4519 102 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1663" y="102" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 105 L -4477 105 L -4478 107 L -4477 108 L 1961 108 L 1961 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 108 L -4391 108 L -4393 110 L -4391 111 L 2046 111 L 2046 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4178 111 L 2260 111 L 2261 113 L 2260 114 L -4178 114 L -4178 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2302 114 L -4136 114 L -4137 116 L -4136 117 L 2302 117 L 2302 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2345 117 L -4050 117 L -4052 119 L -4050 120 L 2345 120 L 2345 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3965 120 L 2473 120 L 2474 122 L 2473 123 L -3965 123 L -3965 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3794 123 L 2643 123 L 2645 125 L 2643 126 L -3794 126 L -3794 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3667 126 L 2771 126 L 2773 128 L 2771 129 L -3667 129 L -3667 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 129 L -3624 129 L -3625 131 L -3624 132 L 2814 132 L 2814 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 132 L -3624 132 L -3625 134 L -3624 135 L 2814 135 L 2814 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3453 135 L 2814 135 L 2815 137 L 2814 138 L -3453 138 L -3453 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3368 138 L 597 138 L 598 140 L 597 141 L -3368 141 L -3368 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7205 138 L 767 138 L 766 140 L 767 141 L 7205 141 L 7205 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3112 141 L -3325 141 L -3327 143 L -3325 144 L 3112 144 L 3112 141 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3325 144 L 2174 144 L 2176 146 L 2174 147 L -3325 147 L -3325 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2174 147 L -3325 147 L -3327 149 L -3325 150 L 2174 150 L 2174 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3155 150 L -3283 150 L -3284 152 L -3283 153 L 3155 153 L 3155 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3155 153 L 3283 153 L 3284 155 L 3283 156 L -3155 156 L -3155 153 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3325 156 L -3112 156 L -3114 158 L -3112 159 L 3325 159 L 3325 156 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2942 159 L 3496 159 L 3498 161 L 3496 162 L -2942 162 L -2942 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2942 162 L 3496 162 L 3498 164 L 3496 165 L -2942 165 L -2942 162 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 165 L -2856 165 L -2858 167 L -2856 168 L 3581 168 L 3581 165 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 168 L -2558 168 L -2560 170 L -2558 171 L 3837 171 L 3837 168 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4136 171 L -2302 171 L -2304 173 L -2302 174 L 4136 174 L 4136 171 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2217 174 L 3070 174 L 3071 176 L 3070 177 L -2217 177 L -2217 174 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3070 177 L -2217 177 L -2218 179 L -2217 180 L 3070 180 L 3070 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2217 180 L 4221 180 L 4222 182 L 4221 183 L -2217 183 L -2217 180 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4263 183 L -2174 183 L -2176 185 L -2174 186 L 4263 186 L 4263 183 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4391 186 L -2046 186 L -2048 188 L -2046 189 L 4391 189 L 4391 186 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2046 189 L 4391 189 L 4393 191 L 4391 192 L -2046 192 L -2046 189 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1833 192 L 981 192 L 982 194 L 981 195 L -1833 195 L -1833 192 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 192 L 4391 192 L 4393 194 L 4391 195 L 1108 195 L 1108 192 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1833 195 L 4008 195 L 4009 197 L 4008 198 L -1833 198 L -1833 195 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4008 198 L -1833 198 L -1835 200 L -1833 201 L 4008 201 L 4008 198 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1748 201 L 4690 201 L 4691 203 L 4690 204 L -1748 204 L -1748 201 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 204 L 4860 204 L 4862 206 L 4860 207 L -1577 207 L -1577 204 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4903 207 L -1535 207 L -1536 209 L -1535 210 L 4903 210 L 4903 207 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4903 210 L -1535 210 L -1536 212 L -1535 213 L 4903 213 L 4903 210 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -469 213 L 3155 213 L 3156 215 L 3155 216 L -469 216 L -469 213 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3155 216 L -469 216 L -470 218 L -469 219 L 3155 219 L 3155 216 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -384 219 L 3155 219 L 3156 221 L 3155 222 L -384 222 L -384 219 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3155 222 L -384 222 L -385 224 L -384 225 L 3155 225 L 3155 222 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -213 225 L 6225 225 L 6226 227 L 6225 228 L -213 228 L -213 225 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6182 228 L 256 228 L 257 230 L 256 231 L -6182 231 L -6182 228 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 228 L 3240 228 L 3242 230 L 3240 231 L 725 231 L 725 228 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 384 231 L -6054 231 L -6056 233 L -6054 234 L 384 234 L 384 231 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 231 L 3965 231 L 3966 233 L 3965 234 L 725 234 L 725 231 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 234 L -3453 234 L -3455 236 L -3453 237 L 2814 237 L 2814 234 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 237 L -1833 237 L -1835 239 L -1833 240 L 981 240 L 981 237 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4391 237 L 1108 237 L 1107 239 L 1108 240 L 4391 240 L 4391 237 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 240 L -3368 240 L -3370 242 L -3368 243 L 597 243 L 597 240 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 853 240 L 7290 240 L 7292 242 L 7290 243 L 853 243 L 853 240 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5116 243 L 1279 243 L 1281 245 L 1279 246 L -5116 246 L -5116 243 Z"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="512" y="243" width="42.63414634146341" height="3" fill-opacity="0.3"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="767" y="243" width="42.63414634146341" height="3" fill-opacity="0.3"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="1194" y="243" width="42.63414634146341" height="3" fill-opacity="0.3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7973 243 L 1535 243 L 1533 245 L 1535 246 L 7973 246 L 7973 243 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 0 246 L -6438 246 L -6439 248 L -6438 249 L 0 249 L 0 246 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6821 246 L 384 246 L 382 248 L 384 249 L 6821 249 L 6821 246 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 249 L -5670 249 L -5672 251 L -5670 252 L 767 252 L 767 249 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 249 L 7333 249 L 7335 251 L 7333 252 L 895 252 L 895 249 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 252 L 767 252 L 769 254 L 767 255 L -1577 255 L -1577 252 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 252 L 3624 252 L 3625 254 L 3624 255 L 938 255 L 938 252 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 255 L -1577 255 L -1579 257 L -1577 258 L 767 258 L 767 255 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3624 255 L 938 255 L 936 257 L 938 258 L 3624 258 L 3624 255 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7461 258 L 1023 258 L 1022 260 L 1023 261 L 7461 261 L 7461 258 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7589 261 L 1151 261 L 1150 263 L 1151 264 L 7589 264 L 7589 261 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 264 L 4775 264 L 4777 266 L 4775 267 L 1279 267 L 1279 264 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4775 267 L 1279 267 L 1278 269 L 1279 270 L 4775 270 L 4775 267 Z"/></g></g></g><g transform="translate(57.998046875,108.994140625)" clip-path="url(#6115E00316266HGL7GALXX2_track_label_guid_jmrl_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="202.705078125" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.0322265625" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">6115.E00316:266:HGL7GALXX:2</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="202.705078125" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,505.99609375)" clip-path="url(#6115_rna_axis_guid_i7wv_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">648</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,505.99609375)" clip-path="url(#6115_rna_referenceFrame_0_guid_vt3z_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="500"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="11" width="43" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="11" width="43" height="39"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1961 0 L 171 0 L 172 2 L 171 3 L -1961 3 L -1961 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2558 0 L 426 0 L 425 2 L 426 3 L 2558 3 L 2558 0 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 128 3 L 2260 3 L 2261 5 L 2260 6 L 128 6 L 128 3 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2302 6 L 171 6 L 169 8 L 171 9 L 2302 9 L 2302 6 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 9 L 171 9 L 169 11 L 171 12 L 2260 12 L 2260 9 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="9" width="42.63414634146341" height="3"/></g><g/><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 1217077 12 L 1218740 12 L 1218741 14 L 1218740 15 L 1217077 15 L 1217077 12 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -5695069.5 13.5 L 1217076.5 13.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M -116988 15 L -118267 15 L -118269 17 L -118267 18 L -116988 18 L -116988 15 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -116988.5 16.5 L 1219251.5 16.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M -116988 18 L -118054 18 L -118055 20 L -118054 21 L -116988 21 L -116988 18 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -116988.5 19.5 L 1219251.5 19.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 21 L -1620 21 L -1622 23 L -1620 24 L 512 24 L 512 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2729 21 L 640 21 L 638 23 L 640 24 L 2729 24 L 2729 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 469 24 L -1620 24 L -1622 26 L -1620 27 L 469 27 L 469 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2729 24 L 597 24 L 595 26 L 597 27 L 2729 27 L 2729 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1620 27 L 512 27 L 513 29 L 512 30 L -1620 30 L -1620 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 27 L 640 27 L 638 29 L 640 30 L 2771 30 L 2771 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 30 L -1577 30 L -1579 32 L -1577 33 L 554 33 L 554 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 30 L 682 30 L 681 32 L 682 33 L 2814 33 L 2814 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 33 L 554 33 L 556 35 L 554 36 L -1577 36 L -1577 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 33 L 682 33 L 681 35 L 682 36 L 2814 36 L 2814 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 36 L 554 36 L 556 38 L 554 39 L -1577 39 L -1577 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 36 L 682 36 L 681 38 L 682 39 L 2771 39 L 2771 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 39 L -1535 39 L -1536 41 L -1535 42 L 597 42 L 597 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 39 L 725 39 L 723 41 L 725 42 L 2856 42 L 2856 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 42 L -1535 42 L -1536 44 L -1535 45 L 597 45 L 597 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 42 L 725 42 L 723 44 L 725 45 L 2856 45 L 2856 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 45 L -1535 45 L -1536 47 L -1535 48 L 597 48 L 597 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 45 L 725 45 L 723 47 L 725 48 L 2856 48 L 2856 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 48 L -1535 48 L -1536 50 L -1535 51 L 597 51 L 597 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 48 L 725 48 L 723 50 L 725 51 L 2856 51 L 2856 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 51 L -1535 51 L -1536 53 L -1535 54 L 597 54 L 597 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 51 L 725 51 L 723 53 L 725 54 L 2856 54 L 2856 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 54 L -1535 54 L -1536 56 L -1535 57 L 597 57 L 597 54 Z"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="469" y="54" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 54 L 725 54 L 723 56 L 725 57 L 2856 57 L 2856 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1535 57 L 597 57 L 598 59 L 597 60 L -1535 60 L -1535 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 57 L 725 57 L 723 59 L 725 60 L 2814 60 L 2814 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 682 60 L -1450 60 L -1451 62 L -1450 63 L 682 63 L 682 60 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="512" y="60" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 60 L 810 60 L 809 62 L 810 63 L 2942 63 L 2942 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 682 63 L -1450 63 L -1451 65 L -1450 66 L 682 66 L 682 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2302 63 L 810 63 L 809 65 L 810 66 L 2302 66 L 2302 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1450 66 L 682 66 L 684 68 L 682 69 L -1450 69 L -1450 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 66 L 810 66 L 809 68 L 810 69 L 2942 69 L 2942 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1450 69 L 682 69 L 684 71 L 682 72 L -1450 72 L -1450 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 69 L 810 69 L 809 71 L 810 72 L 2942 72 L 2942 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 72 L -1407 72 L -1408 74 L -1407 75 L 725 75 L 725 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 72 L 853 72 L 851 74 L 853 75 L 2984 75 L 2984 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 384 75 L -1407 75 L -1408 77 L -1407 78 L 384 78 L 384 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2643 75 L 512 75 L 510 77 L 512 78 L 2643 78 L 2643 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 682 78 L -1407 78 L -1408 80 L -1407 81 L 682 81 L 682 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 78 L 810 78 L 809 80 L 810 81 L 2942 81 L 2942 78 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1023" y="78" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 81 L -1407 81 L -1408 83 L -1407 84 L 725 84 L 725 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 81 L 853 81 L 851 83 L 853 84 L 2984 84 L 2984 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 84 L -1407 84 L -1408 86 L -1407 87 L 725 87 L 725 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 84 L 853 84 L 851 86 L 853 87 L 2984 87 L 2984 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 87 L -1407 87 L -1408 89 L -1407 90 L 725 90 L 725 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 87 L 853 87 L 851 89 L 853 90 L 2942 90 L 2942 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 90 L -1407 90 L -1408 92 L -1407 93 L 725 93 L 725 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 90 L 853 90 L 851 92 L 853 93 L 2984 93 L 2984 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 93 L -1407 93 L -1408 95 L -1407 96 L 725 96 L 725 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 93 L 853 93 L 851 95 L 853 96 L 2984 96 L 2984 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 96 L -1407 96 L -1408 98 L -1407 99 L 725 99 L 725 96 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="512" y="96" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 96 L 853 96 L 851 98 L 853 99 L 2984 99 L 2984 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 99 L -1407 99 L -1408 101 L -1407 102 L 725 102 L 725 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 99 L 853 99 L 851 101 L 853 102 L 2984 102 L 2984 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 102 L -1407 102 L -1408 104 L -1407 105 L 725 105 L 725 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 102 L 853 102 L 851 104 L 853 105 L 2942 105 L 2942 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 105 L -1407 105 L -1408 107 L -1407 108 L 725 108 L 725 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 105 L 853 105 L 851 107 L 853 108 L 2984 108 L 2984 105 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="981" y="105" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1407 108 L 725 108 L 726 110 L 725 111 L -1407 111 L -1407 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 108 L 853 108 L 851 110 L 853 111 L 2984 111 L 2984 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1407 111 L 725 111 L 726 113 L 725 114 L -1407 114 L -1407 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 111 L 853 111 L 851 113 L 853 114 L 2984 114 L 2984 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1236 114 L 895 114 L 897 116 L 895 117 L -1236 117 L -1236 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3368 114 L 1236 114 L 1235 116 L 1236 117 L 3368 117 L 3368 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1236 117 L 895 117 L 897 119 L 895 120 L -1236 120 L -1236 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3368 117 L 1236 117 L 1235 119 L 1236 120 L 3368 120 L 3368 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 120 L 981 120 L 982 122 L 981 123 L -1151 123 L -1151 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 120 L 1322 120 L 1320 122 L 1322 123 L 3453 123 L 3453 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 123 L 981 123 L 982 125 L 981 126 L -1151 126 L -1151 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3453 123 L 1364 123 L 1363 125 L 1364 126 L 3453 126 L 3453 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 126 L 981 126 L 982 128 L 981 129 L -1151 129 L -1151 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3539 126 L 1407 126 L 1405 128 L 1407 129 L 3539 129 L 3539 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 129 L 1023 129 L 1025 131 L 1023 132 L -1108 132 L -1108 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 129 L 3667 129 L 3668 131 L 3667 132 L 1535 132 L 1535 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 132 L 1023 132 L 1025 134 L 1023 135 L -1108 135 L -1108 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 132 L 3667 132 L 3668 134 L 3667 135 L 1535 135 L 1535 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 135 L 1023 135 L 1025 137 L 1023 138 L -1108 138 L -1108 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 135 L 3667 135 L 3668 137 L 3667 138 L 1535 138 L 1535 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 138 L 1023 138 L 1025 140 L 1023 141 L -1108 141 L -1108 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 138 L 1577 138 L 1576 140 L 1577 141 L 3709 141 L 3709 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 141 L 1023 141 L 1025 143 L 1023 144 L -1108 144 L -1108 141 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2388 141 L 1577 141 L 1576 143 L 1577 144 L 2388 144 L 2388 141 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 2387.5 142.5 L 2515.5 142.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 144 L 1023 144 L 1025 146 L 1023 147 L -1108 147 L -1108 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 144 L 3709 144 L 3711 146 L 3709 147 L 1577 147 L 1577 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 147 L 1023 147 L 1025 149 L 1023 150 L -1108 150 L -1108 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 147 L 1620 147 L 1619 149 L 1620 150 L 3709 150 L 3709 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 150 L 1023 150 L 1025 152 L 1023 153 L -1108 153 L -1108 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 150 L 1620 150 L 1619 152 L 1620 153 L 3752 153 L 3752 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 153 L 1023 153 L 1025 155 L 1023 156 L -1108 156 L -1108 153 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 153 L 1620 153 L 1619 155 L 1620 156 L 3752 156 L 3752 153 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 156 L 1023 156 L 1025 158 L 1023 159 L -1108 159 L -1108 156 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 156 L 1620 156 L 1619 158 L 1620 159 L 3752 159 L 3752 156 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 159 L 1023 159 L 1025 161 L 1023 162 L -1108 162 L -1108 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 159 L 1620 159 L 1619 161 L 1620 162 L 3752 162 L 3752 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 162 L 1023 162 L 1025 164 L 1023 165 L -1108 165 L -1108 162 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 162 L 1620 162 L 1619 164 L 1620 165 L 3752 165 L 3752 162 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 165 L 1023 165 L 1025 167 L 1023 168 L -1108 168 L -1108 165 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 165 L 1620 165 L 1619 167 L 1620 168 L 3752 168 L 3752 165 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 168 L 1023 168 L 1025 170 L 1023 171 L -1108 171 L -1108 168 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 168 L 1620 168 L 1619 170 L 1620 171 L 3752 171 L 3752 168 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 171 L 1023 171 L 1025 173 L 1023 174 L -1108 174 L -1108 171 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 171 L 1620 171 L 1619 173 L 1620 174 L 3752 174 L 3752 171 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1066 174 L 1066 174 L 1067 176 L 1066 177 L -1066 177 L -1066 174 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 174 L 3752 174 L 3753 176 L 3752 177 L 1620 177 L 1620 174 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1066 177 L 1023 177 L 1025 179 L 1023 180 L -1066 180 L -1066 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 177 L 1663 177 L 1661 179 L 1663 180 L 3794 180 L 3794 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1066 180 L 1066 180 L 1067 182 L 1066 183 L -1066 183 L -1066 180 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 180 L 1663 180 L 1661 182 L 1663 183 L 3752 183 L 3752 180 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 183 L -1023 183 L -1025 185 L -1023 186 L 1108 186 L 1108 183 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 186 L -1023 186 L -1025 188 L -1023 189 L 1108 189 L 1108 186 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1066 189 L -1023 189 L -1025 191 L -1023 192 L 1066 192 L 1066 189 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 192 L -1023 192 L -1025 194 L -1023 195 L 1108 195 L 1108 192 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1066 195 L -1023 195 L -1025 197 L -1023 198 L 1066 198 L 1066 195 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 198 L -1023 198 L -1025 200 L -1023 201 L 1108 201 L 1108 198 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 201 L -1023 201 L -1025 203 L -1023 204 L 1108 204 L 1108 201 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 204 L -1023 204 L -1025 206 L -1023 207 L 1108 207 L 1108 204 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 207 L -1023 207 L -1025 209 L -1023 210 L 1108 210 L 1108 207 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 210 L 1108 210 L 1110 212 L 1108 213 L -1023 213 L -1023 210 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 213 L 1108 213 L 1110 215 L 1108 216 L -1023 216 L -1023 213 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 216 L 1108 216 L 1110 218 L 1108 219 L -1023 219 L -1023 216 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 219 L 1108 219 L 1110 221 L 1108 222 L -1023 222 L -1023 219 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 222 L 1108 222 L 1110 224 L 1108 225 L -1023 225 L -1023 222 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="810" y="222" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 225 L 1108 225 L 1110 227 L 1108 228 L -1023 228 L -1023 225 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 228 L 1108 228 L 1110 230 L 1108 231 L -1023 231 L -1023 228 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 231 L 1108 231 L 1110 233 L 1108 234 L -1023 234 L -1023 231 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 234 L 1108 234 L 1110 236 L 1108 237 L -1023 237 L -1023 234 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 237 L 1108 237 L 1110 239 L 1108 240 L -1023 240 L -1023 237 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 240 L -981 240 L -982 242 L -981 243 L 1108 243 L 1108 240 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 243 L 1151 243 L 1153 245 L 1151 246 L -981 246 L -981 243 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 246 L 1151 246 L 1153 248 L 1151 249 L -981 249 L -981 246 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 249 L 1151 249 L 1153 251 L 1151 252 L -981 252 L -981 249 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 252 L -938 252 L -939 254 L -938 255 L 1151 255 L 1151 252 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 255 L 1194 255 L 1195 257 L 1194 258 L -938 258 L -938 255 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 258 L 1194 258 L 1195 260 L 1194 261 L -938 261 L -938 258 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="981" y="258" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 261 L -895 261 L -897 263 L -895 264 L 1236 264 L 1236 261 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 264 L -895 264 L -897 266 L -895 267 L 1236 267 L 1236 264 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 267 L 1236 267 L 1238 269 L 1236 270 L -895 270 L -895 267 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 270 L 1236 270 L 1238 272 L 1236 273 L -895 273 L -895 270 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 273 L 1236 273 L 1238 275 L 1236 276 L -895 276 L -895 273 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 276 L 1236 276 L 1238 278 L 1236 279 L -895 279 L -895 276 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 279 L 1236 279 L 1238 281 L 1236 282 L -895 282 L -895 279 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 282 L 1236 282 L 1238 284 L 1236 285 L -895 285 L -895 282 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 285 L 1236 285 L 1238 287 L 1236 288 L -895 288 L -895 285 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 288 L 1236 288 L 1238 290 L 1236 291 L -895 291 L -895 288 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 291 L 1236 291 L 1238 293 L 1236 294 L -895 294 L -895 291 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 294 L 1236 294 L 1238 296 L 1236 297 L -895 297 L -895 294 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 297 L 1236 297 L 1238 299 L 1236 300 L -895 300 L -895 297 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 300 L 1236 300 L 1238 302 L 1236 303 L -895 303 L -895 300 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 303 L -853 303 L -854 305 L -853 306 L 1236 306 L 1236 303 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 306 L -853 306 L -854 308 L -853 309 L 1279 309 L 1279 306 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 309 L -853 309 L -854 311 L -853 312 L 1279 312 L 1279 309 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 312 L 1279 312 L 1281 314 L 1279 315 L -853 315 L -853 312 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 315 L 1279 315 L 1281 317 L 1279 318 L -853 318 L -853 315 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 318 L 1279 318 L 1281 320 L 1279 321 L -853 321 L -853 318 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 321 L 1279 321 L 1281 323 L 1279 324 L -853 324 L -853 321 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 324 L 1279 324 L 1281 326 L 1279 327 L -853 327 L -853 324 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 327 L 1279 327 L 1281 329 L 1279 330 L -853 330 L -853 327 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 330 L 1279 330 L 1281 332 L 1279 333 L -853 333 L -853 330 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 333 L 1279 333 L 1281 335 L 1279 336 L -853 336 L -853 333 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 336 L 1279 336 L 1281 338 L 1279 339 L -853 339 L -853 336 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 339 L 1279 339 L 1281 341 L 1279 342 L -853 342 L -853 339 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 342 L -810 342 L -812 344 L -810 345 L 1322 345 L 1322 342 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 345 L -810 345 L -812 347 L -810 348 L 1322 348 L 1322 345 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 348 L -810 348 L -812 350 L -810 351 L 1322 351 L 1322 348 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 351 L 1322 351 L 1323 353 L 1322 354 L -810 354 L -810 351 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 354 L 1322 354 L 1323 356 L 1322 357 L -810 357 L -810 354 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 357 L 1322 357 L 1323 359 L 1322 360 L -810 360 L -810 357 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 360 L 1322 360 L 1323 362 L 1322 363 L -810 363 L -810 360 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 363 L 1322 363 L 1323 365 L 1322 366 L -810 366 L -810 363 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 366 L 1322 366 L 1323 368 L 1322 369 L -810 369 L -810 366 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="554" y="366" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 369 L -767 369 L -769 371 L -767 372 L 1364 372 L 1364 369 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 372 L -767 372 L -769 374 L -767 375 L 1364 375 L 1364 372 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 375 L 1364 375 L 1366 377 L 1364 378 L -767 378 L -767 375 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 378 L 1364 378 L 1366 380 L 1364 381 L -767 381 L -767 378 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 381 L 1364 381 L 1366 383 L 1364 384 L -767 384 L -767 381 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1023" y="381" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 384 L 1364 384 L 1366 386 L 1364 387 L -767 387 L -767 384 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 387 L 1364 387 L 1366 389 L 1364 390 L -767 390 L -767 387 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -767 390 L 1364 390 L 1366 392 L 1364 393 L -767 393 L -767 390 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 393 L -725 393 L -726 395 L -725 396 L 1364 396 L 1364 393 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 396 L -725 396 L -726 398 L -725 399 L 1407 399 L 1407 396 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 399 L -725 399 L -726 401 L -725 402 L 1407 402 L 1407 399 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 402 L -725 402 L -726 404 L -725 405 L 1407 405 L 1407 402 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 405 L -725 405 L -726 407 L -725 408 L 1407 408 L 1407 405 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 408 L -725 408 L -726 410 L -725 411 L 1407 411 L 1407 408 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 411 L -725 411 L -726 413 L -725 414 L 1407 414 L 1407 411 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 414 L -725 414 L -726 416 L -725 417 L 1407 417 L 1407 414 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="171" y="414" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 417 L -725 417 L -726 419 L -725 420 L 1407 420 L 1407 417 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1194" y="417" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 420 L -725 420 L -726 422 L -725 423 L 1407 423 L 1407 420 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 423 L -725 423 L -726 425 L -725 426 L 1407 426 L 1407 423 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -725 426 L 1407 426 L 1408 428 L 1407 429 L -725 429 L -725 426 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -725 429 L 1407 429 L 1408 431 L 1407 432 L -725 432 L -725 429 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 432 L -682 432 L -684 434 L -682 435 L 1450 435 L 1450 432 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 435 L -682 435 L -684 437 L -682 438 L 1450 438 L 1450 435 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 438 L -682 438 L -684 440 L -682 441 L 1407 441 L 1407 438 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 441 L -682 441 L -684 443 L -682 444 L 1450 444 L 1450 441 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 444 L -682 444 L -684 446 L -682 447 L 1407 447 L 1407 444 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 447 L -682 447 L -684 449 L -682 450 L 1450 450 L 1450 447 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 450 L -682 450 L -684 452 L -682 453 L 1407 453 L 1407 450 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 453 L -682 453 L -684 455 L -682 456 L 1407 456 L 1407 453 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 456 L -682 456 L -684 458 L -682 459 L 1450 459 L 1450 456 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 459 L -682 459 L -684 461 L -682 462 L 1450 462 L 1450 459 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 462 L -682 462 L -684 464 L -682 465 L 1450 465 L 1450 462 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -682 465 L 1450 465 L 1451 467 L 1450 468 L -682 468 L -682 465 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -682 468 L 1450 468 L 1451 470 L 1450 471 L -682 471 L -682 468 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 471 L -640 471 L -641 473 L -640 474 L 1492 474 L 1492 471 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1279" y="471" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 474 L -640 474 L -641 476 L -640 477 L 1492 477 L 1492 474 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 477 L -640 477 L -641 479 L -640 480 L 1492 480 L 1492 477 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 480 L -640 480 L -641 482 L -640 483 L 1492 483 L 1492 480 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 483 L -640 483 L -641 485 L -640 486 L 1492 486 L 1492 483 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 486 L -640 486 L -641 488 L -640 489 L 1407 489 L 1407 486 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 489 L -640 489 L -641 491 L -640 492 L 1492 492 L 1492 489 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -640 492 L 1236 492 L 1238 494 L 1236 495 L -640 495 L -640 492 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -640 495 L 1492 495 L 1494 497 L 1492 498 L -640 498 L -640 495 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -640 498 L 1492 498 L 1494 500 L 1492 501 L -640 501 L -640 498 Z"/></g></g></g><g transform="translate(57.998046875,513.994140625)" clip-path="url(#6115_rna_track_label_guid_xc9j_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="63.22265625" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.35009765625" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">6115_rna</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="63.22265625" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,1010.99609375)" clip-path="url(#6115STE00272464HH3YVCCXY6_axis_guid_5dg6_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">34</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,1010.99609375)" clip-path="url(#6115STE00272464HH3YVCCXY6_referenceFrame_0_guid_eb7x_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="1" width="43" height="49"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 0 L 5287 0 L 5288 2 L 5287 3 L -1151 3 L -1151 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 3 L 1279 3 L 1281 5 L 1279 6 L -512 6 L -512 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 8143 3 L 1705 3 L 1704 5 L 1705 6 L 8143 6 L 8143 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 0 6 L -6438 6 L -6439 8 L -6438 9 L 0 9 L 0 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 171 6 L 6608 6 L 6610 8 L 6608 9 L 171 9 L 171 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 9 L -512 9 L -513 11 L -512 12 L 1279 12 L 1279 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5756 12 L -426 12 L -428 14 L -426 15 L 5756 15 L 5756 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5500 15 L 938 15 L 939 17 L 938 18 L -5500 18 L -5500 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7504 15 L 1066 15 L 1064 17 L 1066 18 L 7504 18 L 7504 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 18 L -4647 18 L -4649 20 L -4647 21 L 1791 21 L 1791 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -341 21 L 5841 21 L 5842 23 L 5841 24 L -341 24 L -341 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 0 24 L 6438 24 L 6439 26 L 6438 27 L 0 27 L 0 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2643 27 L -3794 27 L -3796 29 L -3794 30 L 2643 30 L 2643 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 30 L 5585 30 L 5587 32 L 5585 33 L 554 33 L 554 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5585 33 L 554 33 L 553 35 L 554 36 L 5585 36 L 5585 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 640 36 L 4263 36 L 4265 38 L 4263 39 L 640 39 L 640 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4263 39 L 640 39 L 638 41 L 640 42 L 4263 42 L 4263 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3581 42 L 2856 42 L 2858 44 L 2856 45 L -3581 45 L -3581 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3880 45 L -2558 45 L -2560 47 L -2558 48 L 3880 48 L 3880 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2558 48 L 3880 48 L 3881 50 L 3880 51 L -2558 51 L -2558 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2473 51 L 3965 51 L 3966 53 L 3965 54 L -2473 54 L -2473 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1705 54 L 2260 54 L 2261 56 L 2260 57 L -1705 57 L -1705 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 57 L -1705 57 L -1707 59 L -1705 60 L 2260 60 L 2260 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4903 60 L -1535 60 L -1536 62 L -1535 63 L 4903 63 L 4903 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1364 63 L 1833 63 L 1835 65 L 1833 66 L -1364 66 L -1364 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1833 66 L -1364 66 L -1366 68 L -1364 69 L 1833 69 L 1833 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2643 69 L 725 69 L 723 71 L 725 72 L 2643 72 L 2643 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7290 72 L 853 72 L 851 74 L 853 75 L 7290 75 L 7290 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 75 L 5628 75 L 5629 77 L 5628 78 L -810 78 L -810 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 85 78 L -6352 78 L -6354 80 L -6352 81 L 85 81 L 85 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6949 78 L 512 78 L 510 80 L 512 81 L 6949 81 L 6949 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 81 L 2643 81 L 2645 83 L 2643 84 L 725 84 L 725 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 84 L 7205 84 L 7207 86 L 7205 87 L 767 87 L 767 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3965 87 L -2473 87 L -2474 89 L -2473 90 L 3965 90 L 3965 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4903 90 L -1535 90 L -1536 92 L -1535 93 L 4903 93 L 4903 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3112 93 L 3283 93 L 3284 95 L 3283 96 L -3112 96 L -3112 93 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="1279" y="93" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 96 L 767 96 L 769 98 L 767 99 L -1577 99 L -1577 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 96 L 7333 96 L 7335 98 L 7333 99 L 895 99 L 895 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 99 L -1577 99 L -1579 101 L -1577 102 L 767 102 L 767 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 99 L 7461 99 L 7462 101 L 7461 102 L 1023 102 L 1023 99 Z"/></g></g></g><g transform="translate(57.998046875,1018.994140625)" clip-path="url(#6115STE00272464HH3YVCCXY6_track_label_guid_724h_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="224.375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.45166015625" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">6115.ST-E00272:464:HH3YVCCXY:6</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="224.375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,1215.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_gkqa_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -14579.5 17.5 L 6138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.5 15.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 13.5 19.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 43.5 15.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 43.5 19.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 73.5 15.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 73.5 19.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 103.5 15.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 103.5 19.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 133.5 15.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 133.5 19.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 163.5 15.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 163.5 19.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 193.5 15.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 193.5 19.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 223.5 15.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 223.5 19.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 253.5 15.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 253.5 19.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 283.5 15.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 283.5 19.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 313.5 15.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 313.5 19.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 343.5 15.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 343.5 19.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 373.5 15.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 373.5 19.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 403.5 15.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 403.5 19.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 433.5 15.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 433.5 19.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 463.5 15.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 463.5 19.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 493.5 15.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 493.5 19.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 523.5 15.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 523.5 19.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 553.5 15.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 553.5 19.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 583.5 15.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 583.5 19.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 613.5 15.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 613.5 19.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 643.5 15.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 643.5 19.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 673.5 15.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 673.5 19.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 703.5 15.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 703.5 19.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 733.5 15.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 733.5 19.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 763.5 15.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 763.5 19.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 793.5 15.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 793.5 19.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 823.5 15.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 823.5 19.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 853.5 15.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 853.5 19.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 883.5 15.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 883.5 19.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 913.5 15.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 913.5 19.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 943.5 15.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 943.5 19.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 973.5 15.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 973.5 19.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1003.5 15.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1003.5 19.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1033.5 15.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1033.5 19.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1063.5 15.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1063.5 19.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1093.5 15.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1093.5 19.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1123.5 15.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1123.5 19.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1153.5 15.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1153.5 19.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1183.5 15.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1183.5 19.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1213.5 15.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1213.5 19.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1243.5 15.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1243.5 19.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1273.5 15.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1273.5 19.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1303.5 15.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1303.5 19.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1333.5 15.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1333.5 19.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1363.5 15.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1363.5 19.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1393.5 15.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1393.5 19.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1423.5 15.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1423.5 19.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1453.5 15.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1453.5 19.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1483.5 15.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1483.5 19.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1513.5 15.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1513.5 19.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1543.5 15.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1543.5 19.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1573.5 15.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1573.5 19.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1603.5 15.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1603.5 19.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1633.5 15.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1633.5 19.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1663.5 15.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1663.5 19.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1693.5 15.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1693.5 19.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1723.5 15.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1723.5 19.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-13600" y="10" width="17522" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13586.5 15.5 L -13584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13586.5 19.5 L -13584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13556.5 15.5 L -13554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13556.5 19.5 L -13554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13526.5 15.5 L -13524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13526.5 19.5 L -13524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13496.5 15.5 L -13494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13496.5 19.5 L -13494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13466.5 15.5 L -13464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13466.5 19.5 L -13464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13436.5 15.5 L -13434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13436.5 19.5 L -13434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13406.5 15.5 L -13404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13406.5 19.5 L -13404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13376.5 15.5 L -13374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13376.5 19.5 L -13374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13346.5 15.5 L -13344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13346.5 19.5 L -13344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13316.5 15.5 L -13314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13316.5 19.5 L -13314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13286.5 15.5 L -13284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13286.5 19.5 L -13284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13256.5 15.5 L -13254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13256.5 19.5 L -13254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13226.5 15.5 L -13224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13226.5 19.5 L -13224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13196.5 15.5 L -13194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13196.5 19.5 L -13194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13166.5 15.5 L -13164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13166.5 19.5 L -13164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13136.5 15.5 L -13134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13136.5 19.5 L -13134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13106.5 15.5 L -13104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13106.5 19.5 L -13104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13076.5 15.5 L -13074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13076.5 19.5 L -13074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13046.5 15.5 L -13044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13046.5 19.5 L -13044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13016.5 15.5 L -13014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13016.5 19.5 L -13014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12986.5 15.5 L -12984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12986.5 19.5 L -12984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12956.5 15.5 L -12954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12956.5 19.5 L -12954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12926.5 15.5 L -12924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12926.5 19.5 L -12924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12896.5 15.5 L -12894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12896.5 19.5 L -12894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12866.5 15.5 L -12864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12866.5 19.5 L -12864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12836.5 15.5 L -12834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12836.5 19.5 L -12834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12806.5 15.5 L -12804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12806.5 19.5 L -12804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12776.5 15.5 L -12774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12776.5 19.5 L -12774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12746.5 15.5 L -12744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12746.5 19.5 L -12744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12716.5 15.5 L -12714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12716.5 19.5 L -12714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12686.5 15.5 L -12684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12686.5 19.5 L -12684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12656.5 15.5 L -12654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12656.5 19.5 L -12654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12626.5 15.5 L -12624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12626.5 19.5 L -12624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12596.5 15.5 L -12594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12596.5 19.5 L -12594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12566.5 15.5 L -12564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12566.5 19.5 L -12564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12536.5 15.5 L -12534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12536.5 19.5 L -12534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12506.5 15.5 L -12504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12506.5 19.5 L -12504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12476.5 15.5 L -12474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12476.5 19.5 L -12474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12446.5 15.5 L -12444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12446.5 19.5 L -12444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12416.5 15.5 L -12414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12416.5 19.5 L -12414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12386.5 15.5 L -12384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12386.5 19.5 L -12384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12356.5 15.5 L -12354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12356.5 19.5 L -12354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12326.5 15.5 L -12324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12326.5 19.5 L -12324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12296.5 15.5 L -12294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12296.5 19.5 L -12294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12266.5 15.5 L -12264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12266.5 19.5 L -12264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12236.5 15.5 L -12234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12236.5 19.5 L -12234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12206.5 15.5 L -12204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12206.5 19.5 L -12204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12176.5 15.5 L -12174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12176.5 19.5 L -12174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12146.5 15.5 L -12144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12146.5 19.5 L -12144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12116.5 15.5 L -12114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12116.5 19.5 L -12114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12086.5 15.5 L -12084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12086.5 19.5 L -12084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12056.5 15.5 L -12054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12056.5 19.5 L -12054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12026.5 15.5 L -12024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12026.5 19.5 L -12024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11996.5 15.5 L -11994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11996.5 19.5 L -11994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11966.5 15.5 L -11964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11966.5 19.5 L -11964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11936.5 15.5 L -11934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11936.5 19.5 L -11934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11906.5 15.5 L -11904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11906.5 19.5 L -11904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11876.5 15.5 L -11874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11876.5 19.5 L -11874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11846.5 15.5 L -11844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11846.5 19.5 L -11844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11816.5 15.5 L -11814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11816.5 19.5 L -11814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11786.5 15.5 L -11784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11786.5 19.5 L -11784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11756.5 15.5 L -11754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11756.5 19.5 L -11754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11726.5 15.5 L -11724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11726.5 19.5 L -11724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11696.5 15.5 L -11694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11696.5 19.5 L -11694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11666.5 15.5 L -11664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11666.5 19.5 L -11664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11636.5 15.5 L -11634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11636.5 19.5 L -11634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11606.5 15.5 L -11604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11606.5 19.5 L -11604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11576.5 15.5 L -11574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11576.5 19.5 L -11574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11546.5 15.5 L -11544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11546.5 19.5 L -11544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11516.5 15.5 L -11514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11516.5 19.5 L -11514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11486.5 15.5 L -11484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11486.5 19.5 L -11484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11456.5 15.5 L -11454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11456.5 19.5 L -11454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11426.5 15.5 L -11424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11426.5 19.5 L -11424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11396.5 15.5 L -11394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11396.5 19.5 L -11394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11366.5 15.5 L -11364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11366.5 19.5 L -11364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11336.5 15.5 L -11334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11336.5 19.5 L -11334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11306.5 15.5 L -11304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11306.5 19.5 L -11304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11276.5 15.5 L -11274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11276.5 19.5 L -11274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11246.5 15.5 L -11244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11246.5 19.5 L -11244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11216.5 15.5 L -11214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11216.5 19.5 L -11214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11186.5 15.5 L -11184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11186.5 19.5 L -11184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11156.5 15.5 L -11154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11156.5 19.5 L -11154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11126.5 15.5 L -11124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11126.5 19.5 L -11124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11096.5 15.5 L -11094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11096.5 19.5 L -11094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11066.5 15.5 L -11064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11066.5 19.5 L -11064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11036.5 15.5 L -11034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11036.5 19.5 L -11034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11006.5 15.5 L -11004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11006.5 19.5 L -11004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10976.5 15.5 L -10974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10976.5 19.5 L -10974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10946.5 15.5 L -10944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10946.5 19.5 L -10944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10916.5 15.5 L -10914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10916.5 19.5 L -10914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10886.5 15.5 L -10884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10886.5 19.5 L -10884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10856.5 15.5 L -10854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10856.5 19.5 L -10854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10826.5 15.5 L -10824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10826.5 19.5 L -10824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10796.5 15.5 L -10794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10796.5 19.5 L -10794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10766.5 15.5 L -10764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10766.5 19.5 L -10764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10736.5 15.5 L -10734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10736.5 19.5 L -10734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10706.5 15.5 L -10704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10706.5 19.5 L -10704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10676.5 15.5 L -10674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10676.5 19.5 L -10674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10646.5 15.5 L -10644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10646.5 19.5 L -10644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10616.5 15.5 L -10614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10616.5 19.5 L -10614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10586.5 15.5 L -10584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10586.5 19.5 L -10584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10556.5 15.5 L -10554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10556.5 19.5 L -10554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10526.5 15.5 L -10524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10526.5 19.5 L -10524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10496.5 15.5 L -10494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10496.5 19.5 L -10494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10466.5 15.5 L -10464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10466.5 19.5 L -10464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10436.5 15.5 L -10434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10436.5 19.5 L -10434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10406.5 15.5 L -10404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10406.5 19.5 L -10404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10376.5 15.5 L -10374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10376.5 19.5 L -10374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10346.5 15.5 L -10344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10346.5 19.5 L -10344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10316.5 15.5 L -10314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10316.5 19.5 L -10314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10286.5 15.5 L -10284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10286.5 19.5 L -10284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10256.5 15.5 L -10254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10256.5 19.5 L -10254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10226.5 15.5 L -10224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10226.5 19.5 L -10224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10196.5 15.5 L -10194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10196.5 19.5 L -10194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10166.5 15.5 L -10164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10166.5 19.5 L -10164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10136.5 15.5 L -10134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10136.5 19.5 L -10134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10106.5 15.5 L -10104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10106.5 19.5 L -10104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10076.5 15.5 L -10074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10076.5 19.5 L -10074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10046.5 15.5 L -10044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10046.5 19.5 L -10044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10016.5 15.5 L -10014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10016.5 19.5 L -10014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9986.5 15.5 L -9984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9986.5 19.5 L -9984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9956.5 15.5 L -9954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9956.5 19.5 L -9954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9926.5 15.5 L -9924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9926.5 19.5 L -9924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9896.5 15.5 L -9894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9896.5 19.5 L -9894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9866.5 15.5 L -9864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9866.5 19.5 L -9864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9836.5 15.5 L -9834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9836.5 19.5 L -9834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9806.5 15.5 L -9804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9806.5 19.5 L -9804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9776.5 15.5 L -9774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9776.5 19.5 L -9774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9746.5 15.5 L -9744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9746.5 19.5 L -9744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9716.5 15.5 L -9714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9716.5 19.5 L -9714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9686.5 15.5 L -9684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9686.5 19.5 L -9684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9656.5 15.5 L -9654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9656.5 19.5 L -9654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9626.5 15.5 L -9624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9626.5 19.5 L -9624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9596.5 15.5 L -9594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9596.5 19.5 L -9594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9566.5 15.5 L -9564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9566.5 19.5 L -9564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9536.5 15.5 L -9534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9536.5 19.5 L -9534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9506.5 15.5 L -9504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9506.5 19.5 L -9504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9476.5 15.5 L -9474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9476.5 19.5 L -9474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9446.5 15.5 L -9444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9446.5 19.5 L -9444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9416.5 15.5 L -9414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9416.5 19.5 L -9414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9386.5 15.5 L -9384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9386.5 19.5 L -9384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9356.5 15.5 L -9354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9356.5 19.5 L -9354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9326.5 15.5 L -9324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9326.5 19.5 L -9324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9296.5 15.5 L -9294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9296.5 19.5 L -9294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9266.5 15.5 L -9264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9266.5 19.5 L -9264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9236.5 15.5 L -9234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9236.5 19.5 L -9234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9206.5 15.5 L -9204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9206.5 19.5 L -9204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9176.5 15.5 L -9174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9176.5 19.5 L -9174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9146.5 15.5 L -9144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9146.5 19.5 L -9144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9116.5 15.5 L -9114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9116.5 19.5 L -9114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9086.5 15.5 L -9084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9086.5 19.5 L -9084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9056.5 15.5 L -9054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9056.5 19.5 L -9054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9026.5 15.5 L -9024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9026.5 19.5 L -9024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8996.5 15.5 L -8994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8996.5 19.5 L -8994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8966.5 15.5 L -8964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8966.5 19.5 L -8964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8936.5 15.5 L -8934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8936.5 19.5 L -8934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8906.5 15.5 L -8904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8906.5 19.5 L -8904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8876.5 15.5 L -8874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8876.5 19.5 L -8874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8846.5 15.5 L -8844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8846.5 19.5 L -8844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8816.5 15.5 L -8814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8816.5 19.5 L -8814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8786.5 15.5 L -8784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8786.5 19.5 L -8784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8756.5 15.5 L -8754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8756.5 19.5 L -8754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8726.5 15.5 L -8724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8726.5 19.5 L -8724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8696.5 15.5 L -8694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8696.5 19.5 L -8694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8666.5 15.5 L -8664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8666.5 19.5 L -8664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8636.5 15.5 L -8634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8636.5 19.5 L -8634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8606.5 15.5 L -8604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8606.5 19.5 L -8604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8576.5 15.5 L -8574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8576.5 19.5 L -8574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8546.5 15.5 L -8544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8546.5 19.5 L -8544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8516.5 15.5 L -8514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8516.5 19.5 L -8514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8486.5 15.5 L -8484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8486.5 19.5 L -8484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8456.5 15.5 L -8454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8456.5 19.5 L -8454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8426.5 15.5 L -8424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8426.5 19.5 L -8424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8396.5 15.5 L -8394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8396.5 19.5 L -8394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8366.5 15.5 L -8364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8366.5 19.5 L -8364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8336.5 15.5 L -8334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8336.5 19.5 L -8334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8306.5 15.5 L -8304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8306.5 19.5 L -8304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8276.5 15.5 L -8274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8276.5 19.5 L -8274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8246.5 15.5 L -8244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8246.5 19.5 L -8244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8216.5 15.5 L -8214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8216.5 19.5 L -8214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8186.5 15.5 L -8184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8186.5 19.5 L -8184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8156.5 15.5 L -8154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8156.5 19.5 L -8154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8126.5 15.5 L -8124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8126.5 19.5 L -8124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8096.5 15.5 L -8094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8096.5 19.5 L -8094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8066.5 15.5 L -8064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8066.5 19.5 L -8064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8036.5 15.5 L -8034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8036.5 19.5 L -8034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8006.5 15.5 L -8004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8006.5 19.5 L -8004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7976.5 15.5 L -7974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7976.5 19.5 L -7974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7946.5 15.5 L -7944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7946.5 19.5 L -7944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7916.5 15.5 L -7914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7916.5 19.5 L -7914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7886.5 15.5 L -7884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7886.5 19.5 L -7884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7856.5 15.5 L -7854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7856.5 19.5 L -7854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7826.5 15.5 L -7824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7826.5 19.5 L -7824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7796.5 15.5 L -7794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7796.5 19.5 L -7794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7766.5 15.5 L -7764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7766.5 19.5 L -7764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7736.5 15.5 L -7734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7736.5 19.5 L -7734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7706.5 15.5 L -7704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7706.5 19.5 L -7704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7676.5 15.5 L -7674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7676.5 19.5 L -7674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7646.5 15.5 L -7644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7646.5 19.5 L -7644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7616.5 15.5 L -7614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7616.5 19.5 L -7614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7586.5 15.5 L -7584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7586.5 19.5 L -7584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7556.5 15.5 L -7554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7556.5 19.5 L -7554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7526.5 15.5 L -7524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7526.5 19.5 L -7524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7496.5 15.5 L -7494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7496.5 19.5 L -7494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7466.5 15.5 L -7464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7466.5 19.5 L -7464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7436.5 15.5 L -7434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7436.5 19.5 L -7434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7406.5 15.5 L -7404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7406.5 19.5 L -7404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7376.5 15.5 L -7374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7376.5 19.5 L -7374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7346.5 15.5 L -7344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7346.5 19.5 L -7344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7316.5 15.5 L -7314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7316.5 19.5 L -7314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7286.5 15.5 L -7284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7286.5 19.5 L -7284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7256.5 15.5 L -7254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7256.5 19.5 L -7254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7226.5 15.5 L -7224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7226.5 19.5 L -7224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7196.5 15.5 L -7194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7196.5 19.5 L -7194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7166.5 15.5 L -7164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7166.5 19.5 L -7164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7136.5 15.5 L -7134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7136.5 19.5 L -7134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7106.5 15.5 L -7104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7106.5 19.5 L -7104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7076.5 15.5 L -7074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7076.5 19.5 L -7074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7046.5 15.5 L -7044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7046.5 19.5 L -7044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7016.5 15.5 L -7014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7016.5 19.5 L -7014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6986.5 15.5 L -6984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6986.5 19.5 L -6984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6956.5 15.5 L -6954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6956.5 19.5 L -6954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6926.5 15.5 L -6924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6926.5 19.5 L -6924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6896.5 15.5 L -6894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6896.5 19.5 L -6894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6866.5 15.5 L -6864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6866.5 19.5 L -6864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6836.5 15.5 L -6834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6836.5 19.5 L -6834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6806.5 15.5 L -6804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6806.5 19.5 L -6804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6776.5 15.5 L -6774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6776.5 19.5 L -6774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6746.5 15.5 L -6744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6746.5 19.5 L -6744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6716.5 15.5 L -6714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6716.5 19.5 L -6714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6686.5 15.5 L -6684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6686.5 19.5 L -6684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6656.5 15.5 L -6654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6656.5 19.5 L -6654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6626.5 15.5 L -6624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6626.5 19.5 L -6624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6596.5 15.5 L -6594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6596.5 19.5 L -6594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6566.5 15.5 L -6564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6566.5 19.5 L -6564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6536.5 15.5 L -6534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6536.5 19.5 L -6534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6506.5 15.5 L -6504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6506.5 19.5 L -6504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6476.5 15.5 L -6474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6476.5 19.5 L -6474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6446.5 15.5 L -6444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6446.5 19.5 L -6444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6416.5 15.5 L -6414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6416.5 19.5 L -6414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6386.5 15.5 L -6384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6386.5 19.5 L -6384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6356.5 15.5 L -6354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6356.5 19.5 L -6354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6326.5 15.5 L -6324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6326.5 19.5 L -6324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6296.5 15.5 L -6294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6296.5 19.5 L -6294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6266.5 15.5 L -6264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6266.5 19.5 L -6264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6236.5 15.5 L -6234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6236.5 19.5 L -6234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6206.5 15.5 L -6204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6206.5 19.5 L -6204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6176.5 15.5 L -6174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6176.5 19.5 L -6174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6146.5 15.5 L -6144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6146.5 19.5 L -6144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6116.5 15.5 L -6114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6116.5 19.5 L -6114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6086.5 15.5 L -6084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6086.5 19.5 L -6084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6056.5 15.5 L -6054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6056.5 19.5 L -6054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6026.5 15.5 L -6024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6026.5 19.5 L -6024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5996.5 15.5 L -5994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5996.5 19.5 L -5994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5966.5 15.5 L -5964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5966.5 19.5 L -5964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5936.5 15.5 L -5934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5936.5 19.5 L -5934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5906.5 15.5 L -5904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5906.5 19.5 L -5904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5876.5 15.5 L -5874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5876.5 19.5 L -5874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5846.5 15.5 L -5844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5846.5 19.5 L -5844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5816.5 15.5 L -5814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5816.5 19.5 L -5814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5786.5 15.5 L -5784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5786.5 19.5 L -5784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5756.5 15.5 L -5754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5756.5 19.5 L -5754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5726.5 15.5 L -5724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5726.5 19.5 L -5724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5696.5 15.5 L -5694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5696.5 19.5 L -5694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5666.5 15.5 L -5664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5666.5 19.5 L -5664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5636.5 15.5 L -5634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5636.5 19.5 L -5634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5606.5 15.5 L -5604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5606.5 19.5 L -5604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5576.5 15.5 L -5574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5576.5 19.5 L -5574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5546.5 15.5 L -5544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5546.5 19.5 L -5544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5516.5 15.5 L -5514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5516.5 19.5 L -5514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5486.5 15.5 L -5484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5486.5 19.5 L -5484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5456.5 15.5 L -5454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5456.5 19.5 L -5454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5426.5 15.5 L -5424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5426.5 19.5 L -5424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5396.5 15.5 L -5394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5396.5 19.5 L -5394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5366.5 15.5 L -5364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5366.5 19.5 L -5364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5336.5 15.5 L -5334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5336.5 19.5 L -5334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5306.5 15.5 L -5304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5306.5 19.5 L -5304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5276.5 15.5 L -5274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5276.5 19.5 L -5274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5246.5 15.5 L -5244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5246.5 19.5 L -5244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5216.5 15.5 L -5214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5216.5 19.5 L -5214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5186.5 15.5 L -5184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5186.5 19.5 L -5184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5156.5 15.5 L -5154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5156.5 19.5 L -5154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5126.5 15.5 L -5124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5126.5 19.5 L -5124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5096.5 15.5 L -5094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5096.5 19.5 L -5094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5066.5 15.5 L -5064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5066.5 19.5 L -5064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5036.5 15.5 L -5034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5036.5 19.5 L -5034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5006.5 15.5 L -5004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5006.5 19.5 L -5004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4976.5 15.5 L -4974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4976.5 19.5 L -4974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4946.5 15.5 L -4944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4946.5 19.5 L -4944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4916.5 15.5 L -4914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4916.5 19.5 L -4914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4886.5 15.5 L -4884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4886.5 19.5 L -4884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4856.5 15.5 L -4854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4856.5 19.5 L -4854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4826.5 15.5 L -4824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4826.5 19.5 L -4824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4796.5 15.5 L -4794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4796.5 19.5 L -4794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4766.5 15.5 L -4764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4766.5 19.5 L -4764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4736.5 15.5 L -4734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4736.5 19.5 L -4734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4706.5 15.5 L -4704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4706.5 19.5 L -4704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4676.5 15.5 L -4674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4676.5 19.5 L -4674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4646.5 15.5 L -4644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4646.5 19.5 L -4644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4616.5 15.5 L -4614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4616.5 19.5 L -4614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4586.5 15.5 L -4584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4586.5 19.5 L -4584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4556.5 15.5 L -4554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4556.5 19.5 L -4554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4526.5 15.5 L -4524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4526.5 19.5 L -4524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4496.5 15.5 L -4494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4496.5 19.5 L -4494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4466.5 15.5 L -4464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4466.5 19.5 L -4464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4436.5 15.5 L -4434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4436.5 19.5 L -4434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4406.5 15.5 L -4404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4406.5 19.5 L -4404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4376.5 15.5 L -4374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4376.5 19.5 L -4374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4346.5 15.5 L -4344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4346.5 19.5 L -4344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4316.5 15.5 L -4314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4316.5 19.5 L -4314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4286.5 15.5 L -4284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4286.5 19.5 L -4284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4256.5 15.5 L -4254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4256.5 19.5 L -4254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4226.5 15.5 L -4224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4226.5 19.5 L -4224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4196.5 15.5 L -4194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4196.5 19.5 L -4194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4166.5 15.5 L -4164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4166.5 19.5 L -4164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4136.5 15.5 L -4134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4136.5 19.5 L -4134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4106.5 15.5 L -4104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4106.5 19.5 L -4104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4076.5 15.5 L -4074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4076.5 19.5 L -4074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4046.5 15.5 L -4044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4046.5 19.5 L -4044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4016.5 15.5 L -4014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4016.5 19.5 L -4014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3986.5 15.5 L -3984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3986.5 19.5 L -3984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3956.5 15.5 L -3954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3956.5 19.5 L -3954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3926.5 15.5 L -3924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3926.5 19.5 L -3924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3896.5 15.5 L -3894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3896.5 19.5 L -3894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3866.5 15.5 L -3864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3866.5 19.5 L -3864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3836.5 15.5 L -3834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3836.5 19.5 L -3834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3806.5 15.5 L -3804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3806.5 19.5 L -3804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3776.5 15.5 L -3774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3776.5 19.5 L -3774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3746.5 15.5 L -3744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3746.5 19.5 L -3744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3716.5 15.5 L -3714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3716.5 19.5 L -3714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3686.5 15.5 L -3684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3686.5 19.5 L -3684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3656.5 15.5 L -3654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3656.5 19.5 L -3654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3626.5 15.5 L -3624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3626.5 19.5 L -3624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3596.5 15.5 L -3594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3596.5 19.5 L -3594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3566.5 15.5 L -3564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3566.5 19.5 L -3564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3536.5 15.5 L -3534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3536.5 19.5 L -3534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3506.5 15.5 L -3504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3506.5 19.5 L -3504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3476.5 15.5 L -3474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3476.5 19.5 L -3474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3446.5 15.5 L -3444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3446.5 19.5 L -3444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3416.5 15.5 L -3414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3416.5 19.5 L -3414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3386.5 15.5 L -3384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3386.5 19.5 L -3384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3356.5 15.5 L -3354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3356.5 19.5 L -3354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3326.5 15.5 L -3324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3326.5 19.5 L -3324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3296.5 15.5 L -3294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3296.5 19.5 L -3294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3266.5 15.5 L -3264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3266.5 19.5 L -3264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3236.5 15.5 L -3234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3236.5 19.5 L -3234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3206.5 15.5 L -3204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3206.5 19.5 L -3204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3176.5 15.5 L -3174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3176.5 19.5 L -3174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3146.5 15.5 L -3144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3146.5 19.5 L -3144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3116.5 15.5 L -3114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3116.5 19.5 L -3114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3086.5 15.5 L -3084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3086.5 19.5 L -3084.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3056.5 15.5 L -3054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3056.5 19.5 L -3054.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3026.5 15.5 L -3024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3026.5 19.5 L -3024.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2996.5 15.5 L -2994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2996.5 19.5 L -2994.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2966.5 15.5 L -2964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2966.5 19.5 L -2964.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2936.5 15.5 L -2934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2936.5 19.5 L -2934.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2906.5 15.5 L -2904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2906.5 19.5 L -2904.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2876.5 15.5 L -2874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2876.5 19.5 L -2874.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2846.5 15.5 L -2844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2846.5 19.5 L -2844.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2816.5 15.5 L -2814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2816.5 19.5 L -2814.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2786.5 15.5 L -2784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2786.5 19.5 L -2784.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2756.5 15.5 L -2754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2756.5 19.5 L -2754.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2726.5 15.5 L -2724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2726.5 19.5 L -2724.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2696.5 15.5 L -2694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2696.5 19.5 L -2694.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2666.5 15.5 L -2664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2666.5 19.5 L -2664.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2636.5 15.5 L -2634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2636.5 19.5 L -2634.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2606.5 15.5 L -2604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2606.5 19.5 L -2604.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2576.5 15.5 L -2574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2576.5 19.5 L -2574.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2546.5 15.5 L -2544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2546.5 19.5 L -2544.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2516.5 15.5 L -2514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2516.5 19.5 L -2514.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2486.5 15.5 L -2484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2486.5 19.5 L -2484.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2456.5 15.5 L -2454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2456.5 19.5 L -2454.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2426.5 15.5 L -2424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2426.5 19.5 L -2424.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2396.5 15.5 L -2394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2396.5 19.5 L -2394.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2366.5 15.5 L -2364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2366.5 19.5 L -2364.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2336.5 15.5 L -2334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2336.5 19.5 L -2334.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2306.5 15.5 L -2304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2306.5 19.5 L -2304.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2276.5 15.5 L -2274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2276.5 19.5 L -2274.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2246.5 15.5 L -2244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2246.5 19.5 L -2244.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2216.5 15.5 L -2214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2216.5 19.5 L -2214.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2186.5 15.5 L -2184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2186.5 19.5 L -2184.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2156.5 15.5 L -2154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2156.5 19.5 L -2154.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2126.5 15.5 L -2124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2126.5 19.5 L -2124.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2096.5 15.5 L -2094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2096.5 19.5 L -2094.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2066.5 15.5 L -2064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2066.5 19.5 L -2064.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2036.5 15.5 L -2034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2036.5 19.5 L -2034.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2006.5 15.5 L -2004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2006.5 19.5 L -2004.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1976.5 15.5 L -1974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1976.5 19.5 L -1974.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1946.5 15.5 L -1944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1946.5 19.5 L -1944.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1916.5 15.5 L -1914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1916.5 19.5 L -1914.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1886.5 15.5 L -1884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1886.5 19.5 L -1884.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1856.5 15.5 L -1854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1856.5 19.5 L -1854.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1826.5 15.5 L -1824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1826.5 19.5 L -1824.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1796.5 15.5 L -1794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1796.5 19.5 L -1794.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1766.5 15.5 L -1764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1766.5 19.5 L -1764.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1736.5 15.5 L -1734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1736.5 19.5 L -1734.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1706.5 15.5 L -1704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1706.5 19.5 L -1704.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1676.5 15.5 L -1674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1676.5 19.5 L -1674.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1646.5 15.5 L -1644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1646.5 19.5 L -1644.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1616.5 15.5 L -1614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1616.5 19.5 L -1614.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1586.5 15.5 L -1584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1586.5 19.5 L -1584.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1556.5 15.5 L -1554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1556.5 19.5 L -1554.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1526.5 15.5 L -1524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1526.5 19.5 L -1524.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1496.5 15.5 L -1494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1496.5 19.5 L -1494.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1466.5 15.5 L -1464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1466.5 19.5 L -1464.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1436.5 15.5 L -1434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1436.5 19.5 L -1434.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1406.5 15.5 L -1404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1406.5 19.5 L -1404.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1376.5 15.5 L -1374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1376.5 19.5 L -1374.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1346.5 15.5 L -1344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1346.5 19.5 L -1344.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1316.5 15.5 L -1314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1316.5 19.5 L -1314.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1286.5 15.5 L -1284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1286.5 19.5 L -1284.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1256.5 15.5 L -1254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1256.5 19.5 L -1254.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1226.5 15.5 L -1224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1226.5 19.5 L -1224.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1196.5 15.5 L -1194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1196.5 19.5 L -1194.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1166.5 15.5 L -1164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1166.5 19.5 L -1164.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1136.5 15.5 L -1134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1136.5 19.5 L -1134.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1106.5 15.5 L -1104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1106.5 19.5 L -1104.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1076.5 15.5 L -1074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1076.5 19.5 L -1074.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1046.5 15.5 L -1044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1046.5 19.5 L -1044.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1016.5 15.5 L -1014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1016.5 19.5 L -1014.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -986.5 15.5 L -984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -986.5 19.5 L -984.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -956.5 15.5 L -954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -956.5 19.5 L -954.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -926.5 15.5 L -924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -926.5 19.5 L -924.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -896.5 15.5 L -894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -896.5 19.5 L -894.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -866.5 15.5 L -864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -866.5 19.5 L -864.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -836.5 15.5 L -834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -836.5 19.5 L -834.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -806.5 15.5 L -804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -806.5 19.5 L -804.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -776.5 15.5 L -774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -776.5 19.5 L -774.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -746.5 15.5 L -744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -746.5 19.5 L -744.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -716.5 15.5 L -714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -716.5 19.5 L -714.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -686.5 15.5 L -684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -686.5 19.5 L -684.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -656.5 15.5 L -654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -656.5 19.5 L -654.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -626.5 15.5 L -624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -626.5 19.5 L -624.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -596.5 15.5 L -594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -596.5 19.5 L -594.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -566.5 15.5 L -564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -566.5 19.5 L -564.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -536.5 15.5 L -534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -536.5 19.5 L -534.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -506.5 15.5 L -504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -506.5 19.5 L -504.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -476.5 15.5 L -474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -476.5 19.5 L -474.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -446.5 15.5 L -444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -446.5 19.5 L -444.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -416.5 15.5 L -414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -416.5 19.5 L -414.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -386.5 15.5 L -384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -386.5 19.5 L -384.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -356.5 15.5 L -354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -356.5 19.5 L -354.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -326.5 15.5 L -324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -326.5 19.5 L -324.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -296.5 15.5 L -294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -296.5 19.5 L -294.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -266.5 15.5 L -264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -266.5 19.5 L -264.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -236.5 15.5 L -234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -236.5 19.5 L -234.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -206.5 15.5 L -204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -206.5 19.5 L -204.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -176.5 15.5 L -174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -176.5 19.5 L -174.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -146.5 15.5 L -144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -146.5 19.5 L -144.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -116.5 15.5 L -114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -116.5 19.5 L -114.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -86.5 15.5 L -84.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -86.5 19.5 L -84.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -56.5 15.5 L -54.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -56.5 19.5 L -54.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -26.5 15.5 L -24.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -26.5 19.5 L -24.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3.5 15.5 L 5.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3.5 19.5 L 5.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 33.5 15.5 L 35.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 33.5 19.5 L 35.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 63.5 15.5 L 65.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 63.5 19.5 L 65.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 93.5 15.5 L 95.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 93.5 19.5 L 95.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 123.5 15.5 L 125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 123.5 19.5 L 125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 153.5 15.5 L 155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 153.5 19.5 L 155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 183.5 15.5 L 185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 183.5 19.5 L 185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 213.5 15.5 L 215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 213.5 19.5 L 215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 243.5 15.5 L 245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 243.5 19.5 L 245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 273.5 15.5 L 275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 273.5 19.5 L 275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 303.5 15.5 L 305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 303.5 19.5 L 305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 333.5 15.5 L 335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 333.5 19.5 L 335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 363.5 15.5 L 365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 363.5 19.5 L 365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 393.5 15.5 L 395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 393.5 19.5 L 395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 423.5 15.5 L 425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 423.5 19.5 L 425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 453.5 15.5 L 455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 453.5 19.5 L 455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 483.5 15.5 L 485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 483.5 19.5 L 485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 513.5 15.5 L 515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 513.5 19.5 L 515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 543.5 15.5 L 545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 543.5 19.5 L 545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 573.5 15.5 L 575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 573.5 19.5 L 575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 603.5 15.5 L 605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 603.5 19.5 L 605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 633.5 15.5 L 635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 633.5 19.5 L 635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 663.5 15.5 L 665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 663.5 19.5 L 665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 693.5 15.5 L 695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 693.5 19.5 L 695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 723.5 15.5 L 725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 723.5 19.5 L 725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 753.5 15.5 L 755.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 753.5 19.5 L 755.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 783.5 15.5 L 785.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 783.5 19.5 L 785.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 813.5 15.5 L 815.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 813.5 19.5 L 815.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 843.5 15.5 L 845.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 843.5 19.5 L 845.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 873.5 15.5 L 875.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 873.5 19.5 L 875.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 903.5 15.5 L 905.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 903.5 19.5 L 905.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 933.5 15.5 L 935.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 933.5 19.5 L 935.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 963.5 15.5 L 965.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 963.5 19.5 L 965.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 993.5 15.5 L 995.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 993.5 19.5 L 995.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1023.5 15.5 L 1025.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1023.5 19.5 L 1025.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1053.5 15.5 L 1055.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1053.5 19.5 L 1055.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1083.5 15.5 L 1085.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1083.5 19.5 L 1085.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1113.5 15.5 L 1115.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1113.5 19.5 L 1115.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1143.5 15.5 L 1145.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1143.5 19.5 L 1145.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1173.5 15.5 L 1175.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1173.5 19.5 L 1175.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1203.5 15.5 L 1205.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1203.5 19.5 L 1205.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1233.5 15.5 L 1235.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1233.5 19.5 L 1235.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1263.5 15.5 L 1265.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1263.5 19.5 L 1265.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1293.5 15.5 L 1295.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1293.5 19.5 L 1295.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1323.5 15.5 L 1325.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1323.5 19.5 L 1325.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1353.5 15.5 L 1355.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1353.5 19.5 L 1355.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1383.5 15.5 L 1385.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1383.5 19.5 L 1385.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1413.5 15.5 L 1415.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1413.5 19.5 L 1415.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1443.5 15.5 L 1445.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1443.5 19.5 L 1445.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1473.5 15.5 L 1475.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1473.5 19.5 L 1475.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1503.5 15.5 L 1505.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1503.5 19.5 L 1505.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1533.5 15.5 L 1535.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1533.5 19.5 L 1535.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1563.5 15.5 L 1565.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1563.5 19.5 L 1565.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1593.5 15.5 L 1595.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1593.5 19.5 L 1595.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1623.5 15.5 L 1625.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1623.5 19.5 L 1625.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1653.5 15.5 L 1655.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1653.5 19.5 L 1655.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1683.5 15.5 L 1685.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1683.5 19.5 L 1685.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1713.5 15.5 L 1715.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1713.5 19.5 L 1715.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1743.5 15.5 L 1745.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1743.5 19.5 L 1745.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1773.5 15.5 L 1775.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1773.5 19.5 L 1775.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1803.5 15.5 L 1805.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1803.5 19.5 L 1805.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1833.5 15.5 L 1835.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1833.5 19.5 L 1835.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1863.5 15.5 L 1865.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1863.5 19.5 L 1865.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1893.5 15.5 L 1895.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1893.5 19.5 L 1895.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1923.5 15.5 L 1925.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1923.5 19.5 L 1925.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1953.5 15.5 L 1955.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1953.5 19.5 L 1955.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1983.5 15.5 L 1985.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1983.5 19.5 L 1985.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2013.5 15.5 L 2015.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2013.5 19.5 L 2015.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2043.5 15.5 L 2045.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2043.5 19.5 L 2045.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2073.5 15.5 L 2075.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2073.5 19.5 L 2075.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2103.5 15.5 L 2105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2103.5 19.5 L 2105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2133.5 15.5 L 2135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2133.5 19.5 L 2135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2163.5 15.5 L 2165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2163.5 19.5 L 2165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2193.5 15.5 L 2195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2193.5 19.5 L 2195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2223.5 15.5 L 2225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2223.5 19.5 L 2225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2253.5 15.5 L 2255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2253.5 19.5 L 2255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2283.5 15.5 L 2285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2283.5 19.5 L 2285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2313.5 15.5 L 2315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2313.5 19.5 L 2315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2343.5 15.5 L 2345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2343.5 19.5 L 2345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2373.5 15.5 L 2375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2373.5 19.5 L 2375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2403.5 15.5 L 2405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2403.5 19.5 L 2405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2433.5 15.5 L 2435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2433.5 19.5 L 2435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2463.5 15.5 L 2465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2463.5 19.5 L 2465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2493.5 15.5 L 2495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2493.5 19.5 L 2495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2523.5 15.5 L 2525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2523.5 19.5 L 2525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2553.5 15.5 L 2555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2553.5 19.5 L 2555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2583.5 15.5 L 2585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2583.5 19.5 L 2585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2613.5 15.5 L 2615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2613.5 19.5 L 2615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2643.5 15.5 L 2645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2643.5 19.5 L 2645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2673.5 15.5 L 2675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2673.5 19.5 L 2675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2703.5 15.5 L 2705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2703.5 19.5 L 2705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2733.5 15.5 L 2735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2733.5 19.5 L 2735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2763.5 15.5 L 2765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2763.5 19.5 L 2765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2793.5 15.5 L 2795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2793.5 19.5 L 2795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2823.5 15.5 L 2825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2823.5 19.5 L 2825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2853.5 15.5 L 2855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2853.5 19.5 L 2855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2883.5 15.5 L 2885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2883.5 19.5 L 2885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2913.5 15.5 L 2915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2913.5 19.5 L 2915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2943.5 15.5 L 2945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2943.5 19.5 L 2945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2973.5 15.5 L 2975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2973.5 19.5 L 2975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3003.5 15.5 L 3005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3003.5 19.5 L 3005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3033.5 15.5 L 3035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3033.5 19.5 L 3035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3063.5 15.5 L 3065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3063.5 19.5 L 3065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3093.5 15.5 L 3095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3093.5 19.5 L 3095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3123.5 15.5 L 3125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3123.5 19.5 L 3125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3153.5 15.5 L 3155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3153.5 19.5 L 3155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3183.5 15.5 L 3185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3183.5 19.5 L 3185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3213.5 15.5 L 3215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3213.5 19.5 L 3215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3243.5 15.5 L 3245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3243.5 19.5 L 3245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3273.5 15.5 L 3275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3273.5 19.5 L 3275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3303.5 15.5 L 3305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3303.5 19.5 L 3305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3333.5 15.5 L 3335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3333.5 19.5 L 3335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3363.5 15.5 L 3365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3363.5 19.5 L 3365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3393.5 15.5 L 3395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3393.5 19.5 L 3395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3423.5 15.5 L 3425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3423.5 19.5 L 3425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3453.5 15.5 L 3455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3453.5 19.5 L 3455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3483.5 15.5 L 3485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3483.5 19.5 L 3485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3513.5 15.5 L 3515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3513.5 19.5 L 3515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3543.5 15.5 L 3545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3543.5 19.5 L 3545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3573.5 15.5 L 3575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3573.5 19.5 L 3575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3603.5 15.5 L 3605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3603.5 19.5 L 3605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3633.5 15.5 L 3635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3633.5 19.5 L 3635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3663.5 15.5 L 3665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3663.5 19.5 L 3665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3693.5 15.5 L 3695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3693.5 19.5 L 3695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3723.5 15.5 L 3725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3723.5 19.5 L 3725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3753.5 15.5 L 3755.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3753.5 19.5 L 3755.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3783.5 15.5 L 3785.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3783.5 19.5 L 3785.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3813.5 15.5 L 3815.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3813.5 19.5 L 3815.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3843.5 15.5 L 3845.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3843.5 19.5 L 3845.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3873.5 15.5 L 3875.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3873.5 19.5 L 3875.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3903.5 15.5 L 3905.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3903.5 19.5 L 3905.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="873.9990234375" y="35" text-anchor="middle" dominant-baseline="alphabetic">H3C10</text></g></g></g></g><g transform="translate(57.998046875,1223.994140625)" clip-path="url(#RefseqGenes_track_label_guid_xeva_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="92.34375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.908203125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="92.34375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg> |
|
| ... | ... | \ No newline at end of file |
primary/Panea_HIST1H3I.svg
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +<svg xmlns="http://www.w3.org/2000/svg" width="1852.75390625" height="585.99609375" overflow="visible" viewBox="0 0 1852.75390625 585.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_sg3i_clip_rect"><rect x="0" y="0" width="1747.998046875" height="15.99609375"/></clipPath><clipPath id="IpAFzAzQiSsG"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_n7zq_clip_rect"><rect x="0" y="0" width="1747.998046875" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_486j_clip_rect"><rect x="0" y="0" width="1747.998046875" height="25"/></clipPath><clipPath id="2980HISEQ143C61F1ANXX8_axis_guid_ut97_clip_rect"><rect x="0" y="0" width="50" height="100"/></clipPath><clipPath id="2980HISEQ143C61F1ANXX8_referenceFrame_0_guid_ptve_clip_rect"><rect x="0" y="0" width="1747.998046875" height="100"/></clipPath><clipPath id="2980HISEQ143C61F1ANXX8_track_label_guid_i2uo_clip_rect"><rect x="0" y="0" width="196.40625" height="14.248046875"/></clipPath><clipPath id="2980_rna_axis_guid_d0kj_clip_rect"><rect x="0" y="0" width="50" height="100"/></clipPath><clipPath id="2980_rna_referenceFrame_0_guid_legr_clip_rect"><rect x="0" y="0" width="1747.998046875" height="100"/></clipPath><clipPath id="2980_rna_track_label_guid_hrge_clip_rect"><rect x="0" y="0" width="64.1796875" height="14.248046875"/></clipPath><clipPath id="2980STE00314400HGF7JCCXY4_axis_guid_j6zr_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="2980STE00314400HGF7JCCXY4_referenceFrame_0_guid_uzf5_clip_rect"><rect x="0" y="0" width="1747.998046875" height="200"/></clipPath><clipPath id="2980STE00314400HGF7JCCXY4_track_label_guid_yxj5_clip_rect"><rect x="0" y="0" width="223.154296875" height="14.248046875"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_43kn_clip_rect"><rect x="0" y="0" width="1747.998046875" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_li8o_clip_rect"><rect x="0" y="0" width="92.34375" height="14.248046875"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#IpAFzAzQiSsG)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1747.998046875" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(172,172,172)" stroke="none" x="24" y="1" width="19.444262481364895" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="43" y="1" width="29.678084839978006" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="73" y="1" width="35.81837825514586" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="108" y="1" width="10.233822358613097" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="119" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="137" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="156" y="1" width="102.33822358613105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="258" y="1" width="19.444262481364888" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="277" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="312" y="1" width="16.374115773780943" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="329" y="1" width="14.327351302058332" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="343" y="1" width="31.724849311700666" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="375" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="414" y="1" width="58.33278744409472" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="473" y="1" width="57.309405208233386" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="530" y="1" width="12.280586830335665" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="542" y="1" width="42.98205390617511" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="585" y="1" width="13.303969066196942" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 598.6786079788665 15.99609375 L 598.6786079788665 0 L 611.9825770450635 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 640.6372796491803 15.99609375 L 640.6372796491803 0 L 611.9825770450635 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="641" y="1" width="1.023382235861277" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="642" y="1" width="66.51984533098516" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="708" y="1" width="61.40293415167855" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="770" y="1" width="81.87057886890489" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="851" y="1" width="10.23382235861311" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="862" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="893" y="1" width="53.21587626478811" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="947" y="1" width="65.49646309512389" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1012" y="1" width="11.257204594474388" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1023" y="1" width="51.169111793065554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1075" y="1" width="94.15116569924044" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1169" y="1" width="37.8651427268685" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1207" y="1" width="2.0467644717227813" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1209" y="1" width="78.80043216132071" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1287" y="1" width="10.233822358613224" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1298" y="1" width="32.748231547562" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1330" y="1" width="9.210440122751606" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1340" y="1" width="38.88852496272989" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1378" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1415" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1455" y="1" width="29.678084839978055" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1485" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1520" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1557" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1588" y="1" width="55.262640736510775" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1644" y="1" width="35.818378255145944" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1679" y="1" width="68.62779782659004" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="285.5" y="0.5" width="1" height="14.99609375" stroke-miterlimit="10" stroke-dasharray=""/></g></g></g><g transform="translate(50,25.99609375)" clip-path="url(#ruler_referenceFrame_0_guid_n7zq_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1747.998046875" height="40"/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="32" y="32" text-anchor="start" dominant-baseline="alphabetic">27,871,745 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 64.5 34.5 L 64.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 170.5 34.5 L 170.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="245" y="32" text-anchor="start" dominant-baseline="alphabetic">27,871,750 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 277.5 34.5 L 277.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 383.5 34.5 L 383.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="458" y="32" text-anchor="start" dominant-baseline="alphabetic">27,871,755 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 490.5 34.5 L 490.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 596.5 34.5 L 596.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="671" y="32" text-anchor="start" dominant-baseline="alphabetic">27,871,760 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 703.5 34.5 L 703.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 810.5 34.5 L 810.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="885" y="32" text-anchor="start" dominant-baseline="alphabetic">27,871,765 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 917.5 34.5 L 917.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1023.5 34.5 L 1023.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1098" y="32" text-anchor="start" dominant-baseline="alphabetic">27,871,770 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1130.5 34.5 L 1130.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1236.5 34.5 L 1236.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1311" y="32" text-anchor="start" dominant-baseline="alphabetic">27,871,775 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1343.5 34.5 L 1343.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1449.5 34.5 L 1449.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1524" y="32" text-anchor="start" dominant-baseline="alphabetic">27,871,780 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1556.5 34.5 L 1556.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1662.5 34.5 L 1662.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1737" y="32" text-anchor="start" dominant-baseline="alphabetic">27,871,785 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1769.5 34.5 L 1769.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1875.5 34.5 L 1875.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 1747.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_486j_clip_rect)"><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="17.706233326981707" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="60.616258574695124" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="103.53116663490853" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="146.16531297637195" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="188.51869759908536" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="231.43360565929876" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="273.7869902820122" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="315.8669374047256" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="359.336044683689" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="401.1352300876524" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="444.6043373666158" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="486.40352277057923" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="529.8726300495426" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="572.5067763910062" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="614.3059617949696" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="656.940108136433" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="699.5742544778964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="742.4867211318598" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="785.1208674733232" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="828.0308927210366" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="870.38916015625" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="913.5799471227134" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="955.9333317454268" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="998.2915991806402" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1040.9257455221036" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1083.835770769817" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1126.1940382050304" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1168.5498642339937" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1212.0189715129573" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1254.6531178544205" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1297.287264195884" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1339.9214105373474" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1381.7205959413109" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1425.1897032202742" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1467.2672089367377" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1509.9013552782012" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1552.8113805259145" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1595.169647961128" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1638.0796732088413" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1680.1596203315548" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1723.0720869855181" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1766.2628739519816" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g></g><g transform="translate(0,100.99609375)" clip-path="url(#2980HISEQ143C61F1ANXX8_axis_guid_ut97_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">13</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,100.99609375)" clip-path="url(#2980HISEQ143C61F1ANXX8_referenceFrame_0_guid_ptve_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="100"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="0" width="43" height="50"/><rect fill="rgb( 0,0,200)" stroke="none" x="852" y="12" width="43" height="38.46153846153847"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="852" y="50" width="43" height="0"/><rect fill="rgb( 0,0,200)" stroke="none" x="852" y="27" width="43" height="23.076923076923077"/><rect fill="rgb(255,0,0)" stroke="none" x="852" y="12" width="43" height="15.384615384615385"/><rect fill="rgb(209,113, 5)" stroke="none" x="852" y="12" width="43" height="0"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3624 0 L 1705 0 L 1707 2 L 1705 3 L -3624 3 L -3624 0 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3325 3 L 2004 3 L 2005 5 L 2004 6 L -3325 6 L -3325 3 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1876 6 L 3453 6 L 3455 8 L 3453 9 L -1876 9 L -1876 6 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 9 L 5159 9 L 5160 11 L 5159 12 L -171 12 L -171 9 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="9" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 12 L 4136 12 L 4137 14 L 4136 15 L -1194 15 L -1194 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3965 15 L 1364 15 L 1366 17 L 1364 18 L -3965 18 L -3965 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 15 L 6864 15 L 6866 17 L 6864 18 L 1535 18 L 1535 15 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1577" y="15" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3922 18 L 1364 18 L 1366 20 L 1364 21 L -3922 21 L -3922 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 18 L 7077 18 L 7079 20 L 7077 21 L 1748 21 L 1748 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3070 21 L 2217 21 L 2218 23 L 2217 24 L -3070 24 L -3070 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2089 24 L 3240 24 L 3242 26 L 3240 27 L -2089 27 L -2089 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 43 27 L 3965 27 L 3966 29 L 3965 30 L 43 30 L 43 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5244 30 L 85 30 L 87 32 L 85 33 L -5244 33 L -5244 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 30 L 6225 30 L 6226 32 L 6225 33 L 895 33 L 895 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5031 33 L 298 33 L 300 35 L 298 36 L -5031 36 L -5031 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 33 L 6352 33 L 6354 35 L 6352 36 L 1023 36 L 1023 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4946 36 L 384 36 L 385 38 L 384 39 L -4946 39 L -4946 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6651 36 L 1322 36 L 1320 38 L 1322 39 L 6651 39 L 6651 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 39 L 6694 39 L 6695 41 L 6694 42 L 1364 42 L 1364 39 Z"/></g></g></g><g transform="translate(57.998046875,108.994140625)" clip-path="url(#2980HISEQ143C61F1ANXX8_track_label_guid_i2uo_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="196.40625" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="5.91064453125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">2980.HISEQ:143:C61F1ANXX:8</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="196.40625" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,205.99609375)" clip-path="url(#2980_rna_axis_guid_d0kj_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">2.0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,205.99609375)" clip-path="url(#2980_rna_referenceFrame_0_guid_legr_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="100"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="25" width="43" height="25"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="0" width="43" height="50"/><g transform="translate(0,55)"><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M -1714788 0 L -1718540 0 L -1718541 2 L -1718540 3 L -1714788 3 L -1714788 0 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -1714787.5 1.5 L 904099.5 1.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M -1404795 3 L -1406032 3 L -1406033 5 L -1406032 6 L -1404795 6 L -1404795 3 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -1404795.5 4.5 L 931598.5 4.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 171 6 L 4434 6 L 4435 8 L 4434 9 L 171 9 L 171 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5798 9 L 1535 9 L 1533 11 L 1535 12 L 5798 12 L 5798 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 256 15 L -4008 15 L -4009 17 L -4008 18 L 256 18 L 256 15 Z"/></g></g></g><g transform="translate(57.998046875,213.994140625)" clip-path="url(#2980_rna_track_label_guid_hrge_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="64.1796875" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.36669921875" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">2980_rna</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="64.1796875" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,310.99609375)" clip-path="url(#2980STE00314400HGF7JCCXY4_axis_guid_j6zr_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">36</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,310.99609375)" clip-path="url(#2980STE00314400HGF7JCCXY4_referenceFrame_0_guid_uzf5_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="1" width="43" height="49"/><rect fill="rgb( 0,0,200)" stroke="none" x="852" y="6" width="43" height="44.44444444444444"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="852" y="50" width="43" height="0"/><rect fill="rgb( 0,0,200)" stroke="none" x="852" y="26" width="43" height="23.61111111111111"/><rect fill="rgb(255,0,0)" stroke="none" x="852" y="6" width="43" height="20.833333333333336"/><rect fill="rgb(209,113, 5)" stroke="none" x="852" y="6" width="43" height="0"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1322 0 L 5116 0 L 5118 2 L 5116 3 L -1322 3 L -1322 0 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5457 3 L -981 3 L -982 5 L -981 6 L 5457 6 L 5457 3 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5073 6 L -1151 6 L -1153 8 L -1151 9 L 5073 9 L 5073 6 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 9 L 6992 9 L 6994 11 L 6992 12 L 554 12 L 554 9 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="9" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7035 12 L 597 12 L 595 14 L 597 15 L 7035 15 L 7035 12 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="12" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5372 15 L 1066 15 L 1067 17 L 1066 18 L -5372 18 L -5372 15 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="15" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 15 L 6011 15 L 6013 17 L 6011 18 L 1620 18 L 1620 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2856 18 L 3581 18 L 3583 20 L 3581 21 L -2856 21 L -2856 18 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="18" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 21 L -2686 21 L -2687 23 L -2686 24 L 3752 24 L 3752 21 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="21" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4050 24 L -2388 24 L -2389 26 L -2388 27 L 4050 27 L 4050 24 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="24" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2217 27 L 4221 27 L 4222 29 L 4221 30 L -2217 30 L -2217 27 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="27" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4349 30 L -2089 30 L -2091 32 L -2089 33 L 4349 33 L 4349 30 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="30" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4732 33 L -1705 33 L -1707 35 L -1705 36 L 4732 36 L 4732 33 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="33" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 36 L 5073 36 L 5075 38 L 5073 39 L -1108 39 L -1108 36 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="36" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4647 39 L 1791 39 L 1792 41 L 1791 42 L -4647 42 L -4647 39 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="39" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 42 L -3581 42 L -3583 44 L -3581 45 L 2856 45 L 2856 42 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="853" y="42" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5287 45 L -1151 45 L -1153 47 L -1151 48 L 5287 48 L 5287 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6054 48 L -384 48 L -385 50 L -384 51 L 6054 51 L 6054 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -256 51 L 6182 51 L 6183 53 L 6182 54 L -256 54 L -256 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 54 L -5031 54 L -5032 56 L -5031 57 L 1407 57 L 1407 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6011 54 L 1620 54 L 1619 56 L 1620 57 L 6011 57 L 6011 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 57 L -4988 57 L -4990 59 L -4988 60 L 1450 60 L 1450 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 8100 57 L 1663 57 L 1661 59 L 1663 60 L 8100 60 L 8100 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4690 60 L 1748 60 L 1750 62 L 1748 63 L -4690 63 L -4690 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2217 63 L -4221 63 L -4222 65 L -4221 66 L 2217 66 L 2217 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4050 66 L 2388 66 L 2389 68 L 2388 69 L -4050 69 L -4050 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2643 69 L -3794 69 L -3796 71 L -3794 72 L 2643 72 L 2643 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3411 72 L 3027 72 L 3029 74 L 3027 75 L -3411 75 L -3411 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3880 75 L -2558 75 L -2560 77 L -2558 78 L 3880 78 L 3880 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2473 78 L 3965 78 L 3966 80 L 3965 81 L -2473 81 L -2473 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4690 81 L -1748 81 L -1749 83 L -1748 84 L 4690 84 L 4690 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1705 84 L 4477 84 L 4478 86 L 4477 87 L -1705 87 L -1705 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4477 87 L -1705 87 L -1707 89 L -1705 90 L 4477 90 L 4477 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1663 90 L 4775 90 L 4777 92 L 4775 93 L -1663 93 L -1663 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 93 L -3667 93 L -3668 95 L -3667 96 L 2771 96 L 2771 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7376 96 L 938 96 L 936 98 L 938 99 L 7376 99 L 7376 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 298 99 L -6139 99 L -6141 101 L -6139 102 L 298 102 L 298 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7546 99 L 1108 99 L 1107 101 L 1108 102 L 7546 102 L 7546 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5884 102 L 554 102 L 556 104 L 554 105 L -5884 105 L -5884 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 102 L 7546 102 L 7548 104 L 7546 105 L 1108 105 L 1108 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 8100 105 L 1663 105 L 1661 107 L 1663 108 L 8100 108 L 8100 105 Z"/></g></g></g><g transform="translate(57.998046875,318.994140625)" clip-path="url(#2980STE00314400HGF7JCCXY4_track_label_guid_yxj5_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="223.154296875" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.42626953125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">2980.ST-E00314:400:HGF7JCCXY:4</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="223.154296875" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,515.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_43kn_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="70"/></g></g><g transform="translate(57.998046875,523.994140625)" clip-path="url(#RefseqGenes_track_label_guid_li8o_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="92.34375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.908203125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="92.34375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg> |
|
| ... | ... | \ No newline at end of file |
primary/Panea_HIST1H3J_1.svg
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +<svg xmlns="http://www.w3.org/2000/svg" width="1852.75390625" height="1085.99609375" overflow="visible" viewBox="0 0 1852.75390625 1085.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_a3x3_clip_rect"><rect x="0" y="0" width="1747.998046875" height="15.99609375"/></clipPath><clipPath id="NbwFVmqgBUWU"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_ejpq_clip_rect"><rect x="0" y="0" width="1747.998046875" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_umj2_clip_rect"><rect x="0" y="0" width="1747.998046875" height="25"/></clipPath><clipPath id="4942E00438331HK27GCCXY5_axis_guid_cqgc_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="4942E00438331HK27GCCXY5_referenceFrame_0_guid_mlsn_clip_rect"><rect x="0" y="0" width="1747.998046875" height="200"/></clipPath><clipPath id="4942E00438331HK27GCCXY5_track_label_guid_08ox_clip_rect"><rect x="0" y="0" width="204.384765625" height="14.248046875"/></clipPath><clipPath id="4942HISEQKERMIT311C9FH8ANXX5_axis_guid_2zdb_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="4942HISEQKERMIT311C9FH8ANXX5_referenceFrame_0_guid_6did_clip_rect"><rect x="0" y="0" width="1747.998046875" height="200"/></clipPath><clipPath id="4942HISEQKERMIT311C9FH8ANXX5_track_label_guid_swcd_clip_rect"><rect x="0" y="0" width="249.599609375" height="14.248046875"/></clipPath><clipPath id="4942_rna_axis_guid_25vr_clip_rect"><rect x="0" y="0" width="50" height="500"/></clipPath><clipPath id="4942_rna_referenceFrame_0_guid_ima6_clip_rect"><rect x="0" y="0" width="1747.998046875" height="500"/></clipPath><clipPath id="4942_rna_track_label_guid_y93y_clip_rect"><rect x="0" y="0" width="64.1796875" height="14.248046875"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_o60a_clip_rect"><rect x="0" y="0" width="1747.998046875" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_npjp_clip_rect"><rect x="0" y="0" width="92.34375" height="14.248046875"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#NbwFVmqgBUWU)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1747.998046875" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(172,172,172)" stroke="none" x="24" y="1" width="19.444262481364895" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="43" y="1" width="29.678084839978006" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="73" y="1" width="35.81837825514586" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="108" y="1" width="10.233822358613097" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="119" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="137" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="156" y="1" width="102.33822358613105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="258" y="1" width="19.444262481364888" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="277" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="312" y="1" width="16.374115773780943" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="329" y="1" width="14.327351302058332" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="343" y="1" width="31.724849311700666" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="375" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="414" y="1" width="58.33278744409472" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="473" y="1" width="57.309405208233386" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="530" y="1" width="12.280586830335665" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="542" y="1" width="42.98205390617511" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="585" y="1" width="13.303969066196942" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 598.6786079788665 15.99609375 L 598.6786079788665 0 L 611.9825770450635 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 640.6372796491803 15.99609375 L 640.6372796491803 0 L 611.9825770450635 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="641" y="1" width="1.023382235861277" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="642" y="1" width="66.51984533098516" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="708" y="1" width="61.40293415167855" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="770" y="1" width="81.87057886890489" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="851" y="1" width="10.23382235861311" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="862" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="893" y="1" width="53.21587626478811" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="947" y="1" width="65.49646309512389" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1012" y="1" width="11.257204594474388" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1023" y="1" width="51.169111793065554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1075" y="1" width="94.15116569924044" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1169" y="1" width="37.8651427268685" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1207" y="1" width="2.0467644717227813" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1209" y="1" width="78.80043216132071" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1287" y="1" width="10.233822358613224" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1298" y="1" width="32.748231547562" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1330" y="1" width="9.210440122751606" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1340" y="1" width="38.88852496272989" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1378" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1415" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1455" y="1" width="29.678084839978055" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1485" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1520" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1557" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1588" y="1" width="55.262640736510775" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1644" y="1" width="35.818378255145944" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1679" y="1" width="68.62779782659004" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="285.5" y="0.5" width="1" height="14.99609375" stroke-miterlimit="10" stroke-dasharray=""/></g></g></g><g transform="translate(50,25.99609375)" clip-path="url(#ruler_referenceFrame_0_guid_ejpq_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1747.998046875" height="40"/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="32" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,700 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 64.5 34.5 L 64.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 170.5 34.5 L 170.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="245" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,705 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 277.5 34.5 L 277.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 383.5 34.5 L 383.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="458" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,710 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 490.5 34.5 L 490.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 596.5 34.5 L 596.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="671" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,715 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 703.5 34.5 L 703.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 810.5 34.5 L 810.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="885" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,720 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 917.5 34.5 L 917.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1023.5 34.5 L 1023.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1098" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,725 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1130.5 34.5 L 1130.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1236.5 34.5 L 1236.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1311" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,730 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1343.5 34.5 L 1343.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1449.5 34.5 L 1449.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1524" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,735 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1556.5 34.5 L 1556.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1662.5 34.5 L 1662.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1737" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,740 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1769.5 34.5 L 1769.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1875.5 34.5 L 1875.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 1747.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_umj2_clip_rect)"><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="17.706233326981707" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="60.897020293445124" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="102.69620569740853" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="145.33035203887195" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="188.51869759908536" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="230.59864472179876" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="273.5111113757622" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="315.8669374047256" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="358.779404058689" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="401.9701910251524" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="444.6043373666158" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="487.23848370807923" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="529.8726300495426" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="571.6718154535062" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="614.5842821074696" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="656.940108136433" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="699.8525747903964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="742.2084008193598" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="785.1208674733232" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="828.3116544397866" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="870.11083984375" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="913.0233064977134" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="955.6574528391768" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="998.8482398056402" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1041.4823861471036" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1083.281571551067" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1125.9157178925304" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1169.3848251714937" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1211.1840105754573" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1253.8181569169205" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1296.730623570884" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1339.3647699123474" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1382.2747951600609" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1424.3547422827742" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1467.2672089367377" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1510.4579959032012" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1552.2571813071645" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1595.169647961128" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1638.3604349275913" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1680.9945812690548" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1723.0720869855181" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1765.7062333269816" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g></g><g transform="translate(0,100.99609375)" clip-path="url(#4942E00438331HK27GCCXY5_axis_guid_cqgc_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">42</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,100.99609375)" clip-path="url(#4942E00438331HK27GCCXY5_referenceFrame_0_guid_mlsn_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="6" width="43" height="44"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 0 L 4860 0 L 4862 2 L 4860 3 L -1194 3 L -1194 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 3 L 2771 3 L 2773 5 L 2771 6 L -512 6 L -512 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 6 L -512 6 L -513 8 L -512 9 L 2771 9 L 2771 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -384 9 L 3496 9 L 3498 11 L 3496 12 L -384 12 L -384 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 213 12 L 3709 12 L 3711 14 L 3709 15 L 213 15 L 213 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 15 L 213 15 L 212 17 L 213 18 L 3709 18 L 3709 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 341 18 L -6097 18 L -6098 20 L -6097 21 L 341 21 L 341 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5457 18 L 767 18 L 766 20 L 767 21 L 5457 21 L 5457 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 469 21 L -5969 21 L -5970 23 L -5969 24 L 469 24 L 469 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4306 21 L 767 21 L 766 23 L 767 24 L 4306 24 L 4306 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3496 24 L -384 24 L -385 26 L -384 27 L 3496 27 L 3496 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 27 L -5244 27 L -5245 29 L -5244 30 L 1194 30 L 1194 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 27 L 7717 27 L 7718 29 L 7717 30 L 1364 30 L 1364 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5116 30 L 1322 30 L 1323 32 L 1322 33 L -5116 33 L -5116 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 30 L 7887 30 L 7889 32 L 7887 33 L 1450 33 L 1450 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 33 L -4988 33 L -4990 35 L -4988 36 L 1407 36 L 1407 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 8015 33 L 1577 33 L 1576 35 L 1577 36 L 8015 36 L 8015 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 36 L -4690 36 L -4691 38 L -4690 39 L 1748 39 L 1748 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3922 39 L 2515 39 L 2517 41 L 2515 42 L -3922 42 L -3922 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3709 42 L 1492 42 L 1494 44 L 1492 45 L -3709 45 L -3709 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 45 L -3709 45 L -3711 47 L -3709 48 L 1492 48 L 1492 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 48 L -3667 48 L -3668 50 L -3667 51 L 2771 51 L 2771 48 Z"/></g><g><path fill="rgb(240, 230, 133)" stroke="none" paint-order="stroke fill markers" d=" M 3283 51 L -3155 51 L -3156 53 L -3155 54 L 3283 54 L 3283 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2601 54 L 2388 54 L 2389 56 L 2388 57 L -2601 57 L -2601 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2388 57 L -2601 57 L -2602 59 L -2601 60 L 2388 60 L 2388 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2260 60 L 2771 60 L 2773 62 L 2771 63 L -2260 63 L -2260 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 63 L -2260 63 L -2261 65 L -2260 66 L 2771 66 L 2771 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 66 L -2132 66 L -2133 68 L -2132 69 L 1748 69 L 1748 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4690 69 L -1748 69 L -1749 71 L -1748 72 L 4690 72 L 4690 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1535 72 L 2217 72 L 2218 74 L 2217 75 L -1535 75 L -1535 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2217 75 L -1535 75 L -1536 77 L -1535 78 L 2217 78 L 2217 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 78 L 4477 78 L 4478 80 L 4477 81 L -1279 81 L -1279 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4477 81 L -1279 81 L -1281 83 L -1279 84 L 4477 84 L 4477 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 84 L 3752 84 L 3753 86 L 3752 87 L -853 87 L -853 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 87 L -853 87 L -854 89 L -853 90 L 3752 90 L 3752 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 90 L 5457 90 L 5459 92 L 5457 93 L 725 93 L 725 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6054 93 L 384 93 L 385 95 L 384 96 L -6054 96 L -6054 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 93 L 4306 93 L 4308 95 L 4306 96 L 767 96 L 767 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 96 L -5457 96 L -5459 98 L -5457 99 L 981 99 L 981 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 96 L 1194 96 L 1192 98 L 1194 99 L 3709 99 L 3709 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1066 99 L -5372 99 L -5373 101 L -5372 102 L 1066 102 L 1066 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7717 99 L 1279 99 L 1278 101 L 1279 102 L 7717 102 L 7717 99 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1322" y="99" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2856 102 L 3539 102 L 3540 104 L 3539 105 L -2856 105 L -2856 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2132 105 L 1748 105 L 1750 107 L 1748 108 L -2132 108 L -2132 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1833 108 L 3411 108 L 3412 110 L 3411 111 L -1833 111 L -1833 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3411 111 L -1833 111 L -1835 113 L -1833 114 L 3411 114 L 3411 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4860 114 L -1194 114 L -1195 116 L -1194 117 L 4860 117 L 4860 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 117 L 6608 117 L 6610 119 L 6608 120 L 1151 120 L 1151 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 120 L -5670 120 L -5672 122 L -5670 123 L 767 123 L 767 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6608 120 L 1151 120 L 1150 122 L 1151 123 L 6608 123 L 6608 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5628 123 L 810 123 L 812 125 L 810 126 L -5628 126 L -5628 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 123 L 3709 123 L 3711 125 L 3709 126 L 1194 126 L 1194 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1407 132 L 597 132 L 598 134 L 597 135 L -1407 135 L -1407 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 135 L -1407 135 L -1408 137 L -1407 138 L 597 138 L 597 135 Z"/></g></g></g><g transform="translate(57.998046875,108.994140625)" clip-path="url(#4942E00438331HK27GCCXY5_track_label_guid_08ox_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="204.384765625" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.06396484375" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4942.E00438:331:HK27GCCXY:5</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="204.384765625" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,305.99609375)" clip-path="url(#4942HISEQKERMIT311C9FH8ANXX5_axis_guid_2zdb_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">36</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,305.99609375)" clip-path="url(#4942HISEQKERMIT311C9FH8ANXX5_referenceFrame_0_guid_6did_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="7" width="43" height="43"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 0 L 4391 0 L 4393 2 L 4391 3 L -938 3 L -938 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4349 3 L -767 3 L -769 5 L -767 6 L 4349 6 L 4349 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -725 6 L 4391 6 L 4393 8 L 4391 9 L -725 9 L -725 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4604 9 L -682 9 L -684 11 L -682 12 L 4604 12 L 4604 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -213 12 L 5073 12 L 5075 14 L 5073 15 L -213 15 L -213 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 15 L 4349 15 L 4350 17 L 4349 18 L -171 18 L -171 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4349 18 L -171 18 L -172 20 L -171 21 L 4349 21 L 4349 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 43 21 L 4391 21 L 4393 23 L 4391 24 L 43 24 L 43 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4391 24 L 43 24 L 41 26 L 43 27 L 4391 27 L 4391 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 213 27 L 5542 27 L 5544 29 L 5542 30 L 213 30 L 213 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5585 30 L 256 30 L 254 32 L 256 33 L 5585 33 L 5585 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 33 L -4050 33 L -4052 35 L -4050 36 L 1279 36 L 1279 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 36 L -4008 36 L -4009 38 L -4008 39 L 1322 39 L 1322 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 39 L -3837 39 L -3839 41 L -3837 42 L 1492 42 L 1492 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 42 L -3709 42 L -3711 44 L -3709 45 L 1620 45 L 1620 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3709 45 L 1108 45 L 1110 47 L 1108 48 L -3709 48 L -3709 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 48 L -3709 48 L -3711 50 L -3709 51 L 1322 51 L 1322 48 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1108" y="48" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 51 L -3198 51 L -3199 53 L -3198 54 L 2132 54 L 2132 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2174 54 L -3155 54 L -3156 56 L -3155 57 L 2174 57 L 2174 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3070 57 L 2260 57 L 2261 59 L 2260 60 L -3070 60 L -3070 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2856 60 L 1748 60 L 1750 62 L 1748 63 L -2856 63 L -2856 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 63 L -2856 63 L -2858 65 L -2856 66 L 1748 66 L 1748 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2729 66 L 2601 66 L 2602 68 L 2601 69 L -2729 69 L -2729 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 69 L -2430 69 L -2432 71 L -2430 72 L 2899 72 L 2899 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 72 L -2260 72 L -2261 74 L -2260 75 L 2856 75 L 2856 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3539 75 L -1748 75 L -1749 77 L -1748 78 L 3539 78 L 3539 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3624 78 L -1705 78 L -1707 80 L -1705 81 L 3624 81 L 3624 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4818 81 L -512 81 L -513 83 L -512 84 L 4818 84 L 4818 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 84 L 6097 84 L 6098 86 L 6097 87 L 767 87 L 767 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 87 L -4178 87 L -4180 89 L -4178 90 L 1023 90 L 1023 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3368 90 L 1919 90 L 1920 92 L 1919 93 L -3368 93 L -3368 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1791 93 L 3539 93 L 3540 95 L 3539 96 L -1791 96 L -1791 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 96 L 2984 96 L 2986 98 L 2984 99 L -1279 99 L -1279 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 99 L 6225 99 L 6226 101 L 6225 102 L 895 102 L 895 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6182 102 L 938 102 L 936 104 L 938 105 L 6182 105 L 6182 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 938 105 L 6267 105 L 6269 107 L 6267 108 L 938 108 L 938 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6395 108 L 1066 108 L 1064 110 L 1066 111 L 6395 111 L 6395 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6566 111 L 1407 111 L 1405 113 L 1407 114 L 6566 114 L 6566 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5329 114 L 0 114 L 2 116 L 0 117 L -5329 117 L -5329 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 114 L 5670 114 L 5672 116 L 5670 117 L 1407 117 L 1407 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5116 117 L 128 117 L 129 119 L 128 120 L -5116 120 L -5116 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5670 117 L 1407 117 L 1405 119 L 1407 120 L 5670 120 L 5670 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5073 123 L 128 123 L 129 125 L 128 126 L -5073 126 L -5073 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4988 126 L 128 126 L 129 128 L 128 129 L -4988 129 L -4988 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 426 129 L -4860 129 L -4862 131 L -4860 132 L 426 132 L 426 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4690 138 L 597 138 L 598 140 L 597 141 L -4690 141 L -4690 138 Z"/></g></g></g><g transform="translate(57.998046875,313.994140625)" clip-path="url(#4942HISEQKERMIT311C9FH8ANXX5_track_label_guid_swcd_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="249.599609375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.93359375" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4942.HISEQ-KERMIT:311:C9FH8ANXX:5</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="249.599609375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,510.99609375)" clip-path="url(#4942_rna_axis_guid_25vr_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">192</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,510.99609375)" clip-path="url(#4942_rna_referenceFrame_0_guid_ima6_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="500"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="13" width="43" height="37"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 0 L -469 0 L -470 2 L -469 3 L 1663 3 L 1663 0 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 3 L -1577 3 L -1579 5 L -1577 6 L 512 6 L 512 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 682 3 L 2814 3 L 2815 5 L 2814 6 L 682 6 L 682 3 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3247102 6 L -3248551 6 L -3248553 8 L -3248551 9 L -3247102 9 L -3247102 6 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3247102 6 L -3248551 6 L -3248553 8 L -3248551 9 L -3247102 9 L -3247102 6 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g/><g><rect fill="none" stroke="rgb(185, 185, 185)" x="95969.46341463414" y="6" width="682.14634146342" height="3" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -3247101.5 7.5 L 95969.5 7.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(200,0,0)" stroke="none" paint-order="stroke fill markers" d=" M -3246846 9 L -3248551 9 L -3248553 11 L -3248551 12 L -3246846 12 L -3246846 9 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(200, 0, 0)" paint-order="fill stroke markers" d=" M -3246846 9 L -3248551 9 L -3248553 11 L -3248551 12 L -3246846 12 L -3246846 9 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g/><g><rect fill="none" stroke="rgb(200, 0, 0)" x="1504772.1951219512" y="9" width="426.3414634147193" height="3" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -3246846.5 10.5 L 1504772.5 10.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2245540 12 L -2246692 12 L -2246693 14 L -2246692 15 L -2245540 15 L -2245540 12 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -2245540.5 13.5 L 92047.5 13.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2245114 15 L -2245668 15 L -2245670 17 L -2245668 18 L -2245114 18 L -2245114 15 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -2245114.5 16.5 L 91706.5 16.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 127348 18 L 128883 18 L 128885 20 L 128883 21 L 127348 21 L 127348 18 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -2209088.5 19.5 L 127348.5 19.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g/><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 127348 21 L 128926 21 L 128927 23 L 128926 24 L 127348 24 L 127348 21 Z"/></g><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -2209088.5 22.5 L 127348.5 22.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2203120 24 L -2203674 24 L -2203675 26 L -2203674 27 L -2203120 27 L -2203120 24 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -2203119.5 25.5 L 133316.5 25.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M -1011325 27 L -1012945 27 L -1012946 29 L -1012945 30 L -1011325 30 L -1011325 27 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -1011324.5 28.5 L 10101265.5 28.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 30 L -1620 30 L -1622 32 L -1620 33 L 512 33 L 512 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 30 L 640 30 L 638 32 L 640 33 L 2771 33 L 2771 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 33 L -1620 33 L -1622 35 L -1620 36 L 512 36 L 512 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 640 33 L 2686 33 L 2687 35 L 2686 36 L 640 36 L 640 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 36 L -1620 36 L -1622 38 L -1620 39 L 512 39 L 512 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2814 36 L 682 36 L 681 38 L 682 39 L 2814 39 L 2814 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 85 39 L -1577 39 L -1579 41 L -1577 42 L 85 42 L 85 39 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="128" y="39" width="468.9756097560976" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 85.5 40.5 L 127.5 40.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 39 L 853 39 L 851 41 L 853 42 L 2984 42 L 2984 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 42 L 554 42 L 556 44 L 554 45 L -1577 45 L -1577 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 42 L 853 42 L 851 44 L 853 45 L 2984 45 L 2984 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 45 L -1535 45 L -1536 47 L -1535 48 L 597 48 L 597 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 45 L 853 45 L 851 47 L 853 48 L 2984 48 L 2984 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 48 L -1535 48 L -1536 50 L -1535 51 L 597 51 L 597 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 48 L 853 48 L 851 50 L 853 51 L 2984 51 L 2984 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 384 51 L -1066 51 L -1067 53 L -1066 54 L 384 54 L 384 51 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="469" y="51" width="682.1463414634145" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 383.5 52.5 L 468.5 52.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 51 L 1450 51 L 1448 53 L 1450 54 L 3581 54 L 3581 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 54 L -1023 54 L -1025 56 L -1023 57 L 1108 57 L 1108 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 54 L 1450 54 L 1448 56 L 1450 57 L 3581 57 L 3581 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 57 L -1023 57 L -1025 59 L -1023 60 L 1108 60 L 1108 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 57 L 1450 57 L 1448 59 L 1450 60 L 3581 60 L 3581 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 384 60 L -1023 60 L -1025 62 L -1023 63 L 384 63 L 384 60 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="426" y="60" width="724.780487804878" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 383.5 61.5 L 426.5 61.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 60 L 1450 60 L 1448 62 L 1450 63 L 3581 63 L 3581 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 63 L -1023 63 L -1025 65 L -1023 66 L 1108 66 L 1108 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 63 L 1450 63 L 1448 65 L 1450 66 L 3581 66 L 3581 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 66 L -1023 66 L -1025 68 L -1023 69 L 1108 69 L 1108 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 66 L 1535 66 L 1533 68 L 1535 69 L 3667 69 L 3667 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 69 L -1023 69 L -1025 71 L -1023 72 L 1108 72 L 1108 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 69 L 1535 69 L 1533 71 L 1535 72 L 3667 72 L 3667 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 72 L -1023 72 L -1025 74 L -1023 75 L 1108 75 L 1108 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 72 L 1577 72 L 1576 74 L 1577 75 L 3709 75 L 3709 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 75 L -1023 75 L -1025 77 L -1023 78 L 1108 78 L 1108 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 75 L 1577 75 L 1576 77 L 1577 78 L 3709 78 L 3709 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 78 L -1023 78 L -1025 80 L -1023 81 L 1108 81 L 1108 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 78 L 1620 78 L 1619 80 L 1620 81 L 3752 81 L 3752 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 81 L -1023 81 L -1025 83 L -1023 84 L 1108 84 L 1108 81 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="554" y="81" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2686 81 L 1620 81 L 1619 83 L 1620 84 L 2686 84 L 2686 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 84 L 1108 84 L 1110 86 L 1108 87 L -1023 87 L -1023 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 84 L 1620 84 L 1619 86 L 1620 87 L 3752 87 L 3752 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 87 L 1108 87 L 1110 89 L 1108 90 L -1023 90 L -1023 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 87 L 1663 87 L 1661 89 L 1663 90 L 3794 90 L 3794 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 90 L -981 90 L -982 92 L -981 93 L 1151 93 L 1151 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 90 L 1663 90 L 1661 92 L 1663 93 L 3794 93 L 3794 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 93 L -981 93 L -982 95 L -981 96 L 1151 96 L 1151 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 93 L 1663 93 L 1661 95 L 1663 96 L 3794 96 L 3794 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 96 L -981 96 L -982 98 L -981 99 L 1151 99 L 1151 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 96 L 1705 96 L 1704 98 L 1705 99 L 3837 99 L 3837 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 99 L -981 99 L -982 101 L -981 102 L 1151 102 L 1151 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 99 L 1705 99 L 1704 101 L 1705 102 L 3752 102 L 3752 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 102 L -981 102 L -982 104 L -981 105 L 1151 105 L 1151 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 102 L 1705 102 L 1704 104 L 1705 105 L 3837 105 L 3837 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 105 L -981 105 L -982 107 L -981 108 L 1151 108 L 1151 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 105 L 1705 105 L 1704 107 L 1705 108 L 3837 108 L 3837 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 108 L -981 108 L -982 110 L -981 111 L 1151 111 L 1151 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 108 L 1705 108 L 1704 110 L 1705 111 L 3837 111 L 3837 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 111 L -981 111 L -982 113 L -981 114 L 1151 114 L 1151 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 111 L 1705 111 L 1704 113 L 1705 114 L 3837 114 L 3837 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 114 L -981 114 L -982 116 L -981 117 L 1151 117 L 1151 114 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="213" y="114" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 114 L 1705 114 L 1704 116 L 1705 117 L 3837 117 L 3837 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 117 L -981 117 L -982 119 L -981 120 L 1151 120 L 1151 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3880 117 L 1748 117 L 1747 119 L 1748 120 L 3880 120 L 3880 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 120 L -981 120 L -982 122 L -981 123 L 1151 123 L 1151 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3880 120 L 1748 120 L 1747 122 L 1748 123 L 3880 123 L 3880 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 426 123 L -981 123 L -982 125 L -981 126 L 426 126 L 426 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2686 123 L 554 123 L 553 125 L 554 126 L 2686 126 L 2686 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 126 L 1108 126 L 1110 128 L 1108 129 L -981 129 L -981 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3880 126 L 1748 126 L 1747 128 L 1748 129 L 3880 129 L 3880 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 129 L 1151 129 L 1153 131 L 1151 132 L -981 132 L -981 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3880 129 L 1748 129 L 1747 131 L 1748 132 L 3880 132 L 3880 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 132 L -938 132 L -939 134 L -938 135 L 1194 135 L 1194 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3880 132 L 1748 132 L 1747 134 L 1748 135 L 3880 135 L 3880 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 135 L 1194 135 L 1195 137 L 1194 138 L -938 138 L -938 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 135 L 1748 135 L 1747 137 L 1748 138 L 3837 138 L 3837 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 138 L 1151 138 L 1153 140 L 1151 141 L -938 141 L -938 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 141 L 1194 141 L 1195 143 L 1194 144 L -938 144 L -938 141 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 144 L 1236 144 L 1238 146 L 1236 147 L -895 147 L -895 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 147 L -853 147 L -854 149 L -853 150 L 1279 150 L 1279 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 150 L -853 150 L -854 152 L -853 153 L 1279 153 L 1279 150 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="128" y="150" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -853 153 L 1279 153 L 1281 155 L 1279 156 L -853 156 L -853 153 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 156 L -767 156 L -769 158 L -767 159 L 1364 159 L 1364 156 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 159 L -767 159 L -769 161 L -767 162 L 1364 162 L 1364 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 162 L -767 162 L -769 164 L -767 165 L 1364 165 L 1364 162 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 165 L -725 165 L -726 167 L -725 168 L 1407 168 L 1407 165 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 168 L -725 168 L -726 170 L -725 171 L 1407 171 L 1407 168 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 171 L -725 171 L -726 173 L -725 174 L 1407 174 L 1407 171 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 384 174 L -725 174 L -726 176 L -725 177 L 384 177 L 384 174 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="426" y="174" width="1023.219512195122" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 383.5 175.5 L 426.5 175.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="640" y="174" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 177 L -682 177 L -684 179 L -682 180 L 1450 180 L 1450 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 180 L -682 180 L -684 182 L -682 183 L 1450 183 L 1450 180 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 183 L -682 183 L -684 185 L -682 186 L 1450 186 L 1450 183 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 186 L -682 186 L -684 188 L -682 189 L 1450 189 L 1450 186 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 189 L -682 189 L -684 191 L -682 192 L 1450 192 L 1450 189 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 192 L -682 192 L -684 194 L -682 195 L 1450 195 L 1450 192 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 195 L -682 195 L -684 197 L -682 198 L 1450 198 L 1450 195 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 198 L -682 198 L -684 200 L -682 201 L 1450 201 L 1450 198 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 201 L -640 201 L -641 203 L -640 204 L 1492 204 L 1492 201 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 204 L -597 204 L -598 206 L -597 207 L 1535 207 L 1535 204 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 207 L -597 207 L -598 209 L -597 210 L 1535 210 L 1535 207 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -597 210 L 1535 210 L 1536 212 L 1535 213 L -597 213 L -597 210 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1194" y="210" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 213 L -554 213 L -556 215 L -554 216 L 1577 216 L 1577 213 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 216 L -554 216 L -556 218 L -554 219 L 1577 219 L 1577 216 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 219 L -554 219 L -556 221 L -554 222 L 1577 222 L 1577 219 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 222 L -554 222 L -556 224 L -554 225 L 1577 225 L 1577 222 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 225 L -554 225 L -556 227 L -554 228 L 1577 228 L 1577 225 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 228 L -554 228 L -556 230 L -554 231 L 1577 231 L 1577 228 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 231 L -554 231 L -556 233 L -554 234 L 1577 234 L 1577 231 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 234 L -512 234 L -513 236 L -512 237 L 1620 237 L 1620 234 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 237 L -512 237 L -513 239 L -512 240 L 1535 240 L 1535 237 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 240 L 1620 240 L 1622 242 L 1620 243 L -512 243 L -512 240 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -469 243 L 1620 243 L 1622 245 L 1620 246 L -469 246 L -469 243 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1236" y="243" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -469 246 L 1663 246 L 1664 248 L 1663 249 L -469 249 L -469 246 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 249 L -426 249 L -428 251 L -426 252 L 1577 252 L 1577 249 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 252 L -384 252 L -385 254 L -384 255 L 1748 255 L 1748 252 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 255 L -341 255 L -343 257 L -341 258 L 1791 258 L 1791 255 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1833 258 L -298 258 L -300 260 L -298 261 L 1833 261 L 1833 258 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1876 261 L -256 261 L -257 263 L -256 264 L 1876 264 L 1876 261 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1876 264 L -256 264 L -257 266 L -256 267 L 1876 267 L 1876 264 Z"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="767" y="264" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="1066" y="264" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 267 L -213 267 L -215 269 L -213 270 L 1919 270 L 1919 267 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 270 L -213 270 L -215 272 L -213 273 L 1919 273 L 1919 270 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 273 L -213 273 L -215 275 L -213 276 L 1919 276 L 1919 273 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 276 L -213 276 L -215 278 L -213 279 L 1919 279 L 1919 276 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 279 L -171 279 L -172 281 L -171 282 L 1961 282 L 1961 279 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 282 L -171 282 L -172 284 L -171 285 L 1919 285 L 1919 282 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 285 L -171 285 L -172 287 L -171 288 L 1961 288 L 1961 285 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 288 L -171 288 L -172 290 L -171 291 L 1961 291 L 1961 288 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 291 L -171 291 L -172 293 L -171 294 L 1961 294 L 1961 291 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 294 L 1961 294 L 1963 296 L 1961 297 L -171 297 L -171 294 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 297 L 1919 297 L 1920 299 L 1919 300 L -171 300 L -171 297 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 300 L -85 300 L -87 302 L -85 303 L 2046 303 L 2046 300 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 303 L -85 303 L -87 305 L -85 306 L 2046 306 L 2046 303 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="640" y="303" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 306 L -85 306 L -87 308 L -85 309 L 2046 309 L 2046 306 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 309 L -85 309 L -87 311 L -85 312 L 1961 312 L 1961 309 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 312 L -85 312 L -87 314 L -85 315 L 2046 315 L 2046 312 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2004 315 L -85 315 L -87 317 L -85 318 L 2004 318 L 2004 315 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 318 L -85 318 L -87 320 L -85 321 L 2046 321 L 2046 318 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 321 L -85 321 L -87 323 L -85 324 L 2046 324 L 2046 321 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 324 L -85 324 L -87 326 L -85 327 L 2046 327 L 2046 324 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -85 327 L 1961 327 L 1963 329 L 1961 330 L -85 330 L -85 327 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1066" y="327" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -85 330 L 2004 330 L 2005 332 L 2004 333 L -85 333 L -85 330 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2089 333 L -43 333 L -44 335 L -43 336 L 2089 336 L 2089 333 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2089 336 L -43 336 L -44 338 L -43 339 L 2089 339 L 2089 336 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 339 L 0 339 L -1 341 L 0 342 L 2132 342 L 2132 339 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 342 L 0 342 L -1 344 L 0 345 L 2132 345 L 2132 342 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 345 L 0 345 L -1 347 L 0 348 L 2132 348 L 2132 345 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 348 L 0 348 L -1 350 L 0 351 L 2132 351 L 2132 348 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 351 L 0 351 L -1 353 L 0 354 L 2132 354 L 2132 351 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 354 L 0 354 L -1 356 L 0 357 L 2132 357 L 2132 354 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 357 L 0 357 L -1 359 L 0 360 L 2132 360 L 2132 357 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 360 L 0 360 L -1 362 L 0 363 L 2132 363 L 2132 360 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1194" y="360" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 363 L 43 363 L 41 365 L 43 366 L 2132 366 L 2132 363 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="128" y="363" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2174 366 L 43 366 L 41 368 L 43 369 L 2174 369 L 2174 366 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2217 369 L 85 369 L 84 371 L 85 372 L 2217 372 L 2217 369 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 372 L 128 372 L 126 374 L 128 375 L 2260 375 L 2260 372 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 375 L 128 375 L 126 377 L 128 378 L 2260 378 L 2260 375 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1535" y="375" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 378 L 128 378 L 126 380 L 128 381 L 2260 381 L 2260 378 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 381 L 128 381 L 126 383 L 128 384 L 2260 384 L 2260 381 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 384 L 128 384 L 126 386 L 128 387 L 2260 387 L 2260 384 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 387 L 128 387 L 126 389 L 128 390 L 2260 390 L 2260 387 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 128 390 L 2217 390 L 2218 392 L 2217 393 L 128 393 L 128 390 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2302 393 L 171 393 L 169 395 L 171 396 L 2302 396 L 2302 393 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2302 396 L 171 396 L 169 398 L 171 399 L 2302 399 L 2302 396 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2345 399 L 213 399 L 212 401 L 213 402 L 2345 402 L 2345 399 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2388 402 L 256 402 L 254 404 L 256 405 L 2388 405 L 2388 402 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2388 405 L 256 405 L 254 407 L 256 408 L 2388 408 L 2388 405 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1535" y="405" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 256 408 L 2345 408 L 2346 410 L 2345 411 L 256 411 L 256 408 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="640" y="408" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2473 411 L 341 411 L 340 413 L 341 414 L 2473 414 L 2473 411 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2473 414 L 341 414 L 340 416 L 341 417 L 2473 417 L 2473 414 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2473 417 L 341 417 L 340 419 L 341 420 L 2473 420 L 2473 417 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2473 420 L 341 420 L 340 422 L 341 423 L 2473 423 L 2473 420 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2515 423 L 384 423 L 382 425 L 384 426 L 2515 426 L 2515 423 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2558 426 L 426 426 L 425 428 L 426 429 L 2558 429 L 2558 426 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2388 429 L 469 429 L 467 431 L 469 432 L 2388 432 L 2388 429 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 432 L 2601 432 L 2602 434 L 2601 435 L 512 435 L 512 432 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2686 435 L 554 435 L 553 437 L 554 438 L 2686 438 L 2686 435 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 438 L -1236 438 L -1238 440 L -1236 441 L 895 441 L 895 438 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3496 438 L 1364 438 L 1363 440 L 1364 441 L 3496 441 L 3496 438 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 441 L -1236 441 L -1238 443 L -1236 444 L 895 444 L 895 441 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3496 441 L 1364 441 L 1363 443 L 1364 444 L 3496 444 L 3496 441 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 444 L -1236 444 L -1238 446 L -1236 447 L 895 447 L 895 444 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="640" y="444" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3496 444 L 1364 444 L 1363 446 L 1364 447 L 3496 447 L 3496 444 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 447 L -1236 447 L -1238 449 L -1236 450 L 895 450 L 895 447 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3539 447 L 1407 447 L 1405 449 L 1407 450 L 3539 450 L 3539 447 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 450 L -1151 450 L -1153 452 L -1151 453 L 981 453 L 981 450 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 450 L 1450 450 L 1448 452 L 1450 453 L 3581 453 L 3581 450 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 453 L -1151 453 L -1153 455 L -1151 456 L 981 456 L 981 453 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 453 L 1450 453 L 1448 455 L 1450 456 L 3581 456 L 3581 453 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 456 L -1151 456 L -1153 458 L -1151 459 L 981 459 L 981 456 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 456 L 1450 456 L 1448 458 L 1450 459 L 3581 459 L 3581 456 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 459 L -1151 459 L -1153 461 L -1151 462 L 981 462 L 981 459 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 459 L 1450 459 L 1448 461 L 1450 462 L 3581 462 L 3581 459 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 462 L -1108 462 L -1110 464 L -1108 465 L 1023 465 L 1023 462 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 462 L 1450 462 L 1448 464 L 1450 465 L 3581 465 L 3581 462 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 465 L -981 465 L -982 467 L -981 468 L 1151 468 L 1151 465 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 465 L 1705 465 L 1704 467 L 1705 468 L 3837 468 L 3837 465 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 468 L 1066 468 L 1067 470 L 1066 471 L -938 471 L -938 468 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 384 471 L -85 471 L -87 473 L -85 474 L 384 474 L 384 471 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="469" y="471" width="1662.731707317073" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 383.5 472.5 L 468.5 472.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2515 474 L 384 474 L 382 476 L 384 477 L 2515 477 L 2515 474 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2515 477 L 384 477 L 382 479 L 384 480 L 2515 480 L 2515 477 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 480 L 469 480 L 467 482 L 469 483 L 1748 483 L 1748 480 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 483 L -895 483 L -897 485 L -895 486 L 1194 486 L 1194 483 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 486 L 1066 486 L 1067 488 L 1066 489 L -895 489 L -895 486 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 489 L -767 489 L -769 491 L -767 492 L 1364 492 L 1364 489 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="810" y="489" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1108" y="489" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 492 L 128 492 L 126 494 L 128 495 L 2260 495 L 2260 492 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 495 L -767 495 L -769 497 L -767 498 L 1364 498 L 1364 495 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="0" y="495" width="42.63414634146341" height="3" fill-opacity="0.6"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -128 498 L 1066 498 L 1067 500 L 1066 501 L -128 501 L -128 498 Z"/></g></g></g><g transform="translate(57.998046875,518.994140625)" clip-path="url(#4942_rna_track_label_guid_y93y_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="64.1796875" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.36669921875" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4942_rna</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="64.1796875" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,1015.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_o60a_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -16370.5 17.5 L 5456.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 15.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 19.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 15.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 19.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 15.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 19.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 15.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 19.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 15.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 19.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 15.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 19.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 15.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 19.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 15.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 19.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 15.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 19.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 15.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 19.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 15.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 19.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 15.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 19.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 15.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 19.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 15.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 19.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 15.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 19.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 15.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 19.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 15.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 19.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 15.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 19.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 15.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 19.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 15.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 19.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 15.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 19.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 15.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 19.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 15.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 19.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 15.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 19.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 15.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 19.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 15.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 19.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 15.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 19.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 15.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 19.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 15.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 19.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 15.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 19.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 917.5 15.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 917.5 19.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 947.5 15.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 947.5 19.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 977.5 15.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 977.5 19.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1007.5 15.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1007.5 19.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1037.5 15.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1037.5 19.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1067.5 15.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1067.5 19.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1097.5 15.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1097.5 19.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1127.5 15.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1127.5 19.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1157.5 15.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1157.5 19.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1187.5 15.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1187.5 19.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1217.5 15.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1217.5 19.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1247.5 15.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1247.5 19.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1277.5 15.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1277.5 19.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1307.5 15.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1307.5 19.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1337.5 15.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1337.5 19.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1367.5 15.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1367.5 19.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1397.5 15.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1397.5 19.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1427.5 15.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1427.5 19.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1457.5 15.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1457.5 19.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1487.5 15.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1487.5 19.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1517.5 15.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1517.5 19.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1547.5 15.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1547.5 19.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1577.5 15.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1577.5 19.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1607.5 15.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1607.5 19.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1637.5 15.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1637.5 19.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1667.5 15.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1667.5 19.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1697.5 15.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1697.5 19.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1727.5 15.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1727.5 19.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-13515" y="10" width="17523" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13497.5 15.5 L -13499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13497.5 19.5 L -13499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13467.5 15.5 L -13469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13467.5 19.5 L -13469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13437.5 15.5 L -13439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13437.5 19.5 L -13439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13407.5 15.5 L -13409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13407.5 19.5 L -13409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13377.5 15.5 L -13379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13377.5 19.5 L -13379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13347.5 15.5 L -13349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13347.5 19.5 L -13349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13317.5 15.5 L -13319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13317.5 19.5 L -13319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13287.5 15.5 L -13289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13287.5 19.5 L -13289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13257.5 15.5 L -13259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13257.5 19.5 L -13259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13227.5 15.5 L -13229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13227.5 19.5 L -13229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13197.5 15.5 L -13199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13197.5 19.5 L -13199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13167.5 15.5 L -13169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13167.5 19.5 L -13169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13137.5 15.5 L -13139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13137.5 19.5 L -13139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13107.5 15.5 L -13109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13107.5 19.5 L -13109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13077.5 15.5 L -13079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13077.5 19.5 L -13079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13047.5 15.5 L -13049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13047.5 19.5 L -13049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13017.5 15.5 L -13019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13017.5 19.5 L -13019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12987.5 15.5 L -12989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12987.5 19.5 L -12989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12957.5 15.5 L -12959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12957.5 19.5 L -12959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12927.5 15.5 L -12929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12927.5 19.5 L -12929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12897.5 15.5 L -12899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12897.5 19.5 L -12899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12867.5 15.5 L -12869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12867.5 19.5 L -12869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12837.5 15.5 L -12839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12837.5 19.5 L -12839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12807.5 15.5 L -12809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12807.5 19.5 L -12809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12777.5 15.5 L -12779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12777.5 19.5 L -12779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12747.5 15.5 L -12749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12747.5 19.5 L -12749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12717.5 15.5 L -12719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12717.5 19.5 L -12719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12687.5 15.5 L -12689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12687.5 19.5 L -12689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12657.5 15.5 L -12659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12657.5 19.5 L -12659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12627.5 15.5 L -12629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12627.5 19.5 L -12629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12597.5 15.5 L -12599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12597.5 19.5 L -12599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12567.5 15.5 L -12569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12567.5 19.5 L -12569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12537.5 15.5 L -12539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12537.5 19.5 L -12539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12507.5 15.5 L -12509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12507.5 19.5 L -12509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12477.5 15.5 L -12479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12477.5 19.5 L -12479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12447.5 15.5 L -12449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12447.5 19.5 L -12449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12417.5 15.5 L -12419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12417.5 19.5 L -12419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12387.5 15.5 L -12389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12387.5 19.5 L -12389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12357.5 15.5 L -12359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12357.5 19.5 L -12359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12327.5 15.5 L -12329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12327.5 19.5 L -12329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12297.5 15.5 L -12299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12297.5 19.5 L -12299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12267.5 15.5 L -12269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12267.5 19.5 L -12269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12237.5 15.5 L -12239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12237.5 19.5 L -12239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12207.5 15.5 L -12209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12207.5 19.5 L -12209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12177.5 15.5 L -12179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12177.5 19.5 L -12179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12147.5 15.5 L -12149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12147.5 19.5 L -12149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12117.5 15.5 L -12119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12117.5 19.5 L -12119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12087.5 15.5 L -12089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12087.5 19.5 L -12089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12057.5 15.5 L -12059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12057.5 19.5 L -12059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12027.5 15.5 L -12029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12027.5 19.5 L -12029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11997.5 15.5 L -11999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11997.5 19.5 L -11999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11967.5 15.5 L -11969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11967.5 19.5 L -11969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11937.5 15.5 L -11939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11937.5 19.5 L -11939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11907.5 15.5 L -11909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11907.5 19.5 L -11909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11877.5 15.5 L -11879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11877.5 19.5 L -11879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11847.5 15.5 L -11849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11847.5 19.5 L -11849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11817.5 15.5 L -11819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11817.5 19.5 L -11819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11787.5 15.5 L -11789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11787.5 19.5 L -11789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11757.5 15.5 L -11759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11757.5 19.5 L -11759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11727.5 15.5 L -11729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11727.5 19.5 L -11729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11697.5 15.5 L -11699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11697.5 19.5 L -11699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11667.5 15.5 L -11669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11667.5 19.5 L -11669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11637.5 15.5 L -11639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11637.5 19.5 L -11639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11607.5 15.5 L -11609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11607.5 19.5 L -11609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11577.5 15.5 L -11579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11577.5 19.5 L -11579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11547.5 15.5 L -11549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11547.5 19.5 L -11549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11517.5 15.5 L -11519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11517.5 19.5 L -11519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11487.5 15.5 L -11489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11487.5 19.5 L -11489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11457.5 15.5 L -11459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11457.5 19.5 L -11459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11427.5 15.5 L -11429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11427.5 19.5 L -11429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11397.5 15.5 L -11399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11397.5 19.5 L -11399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11367.5 15.5 L -11369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11367.5 19.5 L -11369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11337.5 15.5 L -11339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11337.5 19.5 L -11339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11307.5 15.5 L -11309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11307.5 19.5 L -11309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11277.5 15.5 L -11279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11277.5 19.5 L -11279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11247.5 15.5 L -11249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11247.5 19.5 L -11249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11217.5 15.5 L -11219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11217.5 19.5 L -11219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11187.5 15.5 L -11189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11187.5 19.5 L -11189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11157.5 15.5 L -11159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11157.5 19.5 L -11159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11127.5 15.5 L -11129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11127.5 19.5 L -11129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11097.5 15.5 L -11099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11097.5 19.5 L -11099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11067.5 15.5 L -11069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11067.5 19.5 L -11069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11037.5 15.5 L -11039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11037.5 19.5 L -11039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11007.5 15.5 L -11009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11007.5 19.5 L -11009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10977.5 15.5 L -10979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10977.5 19.5 L -10979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10947.5 15.5 L -10949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10947.5 19.5 L -10949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10917.5 15.5 L -10919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10917.5 19.5 L -10919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10887.5 15.5 L -10889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10887.5 19.5 L -10889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10857.5 15.5 L -10859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10857.5 19.5 L -10859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10827.5 15.5 L -10829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10827.5 19.5 L -10829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10797.5 15.5 L -10799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10797.5 19.5 L -10799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10767.5 15.5 L -10769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10767.5 19.5 L -10769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10737.5 15.5 L -10739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10737.5 19.5 L -10739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10707.5 15.5 L -10709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10707.5 19.5 L -10709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10677.5 15.5 L -10679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10677.5 19.5 L -10679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10647.5 15.5 L -10649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10647.5 19.5 L -10649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10617.5 15.5 L -10619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10617.5 19.5 L -10619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10587.5 15.5 L -10589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10587.5 19.5 L -10589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10557.5 15.5 L -10559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10557.5 19.5 L -10559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10527.5 15.5 L -10529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10527.5 19.5 L -10529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10497.5 15.5 L -10499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10497.5 19.5 L -10499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10467.5 15.5 L -10469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10467.5 19.5 L -10469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10437.5 15.5 L -10439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10437.5 19.5 L -10439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10407.5 15.5 L -10409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10407.5 19.5 L -10409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10377.5 15.5 L -10379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10377.5 19.5 L -10379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10347.5 15.5 L -10349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10347.5 19.5 L -10349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10317.5 15.5 L -10319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10317.5 19.5 L -10319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10287.5 15.5 L -10289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10287.5 19.5 L -10289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10257.5 15.5 L -10259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10257.5 19.5 L -10259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10227.5 15.5 L -10229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10227.5 19.5 L -10229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10197.5 15.5 L -10199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10197.5 19.5 L -10199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10167.5 15.5 L -10169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10167.5 19.5 L -10169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10137.5 15.5 L -10139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10137.5 19.5 L -10139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10107.5 15.5 L -10109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10107.5 19.5 L -10109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10077.5 15.5 L -10079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10077.5 19.5 L -10079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10047.5 15.5 L -10049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10047.5 19.5 L -10049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10017.5 15.5 L -10019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10017.5 19.5 L -10019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9987.5 15.5 L -9989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9987.5 19.5 L -9989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9957.5 15.5 L -9959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9957.5 19.5 L -9959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9927.5 15.5 L -9929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9927.5 19.5 L -9929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9897.5 15.5 L -9899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9897.5 19.5 L -9899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9867.5 15.5 L -9869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9867.5 19.5 L -9869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9837.5 15.5 L -9839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9837.5 19.5 L -9839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9807.5 15.5 L -9809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9807.5 19.5 L -9809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9777.5 15.5 L -9779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9777.5 19.5 L -9779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9747.5 15.5 L -9749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9747.5 19.5 L -9749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9717.5 15.5 L -9719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9717.5 19.5 L -9719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9687.5 15.5 L -9689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9687.5 19.5 L -9689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9657.5 15.5 L -9659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9657.5 19.5 L -9659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9627.5 15.5 L -9629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9627.5 19.5 L -9629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9597.5 15.5 L -9599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9597.5 19.5 L -9599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9567.5 15.5 L -9569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9567.5 19.5 L -9569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9537.5 15.5 L -9539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9537.5 19.5 L -9539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9507.5 15.5 L -9509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9507.5 19.5 L -9509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9477.5 15.5 L -9479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9477.5 19.5 L -9479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9447.5 15.5 L -9449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9447.5 19.5 L -9449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9417.5 15.5 L -9419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9417.5 19.5 L -9419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9387.5 15.5 L -9389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9387.5 19.5 L -9389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9357.5 15.5 L -9359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9357.5 19.5 L -9359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9327.5 15.5 L -9329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9327.5 19.5 L -9329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9297.5 15.5 L -9299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9297.5 19.5 L -9299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9267.5 15.5 L -9269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9267.5 19.5 L -9269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9237.5 15.5 L -9239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9237.5 19.5 L -9239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9207.5 15.5 L -9209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9207.5 19.5 L -9209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9177.5 15.5 L -9179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9177.5 19.5 L -9179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9147.5 15.5 L -9149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9147.5 19.5 L -9149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9117.5 15.5 L -9119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9117.5 19.5 L -9119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9087.5 15.5 L -9089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9087.5 19.5 L -9089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9057.5 15.5 L -9059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9057.5 19.5 L -9059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9027.5 15.5 L -9029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9027.5 19.5 L -9029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8997.5 15.5 L -8999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8997.5 19.5 L -8999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8967.5 15.5 L -8969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8967.5 19.5 L -8969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8937.5 15.5 L -8939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8937.5 19.5 L -8939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8907.5 15.5 L -8909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8907.5 19.5 L -8909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8877.5 15.5 L -8879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8877.5 19.5 L -8879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8847.5 15.5 L -8849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8847.5 19.5 L -8849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8817.5 15.5 L -8819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8817.5 19.5 L -8819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8787.5 15.5 L -8789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8787.5 19.5 L -8789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8757.5 15.5 L -8759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8757.5 19.5 L -8759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8727.5 15.5 L -8729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8727.5 19.5 L -8729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8697.5 15.5 L -8699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8697.5 19.5 L -8699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8667.5 15.5 L -8669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8667.5 19.5 L -8669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8637.5 15.5 L -8639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8637.5 19.5 L -8639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8607.5 15.5 L -8609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8607.5 19.5 L -8609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8577.5 15.5 L -8579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8577.5 19.5 L -8579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8547.5 15.5 L -8549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8547.5 19.5 L -8549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8517.5 15.5 L -8519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8517.5 19.5 L -8519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8487.5 15.5 L -8489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8487.5 19.5 L -8489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8457.5 15.5 L -8459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8457.5 19.5 L -8459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8427.5 15.5 L -8429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8427.5 19.5 L -8429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8397.5 15.5 L -8399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8397.5 19.5 L -8399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8367.5 15.5 L -8369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8367.5 19.5 L -8369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8337.5 15.5 L -8339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8337.5 19.5 L -8339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8307.5 15.5 L -8309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8307.5 19.5 L -8309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8277.5 15.5 L -8279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8277.5 19.5 L -8279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8247.5 15.5 L -8249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8247.5 19.5 L -8249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8217.5 15.5 L -8219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8217.5 19.5 L -8219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8187.5 15.5 L -8189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8187.5 19.5 L -8189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8157.5 15.5 L -8159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8157.5 19.5 L -8159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8127.5 15.5 L -8129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8127.5 19.5 L -8129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8097.5 15.5 L -8099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8097.5 19.5 L -8099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8067.5 15.5 L -8069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8067.5 19.5 L -8069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8037.5 15.5 L -8039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8037.5 19.5 L -8039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8007.5 15.5 L -8009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8007.5 19.5 L -8009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7977.5 15.5 L -7979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7977.5 19.5 L -7979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7947.5 15.5 L -7949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7947.5 19.5 L -7949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7917.5 15.5 L -7919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7917.5 19.5 L -7919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7887.5 15.5 L -7889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7887.5 19.5 L -7889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7857.5 15.5 L -7859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7857.5 19.5 L -7859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7827.5 15.5 L -7829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7827.5 19.5 L -7829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7797.5 15.5 L -7799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7797.5 19.5 L -7799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7767.5 15.5 L -7769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7767.5 19.5 L -7769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7737.5 15.5 L -7739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7737.5 19.5 L -7739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7707.5 15.5 L -7709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7707.5 19.5 L -7709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7677.5 15.5 L -7679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7677.5 19.5 L -7679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7647.5 15.5 L -7649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7647.5 19.5 L -7649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7617.5 15.5 L -7619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7617.5 19.5 L -7619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7587.5 15.5 L -7589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7587.5 19.5 L -7589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7557.5 15.5 L -7559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7557.5 19.5 L -7559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7527.5 15.5 L -7529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7527.5 19.5 L -7529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7497.5 15.5 L -7499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7497.5 19.5 L -7499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7467.5 15.5 L -7469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7467.5 19.5 L -7469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7437.5 15.5 L -7439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7437.5 19.5 L -7439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7407.5 15.5 L -7409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7407.5 19.5 L -7409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7377.5 15.5 L -7379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7377.5 19.5 L -7379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7347.5 15.5 L -7349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7347.5 19.5 L -7349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7317.5 15.5 L -7319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7317.5 19.5 L -7319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7287.5 15.5 L -7289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7287.5 19.5 L -7289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7257.5 15.5 L -7259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7257.5 19.5 L -7259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7227.5 15.5 L -7229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7227.5 19.5 L -7229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7197.5 15.5 L -7199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7197.5 19.5 L -7199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7167.5 15.5 L -7169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7167.5 19.5 L -7169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7137.5 15.5 L -7139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7137.5 19.5 L -7139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7107.5 15.5 L -7109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7107.5 19.5 L -7109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7077.5 15.5 L -7079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7077.5 19.5 L -7079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7047.5 15.5 L -7049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7047.5 19.5 L -7049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7017.5 15.5 L -7019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7017.5 19.5 L -7019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6987.5 15.5 L -6989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6987.5 19.5 L -6989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6957.5 15.5 L -6959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6957.5 19.5 L -6959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6927.5 15.5 L -6929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6927.5 19.5 L -6929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6897.5 15.5 L -6899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6897.5 19.5 L -6899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6867.5 15.5 L -6869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6867.5 19.5 L -6869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6837.5 15.5 L -6839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6837.5 19.5 L -6839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6807.5 15.5 L -6809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6807.5 19.5 L -6809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6777.5 15.5 L -6779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6777.5 19.5 L -6779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6747.5 15.5 L -6749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6747.5 19.5 L -6749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6717.5 15.5 L -6719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6717.5 19.5 L -6719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6687.5 15.5 L -6689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6687.5 19.5 L -6689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6657.5 15.5 L -6659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6657.5 19.5 L -6659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6627.5 15.5 L -6629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6627.5 19.5 L -6629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6597.5 15.5 L -6599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6597.5 19.5 L -6599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6567.5 15.5 L -6569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6567.5 19.5 L -6569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6537.5 15.5 L -6539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6537.5 19.5 L -6539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6507.5 15.5 L -6509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6507.5 19.5 L -6509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6477.5 15.5 L -6479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6477.5 19.5 L -6479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6447.5 15.5 L -6449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6447.5 19.5 L -6449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6417.5 15.5 L -6419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6417.5 19.5 L -6419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6387.5 15.5 L -6389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6387.5 19.5 L -6389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6357.5 15.5 L -6359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6357.5 19.5 L -6359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6327.5 15.5 L -6329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6327.5 19.5 L -6329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6297.5 15.5 L -6299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6297.5 19.5 L -6299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6267.5 15.5 L -6269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6267.5 19.5 L -6269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6237.5 15.5 L -6239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6237.5 19.5 L -6239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6207.5 15.5 L -6209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6207.5 19.5 L -6209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6177.5 15.5 L -6179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6177.5 19.5 L -6179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6147.5 15.5 L -6149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6147.5 19.5 L -6149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6117.5 15.5 L -6119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6117.5 19.5 L -6119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6087.5 15.5 L -6089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6087.5 19.5 L -6089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6057.5 15.5 L -6059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6057.5 19.5 L -6059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6027.5 15.5 L -6029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6027.5 19.5 L -6029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5997.5 15.5 L -5999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5997.5 19.5 L -5999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5967.5 15.5 L -5969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5967.5 19.5 L -5969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5937.5 15.5 L -5939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5937.5 19.5 L -5939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5907.5 15.5 L -5909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5907.5 19.5 L -5909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5877.5 15.5 L -5879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5877.5 19.5 L -5879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5847.5 15.5 L -5849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5847.5 19.5 L -5849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5817.5 15.5 L -5819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5817.5 19.5 L -5819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5787.5 15.5 L -5789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5787.5 19.5 L -5789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5757.5 15.5 L -5759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5757.5 19.5 L -5759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5727.5 15.5 L -5729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5727.5 19.5 L -5729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5697.5 15.5 L -5699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5697.5 19.5 L -5699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5667.5 15.5 L -5669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5667.5 19.5 L -5669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5637.5 15.5 L -5639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5637.5 19.5 L -5639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5607.5 15.5 L -5609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5607.5 19.5 L -5609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5577.5 15.5 L -5579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5577.5 19.5 L -5579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5547.5 15.5 L -5549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5547.5 19.5 L -5549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5517.5 15.5 L -5519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5517.5 19.5 L -5519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5487.5 15.5 L -5489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5487.5 19.5 L -5489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5457.5 15.5 L -5459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5457.5 19.5 L -5459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5427.5 15.5 L -5429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5427.5 19.5 L -5429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5397.5 15.5 L -5399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5397.5 19.5 L -5399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5367.5 15.5 L -5369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5367.5 19.5 L -5369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5337.5 15.5 L -5339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5337.5 19.5 L -5339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5307.5 15.5 L -5309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5307.5 19.5 L -5309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5277.5 15.5 L -5279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5277.5 19.5 L -5279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5247.5 15.5 L -5249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5247.5 19.5 L -5249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5217.5 15.5 L -5219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5217.5 19.5 L -5219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5187.5 15.5 L -5189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5187.5 19.5 L -5189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5157.5 15.5 L -5159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5157.5 19.5 L -5159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5127.5 15.5 L -5129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5127.5 19.5 L -5129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5097.5 15.5 L -5099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5097.5 19.5 L -5099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5067.5 15.5 L -5069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5067.5 19.5 L -5069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5037.5 15.5 L -5039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5037.5 19.5 L -5039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5007.5 15.5 L -5009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5007.5 19.5 L -5009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4977.5 15.5 L -4979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4977.5 19.5 L -4979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4947.5 15.5 L -4949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4947.5 19.5 L -4949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4917.5 15.5 L -4919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4917.5 19.5 L -4919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4887.5 15.5 L -4889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4887.5 19.5 L -4889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4857.5 15.5 L -4859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4857.5 19.5 L -4859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4827.5 15.5 L -4829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4827.5 19.5 L -4829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4797.5 15.5 L -4799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4797.5 19.5 L -4799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4767.5 15.5 L -4769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4767.5 19.5 L -4769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4737.5 15.5 L -4739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4737.5 19.5 L -4739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4707.5 15.5 L -4709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4707.5 19.5 L -4709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4677.5 15.5 L -4679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4677.5 19.5 L -4679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4647.5 15.5 L -4649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4647.5 19.5 L -4649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4617.5 15.5 L -4619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4617.5 19.5 L -4619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4587.5 15.5 L -4589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4587.5 19.5 L -4589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4557.5 15.5 L -4559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4557.5 19.5 L -4559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4527.5 15.5 L -4529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4527.5 19.5 L -4529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4497.5 15.5 L -4499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4497.5 19.5 L -4499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4467.5 15.5 L -4469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4467.5 19.5 L -4469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4437.5 15.5 L -4439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4437.5 19.5 L -4439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4407.5 15.5 L -4409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4407.5 19.5 L -4409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4377.5 15.5 L -4379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4377.5 19.5 L -4379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4347.5 15.5 L -4349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4347.5 19.5 L -4349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4317.5 15.5 L -4319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4317.5 19.5 L -4319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4287.5 15.5 L -4289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4287.5 19.5 L -4289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4257.5 15.5 L -4259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4257.5 19.5 L -4259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4227.5 15.5 L -4229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4227.5 19.5 L -4229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4197.5 15.5 L -4199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4197.5 19.5 L -4199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4167.5 15.5 L -4169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4167.5 19.5 L -4169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4137.5 15.5 L -4139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4137.5 19.5 L -4139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4107.5 15.5 L -4109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4107.5 19.5 L -4109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4077.5 15.5 L -4079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4077.5 19.5 L -4079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4047.5 15.5 L -4049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4047.5 19.5 L -4049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4017.5 15.5 L -4019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4017.5 19.5 L -4019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3987.5 15.5 L -3989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3987.5 19.5 L -3989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3957.5 15.5 L -3959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3957.5 19.5 L -3959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3927.5 15.5 L -3929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3927.5 19.5 L -3929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3897.5 15.5 L -3899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3897.5 19.5 L -3899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3867.5 15.5 L -3869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3867.5 19.5 L -3869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3837.5 15.5 L -3839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3837.5 19.5 L -3839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3807.5 15.5 L -3809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3807.5 19.5 L -3809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3777.5 15.5 L -3779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3777.5 19.5 L -3779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3747.5 15.5 L -3749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3747.5 19.5 L -3749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3717.5 15.5 L -3719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3717.5 19.5 L -3719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3687.5 15.5 L -3689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3687.5 19.5 L -3689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3657.5 15.5 L -3659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3657.5 19.5 L -3659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3627.5 15.5 L -3629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3627.5 19.5 L -3629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3597.5 15.5 L -3599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3597.5 19.5 L -3599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3567.5 15.5 L -3569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3567.5 19.5 L -3569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3537.5 15.5 L -3539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3537.5 19.5 L -3539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3507.5 15.5 L -3509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3507.5 19.5 L -3509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3477.5 15.5 L -3479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3477.5 19.5 L -3479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3447.5 15.5 L -3449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3447.5 19.5 L -3449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3417.5 15.5 L -3419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3417.5 19.5 L -3419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3387.5 15.5 L -3389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3387.5 19.5 L -3389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3357.5 15.5 L -3359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3357.5 19.5 L -3359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3327.5 15.5 L -3329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3327.5 19.5 L -3329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3297.5 15.5 L -3299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3297.5 19.5 L -3299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3267.5 15.5 L -3269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3267.5 19.5 L -3269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3237.5 15.5 L -3239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3237.5 19.5 L -3239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3207.5 15.5 L -3209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3207.5 19.5 L -3209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3177.5 15.5 L -3179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3177.5 19.5 L -3179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3147.5 15.5 L -3149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3147.5 19.5 L -3149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3117.5 15.5 L -3119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3117.5 19.5 L -3119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3087.5 15.5 L -3089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3087.5 19.5 L -3089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3057.5 15.5 L -3059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3057.5 19.5 L -3059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3027.5 15.5 L -3029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3027.5 19.5 L -3029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2997.5 15.5 L -2999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2997.5 19.5 L -2999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2967.5 15.5 L -2969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2967.5 19.5 L -2969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2937.5 15.5 L -2939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2937.5 19.5 L -2939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2907.5 15.5 L -2909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2907.5 19.5 L -2909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2877.5 15.5 L -2879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2877.5 19.5 L -2879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2847.5 15.5 L -2849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2847.5 19.5 L -2849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2817.5 15.5 L -2819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2817.5 19.5 L -2819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2787.5 15.5 L -2789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2787.5 19.5 L -2789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2757.5 15.5 L -2759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2757.5 19.5 L -2759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2727.5 15.5 L -2729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2727.5 19.5 L -2729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2697.5 15.5 L -2699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2697.5 19.5 L -2699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2667.5 15.5 L -2669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2667.5 19.5 L -2669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2637.5 15.5 L -2639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2637.5 19.5 L -2639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2607.5 15.5 L -2609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2607.5 19.5 L -2609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2577.5 15.5 L -2579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2577.5 19.5 L -2579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2547.5 15.5 L -2549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2547.5 19.5 L -2549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2517.5 15.5 L -2519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2517.5 19.5 L -2519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2487.5 15.5 L -2489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2487.5 19.5 L -2489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2457.5 15.5 L -2459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2457.5 19.5 L -2459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2427.5 15.5 L -2429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2427.5 19.5 L -2429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2397.5 15.5 L -2399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2397.5 19.5 L -2399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2367.5 15.5 L -2369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2367.5 19.5 L -2369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2337.5 15.5 L -2339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2337.5 19.5 L -2339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2307.5 15.5 L -2309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2307.5 19.5 L -2309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2277.5 15.5 L -2279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2277.5 19.5 L -2279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2247.5 15.5 L -2249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2247.5 19.5 L -2249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2217.5 15.5 L -2219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2217.5 19.5 L -2219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2187.5 15.5 L -2189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2187.5 19.5 L -2189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2157.5 15.5 L -2159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2157.5 19.5 L -2159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2127.5 15.5 L -2129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2127.5 19.5 L -2129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2097.5 15.5 L -2099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2097.5 19.5 L -2099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2067.5 15.5 L -2069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2067.5 19.5 L -2069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2037.5 15.5 L -2039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2037.5 19.5 L -2039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2007.5 15.5 L -2009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2007.5 19.5 L -2009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1977.5 15.5 L -1979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1977.5 19.5 L -1979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1947.5 15.5 L -1949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1947.5 19.5 L -1949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1917.5 15.5 L -1919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1917.5 19.5 L -1919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1887.5 15.5 L -1889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1887.5 19.5 L -1889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1857.5 15.5 L -1859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1857.5 19.5 L -1859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1827.5 15.5 L -1829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1827.5 19.5 L -1829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1797.5 15.5 L -1799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1797.5 19.5 L -1799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1767.5 15.5 L -1769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1767.5 19.5 L -1769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1737.5 15.5 L -1739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1737.5 19.5 L -1739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1707.5 15.5 L -1709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1707.5 19.5 L -1709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1677.5 15.5 L -1679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1677.5 19.5 L -1679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1647.5 15.5 L -1649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1647.5 19.5 L -1649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1617.5 15.5 L -1619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1617.5 19.5 L -1619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1587.5 15.5 L -1589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1587.5 19.5 L -1589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1557.5 15.5 L -1559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1557.5 19.5 L -1559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1527.5 15.5 L -1529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1527.5 19.5 L -1529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1497.5 15.5 L -1499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1497.5 19.5 L -1499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1467.5 15.5 L -1469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1467.5 19.5 L -1469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1437.5 15.5 L -1439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1437.5 19.5 L -1439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1407.5 15.5 L -1409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1407.5 19.5 L -1409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1377.5 15.5 L -1379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1377.5 19.5 L -1379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1347.5 15.5 L -1349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1347.5 19.5 L -1349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1317.5 15.5 L -1319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1317.5 19.5 L -1319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1287.5 15.5 L -1289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1287.5 19.5 L -1289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1257.5 15.5 L -1259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1257.5 19.5 L -1259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1227.5 15.5 L -1229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1227.5 19.5 L -1229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1197.5 15.5 L -1199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1197.5 19.5 L -1199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1167.5 15.5 L -1169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1167.5 19.5 L -1169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1137.5 15.5 L -1139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1137.5 19.5 L -1139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1107.5 15.5 L -1109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1107.5 19.5 L -1109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1077.5 15.5 L -1079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1077.5 19.5 L -1079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1047.5 15.5 L -1049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1047.5 19.5 L -1049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1017.5 15.5 L -1019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1017.5 19.5 L -1019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -987.5 15.5 L -989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -987.5 19.5 L -989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -957.5 15.5 L -959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -957.5 19.5 L -959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -927.5 15.5 L -929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -927.5 19.5 L -929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -897.5 15.5 L -899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -897.5 19.5 L -899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -867.5 15.5 L -869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -867.5 19.5 L -869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -837.5 15.5 L -839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -837.5 19.5 L -839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -807.5 15.5 L -809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -807.5 19.5 L -809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -777.5 15.5 L -779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -777.5 19.5 L -779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -747.5 15.5 L -749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -747.5 19.5 L -749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -717.5 15.5 L -719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -717.5 19.5 L -719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -687.5 15.5 L -689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -687.5 19.5 L -689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -657.5 15.5 L -659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -657.5 19.5 L -659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -627.5 15.5 L -629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -627.5 19.5 L -629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -597.5 15.5 L -599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -597.5 19.5 L -599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -567.5 15.5 L -569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -567.5 19.5 L -569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -537.5 15.5 L -539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -537.5 19.5 L -539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -507.5 15.5 L -509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -507.5 19.5 L -509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -477.5 15.5 L -479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -477.5 19.5 L -479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -447.5 15.5 L -449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -447.5 19.5 L -449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -417.5 15.5 L -419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -417.5 19.5 L -419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -387.5 15.5 L -389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -387.5 19.5 L -389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -357.5 15.5 L -359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -357.5 19.5 L -359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -327.5 15.5 L -329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -327.5 19.5 L -329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -297.5 15.5 L -299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -297.5 19.5 L -299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -267.5 15.5 L -269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -267.5 19.5 L -269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -237.5 15.5 L -239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -237.5 19.5 L -239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -207.5 15.5 L -209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -207.5 19.5 L -209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -177.5 15.5 L -179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -177.5 19.5 L -179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -147.5 15.5 L -149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -147.5 19.5 L -149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -117.5 15.5 L -119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -117.5 19.5 L -119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -87.5 15.5 L -89.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -87.5 19.5 L -89.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -57.5 15.5 L -59.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -57.5 19.5 L -59.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -27.5 15.5 L -29.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -27.5 19.5 L -29.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2.5 15.5 L 0.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2.5 19.5 L 0.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 32.5 15.5 L 30.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 32.5 19.5 L 30.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 62.5 15.5 L 60.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 62.5 19.5 L 60.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 92.5 15.5 L 90.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 92.5 19.5 L 90.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 122.5 15.5 L 120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 122.5 19.5 L 120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 152.5 15.5 L 150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 152.5 19.5 L 150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 182.5 15.5 L 180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 182.5 19.5 L 180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 212.5 15.5 L 210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 212.5 19.5 L 210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 242.5 15.5 L 240.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 242.5 19.5 L 240.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 272.5 15.5 L 270.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 272.5 19.5 L 270.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 302.5 15.5 L 300.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 302.5 19.5 L 300.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 332.5 15.5 L 330.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 332.5 19.5 L 330.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 362.5 15.5 L 360.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 362.5 19.5 L 360.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 392.5 15.5 L 390.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 392.5 19.5 L 390.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 422.5 15.5 L 420.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 422.5 19.5 L 420.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 452.5 15.5 L 450.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 452.5 19.5 L 450.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 482.5 15.5 L 480.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 482.5 19.5 L 480.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 512.5 15.5 L 510.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 512.5 19.5 L 510.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 542.5 15.5 L 540.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 542.5 19.5 L 540.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 572.5 15.5 L 570.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 572.5 19.5 L 570.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 602.5 15.5 L 600.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 602.5 19.5 L 600.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 632.5 15.5 L 630.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 632.5 19.5 L 630.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 662.5 15.5 L 660.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 662.5 19.5 L 660.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 692.5 15.5 L 690.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 692.5 19.5 L 690.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 722.5 15.5 L 720.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 722.5 19.5 L 720.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 752.5 15.5 L 750.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 752.5 19.5 L 750.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 782.5 15.5 L 780.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 782.5 19.5 L 780.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 812.5 15.5 L 810.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 812.5 19.5 L 810.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 842.5 15.5 L 840.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 842.5 19.5 L 840.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 872.5 15.5 L 870.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 872.5 19.5 L 870.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 902.5 15.5 L 900.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 902.5 19.5 L 900.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 932.5 15.5 L 930.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 932.5 19.5 L 930.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 962.5 15.5 L 960.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 962.5 19.5 L 960.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 992.5 15.5 L 990.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 992.5 19.5 L 990.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1022.5 15.5 L 1020.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1022.5 19.5 L 1020.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1052.5 15.5 L 1050.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1052.5 19.5 L 1050.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1082.5 15.5 L 1080.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1082.5 19.5 L 1080.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1112.5 15.5 L 1110.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1112.5 19.5 L 1110.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1142.5 15.5 L 1140.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1142.5 19.5 L 1140.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1172.5 15.5 L 1170.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1172.5 19.5 L 1170.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1202.5 15.5 L 1200.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1202.5 19.5 L 1200.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1232.5 15.5 L 1230.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1232.5 19.5 L 1230.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1262.5 15.5 L 1260.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1262.5 19.5 L 1260.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1292.5 15.5 L 1290.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1292.5 19.5 L 1290.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1322.5 15.5 L 1320.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1322.5 19.5 L 1320.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1352.5 15.5 L 1350.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1352.5 19.5 L 1350.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1382.5 15.5 L 1380.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1382.5 19.5 L 1380.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1412.5 15.5 L 1410.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1412.5 19.5 L 1410.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1442.5 15.5 L 1440.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1442.5 19.5 L 1440.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1472.5 15.5 L 1470.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1472.5 19.5 L 1470.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1502.5 15.5 L 1500.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1502.5 19.5 L 1500.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1532.5 15.5 L 1530.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1532.5 19.5 L 1530.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1562.5 15.5 L 1560.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1562.5 19.5 L 1560.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1592.5 15.5 L 1590.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1592.5 19.5 L 1590.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1622.5 15.5 L 1620.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1622.5 19.5 L 1620.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1652.5 15.5 L 1650.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1652.5 19.5 L 1650.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1682.5 15.5 L 1680.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1682.5 19.5 L 1680.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1712.5 15.5 L 1710.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1712.5 19.5 L 1710.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1742.5 15.5 L 1740.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1742.5 19.5 L 1740.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1772.5 15.5 L 1770.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1772.5 19.5 L 1770.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1802.5 15.5 L 1800.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1802.5 19.5 L 1800.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1832.5 15.5 L 1830.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1832.5 19.5 L 1830.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1862.5 15.5 L 1860.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1862.5 19.5 L 1860.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1892.5 15.5 L 1890.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1892.5 19.5 L 1890.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1922.5 15.5 L 1920.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1922.5 19.5 L 1920.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1952.5 15.5 L 1950.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1952.5 19.5 L 1950.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1982.5 15.5 L 1980.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1982.5 19.5 L 1980.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2012.5 15.5 L 2010.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2012.5 19.5 L 2010.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2042.5 15.5 L 2040.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2042.5 19.5 L 2040.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2072.5 15.5 L 2070.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2072.5 19.5 L 2070.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2102.5 15.5 L 2100.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2102.5 19.5 L 2100.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2132.5 15.5 L 2130.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2132.5 19.5 L 2130.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2162.5 15.5 L 2160.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2162.5 19.5 L 2160.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2192.5 15.5 L 2190.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2192.5 19.5 L 2190.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2222.5 15.5 L 2220.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2222.5 19.5 L 2220.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2252.5 15.5 L 2250.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2252.5 19.5 L 2250.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2282.5 15.5 L 2280.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2282.5 19.5 L 2280.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2312.5 15.5 L 2310.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2312.5 19.5 L 2310.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2342.5 15.5 L 2340.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2342.5 19.5 L 2340.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2372.5 15.5 L 2370.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2372.5 19.5 L 2370.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2402.5 15.5 L 2400.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2402.5 19.5 L 2400.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2432.5 15.5 L 2430.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2432.5 19.5 L 2430.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2462.5 15.5 L 2460.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2462.5 19.5 L 2460.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2492.5 15.5 L 2490.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2492.5 19.5 L 2490.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2522.5 15.5 L 2520.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2522.5 19.5 L 2520.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2552.5 15.5 L 2550.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2552.5 19.5 L 2550.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2582.5 15.5 L 2580.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2582.5 19.5 L 2580.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2612.5 15.5 L 2610.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2612.5 19.5 L 2610.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2642.5 15.5 L 2640.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2642.5 19.5 L 2640.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2672.5 15.5 L 2670.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2672.5 19.5 L 2670.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2702.5 15.5 L 2700.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2702.5 19.5 L 2700.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2732.5 15.5 L 2730.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2732.5 19.5 L 2730.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2762.5 15.5 L 2760.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2762.5 19.5 L 2760.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2792.5 15.5 L 2790.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2792.5 19.5 L 2790.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2822.5 15.5 L 2820.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2822.5 19.5 L 2820.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2852.5 15.5 L 2850.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2852.5 19.5 L 2850.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2882.5 15.5 L 2880.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2882.5 19.5 L 2880.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2912.5 15.5 L 2910.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2912.5 19.5 L 2910.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2942.5 15.5 L 2940.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2942.5 19.5 L 2940.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2972.5 15.5 L 2970.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2972.5 19.5 L 2970.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3002.5 15.5 L 3000.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3002.5 19.5 L 3000.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3032.5 15.5 L 3030.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3032.5 19.5 L 3030.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3062.5 15.5 L 3060.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3062.5 19.5 L 3060.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3092.5 15.5 L 3090.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3092.5 19.5 L 3090.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3122.5 15.5 L 3120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3122.5 19.5 L 3120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3152.5 15.5 L 3150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3152.5 19.5 L 3150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3182.5 15.5 L 3180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3182.5 19.5 L 3180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3212.5 15.5 L 3210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3212.5 19.5 L 3210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3242.5 15.5 L 3240.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3242.5 19.5 L 3240.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3272.5 15.5 L 3270.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3272.5 19.5 L 3270.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3302.5 15.5 L 3300.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3302.5 19.5 L 3300.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3332.5 15.5 L 3330.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3332.5 19.5 L 3330.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3362.5 15.5 L 3360.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3362.5 19.5 L 3360.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3392.5 15.5 L 3390.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3392.5 19.5 L 3390.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3422.5 15.5 L 3420.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3422.5 19.5 L 3420.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3452.5 15.5 L 3450.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3452.5 19.5 L 3450.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3482.5 15.5 L 3480.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3482.5 19.5 L 3480.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3512.5 15.5 L 3510.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3512.5 19.5 L 3510.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3542.5 15.5 L 3540.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3542.5 19.5 L 3540.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3572.5 15.5 L 3570.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3572.5 19.5 L 3570.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3602.5 15.5 L 3600.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3602.5 19.5 L 3600.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3632.5 15.5 L 3630.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3632.5 19.5 L 3630.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3662.5 15.5 L 3660.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3662.5 19.5 L 3660.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3692.5 15.5 L 3690.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3692.5 19.5 L 3690.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3722.5 15.5 L 3720.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3722.5 19.5 L 3720.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3752.5 15.5 L 3750.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3752.5 19.5 L 3750.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3782.5 15.5 L 3780.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3782.5 19.5 L 3780.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3812.5 15.5 L 3810.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3812.5 19.5 L 3810.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3842.5 15.5 L 3840.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3842.5 19.5 L 3840.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3872.5 15.5 L 3870.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3872.5 19.5 L 3870.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3902.5 15.5 L 3900.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3902.5 19.5 L 3900.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3932.5 15.5 L 3930.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3932.5 19.5 L 3930.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3962.5 15.5 L 3960.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3962.5 19.5 L 3960.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3992.5 15.5 L 3990.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3992.5 19.5 L 3990.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="873.9990234375" y="35" text-anchor="middle" dominant-baseline="alphabetic">H3C12</text></g></g></g></g><g transform="translate(57.998046875,1023.994140625)" clip-path="url(#RefseqGenes_track_label_guid_npjp_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="92.34375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.908203125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="92.34375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg> |
|
| ... | ... | \ No newline at end of file |
primary/Panea_HIST1H3J_2.svg
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +<svg xmlns="http://www.w3.org/2000/svg" width="1852.75390625" height="1085.99609375" overflow="visible" viewBox="0 0 1852.75390625 1085.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_yl1f_clip_rect"><rect x="0" y="0" width="1747.998046875" height="15.99609375"/></clipPath><clipPath id="qKXrKTmNyWsK"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_34pc_clip_rect"><rect x="0" y="0" width="1747.998046875" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_sf6z_clip_rect"><rect x="0" y="0" width="1747.998046875" height="25"/></clipPath><clipPath id="4948E00364424HJHKMCCXY1_axis_guid_pyxx_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="4948E00364424HJHKMCCXY1_referenceFrame_0_guid_fqqg_clip_rect"><rect x="0" y="0" width="1747.998046875" height="200"/></clipPath><clipPath id="4948E00364424HJHKMCCXY1_track_label_guid_hn6d_clip_rect"><rect x="0" y="0" width="206.533203125" height="14.248046875"/></clipPath><clipPath id="4948HWIST1309F305C9FCLANXX3_axis_guid_8a5c_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="4948HWIST1309F305C9FCLANXX3_referenceFrame_0_guid_t1ky_clip_rect"><rect x="0" y="0" width="1747.998046875" height="200"/></clipPath><clipPath id="4948HWIST1309F305C9FCLANXX3_track_label_guid_ysz8_clip_rect"><rect x="0" y="0" width="241.181640625" height="14.248046875"/></clipPath><clipPath id="4948_rna_axis_guid_t1iz_clip_rect"><rect x="0" y="0" width="50" height="500"/></clipPath><clipPath id="4948_rna_referenceFrame_0_guid_vp5n_clip_rect"><rect x="0" y="0" width="1747.998046875" height="500"/></clipPath><clipPath id="4948_rna_track_label_guid_0kfk_clip_rect"><rect x="0" y="0" width="64.1796875" height="14.248046875"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_kwhb_clip_rect"><rect x="0" y="0" width="1747.998046875" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_xc4d_clip_rect"><rect x="0" y="0" width="92.34375" height="14.248046875"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#qKXrKTmNyWsK)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1747.998046875" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(172,172,172)" stroke="none" x="24" y="1" width="19.444262481364895" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="43" y="1" width="29.678084839978006" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="73" y="1" width="35.81837825514586" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="108" y="1" width="10.233822358613097" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="119" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="137" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="156" y="1" width="102.33822358613105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="258" y="1" width="19.444262481364888" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="277" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="312" y="1" width="16.374115773780943" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="329" y="1" width="14.327351302058332" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="343" y="1" width="31.724849311700666" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="375" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="414" y="1" width="58.33278744409472" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="473" y="1" width="57.309405208233386" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="530" y="1" width="12.280586830335665" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="542" y="1" width="42.98205390617511" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="585" y="1" width="13.303969066196942" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 598.6786079788665 15.99609375 L 598.6786079788665 0 L 611.9825770450635 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 640.6372796491803 15.99609375 L 640.6372796491803 0 L 611.9825770450635 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="641" y="1" width="1.023382235861277" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="642" y="1" width="66.51984533098516" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="708" y="1" width="61.40293415167855" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="770" y="1" width="81.87057886890489" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="851" y="1" width="10.23382235861311" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="862" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="893" y="1" width="53.21587626478811" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="947" y="1" width="65.49646309512389" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1012" y="1" width="11.257204594474388" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1023" y="1" width="51.169111793065554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1075" y="1" width="94.15116569924044" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1169" y="1" width="37.8651427268685" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1207" y="1" width="2.0467644717227813" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1209" y="1" width="78.80043216132071" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1287" y="1" width="10.233822358613224" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1298" y="1" width="32.748231547562" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1330" y="1" width="9.210440122751606" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1340" y="1" width="38.88852496272989" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1378" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1415" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1455" y="1" width="29.678084839978055" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1485" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1520" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1557" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1588" y="1" width="55.262640736510775" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1644" y="1" width="35.818378255145944" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1679" y="1" width="68.62779782659004" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="285.5" y="0.5" width="1" height="14.99609375" stroke-miterlimit="10" stroke-dasharray=""/></g></g></g><g transform="translate(50,25.99609375)" clip-path="url(#ruler_referenceFrame_0_guid_34pc_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1747.998046875" height="40"/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="32" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,700 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 64.5 34.5 L 64.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 170.5 34.5 L 170.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="245" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,705 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 277.5 34.5 L 277.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 383.5 34.5 L 383.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="458" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,710 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 490.5 34.5 L 490.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 596.5 34.5 L 596.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="671" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,715 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 703.5 34.5 L 703.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 810.5 34.5 L 810.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="885" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,720 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 917.5 34.5 L 917.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1023.5 34.5 L 1023.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1098" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,725 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1130.5 34.5 L 1130.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1236.5 34.5 L 1236.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1311" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,730 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1343.5 34.5 L 1343.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1449.5 34.5 L 1449.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1524" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,735 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1556.5 34.5 L 1556.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1662.5 34.5 L 1662.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1737" y="32" text-anchor="start" dominant-baseline="alphabetic">27,890,740 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1769.5 34.5 L 1769.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1875.5 34.5 L 1875.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 1747.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_sf6z_clip_rect)"><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="17.706233326981707" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="60.897020293445124" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="102.69620569740853" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="145.33035203887195" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="188.51869759908536" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="230.59864472179876" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="273.5111113757622" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="315.8669374047256" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="358.779404058689" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="401.9701910251524" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="444.6043373666158" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="487.23848370807923" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="529.8726300495426" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="571.6718154535062" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="614.5842821074696" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="656.940108136433" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="699.8525747903964" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="742.2084008193598" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="785.1208674733232" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="828.3116544397866" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="870.11083984375" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="913.0233064977134" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="955.6574528391768" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="998.8482398056402" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1041.4823861471036" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1083.281571551067" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1125.9157178925304" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1169.3848251714937" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1211.1840105754573" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1253.8181569169205" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1296.730623570884" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1339.3647699123474" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1382.2747951600609" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1424.3547422827742" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1467.2672089367377" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1510.4579959032012" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1552.2571813071645" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1595.169647961128" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1638.3604349275913" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1680.9945812690548" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1723.0720869855181" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1765.7062333269816" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g></g><g transform="translate(0,100.99609375)" clip-path="url(#4948E00364424HJHKMCCXY1_axis_guid_pyxx_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">50</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,100.99609375)" clip-path="url(#4948E00364424HJHKMCCXY1_referenceFrame_0_guid_fqqg_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="8" width="43" height="42"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 0 L 4008 0 L 4009 2 L 4008 3 L -895 3 L -895 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4008 3 L -895 3 L -897 5 L -895 6 L 4008 6 L 4008 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -384 6 L 3667 6 L 3668 8 L 3667 9 L -384 9 L -384 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4732 9 L 85 9 L 84 11 L 85 12 L 4732 12 L 4732 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6608 12 L 171 12 L 169 14 L 171 15 L 6608 15 L 6608 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 15 L 5926 15 L 5928 17 L 5926 18 L -512 18 L -512 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 18 L -4263 18 L -4265 20 L -4263 21 L 2132 21 L 2132 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2217 21 L -4178 21 L -4180 23 L -4178 24 L 2217 24 L 2217 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3965 24 L 2473 24 L 2474 26 L 2473 27 L -3965 27 L -3965 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 27 L -3667 27 L -3668 29 L -3667 30 L 2771 30 L 2771 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3496 30 L 895 30 L 897 32 L 895 33 L -3496 33 L -3496 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3283 33 L 1151 33 L 1153 35 L 1151 36 L -3283 36 L -3283 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 36 L -3283 36 L -3284 38 L -3283 39 L 1151 39 L 1151 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 39 L -2942 39 L -2943 41 L -2942 42 L 1791 42 L 1791 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 42 L -2814 42 L -2815 44 L -2814 45 L 2771 45 L 2771 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5756 45 L -682 45 L -684 47 L -682 48 L 5756 48 L 5756 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 48 L -384 48 L -385 50 L -384 51 L 3667 51 L 3667 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2260 51 L 2942 51 L 2943 53 L 2942 54 L -2260 54 L -2260 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 54 L -2260 54 L -2261 56 L -2260 57 L 2942 57 L 2942 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2174 57 L 4263 57 L 4265 59 L 4263 60 L -2174 60 L -2174 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2132 60 L 2302 60 L 2304 62 L 2302 63 L -2132 63 L -2132 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2302 63 L -2132 63 L -2133 65 L -2132 66 L 2302 66 L 2302 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2046 66 L 4391 66 L 4393 68 L 4391 69 L -2046 69 L -2046 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2004 69 L 4349 69 L 4350 71 L 4349 72 L -2004 72 L -2004 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4519 72 L -1919 72 L -1920 74 L -1919 75 L 4519 75 L 4519 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4604 75 L -1833 75 L -1835 77 L -1833 78 L 4604 78 L 4604 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1620 78 L 2601 78 L 2602 80 L 2601 81 L -1620 81 L -1620 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -256 81 L 3709 81 L 3711 83 L 3709 84 L -256 84 L -256 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -895 84 L 5542 84 L 5544 86 L 5542 87 L -895 87 L -895 84 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="1705" y="84" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 85 87 L 4732 87 L 4734 89 L 4732 90 L 85 90 L 85 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5926 90 L 512 90 L 513 92 L 512 93 L -5926 93 L -5926 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7035 90 L 810 90 L 809 92 L 810 93 L 7035 93 L 7035 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 93 L -4775 93 L -4777 95 L -4775 96 L 1663 96 L 1663 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4221 96 L 2217 96 L 2218 98 L 2217 99 L -4221 99 L -4221 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -810 99 L 4519 99 L 4521 101 L 4519 102 L -810 102 L -810 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4519 102 L -810 102 L -812 104 L -810 105 L 4519 105 L 4519 102 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1620" y="102" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2771 105 L 2686 105 L 2687 107 L 2686 108 L -2771 108 L -2771 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 298 108 L -6139 108 L -6141 110 L -6139 111 L 298 111 L 298 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 810 108 L 7077 108 L 7079 110 L 7077 111 L 810 111 L 810 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5926 111 L -469 111 L -470 113 L -469 114 L 5926 114 L 5926 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 895 114 L -3496 114 L -3497 116 L -3496 117 L 895 117 L 895 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2856 117 L 3581 117 L 3583 119 L 3581 120 L -2856 120 L -2856 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 120 L -2643 120 L -2645 122 L -2643 123 L 3794 123 L 3794 120 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="469" y="120" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 123 L 43 123 L 41 125 L 43 126 L 3709 126 L 3709 123 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="597" y="123" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="810" y="123" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1151" y="123" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1322" y="123" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1364" y="123" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1620" y="123" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1705" y="123" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2942 126 L 3496 126 L 3498 128 L 3496 129 L -2942 129 L -2942 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2601 129 L -1535 129 L -1536 131 L -1535 132 L 2601 132 L 2601 129 Z"/></g><g/><g><rect fill="rgb(255,0,0)" stroke="none" x="1194" y="129" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1236" y="129" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4434 132 L 298 132 L 300 134 L 298 135 L -4434 135 L -4434 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6864 132 L 1194 132 L 1192 134 L 1194 135 L 6864 135 L 6864 132 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1577" y="132" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3752 135 L 85 135 L 87 137 L 85 138 L -3752 138 L -3752 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 135 L 6523 135 L 6525 137 L 6523 138 L 1364 138 L 1364 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 85 138 L -3752 138 L -3753 140 L -3752 141 L 85 141 L 85 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6523 138 L 1364 138 L 1363 140 L 1364 141 L 6523 141 L 6523 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3709 141 L 554 141 L 556 143 L 554 144 L -3709 144 L -3709 141 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 144 L -3709 144 L -3711 146 L -3709 147 L 554 147 L 554 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3112 147 L 341 147 L 343 149 L 341 150 L -3112 150 L -3112 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 341 150 L -3112 150 L -3114 152 L -3112 153 L 341 153 L 341 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2984 153 L 171 153 L 172 155 L 171 156 L -2984 156 L -2984 153 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 171 156 L -2984 156 L -2986 158 L -2984 159 L 171 159 L 171 156 Z"/></g></g></g><g transform="translate(57.998046875,108.994140625)" clip-path="url(#4948E00364424HJHKMCCXY1_track_label_guid_hn6d_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="206.533203125" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.10595703125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4948.E00364:424:HJHKMCCXY:1</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="206.533203125" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,305.99609375)" clip-path="url(#4948HWIST1309F305C9FCLANXX3_axis_guid_8a5c_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">81</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,305.99609375)" clip-path="url(#4948HWIST1309F305C9FCLANXX3_referenceFrame_0_guid_t1ky_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="12" width="43" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="18" width="43" height="32"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="18" width="43" height="32"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="18" width="43" height="32"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="19" width="43" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="19" width="43" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="19" width="43" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="19" width="43" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="21" width="43" height="29"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="22" width="43" height="28"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="22" width="43" height="28"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1492 0 L 3837 0 L 3839 2 L 3837 3 L -1492 3 L -1492 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3965 3 L -1364 3 L -1366 5 L -1364 6 L 3965 6 L 3965 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3965 6 L -1364 6 L -1366 8 L -1364 9 L 3965 9 L 3965 6 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 9 L 4136 9 L 4137 11 L 4136 12 L -1194 12 L -1194 9 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 12 L 4136 12 L 4137 14 L 4136 15 L -1194 15 L -1194 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4136 15 L -1151 15 L -1153 17 L -1151 18 L 4136 18 L 4136 15 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 18 L 4349 18 L 4350 20 L 4349 21 L -981 21 L -981 18 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4604 21 L -725 21 L -726 23 L -725 24 L 4604 24 L 4604 21 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -640 24 L 4690 24 L 4691 26 L 4690 27 L -640 27 L -640 24 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -597 27 L 4732 27 L 4734 29 L 4732 30 L -597 30 L -597 27 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4775 30 L -554 30 L -556 32 L -554 33 L 4775 33 L 4775 30 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -469 33 L 4263 33 L 4265 35 L 4263 36 L -469 36 L -469 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4434 36 L -469 36 L -470 38 L -469 39 L 4434 39 L 4434 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -469 39 L 4860 39 L 4862 41 L 4860 42 L -469 42 L -469 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5031 42 L -298 42 L -300 44 L -298 45 L 5031 45 L 5031 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -43 45 L 5287 45 L 5288 47 L 5287 48 L -43 48 L -43 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 85 48 L 3496 48 L 3498 50 L 3496 51 L 85 51 L 85 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3496 51 L 85 51 L 84 53 L 85 54 L 3496 54 L 3496 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5457 54 L 128 54 L 126 56 L 128 57 L 5457 57 L 5457 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 171 57 L 4221 57 L 4222 59 L 4221 60 L 171 60 L 171 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4221 60 L 171 60 L 169 62 L 171 63 L 4221 63 L 4221 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6139 63 L 810 63 L 809 65 L 810 66 L 6139 66 L 6139 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4306 66 L 1023 66 L 1025 68 L 1023 69 L -4306 69 L -4306 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3965 69 L 1364 69 L 1366 71 L 1364 72 L -3965 72 L -3965 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3922 72 L 1407 72 L 1408 74 L 1407 75 L -3922 75 L -3922 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3837 75 L 1492 75 L 1494 77 L 1492 78 L -3837 78 L -3837 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3794 78 L 1535 78 L 1536 80 L 1535 81 L -3794 81 L -3794 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3667 81 L 1663 81 L 1664 83 L 1663 84 L -3667 84 L -3667 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 84 L -3667 84 L -3668 86 L -3667 87 L 1663 87 L 1663 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3624 87 L 1705 87 L 1707 89 L 1705 90 L -3624 90 L -3624 87 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1663" y="87" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 90 L -3624 90 L -3625 92 L -3624 93 L 1151 93 L 1151 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 93 L -3581 93 L -3583 95 L -3581 96 L 1748 96 L 1748 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 96 L -3411 96 L -3412 98 L -3411 99 L 1919 99 L 1919 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3283 99 L 2046 99 L 2048 101 L 2046 102 L -3283 102 L -3283 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 102 L -3283 102 L -3284 104 L -3283 105 L 1961 105 L 1961 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2260 105 L -3070 105 L -3071 107 L -3070 108 L 2260 108 L 2260 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3027 108 L 2302 108 L 2304 110 L 2302 111 L -3027 111 L -3027 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3027 111 L 2302 111 L 2304 113 L 2302 114 L -3027 114 L -3027 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2345 114 L -2984 114 L -2986 116 L -2984 117 L 2345 117 L 2345 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2473 117 L -2856 117 L -2858 119 L -2856 120 L 2473 120 L 2473 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2856 120 L 2132 120 L 2133 122 L 2132 123 L -2856 123 L -2856 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 123 L -2856 123 L -2858 125 L -2856 126 L 2132 126 L 2132 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2814 126 L 1663 126 L 1664 128 L 1663 129 L -2814 129 L -2814 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 129 L -2814 129 L -2815 131 L -2814 132 L 1663 132 L 1663 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2643 132 L 2686 132 L 2687 134 L 2686 135 L -2643 135 L -2643 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 135 L -2558 135 L -2560 137 L -2558 138 L 2771 138 L 2771 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 138 L -2345 138 L -2346 140 L -2345 141 L 2984 141 L 2984 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 141 L -2132 141 L -2133 143 L -2132 144 L 2984 144 L 2984 141 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1833 144 L 3496 144 L 3498 146 L 3496 147 L -1833 147 L -1833 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3539 147 L -1791 147 L -1792 149 L -1791 150 L 3539 150 L 3539 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 150 L -1748 150 L -1749 152 L -1748 153 L 3581 153 L 3581 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 153 L -1748 153 L -1749 155 L -1748 156 L 3581 156 L 3581 153 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1663 156 L 3667 156 L 3668 158 L 3667 159 L -1663 159 L -1663 156 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 159 L -4349 159 L -4350 161 L -4349 162 L 981 162 L 981 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 162 L -4349 162 L -4350 164 L -4349 165 L 981 165 L 981 162 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 165 L -4306 165 L -4308 167 L -4306 168 L 1023 168 L 1023 165 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1023 168 L -4306 168 L -4308 170 L -4306 171 L 1023 171 L 1023 168 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2558 171 L 2771 171 L 2773 173 L 2771 174 L -2558 174 L -2558 171 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3624 174 L 1151 174 L 1153 176 L 1151 177 L -3624 177 L -3624 174 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6523 177 L 1194 177 L 1192 179 L 1194 180 L 6523 180 L 6523 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6694 180 L 1364 180 L 1363 182 L 1364 183 L 6694 183 L 6694 180 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6864 183 L 1535 183 L 1533 185 L 1535 186 L 6864 186 L 6864 183 Z"/></g></g></g><g transform="translate(57.998046875,313.994140625)" clip-path="url(#4948HWIST1309F305C9FCLANXX3_track_label_guid_ysz8_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="241.181640625" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.771484375" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4948.HWI-ST1309F:305:C9FCLANXX:3</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="241.181640625" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,510.99609375)" clip-path="url(#4948_rna_axis_guid_t1iz_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">307</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,510.99609375)" clip-path="url(#4948_rna_referenceFrame_0_guid_vp5n_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="500"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="9" width="43" height="41"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="18" width="43" height="32"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 0 L -1023 0 L -1025 2 L -1023 3 L 1108 3 L 1108 0 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 0 L 1450 0 L 1448 2 L 1450 3 L 3581 3 L 3581 0 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 3 L -981 3 L -982 5 L -981 6 L 1151 6 L 1151 3 Z"/></g><g/><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 3 L 1492 3 L 1491 5 L 1492 6 L 3581 6 L 3581 3 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 6 L -767 6 L -769 8 L -767 9 L 1364 9 L 1364 6 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 9 L -554 9 L -556 11 L -554 12 L 1577 12 L 1577 9 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="9" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2004 12 L -128 12 L -129 14 L -128 15 L 2004 15 L 2004 12 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="12" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -85 15 L 1961 15 L 1963 17 L 1961 18 L -85 18 L -85 15 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="15" width="42.63414634146341" height="3"/></g><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M -3211716 18 L -3213208 18 L -3213209 20 L -3213208 21 L -3211716 21 L -3211716 18 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -3211715.5 19.5 L 131782.5 19.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M -2245114 21 L -2246436 21 L -2246437 23 L -2246436 24 L -2245114 24 L -2245114 21 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -2245114.5 22.5 L 91706.5 22.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M -2245157 24 L -2245967 24 L -2245968 26 L -2245967 27 L -2245157 27 L -2245157 24 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -2245156.5 25.5 L 91833.5 25.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(200, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M -2201073 27 L -2201926 27 L -2201927 29 L -2201926 30 L -2201073 30 L -2201073 27 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -2201073.5 28.5 L 128925.5 28.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1663 30 L -3411 30 L -3412 32 L -3411 33 L -1663 33 L -1663 30 Z"/></g><g/><g><path fill="none" stroke="rgb(150, 170, 170)" paint-order="fill stroke markers" d=" M -1662.5 31.5 L 2089.5 31.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 33 L -853 33 L -854 35 L -853 36 L 1279 36 L 1279 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3539 33 L 1407 33 L 1405 35 L 1407 36 L 3539 36 L 3539 33 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 36 L -1620 36 L -1622 38 L -1620 39 L 512 39 L 512 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 36 L 640 36 L 638 38 L 640 39 L 2771 39 L 2771 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 39 L -1620 39 L -1622 41 L -1620 42 L 512 42 L 512 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 39 L 640 39 L 638 41 L 640 42 L 2771 42 L 2771 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 42 L -1620 42 L -1622 44 L -1620 45 L 512 45 L 512 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 42 L 640 42 L 638 44 L 640 45 L 2771 45 L 2771 42 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1407" y="42" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 45 L -1620 45 L -1622 47 L -1620 48 L 512 48 L 512 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2473 45 L 640 45 L 638 47 L 640 48 L 2473 48 L 2473 45 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 48 L -1620 48 L -1622 50 L -1620 51 L 512 51 L 512 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 48 L 640 48 L 638 50 L 640 51 L 2771 51 L 2771 48 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 51 L -1620 51 L -1622 53 L -1620 54 L 512 54 L 512 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 51 L 640 51 L 638 53 L 640 54 L 2771 54 L 2771 51 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 298 54 L -1577 54 L -1579 56 L -1577 57 L 298 57 L 298 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2388 54 L 426 54 L 425 56 L 426 57 L 2388 57 L 2388 54 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1577 57 L 554 57 L 556 59 L 554 60 L -1577 60 L -1577 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2899 57 L 767 57 L 766 59 L 767 60 L 2899 60 L 2899 57 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 171 60 L -1535 60 L -1536 62 L -1535 63 L 171 63 L 171 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2473 60 L 384 60 L 382 62 L 384 63 L 2473 63 L 2473 60 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 63 L -1535 63 L -1536 65 L -1535 66 L 597 66 L 597 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 63 L 810 63 L 809 65 L 810 66 L 2771 66 L 2771 63 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 66 L -1535 66 L -1536 68 L -1535 69 L 512 69 L 512 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2942 66 L 810 66 L 809 68 L 810 69 L 2942 69 L 2942 66 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 69 L -1535 69 L -1536 71 L -1535 72 L 597 72 L 597 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 69 L 853 69 L 851 71 L 853 72 L 2984 72 L 2984 69 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 72 L -1620 72 L -1622 74 L -1620 75 L 512 75 L 512 72 Z"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="128" y="72" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(209,113, 5)" stroke="none" x="171" y="72" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 72 L 853 72 L 851 74 L 853 75 L 2984 75 L 2984 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 75 L -1535 75 L -1536 77 L -1535 78 L 597 78 L 597 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 75 L 853 75 L 851 77 L 853 78 L 2984 78 L 2984 75 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 597 78 L -1535 78 L -1536 80 L -1535 81 L 597 81 L 597 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 78 L 853 78 L 851 80 L 853 81 L 2984 81 L 2984 78 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1535 81 L 597 81 L 598 83 L 597 84 L -1535 84 L -1535 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2984 81 L 853 81 L 851 83 L 853 84 L 2984 84 L 2984 81 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 84 L -171 84 L -172 86 L -171 87 L 1961 87 L 1961 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 87 L 1023 87 L 1025 89 L 1023 90 L -1108 90 L -1108 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 87 L 3453 87 L 3455 89 L 3453 90 L 1364 90 L 1364 87 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 90 L 981 90 L 982 92 L 981 93 L -1108 93 L -1108 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3283 90 L 1407 90 L 1405 92 L 1407 93 L 3283 93 L 3283 90 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1066 93 L 1066 93 L 1067 95 L 1066 96 L -1066 96 L -1066 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3240 93 L 1450 93 L 1448 95 L 1450 96 L 3240 96 L 3240 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 96 L -1023 96 L -1025 98 L -1023 99 L 1108 99 L 1108 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 96 L 1450 96 L 1448 98 L 1450 99 L 2856 99 L 2856 96 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 2856.5 97.5 L 2941.5 97.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 99 L -1023 99 L -1025 101 L -1023 102 L 1108 102 L 1108 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 99 L 1450 99 L 1448 101 L 1450 102 L 3581 102 L 3581 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 102 L -1023 102 L -1025 104 L -1023 105 L 1108 105 L 1108 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 102 L 1450 102 L 1448 104 L 1450 105 L 3581 105 L 3581 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 105 L -1023 105 L -1025 107 L -1023 108 L 1108 108 L 1108 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 105 L 1450 105 L 1448 107 L 1450 108 L 3581 108 L 3581 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 108 L -1023 108 L -1025 110 L -1023 111 L 1108 111 L 1108 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 108 L 1450 108 L 1448 110 L 1450 111 L 3581 111 L 3581 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1023 111 L 1108 111 L 1110 113 L 1108 114 L -1023 114 L -1023 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 111 L 1450 111 L 1448 113 L 1450 114 L 3581 114 L 3581 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 114 L -981 114 L -982 116 L -981 117 L 1151 117 L 1151 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 114 L 3581 114 L 3583 116 L 3581 117 L 1450 117 L 1450 114 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 117 L -981 117 L -982 119 L -981 120 L 1151 120 L 1151 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 117 L 1535 117 L 1533 119 L 1535 120 L 3667 120 L 3667 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 120 L -981 120 L -982 122 L -981 123 L 1151 123 L 1151 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 120 L 1535 120 L 1533 122 L 1535 123 L 3667 123 L 3667 120 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 123 L -981 123 L -982 125 L -981 126 L 1151 126 L 1151 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 123 L 1535 123 L 1533 125 L 1535 126 L 3667 126 L 3667 123 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 126 L -981 126 L -982 128 L -981 129 L 1151 129 L 1151 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3667 126 L 1535 126 L 1533 128 L 1535 129 L 3667 129 L 3667 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 129 L -981 129 L -982 131 L -981 132 L 1151 132 L 1151 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 129 L 1577 129 L 1576 131 L 1577 132 L 3709 132 L 3709 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 132 L -981 132 L -982 134 L -981 135 L 1151 135 L 1151 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 132 L 1577 132 L 1576 134 L 1577 135 L 3709 135 L 3709 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 135 L -981 135 L -982 137 L -981 138 L 1151 138 L 1151 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3709 135 L 1577 135 L 1576 137 L 1577 138 L 3709 138 L 3709 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 138 L -981 138 L -982 140 L -981 141 L 1151 141 L 1151 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 138 L 1620 138 L 1619 140 L 1620 141 L 3752 141 L 3752 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 141 L -981 141 L -982 143 L -981 144 L 1151 144 L 1151 141 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 141 L 1620 141 L 1619 143 L 1620 144 L 3752 144 L 3752 141 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 144 L -981 144 L -982 146 L -981 147 L 1151 147 L 1151 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3027 144 L 1620 144 L 1619 146 L 1620 147 L 3027 147 L 3027 144 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 3027.5 145.5 L 3154.5 145.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 147 L -981 147 L -982 149 L -981 150 L 1151 150 L 1151 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 147 L 1620 147 L 1619 149 L 1620 150 L 3752 150 L 3752 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 150 L -981 150 L -982 152 L -981 153 L 1151 153 L 1151 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 150 L 1620 150 L 1619 152 L 1620 153 L 3752 153 L 3752 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 153 L -981 153 L -982 155 L -981 156 L 1151 156 L 1151 153 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 153 L 1705 153 L 1704 155 L 1705 156 L 3581 156 L 3581 153 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 156 L -981 156 L -982 158 L -981 159 L 1151 159 L 1151 156 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3581 156 L 1705 156 L 1704 158 L 1705 159 L 3581 159 L 3581 156 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 159 L -981 159 L -982 161 L -981 162 L 1151 162 L 1151 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 159 L 1705 159 L 1704 161 L 1705 162 L 3837 162 L 3837 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 162 L -981 162 L -982 164 L -981 165 L 1151 165 L 1151 162 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3880 162 L 1748 162 L 1747 164 L 1748 165 L 3880 165 L 3880 162 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 165 L 1108 165 L 1110 167 L 1108 168 L -981 168 L -981 165 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 165 L 1748 165 L 1747 167 L 1748 168 L 3837 168 L 3837 165 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 168 L 1151 168 L 1153 170 L 1151 171 L -981 171 L -981 168 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 171 L 1108 171 L 1110 173 L 1108 174 L -981 174 L -981 171 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -981 174 L 1108 174 L 1110 176 L 1108 177 L -981 177 L -981 174 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 177 L -938 177 L -939 179 L -938 180 L 1194 180 L 1194 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1194 180 L -938 180 L -939 182 L -938 183 L 1194 183 L 1194 180 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 183 L 1194 183 L 1195 185 L 1194 186 L -938 186 L -938 183 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 186 L 1194 186 L 1195 188 L 1194 189 L -938 189 L -938 186 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -938 189 L 1194 189 L 1195 191 L 1194 192 L -938 192 L -938 189 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 192 L -895 192 L -897 194 L -895 195 L 1236 195 L 1236 192 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="640" y="192" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 195 L -895 195 L -897 197 L -895 198 L 1151 198 L 1151 195 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 198 L -895 198 L -897 200 L -895 201 L 1236 201 L 1236 198 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 201 L -895 201 L -897 203 L -895 204 L 1236 204 L 1236 201 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 204 L -895 204 L -897 206 L -895 207 L 1236 207 L 1236 204 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 207 L -895 207 L -897 209 L -895 210 L 1236 210 L 1236 207 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 210 L -895 210 L -897 212 L -895 213 L 1236 213 L 1236 210 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="554" y="210" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 213 L -895 213 L -897 215 L -895 216 L 1236 216 L 1236 213 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 216 L -895 216 L -897 218 L -895 219 L 1236 219 L 1236 216 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 219 L -895 219 L -897 221 L -895 222 L 1236 222 L 1236 219 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1279 222 L -853 222 L -854 224 L -853 225 L 1279 225 L 1279 222 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 225 L -767 225 L -769 227 L -767 228 L 1236 228 L 1236 225 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 228 L -767 228 L -769 230 L -767 231 L 1364 231 L 1364 228 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 231 L -767 231 L -769 233 L -767 234 L 767 234 L 767 231 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="853" y="231" width="596.8780487804878" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 767.5 232.5 L 852.5 232.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 234 L -725 234 L -726 236 L -725 237 L 1407 237 L 1407 234 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 237 L -682 237 L -684 239 L -682 240 L 1450 240 L 1450 237 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 240 L -682 240 L -684 242 L -682 243 L 1450 243 L 1450 240 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 243 L -682 243 L -684 245 L -682 246 L 1450 246 L 1450 243 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 246 L -682 246 L -684 248 L -682 249 L 1450 249 L 1450 246 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 249 L -682 249 L -684 251 L -682 252 L 1450 252 L 1450 249 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 252 L -682 252 L -684 254 L -682 255 L 1450 255 L 1450 252 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 255 L -682 255 L -684 257 L -682 258 L 1450 258 L 1450 255 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 258 L -640 258 L -641 260 L -640 261 L 1492 261 L 1492 258 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 261 L -640 261 L -641 263 L -640 264 L 1492 264 L 1492 261 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1492 264 L -640 264 L -641 266 L -640 267 L 1492 267 L 1492 264 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 267 L -597 267 L -598 269 L -597 270 L 1535 270 L 1535 267 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 270 L -597 270 L -598 272 L -597 273 L 1535 273 L 1535 270 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 273 L -554 273 L -556 275 L -554 276 L 1577 276 L 1577 273 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 276 L -554 276 L -556 278 L -554 279 L 1577 279 L 1577 276 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 279 L -554 279 L -556 281 L -554 282 L 1577 282 L 1577 279 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 282 L -554 282 L -556 284 L -554 285 L 1577 285 L 1577 282 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 285 L -554 285 L -556 287 L -554 288 L 1577 288 L 1577 285 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 288 L -554 288 L -556 290 L -554 291 L 1577 291 L 1577 288 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 291 L -554 291 L -556 293 L -554 294 L 1577 294 L 1577 291 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 294 L -554 294 L -556 296 L -554 297 L 1577 297 L 1577 294 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 297 L -554 297 L -556 299 L -554 300 L 1577 300 L 1577 297 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 300 L -554 300 L -556 302 L -554 303 L 1577 303 L 1577 300 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 303 L -554 303 L -556 305 L -554 306 L 1577 306 L 1577 303 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 306 L -554 306 L -556 308 L -554 309 L 1577 309 L 1577 306 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 309 L 1620 309 L 1622 311 L 1620 312 L -512 312 L -512 309 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 312 L 1620 312 L 1622 314 L 1620 315 L -512 315 L -512 312 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="640" y="312" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -512 315 L 1620 315 L 1622 317 L 1620 318 L -512 318 L -512 315 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 318 L -469 318 L -470 320 L -469 321 L 1577 321 L 1577 318 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 321 L -469 321 L -470 323 L -469 324 L 1663 324 L 1663 321 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1194" y="321" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 324 L -469 324 L -470 326 L -469 327 L 1663 327 L 1663 324 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 327 L -469 327 L -470 329 L -469 330 L 1663 330 L 1663 327 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 330 L -469 330 L -470 332 L -469 333 L 1663 333 L 1663 330 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 333 L -469 333 L -470 335 L -469 336 L 1663 336 L 1663 333 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 336 L -469 336 L -470 338 L -469 339 L 1663 339 L 1663 336 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 339 L -469 339 L -470 341 L -469 342 L 1663 342 L 1663 339 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1407" y="339" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1663 342 L -469 342 L -470 344 L -469 345 L 1663 345 L 1663 342 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -469 345 L 1663 345 L 1664 347 L 1663 348 L -469 348 L -469 345 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -469 348 L 1663 348 L 1664 350 L 1663 351 L -469 351 L -469 348 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -469 351 L 1577 351 L 1579 353 L 1577 354 L -469 354 L -469 351 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1705 354 L -426 354 L -428 356 L -426 357 L 1705 357 L 1705 354 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1705 357 L -426 357 L -428 359 L -426 360 L 1705 360 L 1705 357 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1705 360 L -426 360 L -428 362 L -426 363 L 1705 363 L 1705 360 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -426 363 L 1620 363 L 1622 365 L 1620 366 L -426 366 L -426 363 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="-426" y="366" width="980.5853658536585" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 640 366 L 1791 366 L 1792 368 L 1791 369 L 640 369 L 640 366 Z"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 554.5 367.5 L 639.5 367.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="213" y="366" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -426 369 L 1705 369 L 1707 371 L 1705 372 L -426 372 L -426 369 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -426 372 L 1705 372 L 1707 374 L 1705 375 L -426 375 L -426 372 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -426 375 L 1663 375 L 1664 377 L 1663 378 L -426 378 L -426 375 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 378 L -384 378 L -385 380 L -384 381 L 1748 381 L 1748 378 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 381 L -384 381 L -385 383 L -384 384 L 1748 384 L 1748 381 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1620 384 L -384 384 L -385 386 L -384 387 L 1620 387 L 1620 384 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1748 387 L -384 387 L -385 389 L -384 390 L 1748 390 L 1748 387 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -384 390 L 1748 390 L 1750 392 L 1748 393 L -384 393 L -384 390 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -341 393 L 1791 393 L 1792 395 L 1791 396 L -341 396 L -341 393 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -341 396 L 1748 396 L 1750 398 L 1748 399 L -341 399 L -341 396 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 399 L -298 399 L -300 401 L -298 402 L 1322 402 L 1322 399 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1833 402 L -298 402 L -300 404 L -298 405 L 1833 405 L 1833 402 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1833 405 L -298 405 L -300 407 L -298 408 L 1833 408 L 1833 405 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -298 408 L 1833 408 L 1835 410 L 1833 411 L -298 411 L -298 408 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1876 411 L -256 411 L -257 413 L -256 414 L 1876 414 L 1876 411 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1876 414 L -256 414 L -257 416 L -256 417 L 1876 417 L 1876 414 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 417 L -256 417 L -257 419 L -256 420 L 1791 420 L 1791 417 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 420 L -213 420 L -215 422 L -213 423 L 1919 423 L 1919 420 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="213" y="420" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="640" y="420" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 423 L -213 423 L -215 425 L -213 426 L 1919 426 L 1919 423 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 426 L -213 426 L -215 428 L -213 429 L 1919 429 L 1919 426 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 429 L -213 429 L -215 431 L -213 432 L 1919 432 L 1919 429 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 432 L -213 432 L -215 434 L -213 435 L 1919 435 L 1919 432 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 435 L -213 435 L -215 437 L -213 438 L 1919 438 L 1919 435 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -213 438 L 1919 438 L 1920 440 L 1919 441 L -213 441 L -213 438 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1961 441 L -171 441 L -172 443 L -171 444 L 1961 444 L 1961 441 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 384 444 L -171 444 L -172 446 L -171 447 L 384 447 L 384 444 Z"/></g><g><rect fill="rgb(185, 185, 185)" stroke="none" x="469" y="444" width="1577.4634146341461" height="3"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 383.5 445.5 L 468.5 445.5" stroke-miterlimit="10" stroke-width="2" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 447 L 1919 447 L 1920 449 L 1919 450 L -171 450 L -171 447 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 450 L 1919 450 L 1920 452 L 1919 453 L -171 453 L -171 450 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 453 L 1961 453 L 1963 455 L 1961 456 L -171 456 L -171 453 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -171 456 L 1961 456 L 1963 458 L 1961 459 L -171 459 L -171 456 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2004 459 L -128 459 L -129 461 L -128 462 L 2004 462 L 2004 459 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2004 462 L -128 462 L -129 464 L -128 465 L 2004 465 L 2004 462 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2004 465 L -128 465 L -129 467 L -128 468 L 2004 468 L 2004 465 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 468 L -85 468 L -87 470 L -85 471 L 2046 471 L 2046 468 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 471 L -85 471 L -87 473 L -85 474 L 2046 474 L 2046 471 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 474 L -85 474 L -87 476 L -85 477 L 2046 477 L 2046 474 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 477 L -85 477 L -87 479 L -85 480 L 2046 480 L 2046 477 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 480 L -85 480 L -87 482 L -85 483 L 2046 483 L 2046 480 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 483 L -85 483 L -87 485 L -85 486 L 2046 486 L 2046 483 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 486 L -85 486 L -87 488 L -85 489 L 2046 489 L 2046 486 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2046 489 L -85 489 L -87 491 L -85 492 L 2046 492 L 2046 489 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -85 492 L 1919 492 L 1920 494 L 1919 495 L -85 495 L -85 492 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -85 495 L 2046 495 L 2048 497 L 2046 498 L -85 498 L -85 495 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="213" y="495" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -85 498 L 2004 498 L 2005 500 L 2004 501 L -85 501 L -85 498 Z"/></g></g></g><g transform="translate(57.998046875,518.994140625)" clip-path="url(#4948_rna_track_label_guid_0kfk_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="64.1796875" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.36669921875" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">4948_rna</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="64.1796875" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,1015.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_kwhb_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -16370.5 17.5 L 5456.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 15.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 19.5 L 15.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 15.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 19.5 L 45.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 15.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 19.5 L 75.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 15.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 19.5 L 105.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 15.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 19.5 L 135.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 15.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 19.5 L 165.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 15.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 19.5 L 195.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 15.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 19.5 L 225.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 15.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 19.5 L 255.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 15.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 19.5 L 285.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 15.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 19.5 L 315.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 15.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 19.5 L 345.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 15.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 19.5 L 375.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 15.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 19.5 L 405.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 15.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 19.5 L 435.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 15.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 19.5 L 465.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 15.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 19.5 L 495.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 15.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 19.5 L 525.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 15.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 19.5 L 555.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 15.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 19.5 L 585.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 15.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 19.5 L 615.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 15.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 19.5 L 645.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 15.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 19.5 L 675.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 15.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 19.5 L 705.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 15.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 19.5 L 735.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 15.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 19.5 L 765.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 15.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 19.5 L 795.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 15.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 19.5 L 825.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 15.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 19.5 L 855.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 15.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 19.5 L 885.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 917.5 15.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 917.5 19.5 L 915.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 947.5 15.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 947.5 19.5 L 945.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 977.5 15.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 977.5 19.5 L 975.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1007.5 15.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1007.5 19.5 L 1005.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1037.5 15.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1037.5 19.5 L 1035.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1067.5 15.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1067.5 19.5 L 1065.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1097.5 15.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1097.5 19.5 L 1095.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1127.5 15.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1127.5 19.5 L 1125.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1157.5 15.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1157.5 19.5 L 1155.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1187.5 15.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1187.5 19.5 L 1185.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1217.5 15.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1217.5 19.5 L 1215.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1247.5 15.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1247.5 19.5 L 1245.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1277.5 15.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1277.5 19.5 L 1275.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1307.5 15.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1307.5 19.5 L 1305.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1337.5 15.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1337.5 19.5 L 1335.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1367.5 15.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1367.5 19.5 L 1365.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1397.5 15.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1397.5 19.5 L 1395.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1427.5 15.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1427.5 19.5 L 1425.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1457.5 15.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1457.5 19.5 L 1455.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1487.5 15.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1487.5 19.5 L 1485.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1517.5 15.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1517.5 19.5 L 1515.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1547.5 15.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1547.5 19.5 L 1545.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1577.5 15.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1577.5 19.5 L 1575.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1607.5 15.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1607.5 19.5 L 1605.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1637.5 15.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1637.5 19.5 L 1635.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1667.5 15.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1667.5 19.5 L 1665.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1697.5 15.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1697.5 19.5 L 1695.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1727.5 15.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1727.5 19.5 L 1725.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-13515" y="10" width="17523" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13497.5 15.5 L -13499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13497.5 19.5 L -13499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13467.5 15.5 L -13469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13467.5 19.5 L -13469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13437.5 15.5 L -13439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13437.5 19.5 L -13439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13407.5 15.5 L -13409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13407.5 19.5 L -13409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13377.5 15.5 L -13379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13377.5 19.5 L -13379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13347.5 15.5 L -13349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13347.5 19.5 L -13349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13317.5 15.5 L -13319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13317.5 19.5 L -13319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13287.5 15.5 L -13289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13287.5 19.5 L -13289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13257.5 15.5 L -13259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13257.5 19.5 L -13259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13227.5 15.5 L -13229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13227.5 19.5 L -13229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13197.5 15.5 L -13199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13197.5 19.5 L -13199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13167.5 15.5 L -13169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13167.5 19.5 L -13169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13137.5 15.5 L -13139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13137.5 19.5 L -13139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13107.5 15.5 L -13109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13107.5 19.5 L -13109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13077.5 15.5 L -13079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13077.5 19.5 L -13079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13047.5 15.5 L -13049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13047.5 19.5 L -13049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13017.5 15.5 L -13019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13017.5 19.5 L -13019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12987.5 15.5 L -12989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12987.5 19.5 L -12989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12957.5 15.5 L -12959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12957.5 19.5 L -12959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12927.5 15.5 L -12929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12927.5 19.5 L -12929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12897.5 15.5 L -12899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12897.5 19.5 L -12899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12867.5 15.5 L -12869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12867.5 19.5 L -12869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12837.5 15.5 L -12839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12837.5 19.5 L -12839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12807.5 15.5 L -12809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12807.5 19.5 L -12809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12777.5 15.5 L -12779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12777.5 19.5 L -12779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12747.5 15.5 L -12749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12747.5 19.5 L -12749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12717.5 15.5 L -12719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12717.5 19.5 L -12719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12687.5 15.5 L -12689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12687.5 19.5 L -12689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12657.5 15.5 L -12659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12657.5 19.5 L -12659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12627.5 15.5 L -12629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12627.5 19.5 L -12629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12597.5 15.5 L -12599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12597.5 19.5 L -12599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12567.5 15.5 L -12569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12567.5 19.5 L -12569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12537.5 15.5 L -12539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12537.5 19.5 L -12539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12507.5 15.5 L -12509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12507.5 19.5 L -12509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12477.5 15.5 L -12479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12477.5 19.5 L -12479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12447.5 15.5 L -12449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12447.5 19.5 L -12449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12417.5 15.5 L -12419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12417.5 19.5 L -12419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12387.5 15.5 L -12389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12387.5 19.5 L -12389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12357.5 15.5 L -12359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12357.5 19.5 L -12359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12327.5 15.5 L -12329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12327.5 19.5 L -12329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12297.5 15.5 L -12299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12297.5 19.5 L -12299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12267.5 15.5 L -12269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12267.5 19.5 L -12269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12237.5 15.5 L -12239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12237.5 19.5 L -12239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12207.5 15.5 L -12209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12207.5 19.5 L -12209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12177.5 15.5 L -12179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12177.5 19.5 L -12179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12147.5 15.5 L -12149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12147.5 19.5 L -12149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12117.5 15.5 L -12119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12117.5 19.5 L -12119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12087.5 15.5 L -12089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12087.5 19.5 L -12089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12057.5 15.5 L -12059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12057.5 19.5 L -12059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12027.5 15.5 L -12029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12027.5 19.5 L -12029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11997.5 15.5 L -11999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11997.5 19.5 L -11999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11967.5 15.5 L -11969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11967.5 19.5 L -11969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11937.5 15.5 L -11939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11937.5 19.5 L -11939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11907.5 15.5 L -11909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11907.5 19.5 L -11909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11877.5 15.5 L -11879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11877.5 19.5 L -11879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11847.5 15.5 L -11849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11847.5 19.5 L -11849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11817.5 15.5 L -11819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11817.5 19.5 L -11819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11787.5 15.5 L -11789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11787.5 19.5 L -11789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11757.5 15.5 L -11759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11757.5 19.5 L -11759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11727.5 15.5 L -11729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11727.5 19.5 L -11729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11697.5 15.5 L -11699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11697.5 19.5 L -11699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11667.5 15.5 L -11669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11667.5 19.5 L -11669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11637.5 15.5 L -11639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11637.5 19.5 L -11639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11607.5 15.5 L -11609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11607.5 19.5 L -11609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11577.5 15.5 L -11579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11577.5 19.5 L -11579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11547.5 15.5 L -11549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11547.5 19.5 L -11549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11517.5 15.5 L -11519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11517.5 19.5 L -11519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11487.5 15.5 L -11489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11487.5 19.5 L -11489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11457.5 15.5 L -11459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11457.5 19.5 L -11459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11427.5 15.5 L -11429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11427.5 19.5 L -11429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11397.5 15.5 L -11399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11397.5 19.5 L -11399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11367.5 15.5 L -11369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11367.5 19.5 L -11369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11337.5 15.5 L -11339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11337.5 19.5 L -11339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11307.5 15.5 L -11309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11307.5 19.5 L -11309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11277.5 15.5 L -11279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11277.5 19.5 L -11279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11247.5 15.5 L -11249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11247.5 19.5 L -11249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11217.5 15.5 L -11219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11217.5 19.5 L -11219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11187.5 15.5 L -11189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11187.5 19.5 L -11189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11157.5 15.5 L -11159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11157.5 19.5 L -11159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11127.5 15.5 L -11129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11127.5 19.5 L -11129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11097.5 15.5 L -11099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11097.5 19.5 L -11099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11067.5 15.5 L -11069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11067.5 19.5 L -11069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11037.5 15.5 L -11039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11037.5 19.5 L -11039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11007.5 15.5 L -11009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11007.5 19.5 L -11009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10977.5 15.5 L -10979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10977.5 19.5 L -10979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10947.5 15.5 L -10949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10947.5 19.5 L -10949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10917.5 15.5 L -10919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10917.5 19.5 L -10919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10887.5 15.5 L -10889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10887.5 19.5 L -10889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10857.5 15.5 L -10859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10857.5 19.5 L -10859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10827.5 15.5 L -10829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10827.5 19.5 L -10829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10797.5 15.5 L -10799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10797.5 19.5 L -10799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10767.5 15.5 L -10769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10767.5 19.5 L -10769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10737.5 15.5 L -10739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10737.5 19.5 L -10739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10707.5 15.5 L -10709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10707.5 19.5 L -10709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10677.5 15.5 L -10679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10677.5 19.5 L -10679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10647.5 15.5 L -10649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10647.5 19.5 L -10649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10617.5 15.5 L -10619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10617.5 19.5 L -10619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10587.5 15.5 L -10589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10587.5 19.5 L -10589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10557.5 15.5 L -10559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10557.5 19.5 L -10559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10527.5 15.5 L -10529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10527.5 19.5 L -10529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10497.5 15.5 L -10499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10497.5 19.5 L -10499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10467.5 15.5 L -10469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10467.5 19.5 L -10469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10437.5 15.5 L -10439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10437.5 19.5 L -10439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10407.5 15.5 L -10409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10407.5 19.5 L -10409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10377.5 15.5 L -10379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10377.5 19.5 L -10379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10347.5 15.5 L -10349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10347.5 19.5 L -10349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10317.5 15.5 L -10319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10317.5 19.5 L -10319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10287.5 15.5 L -10289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10287.5 19.5 L -10289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10257.5 15.5 L -10259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10257.5 19.5 L -10259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10227.5 15.5 L -10229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10227.5 19.5 L -10229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10197.5 15.5 L -10199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10197.5 19.5 L -10199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10167.5 15.5 L -10169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10167.5 19.5 L -10169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10137.5 15.5 L -10139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10137.5 19.5 L -10139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10107.5 15.5 L -10109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10107.5 19.5 L -10109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10077.5 15.5 L -10079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10077.5 19.5 L -10079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10047.5 15.5 L -10049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10047.5 19.5 L -10049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10017.5 15.5 L -10019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10017.5 19.5 L -10019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9987.5 15.5 L -9989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9987.5 19.5 L -9989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9957.5 15.5 L -9959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9957.5 19.5 L -9959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9927.5 15.5 L -9929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9927.5 19.5 L -9929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9897.5 15.5 L -9899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9897.5 19.5 L -9899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9867.5 15.5 L -9869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9867.5 19.5 L -9869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9837.5 15.5 L -9839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9837.5 19.5 L -9839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9807.5 15.5 L -9809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9807.5 19.5 L -9809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9777.5 15.5 L -9779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9777.5 19.5 L -9779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9747.5 15.5 L -9749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9747.5 19.5 L -9749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9717.5 15.5 L -9719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9717.5 19.5 L -9719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9687.5 15.5 L -9689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9687.5 19.5 L -9689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9657.5 15.5 L -9659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9657.5 19.5 L -9659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9627.5 15.5 L -9629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9627.5 19.5 L -9629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9597.5 15.5 L -9599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9597.5 19.5 L -9599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9567.5 15.5 L -9569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9567.5 19.5 L -9569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9537.5 15.5 L -9539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9537.5 19.5 L -9539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9507.5 15.5 L -9509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9507.5 19.5 L -9509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9477.5 15.5 L -9479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9477.5 19.5 L -9479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9447.5 15.5 L -9449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9447.5 19.5 L -9449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9417.5 15.5 L -9419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9417.5 19.5 L -9419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9387.5 15.5 L -9389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9387.5 19.5 L -9389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9357.5 15.5 L -9359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9357.5 19.5 L -9359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9327.5 15.5 L -9329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9327.5 19.5 L -9329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9297.5 15.5 L -9299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9297.5 19.5 L -9299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9267.5 15.5 L -9269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9267.5 19.5 L -9269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9237.5 15.5 L -9239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9237.5 19.5 L -9239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9207.5 15.5 L -9209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9207.5 19.5 L -9209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9177.5 15.5 L -9179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9177.5 19.5 L -9179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9147.5 15.5 L -9149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9147.5 19.5 L -9149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9117.5 15.5 L -9119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9117.5 19.5 L -9119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9087.5 15.5 L -9089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9087.5 19.5 L -9089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9057.5 15.5 L -9059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9057.5 19.5 L -9059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9027.5 15.5 L -9029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9027.5 19.5 L -9029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8997.5 15.5 L -8999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8997.5 19.5 L -8999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8967.5 15.5 L -8969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8967.5 19.5 L -8969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8937.5 15.5 L -8939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8937.5 19.5 L -8939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8907.5 15.5 L -8909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8907.5 19.5 L -8909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8877.5 15.5 L -8879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8877.5 19.5 L -8879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8847.5 15.5 L -8849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8847.5 19.5 L -8849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8817.5 15.5 L -8819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8817.5 19.5 L -8819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8787.5 15.5 L -8789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8787.5 19.5 L -8789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8757.5 15.5 L -8759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8757.5 19.5 L -8759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8727.5 15.5 L -8729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8727.5 19.5 L -8729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8697.5 15.5 L -8699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8697.5 19.5 L -8699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8667.5 15.5 L -8669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8667.5 19.5 L -8669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8637.5 15.5 L -8639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8637.5 19.5 L -8639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8607.5 15.5 L -8609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8607.5 19.5 L -8609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8577.5 15.5 L -8579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8577.5 19.5 L -8579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8547.5 15.5 L -8549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8547.5 19.5 L -8549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8517.5 15.5 L -8519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8517.5 19.5 L -8519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8487.5 15.5 L -8489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8487.5 19.5 L -8489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8457.5 15.5 L -8459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8457.5 19.5 L -8459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8427.5 15.5 L -8429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8427.5 19.5 L -8429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8397.5 15.5 L -8399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8397.5 19.5 L -8399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8367.5 15.5 L -8369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8367.5 19.5 L -8369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8337.5 15.5 L -8339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8337.5 19.5 L -8339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8307.5 15.5 L -8309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8307.5 19.5 L -8309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8277.5 15.5 L -8279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8277.5 19.5 L -8279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8247.5 15.5 L -8249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8247.5 19.5 L -8249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8217.5 15.5 L -8219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8217.5 19.5 L -8219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8187.5 15.5 L -8189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8187.5 19.5 L -8189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8157.5 15.5 L -8159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8157.5 19.5 L -8159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8127.5 15.5 L -8129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8127.5 19.5 L -8129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8097.5 15.5 L -8099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8097.5 19.5 L -8099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8067.5 15.5 L -8069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8067.5 19.5 L -8069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8037.5 15.5 L -8039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8037.5 19.5 L -8039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8007.5 15.5 L -8009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8007.5 19.5 L -8009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7977.5 15.5 L -7979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7977.5 19.5 L -7979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7947.5 15.5 L -7949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7947.5 19.5 L -7949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7917.5 15.5 L -7919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7917.5 19.5 L -7919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7887.5 15.5 L -7889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7887.5 19.5 L -7889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7857.5 15.5 L -7859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7857.5 19.5 L -7859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7827.5 15.5 L -7829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7827.5 19.5 L -7829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7797.5 15.5 L -7799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7797.5 19.5 L -7799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7767.5 15.5 L -7769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7767.5 19.5 L -7769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7737.5 15.5 L -7739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7737.5 19.5 L -7739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7707.5 15.5 L -7709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7707.5 19.5 L -7709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7677.5 15.5 L -7679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7677.5 19.5 L -7679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7647.5 15.5 L -7649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7647.5 19.5 L -7649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7617.5 15.5 L -7619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7617.5 19.5 L -7619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7587.5 15.5 L -7589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7587.5 19.5 L -7589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7557.5 15.5 L -7559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7557.5 19.5 L -7559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7527.5 15.5 L -7529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7527.5 19.5 L -7529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7497.5 15.5 L -7499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7497.5 19.5 L -7499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7467.5 15.5 L -7469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7467.5 19.5 L -7469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7437.5 15.5 L -7439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7437.5 19.5 L -7439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7407.5 15.5 L -7409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7407.5 19.5 L -7409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7377.5 15.5 L -7379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7377.5 19.5 L -7379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7347.5 15.5 L -7349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7347.5 19.5 L -7349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7317.5 15.5 L -7319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7317.5 19.5 L -7319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7287.5 15.5 L -7289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7287.5 19.5 L -7289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7257.5 15.5 L -7259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7257.5 19.5 L -7259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7227.5 15.5 L -7229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7227.5 19.5 L -7229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7197.5 15.5 L -7199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7197.5 19.5 L -7199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7167.5 15.5 L -7169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7167.5 19.5 L -7169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7137.5 15.5 L -7139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7137.5 19.5 L -7139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7107.5 15.5 L -7109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7107.5 19.5 L -7109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7077.5 15.5 L -7079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7077.5 19.5 L -7079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7047.5 15.5 L -7049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7047.5 19.5 L -7049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7017.5 15.5 L -7019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7017.5 19.5 L -7019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6987.5 15.5 L -6989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6987.5 19.5 L -6989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6957.5 15.5 L -6959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6957.5 19.5 L -6959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6927.5 15.5 L -6929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6927.5 19.5 L -6929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6897.5 15.5 L -6899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6897.5 19.5 L -6899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6867.5 15.5 L -6869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6867.5 19.5 L -6869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6837.5 15.5 L -6839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6837.5 19.5 L -6839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6807.5 15.5 L -6809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6807.5 19.5 L -6809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6777.5 15.5 L -6779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6777.5 19.5 L -6779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6747.5 15.5 L -6749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6747.5 19.5 L -6749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6717.5 15.5 L -6719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6717.5 19.5 L -6719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6687.5 15.5 L -6689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6687.5 19.5 L -6689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6657.5 15.5 L -6659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6657.5 19.5 L -6659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6627.5 15.5 L -6629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6627.5 19.5 L -6629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6597.5 15.5 L -6599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6597.5 19.5 L -6599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6567.5 15.5 L -6569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6567.5 19.5 L -6569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6537.5 15.5 L -6539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6537.5 19.5 L -6539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6507.5 15.5 L -6509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6507.5 19.5 L -6509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6477.5 15.5 L -6479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6477.5 19.5 L -6479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6447.5 15.5 L -6449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6447.5 19.5 L -6449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6417.5 15.5 L -6419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6417.5 19.5 L -6419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6387.5 15.5 L -6389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6387.5 19.5 L -6389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6357.5 15.5 L -6359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6357.5 19.5 L -6359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6327.5 15.5 L -6329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6327.5 19.5 L -6329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6297.5 15.5 L -6299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6297.5 19.5 L -6299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6267.5 15.5 L -6269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6267.5 19.5 L -6269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6237.5 15.5 L -6239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6237.5 19.5 L -6239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6207.5 15.5 L -6209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6207.5 19.5 L -6209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6177.5 15.5 L -6179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6177.5 19.5 L -6179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6147.5 15.5 L -6149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6147.5 19.5 L -6149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6117.5 15.5 L -6119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6117.5 19.5 L -6119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6087.5 15.5 L -6089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6087.5 19.5 L -6089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6057.5 15.5 L -6059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6057.5 19.5 L -6059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6027.5 15.5 L -6029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6027.5 19.5 L -6029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5997.5 15.5 L -5999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5997.5 19.5 L -5999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5967.5 15.5 L -5969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5967.5 19.5 L -5969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5937.5 15.5 L -5939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5937.5 19.5 L -5939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5907.5 15.5 L -5909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5907.5 19.5 L -5909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5877.5 15.5 L -5879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5877.5 19.5 L -5879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5847.5 15.5 L -5849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5847.5 19.5 L -5849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5817.5 15.5 L -5819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5817.5 19.5 L -5819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5787.5 15.5 L -5789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5787.5 19.5 L -5789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5757.5 15.5 L -5759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5757.5 19.5 L -5759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5727.5 15.5 L -5729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5727.5 19.5 L -5729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5697.5 15.5 L -5699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5697.5 19.5 L -5699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5667.5 15.5 L -5669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5667.5 19.5 L -5669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5637.5 15.5 L -5639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5637.5 19.5 L -5639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5607.5 15.5 L -5609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5607.5 19.5 L -5609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5577.5 15.5 L -5579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5577.5 19.5 L -5579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5547.5 15.5 L -5549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5547.5 19.5 L -5549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5517.5 15.5 L -5519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5517.5 19.5 L -5519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5487.5 15.5 L -5489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5487.5 19.5 L -5489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5457.5 15.5 L -5459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5457.5 19.5 L -5459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5427.5 15.5 L -5429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5427.5 19.5 L -5429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5397.5 15.5 L -5399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5397.5 19.5 L -5399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5367.5 15.5 L -5369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5367.5 19.5 L -5369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5337.5 15.5 L -5339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5337.5 19.5 L -5339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5307.5 15.5 L -5309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5307.5 19.5 L -5309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5277.5 15.5 L -5279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5277.5 19.5 L -5279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5247.5 15.5 L -5249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5247.5 19.5 L -5249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5217.5 15.5 L -5219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5217.5 19.5 L -5219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5187.5 15.5 L -5189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5187.5 19.5 L -5189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5157.5 15.5 L -5159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5157.5 19.5 L -5159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5127.5 15.5 L -5129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5127.5 19.5 L -5129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5097.5 15.5 L -5099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5097.5 19.5 L -5099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5067.5 15.5 L -5069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5067.5 19.5 L -5069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5037.5 15.5 L -5039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5037.5 19.5 L -5039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5007.5 15.5 L -5009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5007.5 19.5 L -5009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4977.5 15.5 L -4979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4977.5 19.5 L -4979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4947.5 15.5 L -4949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4947.5 19.5 L -4949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4917.5 15.5 L -4919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4917.5 19.5 L -4919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4887.5 15.5 L -4889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4887.5 19.5 L -4889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4857.5 15.5 L -4859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4857.5 19.5 L -4859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4827.5 15.5 L -4829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4827.5 19.5 L -4829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4797.5 15.5 L -4799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4797.5 19.5 L -4799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4767.5 15.5 L -4769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4767.5 19.5 L -4769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4737.5 15.5 L -4739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4737.5 19.5 L -4739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4707.5 15.5 L -4709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4707.5 19.5 L -4709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4677.5 15.5 L -4679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4677.5 19.5 L -4679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4647.5 15.5 L -4649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4647.5 19.5 L -4649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4617.5 15.5 L -4619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4617.5 19.5 L -4619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4587.5 15.5 L -4589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4587.5 19.5 L -4589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4557.5 15.5 L -4559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4557.5 19.5 L -4559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4527.5 15.5 L -4529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4527.5 19.5 L -4529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4497.5 15.5 L -4499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4497.5 19.5 L -4499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4467.5 15.5 L -4469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4467.5 19.5 L -4469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4437.5 15.5 L -4439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4437.5 19.5 L -4439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4407.5 15.5 L -4409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4407.5 19.5 L -4409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4377.5 15.5 L -4379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4377.5 19.5 L -4379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4347.5 15.5 L -4349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4347.5 19.5 L -4349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4317.5 15.5 L -4319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4317.5 19.5 L -4319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4287.5 15.5 L -4289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4287.5 19.5 L -4289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4257.5 15.5 L -4259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4257.5 19.5 L -4259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4227.5 15.5 L -4229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4227.5 19.5 L -4229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4197.5 15.5 L -4199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4197.5 19.5 L -4199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4167.5 15.5 L -4169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4167.5 19.5 L -4169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4137.5 15.5 L -4139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4137.5 19.5 L -4139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4107.5 15.5 L -4109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4107.5 19.5 L -4109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4077.5 15.5 L -4079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4077.5 19.5 L -4079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4047.5 15.5 L -4049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4047.5 19.5 L -4049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4017.5 15.5 L -4019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4017.5 19.5 L -4019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3987.5 15.5 L -3989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3987.5 19.5 L -3989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3957.5 15.5 L -3959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3957.5 19.5 L -3959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3927.5 15.5 L -3929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3927.5 19.5 L -3929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3897.5 15.5 L -3899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3897.5 19.5 L -3899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3867.5 15.5 L -3869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3867.5 19.5 L -3869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3837.5 15.5 L -3839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3837.5 19.5 L -3839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3807.5 15.5 L -3809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3807.5 19.5 L -3809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3777.5 15.5 L -3779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3777.5 19.5 L -3779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3747.5 15.5 L -3749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3747.5 19.5 L -3749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3717.5 15.5 L -3719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3717.5 19.5 L -3719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3687.5 15.5 L -3689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3687.5 19.5 L -3689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3657.5 15.5 L -3659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3657.5 19.5 L -3659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3627.5 15.5 L -3629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3627.5 19.5 L -3629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3597.5 15.5 L -3599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3597.5 19.5 L -3599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3567.5 15.5 L -3569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3567.5 19.5 L -3569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3537.5 15.5 L -3539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3537.5 19.5 L -3539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3507.5 15.5 L -3509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3507.5 19.5 L -3509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3477.5 15.5 L -3479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3477.5 19.5 L -3479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3447.5 15.5 L -3449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3447.5 19.5 L -3449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3417.5 15.5 L -3419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3417.5 19.5 L -3419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3387.5 15.5 L -3389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3387.5 19.5 L -3389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3357.5 15.5 L -3359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3357.5 19.5 L -3359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3327.5 15.5 L -3329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3327.5 19.5 L -3329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3297.5 15.5 L -3299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3297.5 19.5 L -3299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3267.5 15.5 L -3269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3267.5 19.5 L -3269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3237.5 15.5 L -3239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3237.5 19.5 L -3239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3207.5 15.5 L -3209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3207.5 19.5 L -3209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3177.5 15.5 L -3179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3177.5 19.5 L -3179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3147.5 15.5 L -3149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3147.5 19.5 L -3149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3117.5 15.5 L -3119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3117.5 19.5 L -3119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3087.5 15.5 L -3089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3087.5 19.5 L -3089.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3057.5 15.5 L -3059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3057.5 19.5 L -3059.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3027.5 15.5 L -3029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3027.5 19.5 L -3029.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2997.5 15.5 L -2999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2997.5 19.5 L -2999.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2967.5 15.5 L -2969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2967.5 19.5 L -2969.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2937.5 15.5 L -2939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2937.5 19.5 L -2939.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2907.5 15.5 L -2909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2907.5 19.5 L -2909.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2877.5 15.5 L -2879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2877.5 19.5 L -2879.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2847.5 15.5 L -2849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2847.5 19.5 L -2849.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2817.5 15.5 L -2819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2817.5 19.5 L -2819.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2787.5 15.5 L -2789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2787.5 19.5 L -2789.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2757.5 15.5 L -2759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2757.5 19.5 L -2759.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2727.5 15.5 L -2729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2727.5 19.5 L -2729.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2697.5 15.5 L -2699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2697.5 19.5 L -2699.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2667.5 15.5 L -2669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2667.5 19.5 L -2669.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2637.5 15.5 L -2639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2637.5 19.5 L -2639.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2607.5 15.5 L -2609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2607.5 19.5 L -2609.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2577.5 15.5 L -2579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2577.5 19.5 L -2579.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2547.5 15.5 L -2549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2547.5 19.5 L -2549.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2517.5 15.5 L -2519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2517.5 19.5 L -2519.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2487.5 15.5 L -2489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2487.5 19.5 L -2489.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2457.5 15.5 L -2459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2457.5 19.5 L -2459.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2427.5 15.5 L -2429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2427.5 19.5 L -2429.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2397.5 15.5 L -2399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2397.5 19.5 L -2399.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2367.5 15.5 L -2369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2367.5 19.5 L -2369.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2337.5 15.5 L -2339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2337.5 19.5 L -2339.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2307.5 15.5 L -2309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2307.5 19.5 L -2309.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2277.5 15.5 L -2279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2277.5 19.5 L -2279.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2247.5 15.5 L -2249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2247.5 19.5 L -2249.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2217.5 15.5 L -2219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2217.5 19.5 L -2219.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2187.5 15.5 L -2189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2187.5 19.5 L -2189.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2157.5 15.5 L -2159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2157.5 19.5 L -2159.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2127.5 15.5 L -2129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2127.5 19.5 L -2129.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2097.5 15.5 L -2099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2097.5 19.5 L -2099.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2067.5 15.5 L -2069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2067.5 19.5 L -2069.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2037.5 15.5 L -2039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2037.5 19.5 L -2039.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2007.5 15.5 L -2009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2007.5 19.5 L -2009.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1977.5 15.5 L -1979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1977.5 19.5 L -1979.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1947.5 15.5 L -1949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1947.5 19.5 L -1949.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1917.5 15.5 L -1919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1917.5 19.5 L -1919.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1887.5 15.5 L -1889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1887.5 19.5 L -1889.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1857.5 15.5 L -1859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1857.5 19.5 L -1859.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1827.5 15.5 L -1829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1827.5 19.5 L -1829.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1797.5 15.5 L -1799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1797.5 19.5 L -1799.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1767.5 15.5 L -1769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1767.5 19.5 L -1769.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1737.5 15.5 L -1739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1737.5 19.5 L -1739.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1707.5 15.5 L -1709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1707.5 19.5 L -1709.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1677.5 15.5 L -1679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1677.5 19.5 L -1679.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1647.5 15.5 L -1649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1647.5 19.5 L -1649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1617.5 15.5 L -1619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1617.5 19.5 L -1619.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1587.5 15.5 L -1589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1587.5 19.5 L -1589.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1557.5 15.5 L -1559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1557.5 19.5 L -1559.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1527.5 15.5 L -1529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1527.5 19.5 L -1529.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1497.5 15.5 L -1499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1497.5 19.5 L -1499.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1467.5 15.5 L -1469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1467.5 19.5 L -1469.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1437.5 15.5 L -1439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1437.5 19.5 L -1439.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1407.5 15.5 L -1409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1407.5 19.5 L -1409.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1377.5 15.5 L -1379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1377.5 19.5 L -1379.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1347.5 15.5 L -1349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1347.5 19.5 L -1349.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1317.5 15.5 L -1319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1317.5 19.5 L -1319.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1287.5 15.5 L -1289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1287.5 19.5 L -1289.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1257.5 15.5 L -1259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1257.5 19.5 L -1259.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1227.5 15.5 L -1229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1227.5 19.5 L -1229.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1197.5 15.5 L -1199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1197.5 19.5 L -1199.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1167.5 15.5 L -1169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1167.5 19.5 L -1169.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1137.5 15.5 L -1139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1137.5 19.5 L -1139.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1107.5 15.5 L -1109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1107.5 19.5 L -1109.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1077.5 15.5 L -1079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1077.5 19.5 L -1079.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1047.5 15.5 L -1049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1047.5 19.5 L -1049.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1017.5 15.5 L -1019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1017.5 19.5 L -1019.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -987.5 15.5 L -989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -987.5 19.5 L -989.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -957.5 15.5 L -959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -957.5 19.5 L -959.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -927.5 15.5 L -929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -927.5 19.5 L -929.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -897.5 15.5 L -899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -897.5 19.5 L -899.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -867.5 15.5 L -869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -867.5 19.5 L -869.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -837.5 15.5 L -839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -837.5 19.5 L -839.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -807.5 15.5 L -809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -807.5 19.5 L -809.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -777.5 15.5 L -779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -777.5 19.5 L -779.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -747.5 15.5 L -749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -747.5 19.5 L -749.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -717.5 15.5 L -719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -717.5 19.5 L -719.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -687.5 15.5 L -689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -687.5 19.5 L -689.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -657.5 15.5 L -659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -657.5 19.5 L -659.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -627.5 15.5 L -629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -627.5 19.5 L -629.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -597.5 15.5 L -599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -597.5 19.5 L -599.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -567.5 15.5 L -569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -567.5 19.5 L -569.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -537.5 15.5 L -539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -537.5 19.5 L -539.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -507.5 15.5 L -509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -507.5 19.5 L -509.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -477.5 15.5 L -479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -477.5 19.5 L -479.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -447.5 15.5 L -449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -447.5 19.5 L -449.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -417.5 15.5 L -419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -417.5 19.5 L -419.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -387.5 15.5 L -389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -387.5 19.5 L -389.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -357.5 15.5 L -359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -357.5 19.5 L -359.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -327.5 15.5 L -329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -327.5 19.5 L -329.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -297.5 15.5 L -299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -297.5 19.5 L -299.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -267.5 15.5 L -269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -267.5 19.5 L -269.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -237.5 15.5 L -239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -237.5 19.5 L -239.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -207.5 15.5 L -209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -207.5 19.5 L -209.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -177.5 15.5 L -179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -177.5 19.5 L -179.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -147.5 15.5 L -149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -147.5 19.5 L -149.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -117.5 15.5 L -119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -117.5 19.5 L -119.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -87.5 15.5 L -89.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -87.5 19.5 L -89.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -57.5 15.5 L -59.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -57.5 19.5 L -59.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -27.5 15.5 L -29.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -27.5 19.5 L -29.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2.5 15.5 L 0.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2.5 19.5 L 0.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 32.5 15.5 L 30.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 32.5 19.5 L 30.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 62.5 15.5 L 60.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 62.5 19.5 L 60.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 92.5 15.5 L 90.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 92.5 19.5 L 90.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 122.5 15.5 L 120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 122.5 19.5 L 120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 152.5 15.5 L 150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 152.5 19.5 L 150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 182.5 15.5 L 180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 182.5 19.5 L 180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 212.5 15.5 L 210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 212.5 19.5 L 210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 242.5 15.5 L 240.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 242.5 19.5 L 240.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 272.5 15.5 L 270.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 272.5 19.5 L 270.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 302.5 15.5 L 300.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 302.5 19.5 L 300.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 332.5 15.5 L 330.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 332.5 19.5 L 330.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 362.5 15.5 L 360.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 362.5 19.5 L 360.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 392.5 15.5 L 390.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 392.5 19.5 L 390.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 422.5 15.5 L 420.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 422.5 19.5 L 420.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 452.5 15.5 L 450.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 452.5 19.5 L 450.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 482.5 15.5 L 480.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 482.5 19.5 L 480.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 512.5 15.5 L 510.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 512.5 19.5 L 510.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 542.5 15.5 L 540.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 542.5 19.5 L 540.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 572.5 15.5 L 570.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 572.5 19.5 L 570.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 602.5 15.5 L 600.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 602.5 19.5 L 600.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 632.5 15.5 L 630.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 632.5 19.5 L 630.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 662.5 15.5 L 660.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 662.5 19.5 L 660.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 692.5 15.5 L 690.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 692.5 19.5 L 690.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 722.5 15.5 L 720.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 722.5 19.5 L 720.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 752.5 15.5 L 750.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 752.5 19.5 L 750.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 782.5 15.5 L 780.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 782.5 19.5 L 780.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 812.5 15.5 L 810.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 812.5 19.5 L 810.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 842.5 15.5 L 840.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 842.5 19.5 L 840.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 872.5 15.5 L 870.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 872.5 19.5 L 870.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 902.5 15.5 L 900.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 902.5 19.5 L 900.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 932.5 15.5 L 930.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 932.5 19.5 L 930.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 962.5 15.5 L 960.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 962.5 19.5 L 960.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 992.5 15.5 L 990.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 992.5 19.5 L 990.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1022.5 15.5 L 1020.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1022.5 19.5 L 1020.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1052.5 15.5 L 1050.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1052.5 19.5 L 1050.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1082.5 15.5 L 1080.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1082.5 19.5 L 1080.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1112.5 15.5 L 1110.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1112.5 19.5 L 1110.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1142.5 15.5 L 1140.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1142.5 19.5 L 1140.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1172.5 15.5 L 1170.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1172.5 19.5 L 1170.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1202.5 15.5 L 1200.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1202.5 19.5 L 1200.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1232.5 15.5 L 1230.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1232.5 19.5 L 1230.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1262.5 15.5 L 1260.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1262.5 19.5 L 1260.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1292.5 15.5 L 1290.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1292.5 19.5 L 1290.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1322.5 15.5 L 1320.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1322.5 19.5 L 1320.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1352.5 15.5 L 1350.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1352.5 19.5 L 1350.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1382.5 15.5 L 1380.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1382.5 19.5 L 1380.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1412.5 15.5 L 1410.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1412.5 19.5 L 1410.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1442.5 15.5 L 1440.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1442.5 19.5 L 1440.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1472.5 15.5 L 1470.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1472.5 19.5 L 1470.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1502.5 15.5 L 1500.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1502.5 19.5 L 1500.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1532.5 15.5 L 1530.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1532.5 19.5 L 1530.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1562.5 15.5 L 1560.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1562.5 19.5 L 1560.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1592.5 15.5 L 1590.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1592.5 19.5 L 1590.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1622.5 15.5 L 1620.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1622.5 19.5 L 1620.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1652.5 15.5 L 1650.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1652.5 19.5 L 1650.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1682.5 15.5 L 1680.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1682.5 19.5 L 1680.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1712.5 15.5 L 1710.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1712.5 19.5 L 1710.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1742.5 15.5 L 1740.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1742.5 19.5 L 1740.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1772.5 15.5 L 1770.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1772.5 19.5 L 1770.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1802.5 15.5 L 1800.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1802.5 19.5 L 1800.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1832.5 15.5 L 1830.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1832.5 19.5 L 1830.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1862.5 15.5 L 1860.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1862.5 19.5 L 1860.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1892.5 15.5 L 1890.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1892.5 19.5 L 1890.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1922.5 15.5 L 1920.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1922.5 19.5 L 1920.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1952.5 15.5 L 1950.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1952.5 19.5 L 1950.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1982.5 15.5 L 1980.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1982.5 19.5 L 1980.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2012.5 15.5 L 2010.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2012.5 19.5 L 2010.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2042.5 15.5 L 2040.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2042.5 19.5 L 2040.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2072.5 15.5 L 2070.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2072.5 19.5 L 2070.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2102.5 15.5 L 2100.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2102.5 19.5 L 2100.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2132.5 15.5 L 2130.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2132.5 19.5 L 2130.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2162.5 15.5 L 2160.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2162.5 19.5 L 2160.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2192.5 15.5 L 2190.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2192.5 19.5 L 2190.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2222.5 15.5 L 2220.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2222.5 19.5 L 2220.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2252.5 15.5 L 2250.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2252.5 19.5 L 2250.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2282.5 15.5 L 2280.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2282.5 19.5 L 2280.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2312.5 15.5 L 2310.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2312.5 19.5 L 2310.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2342.5 15.5 L 2340.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2342.5 19.5 L 2340.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2372.5 15.5 L 2370.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2372.5 19.5 L 2370.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2402.5 15.5 L 2400.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2402.5 19.5 L 2400.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2432.5 15.5 L 2430.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2432.5 19.5 L 2430.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2462.5 15.5 L 2460.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2462.5 19.5 L 2460.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2492.5 15.5 L 2490.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2492.5 19.5 L 2490.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2522.5 15.5 L 2520.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2522.5 19.5 L 2520.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2552.5 15.5 L 2550.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2552.5 19.5 L 2550.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2582.5 15.5 L 2580.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2582.5 19.5 L 2580.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2612.5 15.5 L 2610.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2612.5 19.5 L 2610.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2642.5 15.5 L 2640.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2642.5 19.5 L 2640.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2672.5 15.5 L 2670.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2672.5 19.5 L 2670.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2702.5 15.5 L 2700.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2702.5 19.5 L 2700.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2732.5 15.5 L 2730.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2732.5 19.5 L 2730.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2762.5 15.5 L 2760.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2762.5 19.5 L 2760.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2792.5 15.5 L 2790.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2792.5 19.5 L 2790.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2822.5 15.5 L 2820.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2822.5 19.5 L 2820.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2852.5 15.5 L 2850.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2852.5 19.5 L 2850.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2882.5 15.5 L 2880.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2882.5 19.5 L 2880.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2912.5 15.5 L 2910.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2912.5 19.5 L 2910.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2942.5 15.5 L 2940.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2942.5 19.5 L 2940.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2972.5 15.5 L 2970.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2972.5 19.5 L 2970.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3002.5 15.5 L 3000.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3002.5 19.5 L 3000.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3032.5 15.5 L 3030.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3032.5 19.5 L 3030.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3062.5 15.5 L 3060.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3062.5 19.5 L 3060.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3092.5 15.5 L 3090.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3092.5 19.5 L 3090.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3122.5 15.5 L 3120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3122.5 19.5 L 3120.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3152.5 15.5 L 3150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3152.5 19.5 L 3150.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3182.5 15.5 L 3180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3182.5 19.5 L 3180.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3212.5 15.5 L 3210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3212.5 19.5 L 3210.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3242.5 15.5 L 3240.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3242.5 19.5 L 3240.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3272.5 15.5 L 3270.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3272.5 19.5 L 3270.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3302.5 15.5 L 3300.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3302.5 19.5 L 3300.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3332.5 15.5 L 3330.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3332.5 19.5 L 3330.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3362.5 15.5 L 3360.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3362.5 19.5 L 3360.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3392.5 15.5 L 3390.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3392.5 19.5 L 3390.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3422.5 15.5 L 3420.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3422.5 19.5 L 3420.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3452.5 15.5 L 3450.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3452.5 19.5 L 3450.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3482.5 15.5 L 3480.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3482.5 19.5 L 3480.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3512.5 15.5 L 3510.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3512.5 19.5 L 3510.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3542.5 15.5 L 3540.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3542.5 19.5 L 3540.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3572.5 15.5 L 3570.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3572.5 19.5 L 3570.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3602.5 15.5 L 3600.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3602.5 19.5 L 3600.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3632.5 15.5 L 3630.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3632.5 19.5 L 3630.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3662.5 15.5 L 3660.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3662.5 19.5 L 3660.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3692.5 15.5 L 3690.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3692.5 19.5 L 3690.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3722.5 15.5 L 3720.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3722.5 19.5 L 3720.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3752.5 15.5 L 3750.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3752.5 19.5 L 3750.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3782.5 15.5 L 3780.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3782.5 19.5 L 3780.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3812.5 15.5 L 3810.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3812.5 19.5 L 3810.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3842.5 15.5 L 3840.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3842.5 19.5 L 3840.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3872.5 15.5 L 3870.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3872.5 19.5 L 3870.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3902.5 15.5 L 3900.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3902.5 19.5 L 3900.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3932.5 15.5 L 3930.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3932.5 19.5 L 3930.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3962.5 15.5 L 3960.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3962.5 19.5 L 3960.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3992.5 15.5 L 3990.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3992.5 19.5 L 3990.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="873.9990234375" y="35" text-anchor="middle" dominant-baseline="alphabetic">H3C12</text></g></g></g></g><g transform="translate(57.998046875,1023.994140625)" clip-path="url(#RefseqGenes_track_label_guid_xc4d_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="92.34375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.908203125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="92.34375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg> |
|
| ... | ... | \ No newline at end of file |
primary/Panea_HIST1H4J.svg
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +<svg xmlns="http://www.w3.org/2000/svg" width="1852.75390625" height="980.99609375" overflow="visible" viewBox="0 0 1852.75390625 980.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_xz00_clip_rect"><rect x="0" y="0" width="1747.998046875" height="15.99609375"/></clipPath><clipPath id="blWhSZSPtBha"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/></clipPath><clipPath id="ruler_referenceFrame_0_guid_9dlv_clip_rect"><rect x="0" y="0" width="1747.998046875" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_89oa_clip_rect"><rect x="0" y="0" width="1747.998046875" height="25"/></clipPath><clipPath id="6112E00316266HGL7GALXX3_axis_guid_457f_clip_rect"><rect x="0" y="0" width="50" height="500"/></clipPath><clipPath id="6112E00316266HGL7GALXX3_referenceFrame_0_guid_wp64_clip_rect"><rect x="0" y="0" width="1747.998046875" height="500"/></clipPath><clipPath id="6112E00316266HGL7GALXX3_track_label_guid_tmzc_clip_rect"><rect x="0" y="0" width="202.705078125" height="14.248046875"/></clipPath><clipPath id="6112E00538205HKF7MCCXY5_axis_guid_qsqh_clip_rect"><rect x="0" y="0" width="50" height="300"/></clipPath><clipPath id="6112E00538205HKF7MCCXY5_referenceFrame_0_guid_9gxa_clip_rect"><rect x="0" y="0" width="1747.998046875" height="300"/></clipPath><clipPath id="6112E00538205HKF7MCCXY5_track_label_guid_czjc_clip_rect"><rect x="0" y="0" width="204.86328125" height="14.248046875"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_fkx8_clip_rect"><rect x="0" y="0" width="1747.998046875" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_fc7c_clip_rect"><rect x="0" y="0" width="92.34375" height="14.248046875"/></clipPath></defs><rect id="svg_output_backdrop" width="100%" height="100%" fill="white"/><g id="root-group"><g transform="translate(50,5)" clip-path="url(#blWhSZSPtBha)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1747.998046875" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(172,172,172)" stroke="none" x="24" y="1" width="19.444262481364895" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="43" y="1" width="29.678084839978006" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="73" y="1" width="35.81837825514586" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="108" y="1" width="10.233822358613097" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="119" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="137" y="1" width="18.420880245503582" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="156" y="1" width="102.33822358613105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="258" y="1" width="19.444262481364888" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="277" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="312" y="1" width="16.374115773780943" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="329" y="1" width="14.327351302058332" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="343" y="1" width="31.724849311700666" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="375" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="414" y="1" width="58.33278744409472" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="473" y="1" width="57.309405208233386" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="530" y="1" width="12.280586830335665" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="542" y="1" width="42.98205390617511" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="585" y="1" width="13.303969066196942" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 598.6786079788665 15.99609375 L 598.6786079788665 0 L 611.9825770450635 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 640.6372796491803 15.99609375 L 640.6372796491803 0 L 611.9825770450635 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="641" y="1" width="1.023382235861277" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="642" y="1" width="66.51984533098516" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="708" y="1" width="61.40293415167855" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="770" y="1" width="81.87057886890489" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="851" y="1" width="10.23382235861311" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="862" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="893" y="1" width="53.21587626478811" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="947" y="1" width="65.49646309512389" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1012" y="1" width="11.257204594474388" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1023" y="1" width="51.169111793065554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1075" y="1" width="94.15116569924044" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1169" y="1" width="37.8651427268685" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1207" y="1" width="2.0467644717227813" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1209" y="1" width="78.80043216132071" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1287" y="1" width="10.233822358613224" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1298" y="1" width="32.748231547562" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1330" y="1" width="9.210440122751606" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1340" y="1" width="38.88852496272989" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1378" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1415" y="1" width="39.91190719859105" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1455" y="1" width="29.678084839978055" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1485" y="1" width="34.794996019284554" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1520" y="1" width="36.84176049100711" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1557" y="1" width="31.72484931170061" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1588" y="1" width="55.262640736510775" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1644" y="1" width="35.818378255145944" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1679" y="1" width="68.62779782659004" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1740 0.5 Q 1747.498046875 0.5 1747.498046875 7.998046875 L 1747.498046875 7.998046875 Q 1747.498046875 15.49609375 1740 15.49609375 L 7.998046875 15.49609375 Q 0.5 15.49609375 0.5 7.998046875 L 0.5 7.998046875 Q 0.5 0.5 7.998046875 0.5 Z" stroke-miterlimit="10" stroke-dasharray=""/><g><rect fill="none" stroke="red" x="284.5" y="0.5" width="1" height="14.99609375" stroke-miterlimit="10" stroke-dasharray=""/></g></g></g><g transform="translate(50,25.99609375)" clip-path="url(#ruler_referenceFrame_0_guid_9dlv_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1747.998046875" height="40"/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 42.5 34.5 L 42.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="117" y="32" text-anchor="start" dominant-baseline="alphabetic">27,824,070 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 149.5 34.5 L 149.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 255.5 34.5 L 255.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="330" y="32" text-anchor="start" dominant-baseline="alphabetic">27,824,075 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 362.5 34.5 L 362.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 469.5 34.5 L 469.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="544" y="32" text-anchor="start" dominant-baseline="alphabetic">27,824,080 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 576.5 34.5 L 576.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 682.5 34.5 L 682.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="757" y="32" text-anchor="start" dominant-baseline="alphabetic">27,824,085 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 789.5 34.5 L 789.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 895.5 34.5 L 895.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="970" y="32" text-anchor="start" dominant-baseline="alphabetic">27,824,090 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1002.5 34.5 L 1002.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1108.5 34.5 L 1108.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1183" y="32" text-anchor="start" dominant-baseline="alphabetic">27,824,095 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1215.5 34.5 L 1215.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1321.5 34.5 L 1321.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1396" y="32" text-anchor="start" dominant-baseline="alphabetic">27,824,100 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1428.5 34.5 L 1428.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1534.5 34.5 L 1534.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1609" y="32" text-anchor="start" dominant-baseline="alphabetic">27,824,105 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1641.5 34.5 L 1641.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1748.5 34.5 L 1748.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><text fill="#000000" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1823" y="32" text-anchor="start" dominant-baseline="alphabetic">27,824,110 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1855.5 34.5 L 1855.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1961.5 34.5 L 1961.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 0.5 38.5 L 1747.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_89oa_clip_rect)"><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="17.427913014481707" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="60.062059355945124" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="102.97452600990853" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="145.33035203887195" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="188.24281869283536" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="231.43360565929876" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="273.2327910632622" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="316.1452577172256" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="358.779404058689" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="401.9701910251524" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="444.0476967416158" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="486.95772198932923" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="529.0376691120426" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="571.6718154535062" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="614.5842821074696" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="657.218428448933" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="700.1284536966464" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="742.2084008193598" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="785.3967463795732" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="827.4766935022866" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="870.11083984375" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="913.0233064977134" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="955.6574528391768" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="998.8482398056402" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1040.9257455221036" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1083.835770769817" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1126.1940382050304" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1169.1040634527437" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1211.7382097942073" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1254.3723561356705" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1296.452303258384" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0,0,200)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1339.3647699123474" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1381.7205959413109" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1425.1897032202742" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1467.8238495617377" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1509.6230349657012" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1552.2571813071645" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1594.891327648628" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb(255,0,0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1638.3604349275913" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1680.1596203315548" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g><g><text fill="none" stroke="rgb( 0, 200, 0)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1723.3479658917681" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">A</text></g><g><text fill="none" stroke="rgb(209,113, 5)" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1765.4279130144816" y="15" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">G</text></g></g><g transform="translate(0,100.99609375)" clip-path="url(#6112E00316266HGL7GALXX3_axis_guid_457f_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">771</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,100.99609375)" clip-path="url(#6112E00316266HGL7GALXX3_referenceFrame_0_guid_wp64_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="500"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="21" width="43" height="29"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="21" width="43" height="29"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="20" width="43" height="30"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="20" width="43" height="30"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="19" width="43" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="19" width="43" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="18" width="43" height="32"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="18" width="43" height="32"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="18" width="43" height="32"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="18" width="43" height="32"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="17" width="43" height="33"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="16" width="43" height="34"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="15" width="43" height="35"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="14" width="43" height="36"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="13" width="43" height="37"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="11" width="43" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="11" width="43" height="39"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="10" width="43" height="40"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="8" width="43" height="42"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="0" width="43" height="50"/><rect fill="rgb(209,113, 5)" stroke="none" x="852" y="14" width="43" height="36.121919584954604"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="852" y="35" width="43" height="14.591439688715955"/><rect fill="rgb( 0,0,200)" stroke="none" x="852" y="35" width="43" height="0"/><rect fill="rgb(255,0,0)" stroke="none" x="852" y="35" width="43" height="0"/><rect fill="rgb(209,113, 5)" stroke="none" x="852" y="14" width="43" height="21.530479896238653"/><g transform="translate(0,55)"><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 5116 0 L -1322 0 L -1323 2 L -1322 3 L 5116 3 L 5116 0 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 5116 0 L -1322 0 L -1323 2 L -1322 3 L 5116 3 L 5116 0 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5159 3 L -1279 3 L -1281 5 L -1279 6 L 5159 6 L 5159 3 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1194 6 L 5244 6 L 5246 8 L 5244 9 L -1194 9 L -1194 6 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1194 6 L 5244 6 L 5246 8 L 5244 9 L -1194 9 L -1194 6 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 9 L 5287 9 L 5288 11 L 5287 12 L -1151 12 L -1151 9 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1151 9 L 5287 9 L 5288 11 L 5287 12 L -1151 12 L -1151 9 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="9" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1151 12 L 5287 12 L 5288 14 L 5287 15 L -1151 15 L -1151 12 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="12" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 5415 15 L -1023 15 L -1025 17 L -1023 18 L 5415 18 L 5415 15 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 5415 15 L -1023 15 L -1025 17 L -1023 18 L 5415 18 L 5415 15 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="15" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5585 18 L -853 18 L -854 20 L -853 21 L 5585 21 L 5585 18 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="18" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6225 21 L -213 21 L -215 23 L -213 24 L 6225 24 L 6225 21 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="21" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -213 24 L 6225 24 L 6226 26 L 6225 27 L -213 27 L -213 24 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -213 24 L 6225 24 L 6226 26 L 6225 27 L -213 27 L -213 24 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="24" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6267 27 L -171 27 L -172 29 L -171 30 L 6267 30 L 6267 27 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="27" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -171 30 L 6267 30 L 6269 32 L 6267 33 L -171 33 L -171 30 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -171 30 L 6267 30 L 6269 32 L 6267 33 L -171 33 L -171 30 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="30" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6310 33 L -128 33 L -129 35 L -128 36 L 6310 36 L 6310 33 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="512" y="33" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="33" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6438 36 L 0 36 L 2 38 L 0 39 L -6438 39 L -6438 36 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 128 36 L 6566 36 L 6567 38 L 6566 39 L 128 39 L 128 36 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="36" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6139 39 L 298 39 L 300 41 L 298 42 L -6139 42 L -6139 39 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6864 39 L 426 39 L 425 41 L 426 42 L 6864 42 L 6864 39 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="39" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5415 42 L 1023 42 L 1025 44 L 1023 45 L -5415 45 L -5415 42 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="42" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7589 42 L 1151 42 L 1150 44 L 1151 45 L 7589 45 L 7589 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5329 45 L 1108 45 L 1110 47 L 1108 48 L -5329 48 L -5329 45 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="45" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 1236 45 L 7674 45 L 7676 47 L 7674 48 L 1236 48 L 1236 45 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1236 45 L 7674 45 L 7676 47 L 7674 48 L 1236 48 L 1236 45 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5244 48 L 1194 48 L 1195 50 L 1194 51 L -5244 51 L -5244 48 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="48" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 48 L 7759 48 L 7761 50 L 7759 51 L 1322 51 L 1322 48 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1322 48 L 7759 48 L 7761 50 L 7759 51 L 1322 51 L 1322 48 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5244 51 L 1194 51 L 1195 53 L 1194 54 L -5244 54 L -5244 51 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="426" y="51" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="51" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 1322 51 L 6267 51 L 6269 53 L 6267 54 L 1322 54 L 1322 51 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1322 51 L 6267 51 L 6269 53 L 6267 54 L 1322 54 L 1322 51 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5201 54 L 1236 54 L 1238 56 L 1236 57 L -5201 57 L -5201 54 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="54" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 1364 54 L 7802 54 L 7804 56 L 7802 57 L 1364 57 L 1364 54 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1364 54 L 7802 54 L 7804 56 L 7802 57 L 1364 57 L 1364 54 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5116 57 L 1322 57 L 1323 59 L 1322 60 L -5116 60 L -5116 57 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="57" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 1450 57 L 5372 57 L 5373 59 L 5372 60 L 1450 60 L 1450 57 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1450 57 L 5372 57 L 5373 59 L 5372 60 L 1450 60 L 1450 57 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1705 60 L -4732 60 L -4734 62 L -4732 63 L 1705 63 L 1705 60 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="60" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4732 63 L 1705 63 L 1707 65 L 1705 66 L -4732 66 L -4732 63 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="63" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4562 66 L 1876 66 L 1877 68 L 1876 69 L -4562 69 L -4562 66 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="66" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -4519 69 L 1919 69 L 1920 71 L 1919 72 L -4519 72 L -4519 69 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -4519 69 L 1919 69 L 1920 71 L 1919 72 L -4519 72 L -4519 69 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="69" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -4477 72 L 1961 72 L 1963 74 L 1961 75 L -4477 75 L -4477 72 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -4477 72 L 1961 72 L 1963 74 L 1961 75 L -4477 75 L -4477 72 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="72" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -4477 75 L 1961 75 L 1963 77 L 1961 78 L -4477 78 L -4477 75 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -4477 75 L 1961 75 L 1963 77 L 1961 78 L -4477 78 L -4477 75 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="75" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="1535" y="75" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -4477 78 L 1961 78 L 1963 80 L 1961 81 L -4477 81 L -4477 78 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -4477 78 L 1961 78 L 1963 80 L 1961 81 L -4477 81 L -4477 78 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="78" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -4434 81 L 2004 81 L 2005 83 L 2004 84 L -4434 84 L -4434 81 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -4434 81 L 2004 81 L 2005 83 L 2004 84 L -4434 84 L -4434 81 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="81" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2686 84 L -3752 84 L -3753 86 L -3752 87 L 2686 87 L 2686 84 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="84" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2729 87 L -3709 87 L -3711 89 L -3709 90 L 2729 90 L 2729 87 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="87" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3709 90 L 2515 90 L 2517 92 L 2515 93 L -3709 93 L -3709 90 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3709 90 L 2515 90 L 2517 92 L 2515 93 L -3709 93 L -3709 90 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="90" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 2473 93 L -3709 93 L -3711 95 L -3709 96 L 2473 96 L 2473 93 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 2473 93 L -3709 93 L -3711 95 L -3709 96 L 2473 96 L 2473 93 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="93" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3709 96 L 2729 96 L 2730 98 L 2729 99 L -3709 99 L -3709 96 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3709 96 L 2729 96 L 2730 98 L 2729 99 L -3709 99 L -3709 96 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="96" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3667 99 L 2771 99 L 2773 101 L 2771 102 L -3667 102 L -3667 99 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3667 99 L 2771 99 L 2773 101 L 2771 102 L -3667 102 L -3667 99 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="99" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3667 102 L 2771 102 L 2773 104 L 2771 105 L -3667 105 L -3667 102 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3667 102 L 2771 102 L 2773 104 L 2771 105 L -3667 105 L -3667 102 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="102" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3624 105 L 2814 105 L 2815 107 L 2814 108 L -3624 108 L -3624 105 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3624 105 L 2814 105 L 2815 107 L 2814 108 L -3624 108 L -3624 105 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="105" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2856 108 L -3581 108 L -3583 110 L -3581 111 L 2856 111 L 2856 108 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="108" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3539 111 L 2899 111 L 2901 113 L 2899 114 L -3539 114 L -3539 111 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3539 111 L 2899 111 L 2901 113 L 2899 114 L -3539 114 L -3539 111 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="111" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3240 114 L 3198 114 L 3199 116 L 3198 117 L -3240 117 L -3240 114 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3240 114 L 3198 114 L 3199 116 L 3198 117 L -3240 117 L -3240 114 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="114" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3240 117 L -3198 117 L -3199 119 L -3198 120 L 3240 120 L 3240 117 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="117" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 3283 120 L -3155 120 L -3156 122 L -3155 123 L 3283 123 L 3283 120 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 3283 120 L -3155 120 L -3156 122 L -3155 123 L 3283 123 L 3283 120 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="120" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3155 123 L 3283 123 L 3284 125 L 3283 126 L -3155 126 L -3155 123 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3155 123 L 3283 123 L 3284 125 L 3283 126 L -3155 126 L -3155 123 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="123" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3155 126 L 3283 126 L 3284 128 L 3283 129 L -3155 129 L -3155 126 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3155 126 L 3283 126 L 3284 128 L 3283 129 L -3155 129 L -3155 126 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="126" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3027 129 L 2302 129 L 2304 131 L 2302 132 L -3027 132 L -3027 129 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3027 129 L 2302 129 L 2304 131 L 2302 132 L -3027 132 L -3027 129 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="129" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 2302 132 L -3027 132 L -3029 134 L -3027 135 L 2302 135 L 2302 132 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 2302 132 L -3027 132 L -3029 134 L -3027 135 L 2302 135 L 2302 132 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="132" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3027 135 L 3411 135 L 3412 137 L 3411 138 L -3027 138 L -3027 135 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3027 135 L 3411 135 L 3412 137 L 3411 138 L -3027 138 L -3027 135 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="135" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3027 138 L 3411 138 L 3412 140 L 3411 141 L -3027 141 L -3027 138 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3027 138 L 3411 138 L 3412 140 L 3411 141 L -3027 141 L -3027 138 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="138" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3027 141 L 3411 141 L 3412 143 L 3411 144 L -3027 144 L -3027 141 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3027 141 L 3411 141 L 3412 143 L 3411 144 L -3027 144 L -3027 141 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="141" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3027 144 L 3411 144 L 3412 146 L 3411 147 L -3027 147 L -3027 144 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3027 144 L 3411 144 L 3412 146 L 3411 147 L -3027 147 L -3027 144 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="144" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3027 147 L 3411 147 L 3412 149 L 3411 150 L -3027 150 L -3027 147 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3027 147 L 3411 147 L 3412 149 L 3411 150 L -3027 150 L -3027 147 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="147" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2942 150 L 3496 150 L 3498 152 L 3496 153 L -2942 153 L -2942 150 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2942 150 L 3496 150 L 3498 152 L 3496 153 L -2942 153 L -2942 150 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="150" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2942 153 L 3496 153 L 3498 155 L 3496 156 L -2942 156 L -2942 153 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2942 153 L 3496 153 L 3498 155 L 3496 156 L -2942 156 L -2942 153 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="153" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2814 156 L 3624 156 L 3625 158 L 3624 159 L -2814 159 L -2814 156 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2814 156 L 3624 156 L 3625 158 L 3624 159 L -2814 159 L -2814 156 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="156" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2814 159 L 3624 159 L 3625 161 L 3624 162 L -2814 162 L -2814 159 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2814 159 L 3624 159 L 3625 161 L 3624 162 L -2814 162 L -2814 159 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="159" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2771 162 L 3667 162 L 3668 164 L 3667 165 L -2771 165 L -2771 162 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2771 162 L 3667 162 L 3668 164 L 3667 165 L -2771 165 L -2771 162 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="162" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2771 165 L 3667 165 L 3668 167 L 3667 168 L -2771 168 L -2771 165 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2771 165 L 3667 165 L 3668 167 L 3667 168 L -2771 168 L -2771 165 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="165" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2729 168 L 3411 168 L 3412 170 L 3411 171 L -2729 171 L -2729 168 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2729 168 L 3411 168 L 3412 170 L 3411 171 L -2729 171 L -2729 168 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="168" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 3411 171 L -2729 171 L -2730 173 L -2729 174 L 3411 174 L 3411 171 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 3411 171 L -2729 171 L -2730 173 L -2729 174 L 3411 174 L 3411 171 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="171" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2686 174 L 3752 174 L 3753 176 L 3752 177 L -2686 177 L -2686 174 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2686 174 L 3752 174 L 3753 176 L 3752 177 L -2686 177 L -2686 174 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="174" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 3752 177 L -2686 177 L -2687 179 L -2686 180 L 3752 180 L 3752 177 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 3752 177 L -2686 177 L -2687 179 L -2686 180 L 3752 180 L 3752 177 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="177" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2686 180 L 3752 180 L 3753 182 L 3752 183 L -2686 183 L -2686 180 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2686 180 L 3752 180 L 3753 182 L 3752 183 L -2686 183 L -2686 180 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="180" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2686 183 L 3752 183 L 3753 185 L 3752 186 L -2686 186 L -2686 183 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2686 183 L 3752 183 L 3753 185 L 3752 186 L -2686 186 L -2686 183 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="128" y="183" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="183" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 186 L -2643 186 L -2645 188 L -2643 189 L 3794 189 L 3794 186 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="186" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2643 189 L 3794 189 L 3796 191 L 3794 192 L -2643 192 L -2643 189 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2643 189 L 3794 189 L 3796 191 L 3794 192 L -2643 192 L -2643 189 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="189" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2643 192 L 3794 192 L 3796 194 L 3794 195 L -2643 195 L -2643 192 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2643 192 L 3794 192 L 3796 194 L 3794 195 L -2643 195 L -2643 192 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="192" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2558 195 L 3880 195 L 3881 197 L 3880 198 L -2558 198 L -2558 195 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2558 195 L 3880 195 L 3881 197 L 3880 198 L -2558 198 L -2558 195 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="195" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2558 198 L 3880 198 L 3881 200 L 3880 201 L -2558 201 L -2558 198 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2558 198 L 3880 198 L 3881 200 L 3880 201 L -2558 201 L -2558 198 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="198" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3922 201 L -2515 201 L -2517 203 L -2515 204 L 3922 204 L 3922 201 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="201" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2515 204 L 3922 204 L 3924 206 L 3922 207 L -2515 207 L -2515 204 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2515 204 L 3922 204 L 3924 206 L 3922 207 L -2515 207 L -2515 204 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="204" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4050 207 L -2388 207 L -2389 209 L -2388 210 L 4050 210 L 4050 207 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="554" y="207" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="207" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2388 210 L 4050 210 L 4052 212 L 4050 213 L -2388 213 L -2388 210 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2388 210 L 4050 210 L 4052 212 L 4050 213 L -2388 213 L -2388 210 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="210" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2302 213 L 4136 213 L 4137 215 L 4136 216 L -2302 216 L -2302 213 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2302 213 L 4136 213 L 4137 215 L 4136 216 L -2302 216 L -2302 213 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="213" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2302 216 L 4136 216 L 4137 218 L 4136 219 L -2302 219 L -2302 216 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2302 216 L 4136 216 L 4137 218 L 4136 219 L -2302 219 L -2302 216 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="216" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4178 219 L -2260 219 L -2261 221 L -2260 222 L 4178 222 L 4178 219 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="219" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 4178 222 L -2260 222 L -2261 224 L -2260 225 L 4178 225 L 4178 222 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 4178 222 L -2260 222 L -2261 224 L -2260 225 L 4178 225 L 4178 222 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="222" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2132 225 L 4306 225 L 4308 227 L 4306 228 L -2132 228 L -2132 225 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2132 225 L 4306 225 L 4308 227 L 4306 228 L -2132 228 L -2132 225 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="225" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2046 228 L 4391 228 L 4393 230 L 4391 231 L -2046 231 L -2046 228 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2046 228 L 4391 228 L 4393 230 L 4391 231 L -2046 231 L -2046 228 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="228" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -2046 231 L 4391 231 L 4393 233 L 4391 234 L -2046 234 L -2046 231 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -2046 231 L 4391 231 L 4393 233 L 4391 234 L -2046 234 L -2046 231 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="231" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="938" y="231" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4434 234 L -2004 234 L -2005 236 L -2004 237 L 4434 237 L 4434 234 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="234" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1961 237 L 4477 237 L 4478 239 L 4477 240 L -1961 240 L -1961 237 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1961 237 L 4477 237 L 4478 239 L 4477 240 L -1961 240 L -1961 237 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="237" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1961 240 L 4178 240 L 4180 242 L 4178 243 L -1961 243 L -1961 240 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1961 240 L 4178 240 L 4180 242 L 4178 243 L -1961 243 L -1961 240 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="240" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 4178 243 L -1961 243 L -1963 245 L -1961 246 L 4178 246 L 4178 243 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 4178 243 L -1961 243 L -1963 245 L -1961 246 L 4178 246 L 4178 243 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="243" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1961 246 L 4477 246 L 4478 248 L 4477 249 L -1961 249 L -1961 246 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1961 246 L 4477 246 L 4478 248 L 4477 249 L -1961 249 L -1961 246 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="246" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1961 249 L 4477 249 L 4478 251 L 4477 252 L -1961 252 L -1961 249 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1961 249 L 4477 249 L 4478 251 L 4477 252 L -1961 252 L -1961 249 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="249" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1961 252 L 4477 252 L 4478 254 L 4477 255 L -1961 255 L -1961 252 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1961 252 L 4477 252 L 4478 254 L 4477 255 L -1961 255 L -1961 252 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="252" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1919 255 L 4519 255 L 4521 257 L 4519 258 L -1919 258 L -1919 255 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1919 255 L 4519 255 L 4521 257 L 4519 258 L -1919 258 L -1919 255 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="255" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1919 258 L 4519 258 L 4521 260 L 4519 261 L -1919 261 L -1919 258 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1919 258 L 4519 258 L 4521 260 L 4519 261 L -1919 261 L -1919 258 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="258" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1919 261 L 4519 261 L 4521 263 L 4519 264 L -1919 264 L -1919 261 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1919 261 L 4519 261 L 4521 263 L 4519 264 L -1919 264 L -1919 261 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="261" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1876 264 L 4562 264 L 4563 266 L 4562 267 L -1876 267 L -1876 264 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1876 264 L 4562 264 L 4563 266 L 4562 267 L -1876 267 L -1876 264 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="264" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1876 267 L 4562 267 L 4563 269 L 4562 270 L -1876 270 L -1876 267 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1876 267 L 4562 267 L 4563 269 L 4562 270 L -1876 270 L -1876 267 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="267" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1833 270 L 4604 270 L 4606 272 L 4604 273 L -1833 273 L -1833 270 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1833 270 L 4604 270 L 4606 272 L 4604 273 L -1833 273 L -1833 270 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="270" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1833 273 L 4604 273 L 4606 275 L 4604 276 L -1833 276 L -1833 273 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1833 273 L 4604 273 L 4606 275 L 4604 276 L -1833 276 L -1833 273 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="273" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1833 276 L 4604 276 L 4606 278 L 4604 279 L -1833 279 L -1833 276 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1833 276 L 4604 276 L 4606 278 L 4604 279 L -1833 279 L -1833 276 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="276" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4647 279 L -1791 279 L -1792 281 L -1791 282 L 4647 282 L 4647 279 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="279" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1791 282 L 4604 282 L 4606 284 L 4604 285 L -1791 285 L -1791 282 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1791 282 L 4604 282 L 4606 284 L 4604 285 L -1791 285 L -1791 282 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="282" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4690 285 L -1748 285 L -1749 287 L -1748 288 L 4690 288 L 4690 285 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="285" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1748 288 L 4690 288 L 4691 290 L 4690 291 L -1748 291 L -1748 288 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1748 288 L 4690 288 L 4691 290 L 4690 291 L -1748 291 L -1748 288 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="288" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1705 291 L 4732 291 L 4734 293 L 4732 294 L -1705 294 L -1705 291 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1705 291 L 4732 291 L 4734 293 L 4732 294 L -1705 294 L -1705 291 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="291" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1663 294 L 4775 294 L 4777 296 L 4775 297 L -1663 297 L -1663 294 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1663 294 L 4775 294 L 4777 296 L 4775 297 L -1663 297 L -1663 294 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="294" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 4818 297 L -1620 297 L -1622 299 L -1620 300 L 4818 300 L 4818 297 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 4818 297 L -1620 297 L -1622 299 L -1620 300 L 4818 300 L 4818 297 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="297" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1705" y="297" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1620 300 L 4818 300 L 4819 302 L 4818 303 L -1620 303 L -1620 300 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1620 300 L 4818 300 L 4819 302 L 4818 303 L -1620 303 L -1620 300 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="300" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4946 303 L -1492 303 L -1494 305 L -1492 306 L 4946 306 L 4946 303 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="303" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1492 306 L 4903 306 L 4904 308 L 4903 309 L -1492 309 L -1492 306 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1492 306 L 4903 306 L 4904 308 L 4903 309 L -1492 309 L -1492 306 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="306" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1492 309 L 4946 309 L 4947 311 L 4946 312 L -1492 312 L -1492 309 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1492 309 L 4946 309 L 4947 311 L 4946 312 L -1492 312 L -1492 309 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="309" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4988 312 L -1450 312 L -1451 314 L -1450 315 L 4988 315 L 4988 312 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="312" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 4988 315 L -1450 315 L -1451 317 L -1450 318 L 4988 318 L 4988 315 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 4988 315 L -1450 315 L -1451 317 L -1450 318 L 4988 318 L 4988 315 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="315" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1450 318 L 4988 318 L 4990 320 L 4988 321 L -1450 321 L -1450 318 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1450 318 L 4988 318 L 4990 320 L 4988 321 L -1450 321 L -1450 318 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="318" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1322 321 L 4562 321 L 4563 323 L 4562 324 L -1322 324 L -1322 321 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1322 321 L 4562 321 L 4563 323 L 4562 324 L -1322 324 L -1322 321 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="321" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 4562 324 L -1322 324 L -1323 326 L -1322 327 L 4562 327 L 4562 324 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 4562 324 L -1322 324 L -1323 326 L -1322 327 L 4562 327 L 4562 324 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="324" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 4946 327 L -1322 327 L -1323 329 L -1322 330 L 4946 330 L 4946 327 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 4946 327 L -1322 327 L -1323 329 L -1322 330 L 4946 330 L 4946 327 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="327" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1279 330 L 4946 330 L 4947 332 L 4946 333 L -1279 333 L -1279 330 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1279 330 L 4946 330 L 4947 332 L 4946 333 L -1279 333 L -1279 330 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="330" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5201 333 L -1236 333 L -1238 335 L -1236 336 L 5201 336 L 5201 333 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="333" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 5201 336 L -1236 336 L -1238 338 L -1236 339 L 5201 339 L 5201 336 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 5201 336 L -1236 336 L -1238 338 L -1236 339 L 5201 339 L 5201 336 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="336" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1236 339 L 5201 339 L 5203 341 L 5201 342 L -1236 342 L -1236 339 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1236 339 L 5201 339 L 5203 341 L 5201 342 L -1236 342 L -1236 339 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="339" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1108 342 L 5329 342 L 5331 344 L 5329 345 L -1108 345 L -1108 342 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1108 342 L 5329 342 L 5331 344 L 5329 345 L -1108 345 L -1108 342 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="342" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -938 345 L 5500 345 L 5501 347 L 5500 348 L -938 348 L -938 345 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -938 345 L 5500 345 L 5501 347 L 5500 348 L -938 348 L -938 345 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="345" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -938 348 L 5500 348 L 5501 350 L 5500 351 L -938 351 L -938 348 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -938 348 L 5500 348 L 5501 350 L 5500 351 L -938 351 L -938 348 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="348" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -810 351 L 5628 351 L 5629 353 L 5628 354 L -810 354 L -810 351 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -810 351 L 5628 351 L 5629 353 L 5628 354 L -810 354 L -810 351 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="351" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -725 354 L 5713 354 L 5714 356 L 5713 357 L -725 357 L -725 354 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -725 354 L 5713 354 L 5714 356 L 5713 357 L -725 357 L -725 354 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="354" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -725 357 L 5713 357 L 5714 359 L 5713 360 L -725 360 L -725 357 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -725 357 L 5713 357 L 5714 359 L 5713 360 L -725 360 L -725 357 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="357" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -725 360 L 5713 360 L 5714 362 L 5713 363 L -725 363 L -725 360 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -725 360 L 5713 360 L 5714 362 L 5713 363 L -725 363 L -725 360 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="360" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5756 363 L -682 363 L -684 365 L -682 366 L 5756 366 L 5756 363 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="363" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -597 366 L 5841 366 L 5842 368 L 5841 369 L -597 369 L -597 366 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -597 366 L 5841 366 L 5842 368 L 5841 369 L -597 369 L -597 366 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="366" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 5884 369 L -554 369 L -556 371 L -554 372 L 5884 372 L 5884 369 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 5884 369 L -554 369 L -556 371 L -554 372 L 5884 372 L 5884 369 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="369" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -554 372 L 5884 372 L 5885 374 L 5884 375 L -554 375 L -554 372 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -554 372 L 5884 372 L 5885 374 L 5884 375 L -554 375 L -554 372 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="372" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -554 375 L 5884 375 L 5885 377 L 5884 378 L -554 378 L -554 375 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -554 375 L 5884 375 L 5885 377 L 5884 378 L -554 378 L -554 375 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="375" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -512 378 L 5329 378 L 5331 380 L 5329 381 L -512 381 L -512 378 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -512 378 L 5329 378 L 5331 380 L 5329 381 L -512 381 L -512 378 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="378" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 5329 381 L -512 381 L -513 383 L -512 384 L 5329 384 L 5329 381 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 5329 381 L -512 381 L -513 383 L -512 384 L 5329 384 L 5329 381 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="381" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -469 384 L 5969 384 L 5970 386 L 5969 387 L -469 387 L -469 384 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -469 384 L 5969 384 L 5970 386 L 5969 387 L -469 387 L -469 384 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="384" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -426 387 L 6011 387 L 6013 389 L 6011 390 L -426 390 L -426 387 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -426 387 L 6011 387 L 6013 389 L 6011 390 L -426 390 L -426 387 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="387" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -426 390 L 6011 390 L 6013 392 L 6011 393 L -426 393 L -426 390 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -426 390 L 6011 390 L 6013 392 L 6011 393 L -426 393 L -426 390 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="390" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -426 393 L 6011 393 L 6013 395 L 6011 396 L -426 396 L -426 393 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -426 393 L 6011 393 L 6013 395 L 6011 396 L -426 396 L -426 393 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="393" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -426 396 L 6011 396 L 6013 398 L 6011 399 L -426 399 L -426 396 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -426 396 L 6011 396 L 6013 398 L 6011 399 L -426 399 L -426 396 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="396" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -426 399 L 6011 399 L 6013 401 L 6011 402 L -426 402 L -426 399 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -426 399 L 6011 399 L 6013 401 L 6011 402 L -426 402 L -426 399 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="399" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -384 402 L 6054 402 L 6056 404 L 6054 405 L -384 405 L -384 402 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -384 402 L 6054 402 L 6056 404 L 6054 405 L -384 405 L -384 402 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="402" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -384 405 L 5201 405 L 5203 407 L 5201 408 L -384 408 L -384 405 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -384 405 L 5201 405 L 5203 407 L 5201 408 L -384 408 L -384 405 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="405" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -341 408 L 6097 408 L 6098 410 L 6097 411 L -341 411 L -341 408 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -341 408 L 6097 408 L 6098 410 L 6097 411 L -341 411 L -341 408 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="408" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -341 411 L 6097 411 L 6098 413 L 6097 414 L -341 414 L -341 411 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -341 411 L 6097 411 L 6098 413 L 6097 414 L -341 414 L -341 411 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="411" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 6139 414 L -298 414 L -300 416 L -298 417 L 6139 417 L 6139 414 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 6139 414 L -298 414 L -300 416 L -298 417 L 6139 417 L 6139 414 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="414" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -256 417 L 6182 417 L 6183 419 L 6182 420 L -256 420 L -256 417 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="417" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -171 420 L 6267 420 L 6269 422 L 6267 423 L -171 423 L -171 420 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -171 420 L 6267 420 L 6269 422 L 6267 423 L -171 423 L -171 420 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="420" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -171 423 L 6267 423 L 6269 425 L 6267 426 L -171 426 L -171 423 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -171 423 L 6267 423 L 6269 425 L 6267 426 L -171 426 L -171 423 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="423" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -85 426 L 6352 426 L 6354 428 L 6352 429 L -85 429 L -85 426 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -85 426 L 6352 426 L 6354 428 L 6352 429 L -85 429 L -85 426 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="426" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -85 429 L 4178 429 L 4180 431 L 4178 432 L -85 432 L -85 429 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -85 429 L 4178 429 L 4180 431 L 4178 432 L -85 432 L -85 429 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="429" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -43 432 L 6395 432 L 6397 434 L 6395 435 L -43 435 L -43 432 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -43 432 L 6395 432 L 6397 434 L 6395 435 L -43 435 L -43 432 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="432" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -43 435 L 6395 435 L 6397 437 L 6395 438 L -43 438 L -43 435 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -43 435 L 6395 435 L 6397 437 L 6395 438 L -43 438 L -43 435 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="435" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -43 438 L 3794 438 L 3796 440 L 3794 441 L -43 441 L -43 438 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -43 438 L 3794 438 L 3796 440 L 3794 441 L -43 441 L -43 438 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="438" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 3794 441 L -43 441 L -44 443 L -43 444 L 3794 444 L 3794 441 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 3794 441 L -43 441 L -44 443 L -43 444 L 3794 444 L 3794 441 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="441" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 6395 444 L 0 444 L -1 446 L 0 447 L 6395 447 L 6395 444 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 6395 444 L 0 444 L -1 446 L 0 447 L 6395 447 L 6395 444 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="444" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 6438 447 L 0 447 L -1 449 L 0 450 L 6438 450 L 6438 447 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 6438 447 L 0 447 L -1 449 L 0 450 L 6438 450 L 6438 447 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="447" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 0 450 L 6438 450 L 6439 452 L 6438 453 L 0 453 L 0 450 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 0 450 L 6438 450 L 6439 452 L 6438 453 L 0 453 L 0 450 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="450" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 0 453 L 4178 453 L 4180 455 L 4178 456 L 0 456 L 0 453 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 0 453 L 4178 453 L 4180 455 L 4178 456 L 0 456 L 0 453 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="453" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 4178 456 L 0 456 L -1 458 L 0 459 L 4178 459 L 4178 456 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 4178 456 L 0 456 L -1 458 L 0 459 L 4178 459 L 4178 456 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="456" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 85 459 L 6523 459 L 6525 461 L 6523 462 L 85 462 L 85 459 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 85 459 L 6523 459 L 6525 461 L 6523 462 L 85 462 L 85 459 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="459" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 85 462 L 6523 462 L 6525 464 L 6523 465 L 85 465 L 85 462 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 85 462 L 6523 462 L 6525 464 L 6523 465 L 85 465 L 85 462 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="462" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 85 465 L 6523 465 L 6525 467 L 6523 468 L 85 468 L 85 465 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 85 465 L 6523 465 L 6525 467 L 6523 468 L 85 468 L 85 465 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="465" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 128 468 L 6566 468 L 6567 470 L 6566 471 L 128 471 L 128 468 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 128 468 L 6566 468 L 6567 470 L 6566 471 L 128 471 L 128 468 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="468" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 128 471 L 6566 471 L 6567 473 L 6566 474 L 128 474 L 128 471 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="471" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 171 474 L 6608 474 L 6610 476 L 6608 477 L 171 477 L 171 474 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="474" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 171 477 L 5201 477 L 5203 479 L 5201 480 L 171 480 L 171 477 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 171 477 L 5201 477 L 5203 479 L 5201 480 L 171 480 L 171 477 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="477" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 5201 480 L 171 480 L 169 482 L 171 483 L 5201 483 L 5201 480 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 5201 480 L 171 480 L 169 482 L 171 483 L 5201 483 L 5201 480 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="480" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 213 483 L 6651 483 L 6652 485 L 6651 486 L 213 486 L 213 483 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 213 483 L 6651 483 L 6652 485 L 6651 486 L 213 486 L 213 483 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="483" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 6694 486 L 256 486 L 254 488 L 256 489 L 6694 489 L 6694 486 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 6694 486 L 256 486 L 254 488 L 256 489 L 6694 489 L 6694 486 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="486" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 256 489 L 6694 489 L 6695 491 L 6694 492 L 256 492 L 256 489 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 256 489 L 6694 489 L 6695 491 L 6694 492 L 256 492 L 256 489 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="489" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 256 492 L 6694 492 L 6695 494 L 6694 495 L 256 495 L 256 492 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 256 492 L 6694 492 L 6695 494 L 6694 495 L 256 495 L 256 492 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="492" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 298 495 L 6736 495 L 6738 497 L 6736 498 L 298 498 L 298 495 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 298 495 L 6736 495 L 6738 497 L 6736 498 L 298 498 L 298 495 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="495" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 298 498 L 6736 498 L 6738 500 L 6736 501 L 298 501 L 298 498 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 298 498 L 6736 498 L 6738 500 L 6736 501 L 298 501 L 298 498 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="498" width="42.63414634146341" height="3"/></g></g></g><g transform="translate(57.998046875,108.994140625)" clip-path="url(#6112E00316266HGL7GALXX3_track_label_guid_tmzc_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="202.705078125" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.0322265625" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">6112.E00316:266:HGL7GALXX:3</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="202.705078125" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,605.99609375)" clip-path="url(#6112E00538205HKF7MCCXY5_axis_guid_qsqh_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="50" height="50"/></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 0.5 L 47.5 0.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="12.5" text-anchor="end" dominant-baseline="alphabetic">73</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 39.5 49.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g><text fill="#000000" stroke="none" font-family="Arial" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="43.5" y="45.5" text-anchor="end" dominant-baseline="alphabetic">0</text></g><g><path fill="none" stroke="black" paint-order="fill stroke markers" d=" M 47.5 0.5 L 47.5 49.5" stroke-miterlimit="10" stroke-dasharray=""/></g></g><g transform="translate(50,605.99609375)" clip-path="url(#6112E00538205HKF7MCCXY5_referenceFrame_0_guid_9gxa_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="300"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="0" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="42" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="85" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="127" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="170" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="213" y="7" width="43" height="43"/><rect fill="rgb(150, 150, 150)" stroke="none" x="255" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="298" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="341" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="383" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="426" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="468" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="511" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="554" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="596" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="639" y="6" width="43" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="682" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="724" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="767" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="810" y="4" width="43" height="46"/><rect fill="rgb(150, 150, 150)" stroke="none" x="852" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="895" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="937" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="980" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1023" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1065" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1108" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1151" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1193" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1236" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1279" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1321" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1364" y="5" width="43" height="45"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1406" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1449" y="3" width="43" height="47"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1492" y="2" width="43" height="48"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1534" y="1" width="43" height="49"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1577" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1620" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1662" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1705" y="0" width="43" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1748" y="0" width="43" height="50"/><rect fill="rgb(209,113, 5)" stroke="none" x="852" y="3" width="43" height="46.57534246575342"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="852" y="29" width="43" height="21.232876712328768"/><rect fill="rgb( 0,0,200)" stroke="none" x="852" y="29" width="43" height="0"/><rect fill="rgb(255,0,0)" stroke="none" x="852" y="29" width="43" height="0"/><rect fill="rgb(209,113, 5)" stroke="none" x="852" y="3" width="43" height="25.34246575342466"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4860 0 L -1577 0 L -1579 2 L -1577 3 L 4860 3 L 4860 0 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="0" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -895 3 L 981 3 L 982 5 L 981 6 L -895 6 L -895 3 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -895 3 L 981 3 L 982 5 L 981 6 L -895 6 L -895 3 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="3" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 1108 3 L 5372 3 L 5373 5 L 5372 6 L 1108 6 L 1108 3 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1108 3 L 5372 3 L 5373 5 L 5372 6 L 1108 6 L 1108 3 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -426 6 L 6011 6 L 6013 8 L 6011 9 L -426 9 L -426 6 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -426 6 L 6011 6 L 6013 8 L 6011 9 L -426 9 L -426 6 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="6" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6267 9 L 128 9 L 129 11 L 128 12 L -6267 12 L -6267 9 Z"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 6779 9 L 341 9 L 340 11 L 341 12 L 6779 12 L 6779 9 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 6779 9 L 341 9 L 340 11 L 341 12 L 6779 12 L 6779 9 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="9" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1151 12 L -5287 12 L -5288 14 L -5287 15 L 1151 15 L 1151 12 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="12" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 12 L 7845 12 L 7846 14 L 7845 15 L 1407 15 L 1407 12 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 15 L -4647 15 L -4649 17 L -4647 18 L 1791 18 L 1791 15 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="15" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1791 18 L -4647 18 L -4649 20 L -4647 21 L 1791 21 L 1791 18 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="18" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1407" y="18" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="1492" y="18" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4562 21 L 1876 21 L 1877 23 L 1876 24 L -4562 24 L -4562 21 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="21" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -4519 24 L 1919 24 L 1920 26 L 1919 27 L -4519 27 L -4519 24 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -4519 24 L 1919 24 L 1920 26 L 1919 27 L -4519 27 L -4519 24 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="24" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -4349 27 L 2089 27 L 2091 29 L 2089 30 L -4349 30 L -4349 27 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -4349 27 L 2089 27 L 2091 29 L 2089 30 L -4349 30 L -4349 27 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="27" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 384 30 L 6821 30 L 6823 32 L 6821 33 L 384 33 L 384 30 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 384 30 L 6821 30 L 6823 32 L 6821 33 L 384 33 L 384 30 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="30" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3837 33 L 2601 33 L 2602 35 L 2601 36 L -3837 36 L -3837 33 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3837 33 L 2601 33 L 2602 35 L 2601 36 L -3837 36 L -3837 33 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="33" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3581 36 L 2132 36 L 2133 38 L 2132 39 L -3581 39 L -3581 36 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3581 36 L 2132 36 L 2133 38 L 2132 39 L -3581 39 L -3581 36 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="36" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 39 L -3581 39 L -3583 41 L -3581 42 L 2132 42 L 2132 39 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 2132 39 L -3581 39 L -3583 41 L -3581 42 L 2132 42 L 2132 39 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="39" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3453 42 L 2132 42 L 2133 44 L 2132 45 L -3453 45 L -3453 42 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3453 42 L 2132 42 L 2133 44 L 2132 45 L -3453 45 L -3453 42 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="42" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 2132 45 L -3453 45 L -3455 47 L -3453 48 L 2132 48 L 2132 45 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 2132 45 L -3453 45 L -3455 47 L -3453 48 L 2132 48 L 2132 45 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="45" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3070 48 L -3368 48 L -3370 50 L -3368 51 L 3070 51 L 3070 48 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="48" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 3112 51 L -2515 51 L -2517 53 L -2515 54 L 3112 54 L 3112 51 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 3112 51 L -2515 51 L -2517 53 L -2515 54 L 3112 54 L 3112 51 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="51" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -1919 54 L 4519 54 L 4521 56 L 4519 57 L -1919 57 L -1919 54 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -1919 54 L 4519 54 L 4521 56 L 4519 57 L -1919 57 L -1919 54 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="54" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -810 57 L 5628 57 L 5629 59 L 5628 60 L -810 60 L -810 57 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -810 57 L 5628 57 L 5629 59 L 5628 60 L -810 60 L -810 57 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="384" y="57" width="42.63414634146341" height="3"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="57" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 2771 60 L -810 60 L -812 62 L -810 63 L 2771 63 L 2771 60 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 2771 60 L -810 60 L -812 62 L -810 63 L 2771 63 L 2771 60 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="60" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5798 63 L -640 63 L -641 65 L -640 66 L 5798 66 L 5798 63 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="63" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -554 66 L 5884 66 L 5885 68 L 5884 69 L -554 69 L -554 66 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -554 66 L 5884 66 L 5885 68 L 5884 69 L -554 69 L -554 66 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="66" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 981 69 L -895 69 L -897 71 L -895 72 L 981 72 L 981 69 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 981 69 L -895 69 L -897 71 L -895 72 L 981 72 L 981 69 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="69" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 5372 69 L 1108 69 L 1107 71 L 1108 72 L 5372 72 L 5372 69 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 5372 69 L 1108 69 L 1107 71 L 1108 72 L 5372 72 L 5372 69 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5969 72 L 469 72 L 470 74 L 469 75 L -5969 75 L -5969 72 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 7120 72 L 682 72 L 681 74 L 682 75 L 7120 75 L 7120 72 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="72" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4562 75 L 1876 75 L 1877 77 L 1876 78 L -4562 78 L -4562 75 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="75" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3496 78 L -2942 78 L -2943 80 L -2942 81 L 3496 81 L 3496 78 Z"/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="78" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -810 81 L 2771 81 L 2773 83 L 2771 84 L -810 84 L -810 81 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -810 81 L 2771 81 L 2773 83 L 2771 84 L -810 84 L -810 81 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="81" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 84 L -5926 84 L -5928 86 L -5926 87 L 512 87 L 512 84 Z"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 7163 84 L 725 84 L 723 86 L 725 87 L 7163 87 L 7163 84 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 7163 84 L 725 84 L 723 86 L 725 87 L 7163 87 L 7163 84 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="84" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5201 87 L 469 87 L 470 89 L 469 90 L -5201 90 L -5201 87 Z"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 7290 87 L 853 87 L 851 89 L 853 90 L 7290 90 L 7290 87 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 7290 87 L 853 87 L 851 89 L 853 90 L 7290 90 L 7290 87 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb( 0, 200, 0)" stroke="none" x="853" y="87" width="42.63414634146341" height="3"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3709 90 L 2729 90 L 2730 92 L 2729 93 L -3709 93 L -3709 90 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3709 90 L 2729 90 L 2730 92 L 2729 93 L -3709 93 L -3709 90 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="853" y="90" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6054 93 L -384 93 L -385 95 L -384 96 L 6054 96 L 6054 93 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 128 96 L 6566 96 L 6567 98 L 6566 99 L 128 99 L 128 96 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6225 99 L 171 99 L 169 101 L 171 102 L 6225 102 L 6225 99 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6694 102 L 256 102 L 254 104 L 256 105 L 6694 105 L 6694 102 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 256 105 L 6225 105 L 6226 107 L 6225 108 L 256 108 L 256 105 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 256 108 L 6694 108 L 6695 110 L 6694 111 L 256 111 L 256 108 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -6054 111 L 384 111 L 385 113 L 384 114 L -6054 114 L -6054 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 512 111 L 6949 111 L 6951 113 L 6949 114 L 512 114 L 512 111 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5329 114 L 1108 114 L 1110 116 L 1108 117 L -5329 117 L -5329 114 Z"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 114 L 6608 114 L 6610 116 L 6608 117 L 1407 117 L 1407 114 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1407 114 L 6608 114 L 6610 116 L 6608 117 L 1407 117 L 1407 114 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5287 117 L 384 117 L 385 119 L 384 120 L -5287 120 L -5287 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6992 117 L 554 117 L 553 119 L 554 120 L 6992 120 L 6992 117 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5116 120 L 1322 120 L 1323 122 L 1322 123 L -5116 123 L -5116 120 Z"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 1535 120 L 5201 120 L 5203 122 L 5201 123 L 1535 123 L 1535 120 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1535 120 L 5201 120 L 5203 122 L 5201 123 L 1535 123 L 1535 120 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5116 123 L 1322 123 L 1323 125 L 1322 126 L -5116 126 L -5116 123 Z"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 5201 123 L 1535 123 L 1533 125 L 1535 126 L 5201 126 L 5201 123 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 5201 123 L 1535 123 L 1533 125 L 1535 126 L 5201 126 L 5201 123 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1833 126 L -4604 126 L -4606 128 L -4604 129 L 1833 129 L 1833 126 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4519 129 L 1919 129 L 1920 131 L 1919 132 L -4519 132 L -4519 129 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -4519 132 L 1919 132 L 1920 134 L 1919 135 L -4519 135 L -4519 132 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 6779 135 L 341 135 L 340 137 L 341 138 L 6779 138 L 6779 135 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3880 138 L 2558 138 L 2560 140 L 2558 141 L -3880 141 L -3880 138 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3794 141 L 2643 141 L 2645 143 L 2643 144 L -3794 144 L -3794 141 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3752 144 L 2686 144 L 2687 146 L 2686 147 L -3752 147 L -3752 144 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3539 147 L 2899 147 L 2901 149 L 2899 150 L -3539 150 L -3539 147 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3453 150 L 2984 150 L 2986 152 L 2984 153 L -3453 153 L -3453 150 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3453 153 L 2984 153 L 2986 155 L 2984 156 L -3453 156 L -3453 153 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -3198 156 L 3240 156 L 3242 158 L 3240 159 L -3198 159 L -3198 156 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3837 159 L -2601 159 L -2602 161 L -2601 162 L 3837 162 L 3837 159 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2388 162 L 4050 162 L 4052 164 L 4050 165 L -2388 165 L -2388 162 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2260 165 L 1919 165 L 1920 167 L 1919 168 L -2260 168 L -2260 165 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1919 168 L -2260 168 L -2261 170 L -2260 171 L 1919 171 L 1919 168 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4221 171 L -2217 171 L -2218 173 L -2217 174 L 4221 174 L 4221 171 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1364 174 L 5073 174 L 5075 176 L 5073 177 L -1364 177 L -1364 174 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 554 177 L -5884 177 L -5885 179 L -5884 180 L 554 180 L 554 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 725 177 L 7163 177 L 7164 179 L 7163 180 L 725 180 L 725 177 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5287 180 L 1151 180 L 1153 182 L 1151 183 L -5287 183 L -5287 180 Z"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 7930 180 L 1492 180 L 1491 182 L 1492 183 L 7930 183 L 7930 180 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 7930 180 L 1492 180 L 1491 182 L 1492 183 L 7930 183 L 7930 180 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -640 183 L 5798 183 L 5800 185 L 5798 186 L -640 186 L -640 183 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="0" y="183" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="469" y="183" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -256 186 L 6182 186 L 6183 188 L 6182 189 L -256 189 L -256 186 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -5457 189 L 981 189 L 982 191 L 981 192 L -5457 192 L -5457 189 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1407 189 L 7845 189 L 7846 191 L 7845 192 L 1407 192 L 1407 189 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 384 192 L -5287 192 L -5288 194 L -5287 195 L 384 195 L 384 192 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 810 192 L 7248 192 L 7249 194 L 7248 195 L 810 195 L 810 192 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 5670 195 L -767 195 L -769 197 L -767 198 L 5670 198 L 5670 195 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1705 198 L 4732 198 L 4734 200 L 4732 201 L -1705 201 L -1705 198 Z"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="171" y="198" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1236" y="198" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(209,113,5)" stroke="none" x="1620" y="198" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4860 201 L -1577 201 L -1579 203 L -1577 204 L 4860 204 L 4860 201 Z"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="171" y="201" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(255,0,0)" stroke="none" x="298" y="201" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(0,200,0)" stroke="none" x="597" y="201" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="682" y="201" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb( 0,0,200)" stroke="none" x="767" y="201" width="42.63414634146341" height="3"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="1066" y="201" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><rect fill="rgb(0,0,200)" stroke="none" x="1194" y="201" width="42.63414634146341" height="3" fill-opacity="0.5"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 767 204 L -5670 204 L -5672 206 L -5670 207 L 767 207 L 767 204 Z"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 895 204 L 7333 204 L 7335 206 L 7333 207 L 895 207 L 895 204 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 895 204 L 7333 204 L 7335 206 L 7333 207 L 895 207 L 895 204 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M -3752 207 L 171 207 L 172 209 L 171 210 L -3752 210 L -3752 207 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M -3752 207 L 171 207 L 172 209 L 171 210 L -3752 210 L -3752 207 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 938 207 L 6267 207 L 6269 209 L 6267 210 L 938 210 L 938 207 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 938 207 L 6267 207 L 6269 209 L 6267 210 L 938 210 L 938 207 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 171 210 L -3752 210 L -3753 212 L -3752 213 L 171 213 L 171 210 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 171 210 L -3752 210 L -3753 212 L -3752 213 L 171 213 L 171 210 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 6267 210 L 938 210 L 936 212 L 938 213 L 6267 213 L 6267 210 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 6267 210 L 938 210 L 936 212 L 938 213 L 6267 213 L 6267 210 Z" stroke-miterlimit="10" stroke-dasharray=""/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 981 213 L 7418 213 L 7420 215 L 7418 216 L 981 216 L 981 213 Z"/></g><g><path fill="rgb(185,185,185)" stroke="none" paint-order="stroke fill markers" d=" M 1577 216 L 8015 216 L 8017 218 L 8015 219 L 1577 219 L 1577 216 Z" fill-opacity="0.15"/></g><g><path fill="none" stroke="rgb(185, 185, 185)" paint-order="fill stroke markers" d=" M 1577 216 L 8015 216 L 8017 218 L 8015 219 L 1577 219 L 1577 216 Z" stroke-miterlimit="10" stroke-dasharray=""/></g></g></g><g transform="translate(57.998046875,613.994140625)" clip-path="url(#6112E00538205HKF7MCCXY5_track_label_guid_czjc_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="204.86328125" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="6.07666015625" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">6112.E00538:205:HKF7MCCXY:5</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="204.86328125" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,910.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_fkx8_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1747.998046875" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1066.5 17.5 L 17649.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1078.5 15.5 L 1080.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1078.5 19.5 L 1080.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1108.5 15.5 L 1110.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1108.5 19.5 L 1110.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1138.5 15.5 L 1140.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1138.5 19.5 L 1140.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1168.5 15.5 L 1170.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1168.5 19.5 L 1170.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1198.5 15.5 L 1200.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1198.5 19.5 L 1200.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1228.5 15.5 L 1230.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1228.5 19.5 L 1230.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1258.5 15.5 L 1260.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1258.5 19.5 L 1260.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1288.5 15.5 L 1290.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1288.5 19.5 L 1290.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1318.5 15.5 L 1320.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1318.5 19.5 L 1320.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1348.5 15.5 L 1350.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1348.5 19.5 L 1350.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1378.5 15.5 L 1380.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1378.5 19.5 L 1380.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1408.5 15.5 L 1410.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1408.5 19.5 L 1410.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1438.5 15.5 L 1440.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1438.5 19.5 L 1440.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1468.5 15.5 L 1470.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1468.5 19.5 L 1470.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1498.5 15.5 L 1500.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1498.5 19.5 L 1500.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1528.5 15.5 L 1530.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1528.5 19.5 L 1530.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1558.5 15.5 L 1560.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1558.5 19.5 L 1560.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1588.5 15.5 L 1590.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1588.5 19.5 L 1590.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1618.5 15.5 L 1620.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1618.5 19.5 L 1620.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1648.5 15.5 L 1650.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1648.5 19.5 L 1650.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1678.5 15.5 L 1680.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1678.5 19.5 L 1680.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1708.5 15.5 L 1710.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1708.5 19.5 L 1710.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1738.5 15.5 L 1740.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1738.5 19.5 L 1740.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="1066" y="13.5" width="1407" height="7"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2486.5 15.5 L 2488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2486.5 19.5 L 2488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2516.5 15.5 L 2518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2516.5 19.5 L 2518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2546.5 15.5 L 2548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2546.5 19.5 L 2548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2576.5 15.5 L 2578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2576.5 19.5 L 2578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2606.5 15.5 L 2608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2606.5 19.5 L 2608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2636.5 15.5 L 2638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2636.5 19.5 L 2638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2666.5 15.5 L 2668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2666.5 19.5 L 2668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2696.5 15.5 L 2698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2696.5 19.5 L 2698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2726.5 15.5 L 2728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2726.5 19.5 L 2728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2756.5 15.5 L 2758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2756.5 19.5 L 2758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2786.5 15.5 L 2788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2786.5 19.5 L 2788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2816.5 15.5 L 2818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2816.5 19.5 L 2818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2846.5 15.5 L 2848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2846.5 19.5 L 2848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2876.5 15.5 L 2878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2876.5 19.5 L 2878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2906.5 15.5 L 2908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2906.5 19.5 L 2908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2936.5 15.5 L 2938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2936.5 19.5 L 2938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2966.5 15.5 L 2968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2966.5 19.5 L 2968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2996.5 15.5 L 2998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2996.5 19.5 L 2998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3026.5 15.5 L 3028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3026.5 19.5 L 3028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3056.5 15.5 L 3058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3056.5 19.5 L 3058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3086.5 15.5 L 3088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3086.5 19.5 L 3088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3116.5 15.5 L 3118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3116.5 19.5 L 3118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3146.5 15.5 L 3148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3146.5 19.5 L 3148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3176.5 15.5 L 3178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3176.5 19.5 L 3178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3206.5 15.5 L 3208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3206.5 19.5 L 3208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3236.5 15.5 L 3238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3236.5 19.5 L 3238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3266.5 15.5 L 3268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3266.5 19.5 L 3268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3296.5 15.5 L 3298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3296.5 19.5 L 3298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3326.5 15.5 L 3328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3326.5 19.5 L 3328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3356.5 15.5 L 3358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3356.5 19.5 L 3358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3386.5 15.5 L 3388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3386.5 19.5 L 3388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3416.5 15.5 L 3418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3416.5 19.5 L 3418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3446.5 15.5 L 3448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3446.5 19.5 L 3448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3476.5 15.5 L 3478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3476.5 19.5 L 3478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3506.5 15.5 L 3508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3506.5 19.5 L 3508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3536.5 15.5 L 3538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3536.5 19.5 L 3538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3566.5 15.5 L 3568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3566.5 19.5 L 3568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3596.5 15.5 L 3598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3596.5 19.5 L 3598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3626.5 15.5 L 3628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3626.5 19.5 L 3628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3656.5 15.5 L 3658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3656.5 19.5 L 3658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3686.5 15.5 L 3688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3686.5 19.5 L 3688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3716.5 15.5 L 3718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3716.5 19.5 L 3718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3746.5 15.5 L 3748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3746.5 19.5 L 3748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3776.5 15.5 L 3778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3776.5 19.5 L 3778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3806.5 15.5 L 3808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3806.5 19.5 L 3808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3836.5 15.5 L 3838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3836.5 19.5 L 3838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3866.5 15.5 L 3868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3866.5 19.5 L 3868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3896.5 15.5 L 3898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3896.5 19.5 L 3898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3926.5 15.5 L 3928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3926.5 19.5 L 3928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3956.5 15.5 L 3958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3956.5 19.5 L 3958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3986.5 15.5 L 3988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3986.5 19.5 L 3988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4016.5 15.5 L 4018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4016.5 19.5 L 4018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4046.5 15.5 L 4048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4046.5 19.5 L 4048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4076.5 15.5 L 4078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4076.5 19.5 L 4078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4106.5 15.5 L 4108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4106.5 19.5 L 4108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4136.5 15.5 L 4138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4136.5 19.5 L 4138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4166.5 15.5 L 4168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4166.5 19.5 L 4168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4196.5 15.5 L 4198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4196.5 19.5 L 4198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4226.5 15.5 L 4228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4226.5 19.5 L 4228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4256.5 15.5 L 4258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4256.5 19.5 L 4258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4286.5 15.5 L 4288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4286.5 19.5 L 4288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4316.5 15.5 L 4318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4316.5 19.5 L 4318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4346.5 15.5 L 4348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4346.5 19.5 L 4348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4376.5 15.5 L 4378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4376.5 19.5 L 4378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4406.5 15.5 L 4408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4406.5 19.5 L 4408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4436.5 15.5 L 4438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4436.5 19.5 L 4438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4466.5 15.5 L 4468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4466.5 19.5 L 4468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4496.5 15.5 L 4498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4496.5 19.5 L 4498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4526.5 15.5 L 4528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4526.5 19.5 L 4528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4556.5 15.5 L 4558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4556.5 19.5 L 4558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4586.5 15.5 L 4588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4586.5 19.5 L 4588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4616.5 15.5 L 4618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4616.5 19.5 L 4618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4646.5 15.5 L 4648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4646.5 19.5 L 4648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4676.5 15.5 L 4678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4676.5 19.5 L 4678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4706.5 15.5 L 4708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4706.5 19.5 L 4708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4736.5 15.5 L 4738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4736.5 19.5 L 4738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4766.5 15.5 L 4768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4766.5 19.5 L 4768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4796.5 15.5 L 4798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4796.5 19.5 L 4798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4826.5 15.5 L 4828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4826.5 19.5 L 4828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4856.5 15.5 L 4858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4856.5 19.5 L 4858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4886.5 15.5 L 4888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4886.5 19.5 L 4888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4916.5 15.5 L 4918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4916.5 19.5 L 4918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4946.5 15.5 L 4948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4946.5 19.5 L 4948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4976.5 15.5 L 4978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4976.5 19.5 L 4978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5006.5 15.5 L 5008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5006.5 19.5 L 5008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5036.5 15.5 L 5038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5036.5 19.5 L 5038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5066.5 15.5 L 5068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5066.5 19.5 L 5068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5096.5 15.5 L 5098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5096.5 19.5 L 5098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5126.5 15.5 L 5128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5126.5 19.5 L 5128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5156.5 15.5 L 5158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5156.5 19.5 L 5158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5186.5 15.5 L 5188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5186.5 19.5 L 5188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5216.5 15.5 L 5218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5216.5 19.5 L 5218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5246.5 15.5 L 5248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5246.5 19.5 L 5248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5276.5 15.5 L 5278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5276.5 19.5 L 5278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5306.5 15.5 L 5308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5306.5 19.5 L 5308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5336.5 15.5 L 5338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5336.5 19.5 L 5338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5366.5 15.5 L 5368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5366.5 19.5 L 5368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5396.5 15.5 L 5398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5396.5 19.5 L 5398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5426.5 15.5 L 5428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5426.5 19.5 L 5428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5456.5 15.5 L 5458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5456.5 19.5 L 5458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5486.5 15.5 L 5488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5486.5 19.5 L 5488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5516.5 15.5 L 5518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5516.5 19.5 L 5518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5546.5 15.5 L 5548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5546.5 19.5 L 5548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5576.5 15.5 L 5578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5576.5 19.5 L 5578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5606.5 15.5 L 5608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5606.5 19.5 L 5608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5636.5 15.5 L 5638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5636.5 19.5 L 5638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5666.5 15.5 L 5668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5666.5 19.5 L 5668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5696.5 15.5 L 5698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5696.5 19.5 L 5698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5726.5 15.5 L 5728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5726.5 19.5 L 5728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5756.5 15.5 L 5758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5756.5 19.5 L 5758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5786.5 15.5 L 5788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5786.5 19.5 L 5788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5816.5 15.5 L 5818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5816.5 19.5 L 5818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5846.5 15.5 L 5848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5846.5 19.5 L 5848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5876.5 15.5 L 5878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5876.5 19.5 L 5878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5906.5 15.5 L 5908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5906.5 19.5 L 5908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5936.5 15.5 L 5938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5936.5 19.5 L 5938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5966.5 15.5 L 5968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5966.5 19.5 L 5968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5996.5 15.5 L 5998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5996.5 19.5 L 5998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6026.5 15.5 L 6028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6026.5 19.5 L 6028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6056.5 15.5 L 6058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6056.5 19.5 L 6058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6086.5 15.5 L 6088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6086.5 19.5 L 6088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6116.5 15.5 L 6118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6116.5 19.5 L 6118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6146.5 15.5 L 6148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6146.5 19.5 L 6148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6176.5 15.5 L 6178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6176.5 19.5 L 6178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6206.5 15.5 L 6208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6206.5 19.5 L 6208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6236.5 15.5 L 6238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6236.5 19.5 L 6238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6266.5 15.5 L 6268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6266.5 19.5 L 6268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6296.5 15.5 L 6298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6296.5 19.5 L 6298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6326.5 15.5 L 6328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6326.5 19.5 L 6328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6356.5 15.5 L 6358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6356.5 19.5 L 6358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6386.5 15.5 L 6388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6386.5 19.5 L 6388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6416.5 15.5 L 6418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6416.5 19.5 L 6418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6446.5 15.5 L 6448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6446.5 19.5 L 6448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6476.5 15.5 L 6478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6476.5 19.5 L 6478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6506.5 15.5 L 6508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6506.5 19.5 L 6508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6536.5 15.5 L 6538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6536.5 19.5 L 6538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6566.5 15.5 L 6568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6566.5 19.5 L 6568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6596.5 15.5 L 6598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6596.5 19.5 L 6598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6626.5 15.5 L 6628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6626.5 19.5 L 6628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6656.5 15.5 L 6658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6656.5 19.5 L 6658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6686.5 15.5 L 6688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6686.5 19.5 L 6688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6716.5 15.5 L 6718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6716.5 19.5 L 6718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6746.5 15.5 L 6748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6746.5 19.5 L 6748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6776.5 15.5 L 6778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6776.5 19.5 L 6778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6806.5 15.5 L 6808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6806.5 19.5 L 6808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6836.5 15.5 L 6838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6836.5 19.5 L 6838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6866.5 15.5 L 6868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6866.5 19.5 L 6868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6896.5 15.5 L 6898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6896.5 19.5 L 6898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6926.5 15.5 L 6928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6926.5 19.5 L 6928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6956.5 15.5 L 6958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6956.5 19.5 L 6958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6986.5 15.5 L 6988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6986.5 19.5 L 6988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7016.5 15.5 L 7018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7016.5 19.5 L 7018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7046.5 15.5 L 7048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7046.5 19.5 L 7048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7076.5 15.5 L 7078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7076.5 19.5 L 7078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7106.5 15.5 L 7108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7106.5 19.5 L 7108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7136.5 15.5 L 7138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7136.5 19.5 L 7138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7166.5 15.5 L 7168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7166.5 19.5 L 7168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7196.5 15.5 L 7198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7196.5 19.5 L 7198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7226.5 15.5 L 7228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7226.5 19.5 L 7228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7256.5 15.5 L 7258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7256.5 19.5 L 7258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7286.5 15.5 L 7288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7286.5 19.5 L 7288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7316.5 15.5 L 7318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7316.5 19.5 L 7318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7346.5 15.5 L 7348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7346.5 19.5 L 7348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7376.5 15.5 L 7378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7376.5 19.5 L 7378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7406.5 15.5 L 7408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7406.5 19.5 L 7408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7436.5 15.5 L 7438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7436.5 19.5 L 7438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7466.5 15.5 L 7468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7466.5 19.5 L 7468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7496.5 15.5 L 7498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7496.5 19.5 L 7498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7526.5 15.5 L 7528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7526.5 19.5 L 7528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7556.5 15.5 L 7558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7556.5 19.5 L 7558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7586.5 15.5 L 7588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7586.5 19.5 L 7588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7616.5 15.5 L 7618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7616.5 19.5 L 7618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7646.5 15.5 L 7648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7646.5 19.5 L 7648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7676.5 15.5 L 7678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7676.5 19.5 L 7678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7706.5 15.5 L 7708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7706.5 19.5 L 7708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7736.5 15.5 L 7738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7736.5 19.5 L 7738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7766.5 15.5 L 7768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7766.5 19.5 L 7768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7796.5 15.5 L 7798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7796.5 19.5 L 7798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7826.5 15.5 L 7828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7826.5 19.5 L 7828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7856.5 15.5 L 7858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7856.5 19.5 L 7858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7886.5 15.5 L 7888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7886.5 19.5 L 7888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7916.5 15.5 L 7918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7916.5 19.5 L 7918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7946.5 15.5 L 7948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7946.5 19.5 L 7948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7976.5 15.5 L 7978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7976.5 19.5 L 7978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8006.5 15.5 L 8008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8006.5 19.5 L 8008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8036.5 15.5 L 8038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8036.5 19.5 L 8038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8066.5 15.5 L 8068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8066.5 19.5 L 8068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8096.5 15.5 L 8098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8096.5 19.5 L 8098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8126.5 15.5 L 8128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8126.5 19.5 L 8128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8156.5 15.5 L 8158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8156.5 19.5 L 8158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8186.5 15.5 L 8188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8186.5 19.5 L 8188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8216.5 15.5 L 8218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8216.5 19.5 L 8218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8246.5 15.5 L 8248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8246.5 19.5 L 8248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8276.5 15.5 L 8278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8276.5 19.5 L 8278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8306.5 15.5 L 8308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8306.5 19.5 L 8308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8336.5 15.5 L 8338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8336.5 19.5 L 8338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8366.5 15.5 L 8368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8366.5 19.5 L 8368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8396.5 15.5 L 8398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8396.5 19.5 L 8398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8426.5 15.5 L 8428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8426.5 19.5 L 8428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8456.5 15.5 L 8458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8456.5 19.5 L 8458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8486.5 15.5 L 8488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8486.5 19.5 L 8488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8516.5 15.5 L 8518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8516.5 19.5 L 8518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8546.5 15.5 L 8548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8546.5 19.5 L 8548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8576.5 15.5 L 8578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8576.5 19.5 L 8578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8606.5 15.5 L 8608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8606.5 19.5 L 8608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8636.5 15.5 L 8638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8636.5 19.5 L 8638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8666.5 15.5 L 8668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8666.5 19.5 L 8668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8696.5 15.5 L 8698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8696.5 19.5 L 8698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8726.5 15.5 L 8728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8726.5 19.5 L 8728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8756.5 15.5 L 8758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8756.5 19.5 L 8758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8786.5 15.5 L 8788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8786.5 19.5 L 8788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8816.5 15.5 L 8818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8816.5 19.5 L 8818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8846.5 15.5 L 8848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8846.5 19.5 L 8848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8876.5 15.5 L 8878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8876.5 19.5 L 8878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8906.5 15.5 L 8908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8906.5 19.5 L 8908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8936.5 15.5 L 8938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8936.5 19.5 L 8938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8966.5 15.5 L 8968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8966.5 19.5 L 8968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8996.5 15.5 L 8998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8996.5 19.5 L 8998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9026.5 15.5 L 9028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9026.5 19.5 L 9028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9056.5 15.5 L 9058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9056.5 19.5 L 9058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9086.5 15.5 L 9088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9086.5 19.5 L 9088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9116.5 15.5 L 9118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9116.5 19.5 L 9118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9146.5 15.5 L 9148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9146.5 19.5 L 9148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9176.5 15.5 L 9178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9176.5 19.5 L 9178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9206.5 15.5 L 9208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9206.5 19.5 L 9208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9236.5 15.5 L 9238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9236.5 19.5 L 9238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9266.5 15.5 L 9268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9266.5 19.5 L 9268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9296.5 15.5 L 9298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9296.5 19.5 L 9298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9326.5 15.5 L 9328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9326.5 19.5 L 9328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9356.5 15.5 L 9358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9356.5 19.5 L 9358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9386.5 15.5 L 9388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9386.5 19.5 L 9388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9416.5 15.5 L 9418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9416.5 19.5 L 9418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9446.5 15.5 L 9448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9446.5 19.5 L 9448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9476.5 15.5 L 9478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9476.5 19.5 L 9478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9506.5 15.5 L 9508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9506.5 19.5 L 9508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9536.5 15.5 L 9538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9536.5 19.5 L 9538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9566.5 15.5 L 9568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9566.5 19.5 L 9568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9596.5 15.5 L 9598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9596.5 19.5 L 9598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9626.5 15.5 L 9628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9626.5 19.5 L 9628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9656.5 15.5 L 9658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9656.5 19.5 L 9658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9686.5 15.5 L 9688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9686.5 19.5 L 9688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9716.5 15.5 L 9718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9716.5 19.5 L 9718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9746.5 15.5 L 9748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9746.5 19.5 L 9748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9776.5 15.5 L 9778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9776.5 19.5 L 9778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9806.5 15.5 L 9808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9806.5 19.5 L 9808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9836.5 15.5 L 9838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9836.5 19.5 L 9838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9866.5 15.5 L 9868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9866.5 19.5 L 9868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9896.5 15.5 L 9898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9896.5 19.5 L 9898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9926.5 15.5 L 9928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9926.5 19.5 L 9928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9956.5 15.5 L 9958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9956.5 19.5 L 9958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9986.5 15.5 L 9988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9986.5 19.5 L 9988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10016.5 15.5 L 10018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10016.5 19.5 L 10018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10046.5 15.5 L 10048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10046.5 19.5 L 10048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10076.5 15.5 L 10078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10076.5 19.5 L 10078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10106.5 15.5 L 10108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10106.5 19.5 L 10108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10136.5 15.5 L 10138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10136.5 19.5 L 10138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10166.5 15.5 L 10168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10166.5 19.5 L 10168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10196.5 15.5 L 10198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10196.5 19.5 L 10198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10226.5 15.5 L 10228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10226.5 19.5 L 10228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10256.5 15.5 L 10258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10256.5 19.5 L 10258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10286.5 15.5 L 10288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10286.5 19.5 L 10288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10316.5 15.5 L 10318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10316.5 19.5 L 10318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10346.5 15.5 L 10348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10346.5 19.5 L 10348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10376.5 15.5 L 10378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10376.5 19.5 L 10378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10406.5 15.5 L 10408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10406.5 19.5 L 10408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10436.5 15.5 L 10438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10436.5 19.5 L 10438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10466.5 15.5 L 10468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10466.5 19.5 L 10468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10496.5 15.5 L 10498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10496.5 19.5 L 10498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10526.5 15.5 L 10528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10526.5 19.5 L 10528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10556.5 15.5 L 10558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10556.5 19.5 L 10558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10586.5 15.5 L 10588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10586.5 19.5 L 10588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10616.5 15.5 L 10618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10616.5 19.5 L 10618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10646.5 15.5 L 10648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10646.5 19.5 L 10648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10676.5 15.5 L 10678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10676.5 19.5 L 10678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10706.5 15.5 L 10708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10706.5 19.5 L 10708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10736.5 15.5 L 10738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10736.5 19.5 L 10738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10766.5 15.5 L 10768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10766.5 19.5 L 10768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10796.5 15.5 L 10798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10796.5 19.5 L 10798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10826.5 15.5 L 10828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10826.5 19.5 L 10828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10856.5 15.5 L 10858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10856.5 19.5 L 10858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10886.5 15.5 L 10888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10886.5 19.5 L 10888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10916.5 15.5 L 10918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10916.5 19.5 L 10918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10946.5 15.5 L 10948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10946.5 19.5 L 10948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10976.5 15.5 L 10978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10976.5 19.5 L 10978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11006.5 15.5 L 11008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11006.5 19.5 L 11008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11036.5 15.5 L 11038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11036.5 19.5 L 11038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11066.5 15.5 L 11068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11066.5 19.5 L 11068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11096.5 15.5 L 11098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11096.5 19.5 L 11098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11126.5 15.5 L 11128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11126.5 19.5 L 11128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11156.5 15.5 L 11158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11156.5 19.5 L 11158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11186.5 15.5 L 11188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11186.5 19.5 L 11188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11216.5 15.5 L 11218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11216.5 19.5 L 11218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11246.5 15.5 L 11248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11246.5 19.5 L 11248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11276.5 15.5 L 11278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11276.5 19.5 L 11278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11306.5 15.5 L 11308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11306.5 19.5 L 11308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11336.5 15.5 L 11338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11336.5 19.5 L 11338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11366.5 15.5 L 11368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11366.5 19.5 L 11368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11396.5 15.5 L 11398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11396.5 19.5 L 11398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11426.5 15.5 L 11428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11426.5 19.5 L 11428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11456.5 15.5 L 11458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11456.5 19.5 L 11458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11486.5 15.5 L 11488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11486.5 19.5 L 11488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11516.5 15.5 L 11518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11516.5 19.5 L 11518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11546.5 15.5 L 11548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11546.5 19.5 L 11548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11576.5 15.5 L 11578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11576.5 19.5 L 11578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11606.5 15.5 L 11608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11606.5 19.5 L 11608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11636.5 15.5 L 11638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11636.5 19.5 L 11638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11666.5 15.5 L 11668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11666.5 19.5 L 11668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11696.5 15.5 L 11698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11696.5 19.5 L 11698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11726.5 15.5 L 11728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11726.5 19.5 L 11728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11756.5 15.5 L 11758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11756.5 19.5 L 11758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11786.5 15.5 L 11788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11786.5 19.5 L 11788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11816.5 15.5 L 11818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11816.5 19.5 L 11818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11846.5 15.5 L 11848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11846.5 19.5 L 11848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11876.5 15.5 L 11878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11876.5 19.5 L 11878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11906.5 15.5 L 11908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11906.5 19.5 L 11908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11936.5 15.5 L 11938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11936.5 19.5 L 11938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11966.5 15.5 L 11968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11966.5 19.5 L 11968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11996.5 15.5 L 11998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11996.5 19.5 L 11998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12026.5 15.5 L 12028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12026.5 19.5 L 12028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12056.5 15.5 L 12058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12056.5 19.5 L 12058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12086.5 15.5 L 12088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12086.5 19.5 L 12088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12116.5 15.5 L 12118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12116.5 19.5 L 12118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12146.5 15.5 L 12148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12146.5 19.5 L 12148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12176.5 15.5 L 12178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12176.5 19.5 L 12178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12206.5 15.5 L 12208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12206.5 19.5 L 12208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12236.5 15.5 L 12238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12236.5 19.5 L 12238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12266.5 15.5 L 12268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12266.5 19.5 L 12268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12296.5 15.5 L 12298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12296.5 19.5 L 12298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12326.5 15.5 L 12328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12326.5 19.5 L 12328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12356.5 15.5 L 12358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12356.5 19.5 L 12358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12386.5 15.5 L 12388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12386.5 19.5 L 12388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12416.5 15.5 L 12418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12416.5 19.5 L 12418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12446.5 15.5 L 12448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12446.5 19.5 L 12448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12476.5 15.5 L 12478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12476.5 19.5 L 12478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12506.5 15.5 L 12508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12506.5 19.5 L 12508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12536.5 15.5 L 12538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12536.5 19.5 L 12538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12566.5 15.5 L 12568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12566.5 19.5 L 12568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12596.5 15.5 L 12598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12596.5 19.5 L 12598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12626.5 15.5 L 12628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12626.5 19.5 L 12628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12656.5 15.5 L 12658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12656.5 19.5 L 12658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12686.5 15.5 L 12688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12686.5 19.5 L 12688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12716.5 15.5 L 12718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12716.5 19.5 L 12718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12746.5 15.5 L 12748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12746.5 19.5 L 12748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12776.5 15.5 L 12778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12776.5 19.5 L 12778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12806.5 15.5 L 12808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12806.5 19.5 L 12808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12836.5 15.5 L 12838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12836.5 19.5 L 12838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12866.5 15.5 L 12868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12866.5 19.5 L 12868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12896.5 15.5 L 12898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12896.5 19.5 L 12898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12926.5 15.5 L 12928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12926.5 19.5 L 12928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12956.5 15.5 L 12958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12956.5 19.5 L 12958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12986.5 15.5 L 12988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12986.5 19.5 L 12988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13016.5 15.5 L 13018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13016.5 19.5 L 13018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13046.5 15.5 L 13048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13046.5 19.5 L 13048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13076.5 15.5 L 13078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13076.5 19.5 L 13078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13106.5 15.5 L 13108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13106.5 19.5 L 13108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13136.5 15.5 L 13138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13136.5 19.5 L 13138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13166.5 15.5 L 13168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13166.5 19.5 L 13168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13196.5 15.5 L 13198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13196.5 19.5 L 13198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13226.5 15.5 L 13228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13226.5 19.5 L 13228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13256.5 15.5 L 13258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13256.5 19.5 L 13258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13286.5 15.5 L 13288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13286.5 19.5 L 13288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13316.5 15.5 L 13318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13316.5 19.5 L 13318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13346.5 15.5 L 13348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13346.5 19.5 L 13348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13376.5 15.5 L 13378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13376.5 19.5 L 13378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13406.5 15.5 L 13408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13406.5 19.5 L 13408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13436.5 15.5 L 13438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13436.5 19.5 L 13438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13466.5 15.5 L 13468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13466.5 19.5 L 13468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13496.5 15.5 L 13498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13496.5 19.5 L 13498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13526.5 15.5 L 13528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13526.5 19.5 L 13528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13556.5 15.5 L 13558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13556.5 19.5 L 13558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13586.5 15.5 L 13588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13586.5 19.5 L 13588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13616.5 15.5 L 13618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13616.5 19.5 L 13618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13646.5 15.5 L 13648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13646.5 19.5 L 13648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13676.5 15.5 L 13678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13676.5 19.5 L 13678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13706.5 15.5 L 13708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13706.5 19.5 L 13708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13736.5 15.5 L 13738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13736.5 19.5 L 13738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13766.5 15.5 L 13768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13766.5 19.5 L 13768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13796.5 15.5 L 13798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13796.5 19.5 L 13798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13826.5 15.5 L 13828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13826.5 19.5 L 13828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13856.5 15.5 L 13858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13856.5 19.5 L 13858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13886.5 15.5 L 13888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13886.5 19.5 L 13888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13916.5 15.5 L 13918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13916.5 19.5 L 13918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13946.5 15.5 L 13948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13946.5 19.5 L 13948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13976.5 15.5 L 13978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13976.5 19.5 L 13978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14006.5 15.5 L 14008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14006.5 19.5 L 14008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14036.5 15.5 L 14038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14036.5 19.5 L 14038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14066.5 15.5 L 14068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14066.5 19.5 L 14068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14096.5 15.5 L 14098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14096.5 19.5 L 14098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14126.5 15.5 L 14128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14126.5 19.5 L 14128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14156.5 15.5 L 14158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14156.5 19.5 L 14158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14186.5 15.5 L 14188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14186.5 19.5 L 14188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14216.5 15.5 L 14218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14216.5 19.5 L 14218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14246.5 15.5 L 14248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14246.5 19.5 L 14248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14276.5 15.5 L 14278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14276.5 19.5 L 14278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14306.5 15.5 L 14308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14306.5 19.5 L 14308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14336.5 15.5 L 14338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14336.5 19.5 L 14338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14366.5 15.5 L 14368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14366.5 19.5 L 14368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14396.5 15.5 L 14398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14396.5 19.5 L 14398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14426.5 15.5 L 14428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14426.5 19.5 L 14428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14456.5 15.5 L 14458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14456.5 19.5 L 14458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14486.5 15.5 L 14488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14486.5 19.5 L 14488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14516.5 15.5 L 14518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14516.5 19.5 L 14518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14546.5 15.5 L 14548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14546.5 19.5 L 14548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14576.5 15.5 L 14578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14576.5 19.5 L 14578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14606.5 15.5 L 14608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14606.5 19.5 L 14608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14636.5 15.5 L 14638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14636.5 19.5 L 14638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14666.5 15.5 L 14668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14666.5 19.5 L 14668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14696.5 15.5 L 14698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14696.5 19.5 L 14698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14726.5 15.5 L 14728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14726.5 19.5 L 14728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14756.5 15.5 L 14758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14756.5 19.5 L 14758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14786.5 15.5 L 14788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14786.5 19.5 L 14788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14816.5 15.5 L 14818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14816.5 19.5 L 14818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14846.5 15.5 L 14848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14846.5 19.5 L 14848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14876.5 15.5 L 14878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14876.5 19.5 L 14878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14906.5 15.5 L 14908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14906.5 19.5 L 14908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14936.5 15.5 L 14938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14936.5 19.5 L 14938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14966.5 15.5 L 14968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14966.5 19.5 L 14968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14996.5 15.5 L 14998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14996.5 19.5 L 14998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15026.5 15.5 L 15028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15026.5 19.5 L 15028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15056.5 15.5 L 15058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15056.5 19.5 L 15058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15086.5 15.5 L 15088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15086.5 19.5 L 15088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15116.5 15.5 L 15118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15116.5 19.5 L 15118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15146.5 15.5 L 15148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15146.5 19.5 L 15148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15176.5 15.5 L 15178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15176.5 19.5 L 15178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15206.5 15.5 L 15208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15206.5 19.5 L 15208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15236.5 15.5 L 15238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15236.5 19.5 L 15238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15266.5 15.5 L 15268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15266.5 19.5 L 15268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15296.5 15.5 L 15298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15296.5 19.5 L 15298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15326.5 15.5 L 15328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15326.5 19.5 L 15328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15356.5 15.5 L 15358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15356.5 19.5 L 15358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15386.5 15.5 L 15388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15386.5 19.5 L 15388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15416.5 15.5 L 15418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15416.5 19.5 L 15418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15446.5 15.5 L 15448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15446.5 19.5 L 15448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15476.5 15.5 L 15478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15476.5 19.5 L 15478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15506.5 15.5 L 15508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15506.5 19.5 L 15508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15536.5 15.5 L 15538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15536.5 19.5 L 15538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15566.5 15.5 L 15568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15566.5 19.5 L 15568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15596.5 15.5 L 15598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15596.5 19.5 L 15598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15626.5 15.5 L 15628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15626.5 19.5 L 15628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15656.5 15.5 L 15658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15656.5 19.5 L 15658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15686.5 15.5 L 15688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15686.5 19.5 L 15688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15716.5 15.5 L 15718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15716.5 19.5 L 15718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15746.5 15.5 L 15748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15746.5 19.5 L 15748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><g><g><text fill="rgb(0, 0, 150)" stroke="none" font-family="sans-serif" font-size="10px" font-style="normal" font-weight="normal" text-decoration="normal" x="1406.9258527057927" y="35" text-anchor="middle" dominant-baseline="alphabetic">H4C11</text></g></g></g></g><g transform="translate(57.998046875,918.994140625)" clip-path="url(#RefseqGenes_track_label_guid_fc7c_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="92.34375" height="14.248046875"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="3.908203125" y="12.6744140625" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="92.34375" height="14.248046875" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg> |
|
| ... | ... | \ No newline at end of file |