1b074a5c98b628b7fcf4ff2300a4c79a23662c30
TIGD6.md
| ... | ... | @@ -45,5 +45,13 @@ View all variants in GenomePaint [hg19](https://morinlab.github.io/LLMPP/GAMBL/T |
| 45 | 45 | <!-- ORIGIN: loveGeneticLandscapeMutations2012 --> |
| 46 | 46 | <!-- BL: loveGeneticLandscapeMutations2012 --> |
| 47 | 47 | |
| 48 | +## Representative Mutations |
|
| 49 | + |
|
| 50 | + |
|
| 51 | +**Rating** |
|
| 52 | +★ ☆ ☆ ☆ ☆ |
|
| 53 | + |
|
| 54 | + |
|
| 55 | + |
|
| 48 | 56 | ## References |
| 49 | 57 | 1. Love C, Sun Z, Jima D, Li G, Zhang J, Miles R, Richards KL, Dunphy CH, Choi WWL, Srivastava G, Lugar PL, Rizzieri DA, Lagoo AS, Bernal-Mizrachi L, Mann KP, Flowers CR, Naresh KN, Evens AM, Chadburn A, Gordon LI, Czader MB, Gill JI, Hsi ED, Greenough A, Moffitt AB, McKinney M, Banerjee A, Grubor V, Levy S, Dunson DB, Dave SS. The genetic landscape of mutations in Burkitt lymphoma. Nat Genet. 2012 Dec;44(12):1321–1325. PMCID: PMC3674561 |
papers/loveGeneticLandscapeMutations2012.md
| ... | ... | @@ -96,7 +96,7 @@ All other BL studies, BL Tier 2, 101 |
| 96 | 96 | |[SLC29A2](../SLC29A2)|2 |★ ☆ ☆ ☆ ☆| |
| 97 | 97 | |[SYNGAP1](../SYNGAP1)|2 |★ ☆ ☆ ☆ ☆| |
| 98 | 98 | |[TBC1D9B](../TBC1D9B)|2 |★ ☆ ☆ ☆ ☆| |
| 99 | -|[TIGD6](../TIGD6)|2 || |
|
| 99 | +|[TIGD6](../TIGD6)|2 |★ ☆ ☆ ☆ ☆| |
|
| 100 | 100 | |[TPST2](../TPST2)|2 || |
| 101 | 101 | |[ZNF229](../ZNF229)|2 |*Germline*| |
| 102 | 102 |
papers/loveGeneticLandscapeMutations2012_tmp.html
| ... | ... | @@ -0,0 +1,731 @@ |
| 1 | +<!DOCTYPE html>
|
|
| 2 | +<html>
|
|
| 3 | +<head>
|
|
| 4 | +<title>loveGeneticLandscapeMutations2012.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="lovegeneticlandscapemutations2012">@loveGeneticLandscapeMutations2012</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">3</td> |
|
| 382 | +<td style="text-align:center">56</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, 3 |
|
| 399 | +New Tier 1, BL Tier 1, 3 |
|
| 400 | +This study, New Tier 2, 56 |
|
| 401 | +New Tier 2, BL Tier 2, 56 |
|
| 402 | +All other BL studies, BL Tier 1, 26 |
|
| 403 | +All other BL studies, BL Tier 2, 101 |
|
| 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="../ARID1A">ARID1A</a></td> |
|
| 417 | +<td style="text-align:center">1</td> |
|
| 418 | +</tr> |
|
| 419 | +<tr> |
|
| 420 | +<td style="text-align:left"><a href="../GNA13">GNA13</a></td> |
|
| 421 | +<td style="text-align:center">1</td> |
|
| 422 | +</tr> |
|
| 423 | +<tr> |
|
| 424 | +<td style="text-align:left"><a href="../PTEN">PTEN</a></td> |
|
| 425 | +<td style="text-align:center">1</td> |
|
| 426 | +</tr> |
|
| 427 | +</tbody> |
|
| 428 | +</table> |
|
| 429 | +<h3 id="tier-2">Tier 2</h3> |
|
| 430 | +<table> |
|
| 431 | +<thead> |
|
| 432 | +<tr> |
|
| 433 | +<th style="text-align:left">New gene</th> |
|
| 434 | +<th style="text-align:center">BL tier</th> |
|
| 435 | +<th style="text-align:center">Rating of reviewed variants</th> |
|
| 436 | +</tr> |
|
| 437 | +</thead> |
|
| 438 | +<tbody> |
|
| 439 | +<tr> |
|
| 440 | +<td style="text-align:left"><a href="../ACAD9">ACAD9</a></td> |
|
| 441 | +<td style="text-align:center">2</td> |
|
| 442 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 443 | +</tr> |
|
| 444 | +<tr> |
|
| 445 | +<td style="text-align:left"><a href="../ACE">ACE</a></td> |
|
| 446 | +<td style="text-align:center">2</td> |
|
| 447 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 448 | +</tr> |
|
| 449 | +<tr> |
|
| 450 | +<td style="text-align:left"><a href="../ATP2C2">ATP2C2</a></td> |
|
| 451 | +<td style="text-align:center">2</td> |
|
| 452 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 453 | +</tr> |
|
| 454 | +<tr> |
|
| 455 | +<td style="text-align:left"><a href="../BCL6">BCL6</a></td> |
|
| 456 | +<td style="text-align:center">2</td> |
|
| 457 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 458 | +</tr> |
|
| 459 | +<tr> |
|
| 460 | +<td style="text-align:left"><a href="../BRAF">BRAF</a></td> |
|
| 461 | +<td style="text-align:center">2</td> |
|
| 462 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 463 | +</tr> |
|
| 464 | +<tr> |
|
| 465 | +<td style="text-align:left"><a href="../BRD4">BRD4</a></td> |
|
| 466 | +<td style="text-align:center">2</td> |
|
| 467 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 468 | +</tr> |
|
| 469 | +<tr> |
|
| 470 | +<td style="text-align:left"><a href="../BTG2">BTG2</a></td> |
|
| 471 | +<td style="text-align:center">2</td> |
|
| 472 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 473 | +</tr> |
|
| 474 | +<tr> |
|
| 475 | +<td style="text-align:left"><a href="../C6orf27">C6orf27</a></td> |
|
| 476 | +<td style="text-align:center">2</td> |
|
| 477 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 478 | +</tr> |
|
| 479 | +<tr> |
|
| 480 | +<td style="text-align:left"><a href="../CAD">CAD</a></td> |
|
| 481 | +<td style="text-align:center">2</td> |
|
| 482 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 483 | +</tr> |
|
| 484 | +<tr> |
|
| 485 | +<td style="text-align:left"><a href="../CARD4">CARD4</a></td> |
|
| 486 | +<td style="text-align:center">2</td> |
|
| 487 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 488 | +</tr> |
|
| 489 | +<tr> |
|
| 490 | +<td style="text-align:left"><a href="../CCT6B">CCT6B</a></td> |
|
| 491 | +<td style="text-align:center">2</td> |
|
| 492 | +<td style="text-align:center"><em>Germline</em></td> |
|
| 493 | +</tr> |
|
| 494 | +<tr> |
|
| 495 | +<td style="text-align:left"><a href="../CDC73">CDC73</a></td> |
|
| 496 | +<td style="text-align:center">2</td> |
|
| 497 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 498 | +</tr> |
|
| 499 | +<tr> |
|
| 500 | +<td style="text-align:left"><a href="../CDH17">CDH17</a></td> |
|
| 501 | +<td style="text-align:center">2</td> |
|
| 502 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 503 | +</tr> |
|
| 504 | +<tr> |
|
| 505 | +<td style="text-align:left"><a href="../COL4A2">COL4A2</a></td> |
|
| 506 | +<td style="text-align:center">2</td> |
|
| 507 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 508 | +</tr> |
|
| 509 | +<tr> |
|
| 510 | +<td style="text-align:left"><a href="../CREBBP">CREBBP</a></td> |
|
| 511 | +<td style="text-align:center">2</td> |
|
| 512 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 513 | +</tr> |
|
| 514 | +<tr> |
|
| 515 | +<td style="text-align:left"><a href="../CYB5D1">CYB5D1</a></td> |
|
| 516 | +<td style="text-align:center">2</td> |
|
| 517 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 518 | +</tr> |
|
| 519 | +<tr> |
|
| 520 | +<td style="text-align:left"><a href="../CYP4F22">CYP4F22</a></td> |
|
| 521 | +<td style="text-align:center">2</td> |
|
| 522 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 523 | +</tr> |
|
| 524 | +<tr> |
|
| 525 | +<td style="text-align:left"><a href="../DLGAP1">DLGAP1</a></td> |
|
| 526 | +<td style="text-align:center">2</td> |
|
| 527 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 528 | +</tr> |
|
| 529 | +<tr> |
|
| 530 | +<td style="text-align:left"><a href="../DTX1">DTX1</a></td> |
|
| 531 | +<td style="text-align:center">2</td> |
|
| 532 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 533 | +</tr> |
|
| 534 | +<tr> |
|
| 535 | +<td style="text-align:left"><a href="../EIF2C4">EIF2C4</a></td> |
|
| 536 | +<td style="text-align:center">2</td> |
|
| 537 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 538 | +</tr> |
|
| 539 | +<tr> |
|
| 540 | +<td style="text-align:left"><a href="../EML2">EML2</a></td> |
|
| 541 | +<td style="text-align:center">2</td> |
|
| 542 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 543 | +</tr> |
|
| 544 | +<tr> |
|
| 545 | +<td style="text-align:left"><a href="../ENTPD3">ENTPD3</a></td> |
|
| 546 | +<td style="text-align:center">2</td> |
|
| 547 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 548 | +</tr> |
|
| 549 | +<tr> |
|
| 550 | +<td style="text-align:left"><a href="../EPHB2">EPHB2</a></td> |
|
| 551 | +<td style="text-align:center">2</td> |
|
| 552 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 553 | +</tr> |
|
| 554 | +<tr> |
|
| 555 | +<td style="text-align:left"><a href="../EZH2">EZH2</a></td> |
|
| 556 | +<td style="text-align:center">2</td> |
|
| 557 | +<td style="text-align:center">★ ★ ★ ★ ★</td> |
|
| 558 | +</tr> |
|
| 559 | +<tr> |
|
| 560 | +<td style="text-align:left"><a href="../FAM129B">FAM129B</a></td> |
|
| 561 | +<td style="text-align:center">2</td> |
|
| 562 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 563 | +</tr> |
|
| 564 | +<tr> |
|
| 565 | +<td style="text-align:left"><a href="../FGFR3">FGFR3</a></td> |
|
| 566 | +<td style="text-align:center">2</td> |
|
| 567 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 568 | +</tr> |
|
| 569 | +<tr> |
|
| 570 | +<td style="text-align:left"><a href="../FTCD">FTCD</a></td> |
|
| 571 | +<td style="text-align:center">2</td> |
|
| 572 | +<td style="text-align:center"><em>Germline</em></td> |
|
| 573 | +</tr> |
|
| 574 | +<tr> |
|
| 575 | +<td style="text-align:left"><a href="../GGTLA4">GGTLA4</a></td> |
|
| 576 | +<td style="text-align:center">2</td> |
|
| 577 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 578 | +</tr> |
|
| 579 | +<tr> |
|
| 580 | +<td style="text-align:left"><a href="../GRIK5">GRIK5</a></td> |
|
| 581 | +<td style="text-align:center">2</td> |
|
| 582 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 583 | +</tr> |
|
| 584 | +<tr> |
|
| 585 | +<td style="text-align:left"><a href="../ICK">ICK</a></td> |
|
| 586 | +<td style="text-align:center">2</td> |
|
| 587 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 588 | +</tr> |
|
| 589 | +<tr> |
|
| 590 | +<td style="text-align:left"><a href="../ITPR3">ITPR3</a></td> |
|
| 591 | +<td style="text-align:center">2</td> |
|
| 592 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 593 | +</tr> |
|
| 594 | +<tr> |
|
| 595 | +<td style="text-align:left"><a href="../KIFC3">KIFC3</a></td> |
|
| 596 | +<td style="text-align:center">2</td> |
|
| 597 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 598 | +</tr> |
|
| 599 | +<tr> |
|
| 600 | +<td style="text-align:left"><a href="../MAP3K6">MAP3K6</a></td> |
|
| 601 | +<td style="text-align:center">2</td> |
|
| 602 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 603 | +</tr> |
|
| 604 | +<tr> |
|
| 605 | +<td style="text-align:left"><a href="../MYH10">MYH10</a></td> |
|
| 606 | +<td style="text-align:center">2</td> |
|
| 607 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 608 | +</tr> |
|
| 609 | +<tr> |
|
| 610 | +<td style="text-align:left"><a href="../NBEAL1">NBEAL1</a></td> |
|
| 611 | +<td style="text-align:center">2</td> |
|
| 612 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 613 | +</tr> |
|
| 614 | +<tr> |
|
| 615 | +<td style="text-align:left"><a href="../NOTCH1">NOTCH1</a></td> |
|
| 616 | +<td style="text-align:center">2</td> |
|
| 617 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 618 | +</tr> |
|
| 619 | +<tr> |
|
| 620 | +<td style="text-align:left"><a href="../NRXN2">NRXN2</a></td> |
|
| 621 | +<td style="text-align:center">2</td> |
|
| 622 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 623 | +</tr> |
|
| 624 | +<tr> |
|
| 625 | +<td style="text-align:left"><a href="../P2RY2">P2RY2</a></td> |
|
| 626 | +<td style="text-align:center">2</td> |
|
| 627 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 628 | +</tr> |
|
| 629 | +<tr> |
|
| 630 | +<td style="text-align:left"><a href="../PC">PC</a></td> |
|
| 631 | +<td style="text-align:center">2</td> |
|
| 632 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 633 | +</tr> |
|
| 634 | +<tr> |
|
| 635 | +<td style="text-align:left"><a href="../POLRMT">POLRMT</a></td> |
|
| 636 | +<td style="text-align:center">2</td> |
|
| 637 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 638 | +</tr> |
|
| 639 | +<tr> |
|
| 640 | +<td style="text-align:left"><a href="../POR">POR</a></td> |
|
| 641 | +<td style="text-align:center">2</td> |
|
| 642 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 643 | +</tr> |
|
| 644 | +<tr> |
|
| 645 | +<td style="text-align:left"><a href="../PRSS22">PRSS22</a></td> |
|
| 646 | +<td style="text-align:center">2</td> |
|
| 647 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 648 | +</tr> |
|
| 649 | +<tr> |
|
| 650 | +<td style="text-align:left"><a href="../PTPRN">PTPRN</a></td> |
|
| 651 | +<td style="text-align:center">2</td> |
|
| 652 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 653 | +</tr> |
|
| 654 | +<tr> |
|
| 655 | +<td style="text-align:left"><a href="../RANBP6">RANBP6</a></td> |
|
| 656 | +<td style="text-align:center">2</td> |
|
| 657 | +<td style="text-align:center">★ ★ ★ ★ ★</td> |
|
| 658 | +</tr> |
|
| 659 | +<tr> |
|
| 660 | +<td style="text-align:left"><a href="../RBP3">RBP3</a></td> |
|
| 661 | +<td style="text-align:center">2</td> |
|
| 662 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 663 | +</tr> |
|
| 664 | +<tr> |
|
| 665 | +<td style="text-align:left"><a href="../RET">RET</a></td> |
|
| 666 | +<td style="text-align:center">2</td> |
|
| 667 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 668 | +</tr> |
|
| 669 | +<tr> |
|
| 670 | +<td style="text-align:left"><a href="../SALL3">SALL3</a></td> |
|
| 671 | +<td style="text-align:center">2</td> |
|
| 672 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 673 | +</tr> |
|
| 674 | +<tr> |
|
| 675 | +<td style="text-align:left"><a href="../SAPS2">SAPS2</a></td> |
|
| 676 | +<td style="text-align:center">2</td> |
|
| 677 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 678 | +</tr> |
|
| 679 | +<tr> |
|
| 680 | +<td style="text-align:left"><a href="../SBF1">SBF1</a></td> |
|
| 681 | +<td style="text-align:center">2</td> |
|
| 682 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 683 | +</tr> |
|
| 684 | +<tr> |
|
| 685 | +<td style="text-align:left"><a href="../SF3B1">SF3B1</a></td> |
|
| 686 | +<td style="text-align:center">2</td> |
|
| 687 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 688 | +</tr> |
|
| 689 | +<tr> |
|
| 690 | +<td style="text-align:left"><a href="../SHANK1">SHANK1</a></td> |
|
| 691 | +<td style="text-align:center">2</td> |
|
| 692 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 693 | +</tr> |
|
| 694 | +<tr> |
|
| 695 | +<td style="text-align:left"><a href="../SLC29A2">SLC29A2</a></td> |
|
| 696 | +<td style="text-align:center">2</td> |
|
| 697 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 698 | +</tr> |
|
| 699 | +<tr> |
|
| 700 | +<td style="text-align:left"><a href="../SYNGAP1">SYNGAP1</a></td> |
|
| 701 | +<td style="text-align:center">2</td> |
|
| 702 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 703 | +</tr> |
|
| 704 | +<tr> |
|
| 705 | +<td style="text-align:left"><a href="../TBC1D9B">TBC1D9B</a></td> |
|
| 706 | +<td style="text-align:center">2</td> |
|
| 707 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 708 | +</tr> |
|
| 709 | +<tr> |
|
| 710 | +<td style="text-align:left"><a href="../TIGD6">TIGD6</a></td> |
|
| 711 | +<td style="text-align:center">2</td> |
|
| 712 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 713 | +</tr> |
|
| 714 | +<tr> |
|
| 715 | +<td style="text-align:left"><a href="../TPST2">TPST2</a></td> |
|
| 716 | +<td style="text-align:center">2</td> |
|
| 717 | +<td style="text-align:center"></td> |
|
| 718 | +</tr> |
|
| 719 | +<tr> |
|
| 720 | +<td style="text-align:left"><a href="../ZNF229">ZNF229</a></td> |
|
| 721 | +<td style="text-align:center">2</td> |
|
| 722 | +<td style="text-align:center"><em>Germline</em></td> |
|
| 723 | +</tr> |
|
| 724 | +</tbody> |
|
| 725 | +</table> |
|
| 726 | +<h2 id="see-also">See Also</h2> |
|
| 727 | +<p>The primary data supporting each of the mutations reported in this study can be viewed in <a href="https://www.bcgsc.ca/downloads/morinlab/GAMBL/Love/">IGV reports</a></p> |
|
| 728 | +<h1 id="details">Details</h1> |
|
| 729 | +
|
|
| 730 | +</body>
|
|
| 731 | +</html>
|
primary/Love_TIGD6.svg
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +<svg xmlns="http://www.w3.org/2000/svg" width="1569.0234375" height="580.99609375" overflow="visible" viewBox="0 0 1569.0234375 580.99609375"><defs><clipPath id="ideogram_referenceFrame_0_guid_62uo_clip_rect"><rect x="0" y="0" width="1465" height="15.99609375"/></clipPath><clipPath id="zGxRTWJGnNCn"><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1457.001953125 0.5 Q 1464.5 0.5 1464.5 7.998046875 L 1464.5 7.998046875 Q 1464.5 15.49609375 1457.001953125 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_25cr_clip_rect"><rect x="0" y="0" width="1465" height="40"/></clipPath><clipPath id="sequence_referenceFrame_0_guid_pu5r_clip_rect"><rect x="0" y="0" width="1465" height="25"/></clipPath><clipPath id="1063_axis_guid_ohrp_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="1063_referenceFrame_0_guid_npq6_clip_rect"><rect x="0" y="0" width="1465" height="200"/></clipPath><clipPath id="1063_track_label_guid_peh3_clip_rect"><rect x="0" y="0" width="39.39453125" height="15.5078125"/></clipPath><clipPath id="N1063_axis_guid_2da5_clip_rect"><rect x="0" y="0" width="50" height="200"/></clipPath><clipPath id="N1063_referenceFrame_0_guid_cpm2_clip_rect"><rect x="0" y="0" width="1465" height="200"/></clipPath><clipPath id="N1063_track_label_guid_9z5c_clip_rect"><rect x="0" y="0" width="48.7890625" height="15.5078125"/></clipPath><clipPath id="RefseqGenes_referenceFrame_0_guid_q5el_clip_rect"><rect x="0" y="0" width="1465" height="70"/></clipPath><clipPath id="RefseqGenes_track_label_guid_24pl_clip_rect"><rect x="0" y="0" width="93.57421875" height="15.5078125"/></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(#zGxRTWJGnNCn)"><g><rect fill="rgb(255,255,255)" stroke="none" x="0" y="0" width="1465" height="15.99609375"/></g><path fill="none" stroke="none"/><g><rect fill="rgb(172,172,172)" stroke="none" x="36" y="1" width="12.960453707885726" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="49" y="1" width="17.820623848342876" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="66" y="1" width="55.891956615257186" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="122" y="1" width="27.540964129257176" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="150" y="1" width="38.88136112365717" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="189" y="1" width="11.34039699440001" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="200" y="1" width="37.261304410171476" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="237" y="1" width="41.31144619388576" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="279" y="1" width="33.21116262645717" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="312" y="1" width="31.591105912971443" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="343" y="1" width="27.54096412925719" height="13.99609375"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 370.9929873882289 15.99609375 L 370.9929873882289 0 L 386.3835261663432 7.998046875 Z"/><path fill="rgb(150, 0, 0)" stroke="none" paint-order="stroke fill markers" d=" M 409.0643201551432 15.99609375 L 409.0643201551432 0 L 386.3835261663432 7.998046875 Z"/><rect fill="rgb(230,230,230)" stroke="none" x="409" y="1" width="68.04238196640006" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="477" y="1" width="33.211162626457224" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="510" y="1" width="5.670198497199976" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="516" y="1" width="22.68079398880002" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="539" y="1" width="15.390538778114319" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="554" y="1" width="39.69138948040006" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="594" y="1" width="25.110879059028548" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="619" y="1" width="39.69138948040006" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="659" y="1" width="12.150425351142871" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="671" y="1" width="73.71258046360003" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="744" y="1" width="43.741531264114315" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="788" y="1" width="44.55155962085723" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="833" y="1" width="13.770482064628595" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="846" y="1" width="41.31144619388567" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="888" y="1" width="15.390538778114319" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="903" y="1" width="12.96045370788579" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="916" y="1" width="17.01059549159993" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="933" y="1" width="51.03178647480013" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="984" y="1" width="46.98164469108576" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1031" y="1" width="25.110879059028548" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1056" y="1" width="40.50141783714298" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="1097" y="1" width="29.1610208427428" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1126" y="1" width="33.21116262645705" height="13.99609375"/><rect fill="rgb(57,57,57)" stroke="none" x="1159" y="1" width="33.21116262645728" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1192" y="1" width="39.69138948039995" height="13.99609375"/><rect fill="rgb(115,115,115)" stroke="none" x="1232" y="1" width="28.350992486000223" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1260" y="1" width="34.83121933994289" height="13.99609375"/><rect fill="rgb(0,0,0)" stroke="none" x="1295" y="1" width="60.752126755714244" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1356" y="1" width="38.88136112365714" height="13.99609375"/><rect fill="rgb(172,172,172)" stroke="none" x="1395" y="1" width="34.83121933994289" height="13.99609375"/><rect fill="rgb(230,230,230)" stroke="none" x="1430" y="1" width="35.299950348855646" height="13.99609375"/><path fill="none" stroke="rgb(41,41,41)" paint-order="fill stroke markers" d=" M 7.998046875 0.5 L 1457.001953125 0.5 Q 1464.5 0.5 1464.5 7.998046875 L 1464.5 7.998046875 Q 1464.5 15.49609375 1457.001953125 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="1209.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_25cr_clip_rect)"><rect fill="#FFFFFF" stroke="none" x="0" y="0" width="1465" height="40"/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 49.5 34.5 L 49.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="106" y="32" text-anchor="start" dominant-baseline="alphabetic">149,355,245 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 141.5 34.5 L 141.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 232.5 34.5 L 232.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="289" y="32" text-anchor="start" dominant-baseline="alphabetic">149,355,250 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 324.5 34.5 L 324.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 415.5 34.5 L 415.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="472" y="32" text-anchor="start" dominant-baseline="alphabetic">149,355,255 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 507.5 34.5 L 507.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 599.5 34.5 L 599.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="656" y="32" text-anchor="start" dominant-baseline="alphabetic">149,355,260 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 691.5 34.5 L 691.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 782.5 34.5 L 782.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="839" y="32" text-anchor="start" dominant-baseline="alphabetic">149,355,265 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 874.5 34.5 L 874.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 965.5 34.5 L 965.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="1022" y="32" text-anchor="start" dominant-baseline="alphabetic">149,355,270 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1057.5 34.5 L 1057.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1148.5 34.5 L 1148.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="1205" y="32" text-anchor="start" dominant-baseline="alphabetic">149,355,275 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1240.5 34.5 L 1240.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1331.5 34.5 L 1331.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="1388" y="32" text-anchor="start" dominant-baseline="alphabetic">149,355,280 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1423.5 34.5 L 1423.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1514.5 34.5 L 1514.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="1571" y="32" text-anchor="start" dominant-baseline="alphabetic">149,355,285 bp</text><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1606.5 34.5 L 1606.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="#000000" paint-order="fill stroke markers" d=" M 1697.5 34.5 L 1697.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 1465.5 38.5" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,70.99609375)" clip-path="url(#sequence_referenceFrame_0_guid_pu5r_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="-8.647460453212261" 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="27.42334032803774" 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="64.32666064053774" 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="101.22753954678774" 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="137.29834032803774" 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="174.47753954678774" 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="210.54834032803774" 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="247.45166064053774" 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="284.35253954678774" 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="320.42334032803774" 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="357.88330126553774" 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="394.50830126553774" 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="430.29834032803774" 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="467.75830126553774" 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="503.82666064053774" 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="541.0083012655377" 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="577.3525395467877" 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="614.2583012655377" 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="650.0483403280377" 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="687.2275395467877" 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="723.2983403280377" 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="760.2016606405377" 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="797.1025395467877" 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="833.7275395467877" 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="869.7983403280377" 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="906.9775395467877" 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="943.0483403280377" 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="979.6733403280377" 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="1016.8525395467877" 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="1053.7583012655377" 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="1089.8266606405377" 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="1126.4516606405377" 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="1162.7983403280377" 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="1199.4233403280377" 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="1236.3266606405377" 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="1272.6733403280377" 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="1310.1333012655377" 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="1346.7583012655377" 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="1382.8266606405377" 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="1419.4516606405377" 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="1455.7983403280377" 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="1492.7016606405377" 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(#1063_axis_guid_ohrp_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">8.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,100.99609375)" clip-path="url(#1063_referenceFrame_0_guid_npq6_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1465" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="13" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="49" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="86" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="122" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="159" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="196" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="232" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="269" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="306" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="342" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="379" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="415" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="452" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="489" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="525" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="562" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="599" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="635" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="672" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="708" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="745" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="782" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="818" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="855" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="892" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="928" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="965" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1001" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1038" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1075" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1111" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1148" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1185" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1221" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1258" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1294" y="12" width="37" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1331" y="12" width="37" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1368" y="12" width="37" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1404" y="12" width="37" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1441" y="12" width="37" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1478" y="12" width="37" height="38"/><rect fill="rgb(209,113, 5)" stroke="none" x="708" y="6" width="37" height="43.75"/><rect fill="rgb( 0, 200, 0)" stroke="none" x="708" y="50" width="37" height="0"/><rect fill="rgb( 0,0,200)" stroke="none" x="708" y="50" width="37" height="0"/><rect fill="rgb(255,0,0)" stroke="none" x="708" y="38" width="37" height="12.5"/><rect fill="rgb(209,113, 5)" stroke="none" x="708" y="6" width="37" height="31.25"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1295 0 L -2368 0 L -2375 6 L -2368 12 L 1295 12 L 1295 0 Z"/></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="430.57666064053774" y="9" 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="1273.5083012655377" y="9" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 892 14 L 4298 14 L 4305 20 L 4298 26 L 892 26 L 892 14 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 233 42 L -3430 42 L -3437 48 L -3430 54 L 233 54 L 233 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1844 56 L -1818 56 L -1825 62 L -1818 68 L 1844 68 L 1844 56 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3639 70 L -24 70 L -31 76 L -24 82 L 3639 82 L 3639 70 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 2174 84 L -1232 84 L -1239 90 L -1232 96 L 2174 96 L 2174 84 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1588 98 L -1818 98 L -1825 104 L -1818 110 L 1588 110 L 1588 98 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3456 112 L -207 112 L -214 118 L -207 124 L 3456 124 L 3456 112 Z"/></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="724.1333012655377" y="121" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -2331 112 L 1075 112 L 1082 118 L 1075 124 L -2331 124 L -2331 112 Z"/></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="724.1333012655377" y="121" text-anchor="start" dominant-baseline="alphabetic" stroke-miterlimit="10" stroke-dasharray="">T</text></g></g></g><g transform="translate(57.98828125,108.984375)" clip-path="url(#1063_track_label_guid_peh3_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="39.39453125" height="15.5078125"/><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.1748046875" y="13.05234375" text-anchor="start" dominant-baseline="alphabetic">1063</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="39.39453125" height="15.5078125" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(0,305.99609375)" clip-path="url(#N1063_axis_guid_2da5_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">8.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,305.99609375)" clip-path="url(#N1063_referenceFrame_0_guid_cpm2_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1465" height="200"/></g><rect fill="rgb(150, 150, 150)" stroke="none" x="13" y="19" width="37" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="49" y="19" width="37" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="86" y="19" width="37" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="122" y="19" width="37" height="31"/><rect fill="rgb(150, 150, 150)" stroke="none" x="159" y="12" width="37" height="38"/><rect fill="rgb(150, 150, 150)" stroke="none" x="196" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="232" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="269" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="306" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="342" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="379" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="415" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="452" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="489" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="525" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="562" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="599" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="635" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="672" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="708" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="745" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="782" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="818" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="855" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="892" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="928" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="965" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1001" y="0" width="37" height="50"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1038" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1075" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1111" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1148" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1185" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1221" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1258" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1294" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1331" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1368" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1404" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1441" y="6" width="37" height="44"/><rect fill="rgb(150, 150, 150)" stroke="none" x="1478" y="12" width="37" height="38"/><g transform="translate(0,55)"><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1478 0 L -719 0 L -726 6 L -719 12 L 1478 12 L 1478 0 Z"/></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="1456.0766606405377" y="9" text-anchor="start" dominant-baseline="alphabetic" stroke-opacity="0.2" stroke-miterlimit="10" stroke-dasharray="">C</text></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -683 14 L 2723 14 L 2730 20 L 2723 26 L -683 26 L -683 14 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 3566 28 L 160 28 L 153 34 L 160 40 L 3566 40 L 3566 28 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1039 42 L -2624 42 L -2631 48 L -2624 54 L 1039 54 L 1039 42 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 196 56 L 3859 56 L 3866 62 L 3859 68 L 196 68 L 196 56 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 4408 70 L 746 70 L 739 76 L 746 82 L 4408 82 L 4408 70 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M 1918 98 L -1489 98 L -1496 104 L -1489 110 L 1918 110 L 1918 98 Z"/></g><g><path fill="rgb(185, 185, 185)" stroke="none" paint-order="stroke fill markers" d=" M -1342 112 L 2320 112 L 2327 118 L 2320 124 L -1342 124 L -1342 112 Z"/></g></g></g><g transform="translate(57.98828125,313.984375)" clip-path="url(#N1063_track_label_guid_9z5c_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="48.7890625" height="15.5078125"/><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.35693359375" y="13.05234375" text-anchor="start" dominant-baseline="alphabetic">N1063</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="48.7890625" height="15.5078125" stroke-miterlimit="10" stroke-dasharray=""/></g><g transform="translate(50,510.99609375)" clip-path="url(#RefseqGenes_referenceFrame_0_guid_q5el_clip_rect)"><g><rect fill="rgb(255, 255, 255)" stroke="none" x="0" y="0" width="1465" height="70"/></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -86713.5 17.5 L 189326.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=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-25734" y="10" width="57354" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25716.5 15.5 L -25718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25716.5 19.5 L -25718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25686.5 15.5 L -25688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25686.5 19.5 L -25688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25656.5 15.5 L -25658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25656.5 19.5 L -25658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25626.5 15.5 L -25628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25626.5 19.5 L -25628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25596.5 15.5 L -25598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25596.5 19.5 L -25598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25566.5 15.5 L -25568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25566.5 19.5 L -25568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25536.5 15.5 L -25538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25536.5 19.5 L -25538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25506.5 15.5 L -25508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25506.5 19.5 L -25508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25476.5 15.5 L -25478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25476.5 19.5 L -25478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25446.5 15.5 L -25448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25446.5 19.5 L -25448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25416.5 15.5 L -25418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25416.5 19.5 L -25418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25386.5 15.5 L -25388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25386.5 19.5 L -25388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25356.5 15.5 L -25358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25356.5 19.5 L -25358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25326.5 15.5 L -25328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25326.5 19.5 L -25328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25296.5 15.5 L -25298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25296.5 19.5 L -25298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25266.5 15.5 L -25268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25266.5 19.5 L -25268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25236.5 15.5 L -25238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25236.5 19.5 L -25238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25206.5 15.5 L -25208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25206.5 19.5 L -25208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25176.5 15.5 L -25178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25176.5 19.5 L -25178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25146.5 15.5 L -25148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25146.5 19.5 L -25148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25116.5 15.5 L -25118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25116.5 19.5 L -25118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25086.5 15.5 L -25088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25086.5 19.5 L -25088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25056.5 15.5 L -25058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25056.5 19.5 L -25058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25026.5 15.5 L -25028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25026.5 19.5 L -25028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24996.5 15.5 L -24998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24996.5 19.5 L -24998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24966.5 15.5 L -24968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24966.5 19.5 L -24968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24936.5 15.5 L -24938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24936.5 19.5 L -24938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24906.5 15.5 L -24908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24906.5 19.5 L -24908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24876.5 15.5 L -24878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24876.5 19.5 L -24878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24846.5 15.5 L -24848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24846.5 19.5 L -24848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24816.5 15.5 L -24818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24816.5 19.5 L -24818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24786.5 15.5 L -24788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24786.5 19.5 L -24788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24756.5 15.5 L -24758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24756.5 19.5 L -24758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24726.5 15.5 L -24728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24726.5 19.5 L -24728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24696.5 15.5 L -24698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24696.5 19.5 L -24698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24666.5 15.5 L -24668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24666.5 19.5 L -24668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24636.5 15.5 L -24638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24636.5 19.5 L -24638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24606.5 15.5 L -24608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24606.5 19.5 L -24608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24576.5 15.5 L -24578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24576.5 19.5 L -24578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24546.5 15.5 L -24548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24546.5 19.5 L -24548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24516.5 15.5 L -24518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24516.5 19.5 L -24518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24486.5 15.5 L -24488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24486.5 19.5 L -24488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24456.5 15.5 L -24458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24456.5 19.5 L -24458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24426.5 15.5 L -24428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24426.5 19.5 L -24428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24396.5 15.5 L -24398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24396.5 19.5 L -24398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24366.5 15.5 L -24368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24366.5 19.5 L -24368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24336.5 15.5 L -24338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24336.5 19.5 L -24338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24306.5 15.5 L -24308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24306.5 19.5 L -24308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24276.5 15.5 L -24278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24276.5 19.5 L -24278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24246.5 15.5 L -24248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24246.5 19.5 L -24248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24216.5 15.5 L -24218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24216.5 19.5 L -24218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24186.5 15.5 L -24188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24186.5 19.5 L -24188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24156.5 15.5 L -24158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24156.5 19.5 L -24158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24126.5 15.5 L -24128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24126.5 19.5 L -24128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24096.5 15.5 L -24098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24096.5 19.5 L -24098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24066.5 15.5 L -24068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24066.5 19.5 L -24068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24036.5 15.5 L -24038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24036.5 19.5 L -24038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24006.5 15.5 L -24008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24006.5 19.5 L -24008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23976.5 15.5 L -23978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23976.5 19.5 L -23978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23946.5 15.5 L -23948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23946.5 19.5 L -23948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23916.5 15.5 L -23918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23916.5 19.5 L -23918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23886.5 15.5 L -23888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23886.5 19.5 L -23888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23856.5 15.5 L -23858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23856.5 19.5 L -23858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23826.5 15.5 L -23828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23826.5 19.5 L -23828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23796.5 15.5 L -23798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23796.5 19.5 L -23798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23766.5 15.5 L -23768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23766.5 19.5 L -23768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23736.5 15.5 L -23738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23736.5 19.5 L -23738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23706.5 15.5 L -23708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23706.5 19.5 L -23708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23676.5 15.5 L -23678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23676.5 19.5 L -23678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23646.5 15.5 L -23648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23646.5 19.5 L -23648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23616.5 15.5 L -23618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23616.5 19.5 L -23618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23586.5 15.5 L -23588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23586.5 19.5 L -23588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23556.5 15.5 L -23558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23556.5 19.5 L -23558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23526.5 15.5 L -23528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23526.5 19.5 L -23528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23496.5 15.5 L -23498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23496.5 19.5 L -23498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23466.5 15.5 L -23468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23466.5 19.5 L -23468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23436.5 15.5 L -23438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23436.5 19.5 L -23438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23406.5 15.5 L -23408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23406.5 19.5 L -23408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23376.5 15.5 L -23378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23376.5 19.5 L -23378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23346.5 15.5 L -23348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23346.5 19.5 L -23348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23316.5 15.5 L -23318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23316.5 19.5 L -23318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23286.5 15.5 L -23288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23286.5 19.5 L -23288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23256.5 15.5 L -23258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23256.5 19.5 L -23258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23226.5 15.5 L -23228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23226.5 19.5 L -23228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23196.5 15.5 L -23198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23196.5 19.5 L -23198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23166.5 15.5 L -23168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23166.5 19.5 L -23168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23136.5 15.5 L -23138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23136.5 19.5 L -23138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23106.5 15.5 L -23108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23106.5 19.5 L -23108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23076.5 15.5 L -23078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23076.5 19.5 L -23078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23046.5 15.5 L -23048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23046.5 19.5 L -23048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23016.5 15.5 L -23018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23016.5 19.5 L -23018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22986.5 15.5 L -22988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22986.5 19.5 L -22988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22956.5 15.5 L -22958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22956.5 19.5 L -22958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22926.5 15.5 L -22928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22926.5 19.5 L -22928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22896.5 15.5 L -22898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22896.5 19.5 L -22898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22866.5 15.5 L -22868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22866.5 19.5 L -22868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22836.5 15.5 L -22838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22836.5 19.5 L -22838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22806.5 15.5 L -22808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22806.5 19.5 L -22808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22776.5 15.5 L -22778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22776.5 19.5 L -22778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22746.5 15.5 L -22748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22746.5 19.5 L -22748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22716.5 15.5 L -22718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22716.5 19.5 L -22718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22686.5 15.5 L -22688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22686.5 19.5 L -22688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22656.5 15.5 L -22658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22656.5 19.5 L -22658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22626.5 15.5 L -22628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22626.5 19.5 L -22628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22596.5 15.5 L -22598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22596.5 19.5 L -22598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22566.5 15.5 L -22568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22566.5 19.5 L -22568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22536.5 15.5 L -22538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22536.5 19.5 L -22538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22506.5 15.5 L -22508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22506.5 19.5 L -22508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22476.5 15.5 L -22478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22476.5 19.5 L -22478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22446.5 15.5 L -22448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22446.5 19.5 L -22448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22416.5 15.5 L -22418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22416.5 19.5 L -22418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22386.5 15.5 L -22388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22386.5 19.5 L -22388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22356.5 15.5 L -22358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22356.5 19.5 L -22358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22326.5 15.5 L -22328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22326.5 19.5 L -22328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22296.5 15.5 L -22298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22296.5 19.5 L -22298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22266.5 15.5 L -22268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22266.5 19.5 L -22268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22236.5 15.5 L -22238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22236.5 19.5 L -22238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22206.5 15.5 L -22208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22206.5 19.5 L -22208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22176.5 15.5 L -22178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22176.5 19.5 L -22178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22146.5 15.5 L -22148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22146.5 19.5 L -22148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22116.5 15.5 L -22118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22116.5 19.5 L -22118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22086.5 15.5 L -22088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22086.5 19.5 L -22088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22056.5 15.5 L -22058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22056.5 19.5 L -22058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22026.5 15.5 L -22028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22026.5 19.5 L -22028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21996.5 15.5 L -21998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21996.5 19.5 L -21998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21966.5 15.5 L -21968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21966.5 19.5 L -21968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21936.5 15.5 L -21938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21936.5 19.5 L -21938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21906.5 15.5 L -21908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21906.5 19.5 L -21908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21876.5 15.5 L -21878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21876.5 19.5 L -21878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21846.5 15.5 L -21848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21846.5 19.5 L -21848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21816.5 15.5 L -21818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21816.5 19.5 L -21818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21786.5 15.5 L -21788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21786.5 19.5 L -21788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21756.5 15.5 L -21758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21756.5 19.5 L -21758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21726.5 15.5 L -21728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21726.5 19.5 L -21728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21696.5 15.5 L -21698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21696.5 19.5 L -21698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21666.5 15.5 L -21668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21666.5 19.5 L -21668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21636.5 15.5 L -21638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21636.5 19.5 L -21638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21606.5 15.5 L -21608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21606.5 19.5 L -21608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21576.5 15.5 L -21578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21576.5 19.5 L -21578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21546.5 15.5 L -21548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21546.5 19.5 L -21548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21516.5 15.5 L -21518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21516.5 19.5 L -21518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21486.5 15.5 L -21488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21486.5 19.5 L -21488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21456.5 15.5 L -21458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21456.5 19.5 L -21458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21426.5 15.5 L -21428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21426.5 19.5 L -21428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21396.5 15.5 L -21398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21396.5 19.5 L -21398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21366.5 15.5 L -21368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21366.5 19.5 L -21368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21336.5 15.5 L -21338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21336.5 19.5 L -21338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21306.5 15.5 L -21308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21306.5 19.5 L -21308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21276.5 15.5 L -21278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21276.5 19.5 L -21278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21246.5 15.5 L -21248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21246.5 19.5 L -21248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21216.5 15.5 L -21218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21216.5 19.5 L -21218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21186.5 15.5 L -21188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21186.5 19.5 L -21188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21156.5 15.5 L -21158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21156.5 19.5 L -21158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21126.5 15.5 L -21128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21126.5 19.5 L -21128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21096.5 15.5 L -21098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21096.5 19.5 L -21098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21066.5 15.5 L -21068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21066.5 19.5 L -21068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21036.5 15.5 L -21038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21036.5 19.5 L -21038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21006.5 15.5 L -21008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21006.5 19.5 L -21008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20976.5 15.5 L -20978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20976.5 19.5 L -20978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20946.5 15.5 L -20948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20946.5 19.5 L -20948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20916.5 15.5 L -20918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20916.5 19.5 L -20918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20886.5 15.5 L -20888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20886.5 19.5 L -20888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20856.5 15.5 L -20858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20856.5 19.5 L -20858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20826.5 15.5 L -20828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20826.5 19.5 L -20828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20796.5 15.5 L -20798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20796.5 19.5 L -20798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20766.5 15.5 L -20768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20766.5 19.5 L -20768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20736.5 15.5 L -20738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20736.5 19.5 L -20738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20706.5 15.5 L -20708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20706.5 19.5 L -20708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20676.5 15.5 L -20678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20676.5 19.5 L -20678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20646.5 15.5 L -20648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20646.5 19.5 L -20648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20616.5 15.5 L -20618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20616.5 19.5 L -20618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20586.5 15.5 L -20588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20586.5 19.5 L -20588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20556.5 15.5 L -20558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20556.5 19.5 L -20558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20526.5 15.5 L -20528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20526.5 19.5 L -20528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20496.5 15.5 L -20498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20496.5 19.5 L -20498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20466.5 15.5 L -20468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20466.5 19.5 L -20468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20436.5 15.5 L -20438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20436.5 19.5 L -20438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20406.5 15.5 L -20408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20406.5 19.5 L -20408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20376.5 15.5 L -20378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20376.5 19.5 L -20378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20346.5 15.5 L -20348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20346.5 19.5 L -20348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20316.5 15.5 L -20318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20316.5 19.5 L -20318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20286.5 15.5 L -20288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20286.5 19.5 L -20288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20256.5 15.5 L -20258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20256.5 19.5 L -20258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20226.5 15.5 L -20228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20226.5 19.5 L -20228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20196.5 15.5 L -20198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20196.5 19.5 L -20198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20166.5 15.5 L -20168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20166.5 19.5 L -20168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20136.5 15.5 L -20138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20136.5 19.5 L -20138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20106.5 15.5 L -20108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20106.5 19.5 L -20108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20076.5 15.5 L -20078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20076.5 19.5 L -20078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20046.5 15.5 L -20048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20046.5 19.5 L -20048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20016.5 15.5 L -20018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20016.5 19.5 L -20018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19986.5 15.5 L -19988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19986.5 19.5 L -19988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19956.5 15.5 L -19958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19956.5 19.5 L -19958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19926.5 15.5 L -19928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19926.5 19.5 L -19928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19896.5 15.5 L -19898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19896.5 19.5 L -19898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19866.5 15.5 L -19868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19866.5 19.5 L -19868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19836.5 15.5 L -19838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19836.5 19.5 L -19838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19806.5 15.5 L -19808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19806.5 19.5 L -19808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19776.5 15.5 L -19778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19776.5 19.5 L -19778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19746.5 15.5 L -19748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19746.5 19.5 L -19748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19716.5 15.5 L -19718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19716.5 19.5 L -19718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19686.5 15.5 L -19688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19686.5 19.5 L -19688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19656.5 15.5 L -19658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19656.5 19.5 L -19658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19626.5 15.5 L -19628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19626.5 19.5 L -19628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19596.5 15.5 L -19598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19596.5 19.5 L -19598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19566.5 15.5 L -19568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19566.5 19.5 L -19568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19536.5 15.5 L -19538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19536.5 19.5 L -19538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19506.5 15.5 L -19508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19506.5 19.5 L -19508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19476.5 15.5 L -19478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19476.5 19.5 L -19478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19446.5 15.5 L -19448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19446.5 19.5 L -19448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19416.5 15.5 L -19418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19416.5 19.5 L -19418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19386.5 15.5 L -19388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19386.5 19.5 L -19388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19356.5 15.5 L -19358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19356.5 19.5 L -19358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19326.5 15.5 L -19328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19326.5 19.5 L -19328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19296.5 15.5 L -19298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19296.5 19.5 L -19298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19266.5 15.5 L -19268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19266.5 19.5 L -19268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19236.5 15.5 L -19238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19236.5 19.5 L -19238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19206.5 15.5 L -19208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19206.5 19.5 L -19208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19176.5 15.5 L -19178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19176.5 19.5 L -19178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19146.5 15.5 L -19148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19146.5 19.5 L -19148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19116.5 15.5 L -19118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19116.5 19.5 L -19118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19086.5 15.5 L -19088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19086.5 19.5 L -19088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19056.5 15.5 L -19058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19056.5 19.5 L -19058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19026.5 15.5 L -19028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19026.5 19.5 L -19028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18996.5 15.5 L -18998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18996.5 19.5 L -18998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18966.5 15.5 L -18968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18966.5 19.5 L -18968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18936.5 15.5 L -18938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18936.5 19.5 L -18938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18906.5 15.5 L -18908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18906.5 19.5 L -18908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18876.5 15.5 L -18878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18876.5 19.5 L -18878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18846.5 15.5 L -18848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18846.5 19.5 L -18848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18816.5 15.5 L -18818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18816.5 19.5 L -18818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18786.5 15.5 L -18788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18786.5 19.5 L -18788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18756.5 15.5 L -18758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18756.5 19.5 L -18758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18726.5 15.5 L -18728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18726.5 19.5 L -18728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18696.5 15.5 L -18698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18696.5 19.5 L -18698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18666.5 15.5 L -18668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18666.5 19.5 L -18668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18636.5 15.5 L -18638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18636.5 19.5 L -18638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18606.5 15.5 L -18608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18606.5 19.5 L -18608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18576.5 15.5 L -18578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18576.5 19.5 L -18578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18546.5 15.5 L -18548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18546.5 19.5 L -18548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18516.5 15.5 L -18518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18516.5 19.5 L -18518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18486.5 15.5 L -18488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18486.5 19.5 L -18488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18456.5 15.5 L -18458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18456.5 19.5 L -18458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18426.5 15.5 L -18428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18426.5 19.5 L -18428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18396.5 15.5 L -18398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18396.5 19.5 L -18398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18366.5 15.5 L -18368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18366.5 19.5 L -18368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18336.5 15.5 L -18338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18336.5 19.5 L -18338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18306.5 15.5 L -18308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18306.5 19.5 L -18308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18276.5 15.5 L -18278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18276.5 19.5 L -18278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18246.5 15.5 L -18248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18246.5 19.5 L -18248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18216.5 15.5 L -18218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18216.5 19.5 L -18218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18186.5 15.5 L -18188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18186.5 19.5 L -18188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18156.5 15.5 L -18158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18156.5 19.5 L -18158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18126.5 15.5 L -18128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18126.5 19.5 L -18128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18096.5 15.5 L -18098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18096.5 19.5 L -18098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18066.5 15.5 L -18068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18066.5 19.5 L -18068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18036.5 15.5 L -18038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18036.5 19.5 L -18038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18006.5 15.5 L -18008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18006.5 19.5 L -18008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17976.5 15.5 L -17978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17976.5 19.5 L -17978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17946.5 15.5 L -17948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17946.5 19.5 L -17948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17916.5 15.5 L -17918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17916.5 19.5 L -17918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17886.5 15.5 L -17888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17886.5 19.5 L -17888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17856.5 15.5 L -17858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17856.5 19.5 L -17858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17826.5 15.5 L -17828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17826.5 19.5 L -17828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17796.5 15.5 L -17798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17796.5 19.5 L -17798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17766.5 15.5 L -17768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17766.5 19.5 L -17768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17736.5 15.5 L -17738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17736.5 19.5 L -17738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17706.5 15.5 L -17708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17706.5 19.5 L -17708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17676.5 15.5 L -17678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17676.5 19.5 L -17678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17646.5 15.5 L -17648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17646.5 19.5 L -17648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17616.5 15.5 L -17618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17616.5 19.5 L -17618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17586.5 15.5 L -17588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17586.5 19.5 L -17588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17556.5 15.5 L -17558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17556.5 19.5 L -17558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17526.5 15.5 L -17528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17526.5 19.5 L -17528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17496.5 15.5 L -17498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17496.5 19.5 L -17498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17466.5 15.5 L -17468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17466.5 19.5 L -17468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17436.5 15.5 L -17438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17436.5 19.5 L -17438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17406.5 15.5 L -17408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17406.5 19.5 L -17408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17376.5 15.5 L -17378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17376.5 19.5 L -17378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17346.5 15.5 L -17348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17346.5 19.5 L -17348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17316.5 15.5 L -17318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17316.5 19.5 L -17318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17286.5 15.5 L -17288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17286.5 19.5 L -17288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17256.5 15.5 L -17258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17256.5 19.5 L -17258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17226.5 15.5 L -17228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17226.5 19.5 L -17228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17196.5 15.5 L -17198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17196.5 19.5 L -17198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17166.5 15.5 L -17168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17166.5 19.5 L -17168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17136.5 15.5 L -17138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17136.5 19.5 L -17138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17106.5 15.5 L -17108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17106.5 19.5 L -17108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17076.5 15.5 L -17078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17076.5 19.5 L -17078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17046.5 15.5 L -17048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17046.5 19.5 L -17048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17016.5 15.5 L -17018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17016.5 19.5 L -17018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16986.5 15.5 L -16988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16986.5 19.5 L -16988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16956.5 15.5 L -16958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16956.5 19.5 L -16958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16926.5 15.5 L -16928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16926.5 19.5 L -16928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16896.5 15.5 L -16898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16896.5 19.5 L -16898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16866.5 15.5 L -16868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16866.5 19.5 L -16868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16836.5 15.5 L -16838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16836.5 19.5 L -16838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16806.5 15.5 L -16808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16806.5 19.5 L -16808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16776.5 15.5 L -16778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16776.5 19.5 L -16778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16746.5 15.5 L -16748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16746.5 19.5 L -16748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16716.5 15.5 L -16718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16716.5 19.5 L -16718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16686.5 15.5 L -16688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16686.5 19.5 L -16688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16656.5 15.5 L -16658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16656.5 19.5 L -16658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16626.5 15.5 L -16628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16626.5 19.5 L -16628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16596.5 15.5 L -16598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16596.5 19.5 L -16598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16566.5 15.5 L -16568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16566.5 19.5 L -16568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16536.5 15.5 L -16538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16536.5 19.5 L -16538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16506.5 15.5 L -16508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16506.5 19.5 L -16508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16476.5 15.5 L -16478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16476.5 19.5 L -16478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16446.5 15.5 L -16448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16446.5 19.5 L -16448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16416.5 15.5 L -16418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16416.5 19.5 L -16418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16386.5 15.5 L -16388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16386.5 19.5 L -16388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16356.5 15.5 L -16358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16356.5 19.5 L -16358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16326.5 15.5 L -16328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16326.5 19.5 L -16328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16296.5 15.5 L -16298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16296.5 19.5 L -16298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16266.5 15.5 L -16268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16266.5 19.5 L -16268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16236.5 15.5 L -16238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16236.5 19.5 L -16238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16206.5 15.5 L -16208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16206.5 19.5 L -16208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16176.5 15.5 L -16178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16176.5 19.5 L -16178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16146.5 15.5 L -16148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16146.5 19.5 L -16148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16116.5 15.5 L -16118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16116.5 19.5 L -16118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16086.5 15.5 L -16088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16086.5 19.5 L -16088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16056.5 15.5 L -16058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16056.5 19.5 L -16058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16026.5 15.5 L -16028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16026.5 19.5 L -16028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15996.5 15.5 L -15998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15996.5 19.5 L -15998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15966.5 15.5 L -15968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15966.5 19.5 L -15968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15936.5 15.5 L -15938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15936.5 19.5 L -15938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15906.5 15.5 L -15908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15906.5 19.5 L -15908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15876.5 15.5 L -15878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15876.5 19.5 L -15878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15846.5 15.5 L -15848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15846.5 19.5 L -15848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15816.5 15.5 L -15818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15816.5 19.5 L -15818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15786.5 15.5 L -15788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15786.5 19.5 L -15788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15756.5 15.5 L -15758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15756.5 19.5 L -15758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15726.5 15.5 L -15728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15726.5 19.5 L -15728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15696.5 15.5 L -15698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15696.5 19.5 L -15698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15666.5 15.5 L -15668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15666.5 19.5 L -15668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15636.5 15.5 L -15638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15636.5 19.5 L -15638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15606.5 15.5 L -15608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15606.5 19.5 L -15608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15576.5 15.5 L -15578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15576.5 19.5 L -15578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15546.5 15.5 L -15548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15546.5 19.5 L -15548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15516.5 15.5 L -15518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15516.5 19.5 L -15518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15486.5 15.5 L -15488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15486.5 19.5 L -15488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15456.5 15.5 L -15458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15456.5 19.5 L -15458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15426.5 15.5 L -15428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15426.5 19.5 L -15428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15396.5 15.5 L -15398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15396.5 19.5 L -15398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15366.5 15.5 L -15368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15366.5 19.5 L -15368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15336.5 15.5 L -15338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15336.5 19.5 L -15338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15306.5 15.5 L -15308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15306.5 19.5 L -15308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15276.5 15.5 L -15278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15276.5 19.5 L -15278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15246.5 15.5 L -15248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15246.5 19.5 L -15248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15216.5 15.5 L -15218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15216.5 19.5 L -15218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15186.5 15.5 L -15188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15186.5 19.5 L -15188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15156.5 15.5 L -15158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15156.5 19.5 L -15158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15126.5 15.5 L -15128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15126.5 19.5 L -15128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15096.5 15.5 L -15098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15096.5 19.5 L -15098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15066.5 15.5 L -15068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15066.5 19.5 L -15068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15036.5 15.5 L -15038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15036.5 19.5 L -15038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15006.5 15.5 L -15008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15006.5 19.5 L -15008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14976.5 15.5 L -14978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14976.5 19.5 L -14978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14946.5 15.5 L -14948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14946.5 19.5 L -14948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14916.5 15.5 L -14918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14916.5 19.5 L -14918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14886.5 15.5 L -14888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14886.5 19.5 L -14888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14856.5 15.5 L -14858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14856.5 19.5 L -14858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14826.5 15.5 L -14828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14826.5 19.5 L -14828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14796.5 15.5 L -14798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14796.5 19.5 L -14798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14766.5 15.5 L -14768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14766.5 19.5 L -14768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14736.5 15.5 L -14738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14736.5 19.5 L -14738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14706.5 15.5 L -14708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14706.5 19.5 L -14708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14676.5 15.5 L -14678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14676.5 19.5 L -14678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14646.5 15.5 L -14648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14646.5 19.5 L -14648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14616.5 15.5 L -14618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14616.5 19.5 L -14618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14586.5 15.5 L -14588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14586.5 19.5 L -14588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14556.5 15.5 L -14558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14556.5 19.5 L -14558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14526.5 15.5 L -14528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14526.5 19.5 L -14528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14496.5 15.5 L -14498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14496.5 19.5 L -14498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14466.5 15.5 L -14468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14466.5 19.5 L -14468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14436.5 15.5 L -14438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14436.5 19.5 L -14438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14406.5 15.5 L -14408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14406.5 19.5 L -14408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14376.5 15.5 L -14378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14376.5 19.5 L -14378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14346.5 15.5 L -14348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14346.5 19.5 L -14348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14316.5 15.5 L -14318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14316.5 19.5 L -14318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14286.5 15.5 L -14288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14286.5 19.5 L -14288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14256.5 15.5 L -14258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14256.5 19.5 L -14258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14226.5 15.5 L -14228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14226.5 19.5 L -14228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14196.5 15.5 L -14198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14196.5 19.5 L -14198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14166.5 15.5 L -14168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14166.5 19.5 L -14168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14136.5 15.5 L -14138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14136.5 19.5 L -14138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14106.5 15.5 L -14108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14106.5 19.5 L -14108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14076.5 15.5 L -14078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14076.5 19.5 L -14078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14046.5 15.5 L -14048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14046.5 19.5 L -14048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14016.5 15.5 L -14018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14016.5 19.5 L -14018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13986.5 15.5 L -13988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13986.5 19.5 L -13988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13956.5 15.5 L -13958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13956.5 19.5 L -13958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13926.5 15.5 L -13928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13926.5 19.5 L -13928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13896.5 15.5 L -13898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13896.5 19.5 L -13898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13866.5 15.5 L -13868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13866.5 19.5 L -13868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13836.5 15.5 L -13838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13836.5 19.5 L -13838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13806.5 15.5 L -13808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13806.5 19.5 L -13808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13776.5 15.5 L -13778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13776.5 19.5 L -13778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13746.5 15.5 L -13748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13746.5 19.5 L -13748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13716.5 15.5 L -13718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13716.5 19.5 L -13718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13686.5 15.5 L -13688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13686.5 19.5 L -13688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13656.5 15.5 L -13658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13656.5 19.5 L -13658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13626.5 15.5 L -13628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13626.5 19.5 L -13628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13596.5 15.5 L -13598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13596.5 19.5 L -13598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13566.5 15.5 L -13568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13566.5 19.5 L -13568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13536.5 15.5 L -13538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13536.5 19.5 L -13538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13506.5 15.5 L -13508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13506.5 19.5 L -13508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13476.5 15.5 L -13478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13476.5 19.5 L -13478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13446.5 15.5 L -13448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13446.5 19.5 L -13448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13416.5 15.5 L -13418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13416.5 19.5 L -13418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13386.5 15.5 L -13388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13386.5 19.5 L -13388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13356.5 15.5 L -13358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13356.5 19.5 L -13358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13326.5 15.5 L -13328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13326.5 19.5 L -13328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13296.5 15.5 L -13298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13296.5 19.5 L -13298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13266.5 15.5 L -13268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13266.5 19.5 L -13268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13236.5 15.5 L -13238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13236.5 19.5 L -13238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13206.5 15.5 L -13208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13206.5 19.5 L -13208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13176.5 15.5 L -13178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13176.5 19.5 L -13178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13146.5 15.5 L -13148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13146.5 19.5 L -13148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13116.5 15.5 L -13118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13116.5 19.5 L -13118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13086.5 15.5 L -13088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13086.5 19.5 L -13088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13056.5 15.5 L -13058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13056.5 19.5 L -13058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13026.5 15.5 L -13028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13026.5 19.5 L -13028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12996.5 15.5 L -12998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12996.5 19.5 L -12998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12966.5 15.5 L -12968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12966.5 19.5 L -12968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12936.5 15.5 L -12938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12936.5 19.5 L -12938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12906.5 15.5 L -12908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12906.5 19.5 L -12908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12876.5 15.5 L -12878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12876.5 19.5 L -12878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12846.5 15.5 L -12848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12846.5 19.5 L -12848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12816.5 15.5 L -12818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12816.5 19.5 L -12818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12786.5 15.5 L -12788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12786.5 19.5 L -12788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12756.5 15.5 L -12758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12756.5 19.5 L -12758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12726.5 15.5 L -12728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12726.5 19.5 L -12728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12696.5 15.5 L -12698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12696.5 19.5 L -12698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12666.5 15.5 L -12668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12666.5 19.5 L -12668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12636.5 15.5 L -12638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12636.5 19.5 L -12638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12606.5 15.5 L -12608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12606.5 19.5 L -12608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12576.5 15.5 L -12578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12576.5 19.5 L -12578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12546.5 15.5 L -12548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12546.5 19.5 L -12548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12516.5 15.5 L -12518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12516.5 19.5 L -12518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12486.5 15.5 L -12488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12486.5 19.5 L -12488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12456.5 15.5 L -12458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12456.5 19.5 L -12458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12426.5 15.5 L -12428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12426.5 19.5 L -12428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12396.5 15.5 L -12398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12396.5 19.5 L -12398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12366.5 15.5 L -12368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12366.5 19.5 L -12368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12336.5 15.5 L -12338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12336.5 19.5 L -12338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12306.5 15.5 L -12308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12306.5 19.5 L -12308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12276.5 15.5 L -12278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12276.5 19.5 L -12278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12246.5 15.5 L -12248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12246.5 19.5 L -12248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12216.5 15.5 L -12218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12216.5 19.5 L -12218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12186.5 15.5 L -12188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12186.5 19.5 L -12188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12156.5 15.5 L -12158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12156.5 19.5 L -12158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12126.5 15.5 L -12128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12126.5 19.5 L -12128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12096.5 15.5 L -12098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12096.5 19.5 L -12098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12066.5 15.5 L -12068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12066.5 19.5 L -12068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12036.5 15.5 L -12038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12036.5 19.5 L -12038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12006.5 15.5 L -12008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12006.5 19.5 L -12008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11976.5 15.5 L -11978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11976.5 19.5 L -11978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11946.5 15.5 L -11948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11946.5 19.5 L -11948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11916.5 15.5 L -11918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11916.5 19.5 L -11918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11886.5 15.5 L -11888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11886.5 19.5 L -11888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11856.5 15.5 L -11858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11856.5 19.5 L -11858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11826.5 15.5 L -11828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11826.5 19.5 L -11828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11796.5 15.5 L -11798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11796.5 19.5 L -11798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11766.5 15.5 L -11768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11766.5 19.5 L -11768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11736.5 15.5 L -11738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11736.5 19.5 L -11738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11706.5 15.5 L -11708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11706.5 19.5 L -11708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11676.5 15.5 L -11678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11676.5 19.5 L -11678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11646.5 15.5 L -11648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11646.5 19.5 L -11648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11616.5 15.5 L -11618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11616.5 19.5 L -11618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11586.5 15.5 L -11588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11586.5 19.5 L -11588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11556.5 15.5 L -11558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11556.5 19.5 L -11558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11526.5 15.5 L -11528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11526.5 19.5 L -11528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11496.5 15.5 L -11498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11496.5 19.5 L -11498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11466.5 15.5 L -11468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11466.5 19.5 L -11468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11436.5 15.5 L -11438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11436.5 19.5 L -11438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11406.5 15.5 L -11408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11406.5 19.5 L -11408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11376.5 15.5 L -11378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11376.5 19.5 L -11378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11346.5 15.5 L -11348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11346.5 19.5 L -11348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11316.5 15.5 L -11318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11316.5 19.5 L -11318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11286.5 15.5 L -11288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11286.5 19.5 L -11288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11256.5 15.5 L -11258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11256.5 19.5 L -11258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11226.5 15.5 L -11228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11226.5 19.5 L -11228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11196.5 15.5 L -11198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11196.5 19.5 L -11198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11166.5 15.5 L -11168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11166.5 19.5 L -11168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11136.5 15.5 L -11138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11136.5 19.5 L -11138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11106.5 15.5 L -11108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11106.5 19.5 L -11108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11076.5 15.5 L -11078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11076.5 19.5 L -11078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11046.5 15.5 L -11048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11046.5 19.5 L -11048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11016.5 15.5 L -11018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11016.5 19.5 L -11018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10986.5 15.5 L -10988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10986.5 19.5 L -10988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10956.5 15.5 L -10958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10956.5 19.5 L -10958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10926.5 15.5 L -10928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10926.5 19.5 L -10928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10896.5 15.5 L -10898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10896.5 19.5 L -10898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10866.5 15.5 L -10868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10866.5 19.5 L -10868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10836.5 15.5 L -10838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10836.5 19.5 L -10838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10806.5 15.5 L -10808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10806.5 19.5 L -10808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10776.5 15.5 L -10778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10776.5 19.5 L -10778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10746.5 15.5 L -10748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10746.5 19.5 L -10748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10716.5 15.5 L -10718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10716.5 19.5 L -10718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10686.5 15.5 L -10688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10686.5 19.5 L -10688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10656.5 15.5 L -10658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10656.5 19.5 L -10658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10626.5 15.5 L -10628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10626.5 19.5 L -10628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10596.5 15.5 L -10598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10596.5 19.5 L -10598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10566.5 15.5 L -10568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10566.5 19.5 L -10568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10536.5 15.5 L -10538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10536.5 19.5 L -10538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10506.5 15.5 L -10508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10506.5 19.5 L -10508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10476.5 15.5 L -10478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10476.5 19.5 L -10478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10446.5 15.5 L -10448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10446.5 19.5 L -10448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10416.5 15.5 L -10418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10416.5 19.5 L -10418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10386.5 15.5 L -10388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10386.5 19.5 L -10388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10356.5 15.5 L -10358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10356.5 19.5 L -10358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10326.5 15.5 L -10328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10326.5 19.5 L -10328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10296.5 15.5 L -10298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10296.5 19.5 L -10298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10266.5 15.5 L -10268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10266.5 19.5 L -10268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10236.5 15.5 L -10238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10236.5 19.5 L -10238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10206.5 15.5 L -10208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10206.5 19.5 L -10208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10176.5 15.5 L -10178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10176.5 19.5 L -10178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10146.5 15.5 L -10148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10146.5 19.5 L -10148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10116.5 15.5 L -10118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10116.5 19.5 L -10118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10086.5 15.5 L -10088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10086.5 19.5 L -10088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10056.5 15.5 L -10058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10056.5 19.5 L -10058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10026.5 15.5 L -10028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10026.5 19.5 L -10028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9996.5 15.5 L -9998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9996.5 19.5 L -9998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9966.5 15.5 L -9968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9966.5 19.5 L -9968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9936.5 15.5 L -9938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9936.5 19.5 L -9938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9906.5 15.5 L -9908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9906.5 19.5 L -9908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9876.5 15.5 L -9878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9876.5 19.5 L -9878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9846.5 15.5 L -9848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9846.5 19.5 L -9848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9816.5 15.5 L -9818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9816.5 19.5 L -9818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9786.5 15.5 L -9788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9786.5 19.5 L -9788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9756.5 15.5 L -9758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9756.5 19.5 L -9758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9726.5 15.5 L -9728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9726.5 19.5 L -9728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9696.5 15.5 L -9698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9696.5 19.5 L -9698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9666.5 15.5 L -9668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9666.5 19.5 L -9668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9636.5 15.5 L -9638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9636.5 19.5 L -9638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9606.5 15.5 L -9608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9606.5 19.5 L -9608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9576.5 15.5 L -9578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9576.5 19.5 L -9578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9546.5 15.5 L -9548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9546.5 19.5 L -9548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9516.5 15.5 L -9518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9516.5 19.5 L -9518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9486.5 15.5 L -9488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9486.5 19.5 L -9488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9456.5 15.5 L -9458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9456.5 19.5 L -9458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9426.5 15.5 L -9428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9426.5 19.5 L -9428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9396.5 15.5 L -9398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9396.5 19.5 L -9398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9366.5 15.5 L -9368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9366.5 19.5 L -9368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9336.5 15.5 L -9338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9336.5 19.5 L -9338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9306.5 15.5 L -9308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9306.5 19.5 L -9308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9276.5 15.5 L -9278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9276.5 19.5 L -9278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9246.5 15.5 L -9248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9246.5 19.5 L -9248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9216.5 15.5 L -9218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9216.5 19.5 L -9218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9186.5 15.5 L -9188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9186.5 19.5 L -9188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9156.5 15.5 L -9158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9156.5 19.5 L -9158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9126.5 15.5 L -9128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9126.5 19.5 L -9128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9096.5 15.5 L -9098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9096.5 19.5 L -9098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9066.5 15.5 L -9068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9066.5 19.5 L -9068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9036.5 15.5 L -9038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9036.5 19.5 L -9038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9006.5 15.5 L -9008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9006.5 19.5 L -9008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8976.5 15.5 L -8978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8976.5 19.5 L -8978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8946.5 15.5 L -8948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8946.5 19.5 L -8948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8916.5 15.5 L -8918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8916.5 19.5 L -8918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8886.5 15.5 L -8888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8886.5 19.5 L -8888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8856.5 15.5 L -8858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8856.5 19.5 L -8858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8826.5 15.5 L -8828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8826.5 19.5 L -8828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8796.5 15.5 L -8798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8796.5 19.5 L -8798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8766.5 15.5 L -8768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8766.5 19.5 L -8768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8736.5 15.5 L -8738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8736.5 19.5 L -8738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8706.5 15.5 L -8708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8706.5 19.5 L -8708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8676.5 15.5 L -8678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8676.5 19.5 L -8678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8646.5 15.5 L -8648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8646.5 19.5 L -8648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8616.5 15.5 L -8618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8616.5 19.5 L -8618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8586.5 15.5 L -8588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8586.5 19.5 L -8588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8556.5 15.5 L -8558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8556.5 19.5 L -8558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8526.5 15.5 L -8528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8526.5 19.5 L -8528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8496.5 15.5 L -8498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8496.5 19.5 L -8498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8466.5 15.5 L -8468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8466.5 19.5 L -8468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8436.5 15.5 L -8438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8436.5 19.5 L -8438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8406.5 15.5 L -8408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8406.5 19.5 L -8408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8376.5 15.5 L -8378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8376.5 19.5 L -8378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8346.5 15.5 L -8348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8346.5 19.5 L -8348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8316.5 15.5 L -8318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8316.5 19.5 L -8318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8286.5 15.5 L -8288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8286.5 19.5 L -8288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8256.5 15.5 L -8258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8256.5 19.5 L -8258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8226.5 15.5 L -8228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8226.5 19.5 L -8228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8196.5 15.5 L -8198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8196.5 19.5 L -8198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8166.5 15.5 L -8168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8166.5 19.5 L -8168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8136.5 15.5 L -8138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8136.5 19.5 L -8138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8106.5 15.5 L -8108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8106.5 19.5 L -8108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8076.5 15.5 L -8078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8076.5 19.5 L -8078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8046.5 15.5 L -8048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8046.5 19.5 L -8048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8016.5 15.5 L -8018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8016.5 19.5 L -8018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7986.5 15.5 L -7988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7986.5 19.5 L -7988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7956.5 15.5 L -7958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7956.5 19.5 L -7958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7926.5 15.5 L -7928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7926.5 19.5 L -7928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7896.5 15.5 L -7898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7896.5 19.5 L -7898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7866.5 15.5 L -7868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7866.5 19.5 L -7868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7836.5 15.5 L -7838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7836.5 19.5 L -7838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7806.5 15.5 L -7808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7806.5 19.5 L -7808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7776.5 15.5 L -7778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7776.5 19.5 L -7778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7746.5 15.5 L -7748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7746.5 19.5 L -7748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7716.5 15.5 L -7718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7716.5 19.5 L -7718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7686.5 15.5 L -7688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7686.5 19.5 L -7688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7656.5 15.5 L -7658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7656.5 19.5 L -7658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7626.5 15.5 L -7628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7626.5 19.5 L -7628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7596.5 15.5 L -7598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7596.5 19.5 L -7598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7566.5 15.5 L -7568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7566.5 19.5 L -7568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7536.5 15.5 L -7538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7536.5 19.5 L -7538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7506.5 15.5 L -7508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7506.5 19.5 L -7508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7476.5 15.5 L -7478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7476.5 19.5 L -7478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7446.5 15.5 L -7448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7446.5 19.5 L -7448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7416.5 15.5 L -7418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7416.5 19.5 L -7418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7386.5 15.5 L -7388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7386.5 19.5 L -7388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7356.5 15.5 L -7358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7356.5 19.5 L -7358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7326.5 15.5 L -7328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7326.5 19.5 L -7328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7296.5 15.5 L -7298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7296.5 19.5 L -7298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7266.5 15.5 L -7268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7266.5 19.5 L -7268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7236.5 15.5 L -7238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7236.5 19.5 L -7238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7206.5 15.5 L -7208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7206.5 19.5 L -7208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7176.5 15.5 L -7178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7176.5 19.5 L -7178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7146.5 15.5 L -7148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7146.5 19.5 L -7148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7116.5 15.5 L -7118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7116.5 19.5 L -7118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7086.5 15.5 L -7088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7086.5 19.5 L -7088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7056.5 15.5 L -7058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7056.5 19.5 L -7058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7026.5 15.5 L -7028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7026.5 19.5 L -7028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6996.5 15.5 L -6998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6996.5 19.5 L -6998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6966.5 15.5 L -6968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6966.5 19.5 L -6968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6936.5 15.5 L -6938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6936.5 19.5 L -6938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6906.5 15.5 L -6908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6906.5 19.5 L -6908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6876.5 15.5 L -6878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6876.5 19.5 L -6878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6846.5 15.5 L -6848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6846.5 19.5 L -6848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6816.5 15.5 L -6818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6816.5 19.5 L -6818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6786.5 15.5 L -6788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6786.5 19.5 L -6788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6756.5 15.5 L -6758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6756.5 19.5 L -6758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6726.5 15.5 L -6728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6726.5 19.5 L -6728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6696.5 15.5 L -6698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6696.5 19.5 L -6698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6666.5 15.5 L -6668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6666.5 19.5 L -6668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6636.5 15.5 L -6638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6636.5 19.5 L -6638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6606.5 15.5 L -6608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6606.5 19.5 L -6608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6576.5 15.5 L -6578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6576.5 19.5 L -6578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6546.5 15.5 L -6548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6546.5 19.5 L -6548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6516.5 15.5 L -6518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6516.5 19.5 L -6518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6486.5 15.5 L -6488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6486.5 19.5 L -6488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6456.5 15.5 L -6458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6456.5 19.5 L -6458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6426.5 15.5 L -6428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6426.5 19.5 L -6428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6396.5 15.5 L -6398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6396.5 19.5 L -6398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6366.5 15.5 L -6368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6366.5 19.5 L -6368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6336.5 15.5 L -6338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6336.5 19.5 L -6338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6306.5 15.5 L -6308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6306.5 19.5 L -6308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6276.5 15.5 L -6278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6276.5 19.5 L -6278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6246.5 15.5 L -6248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6246.5 19.5 L -6248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6216.5 15.5 L -6218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6216.5 19.5 L -6218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6186.5 15.5 L -6188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6186.5 19.5 L -6188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6156.5 15.5 L -6158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6156.5 19.5 L -6158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6126.5 15.5 L -6128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6126.5 19.5 L -6128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6096.5 15.5 L -6098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6096.5 19.5 L -6098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6066.5 15.5 L -6068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6066.5 19.5 L -6068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6036.5 15.5 L -6038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6036.5 19.5 L -6038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6006.5 15.5 L -6008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6006.5 19.5 L -6008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5976.5 15.5 L -5978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5976.5 19.5 L -5978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5946.5 15.5 L -5948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5946.5 19.5 L -5948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5916.5 15.5 L -5918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5916.5 19.5 L -5918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5886.5 15.5 L -5888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5886.5 19.5 L -5888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5856.5 15.5 L -5858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5856.5 19.5 L -5858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5826.5 15.5 L -5828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5826.5 19.5 L -5828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5796.5 15.5 L -5798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5796.5 19.5 L -5798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5766.5 15.5 L -5768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5766.5 19.5 L -5768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5736.5 15.5 L -5738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5736.5 19.5 L -5738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5706.5 15.5 L -5708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5706.5 19.5 L -5708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5676.5 15.5 L -5678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5676.5 19.5 L -5678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5646.5 15.5 L -5648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5646.5 19.5 L -5648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5616.5 15.5 L -5618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5616.5 19.5 L -5618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5586.5 15.5 L -5588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5586.5 19.5 L -5588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5556.5 15.5 L -5558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5556.5 19.5 L -5558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5526.5 15.5 L -5528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5526.5 19.5 L -5528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5496.5 15.5 L -5498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5496.5 19.5 L -5498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5466.5 15.5 L -5468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5466.5 19.5 L -5468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5436.5 15.5 L -5438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5436.5 19.5 L -5438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5406.5 15.5 L -5408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5406.5 19.5 L -5408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5376.5 15.5 L -5378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5376.5 19.5 L -5378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5346.5 15.5 L -5348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5346.5 19.5 L -5348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5316.5 15.5 L -5318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5316.5 19.5 L -5318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5286.5 15.5 L -5288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5286.5 19.5 L -5288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5256.5 15.5 L -5258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5256.5 19.5 L -5258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5226.5 15.5 L -5228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5226.5 19.5 L -5228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5196.5 15.5 L -5198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5196.5 19.5 L -5198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5166.5 15.5 L -5168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5166.5 19.5 L -5168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5136.5 15.5 L -5138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5136.5 19.5 L -5138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5106.5 15.5 L -5108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5106.5 19.5 L -5108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5076.5 15.5 L -5078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5076.5 19.5 L -5078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5046.5 15.5 L -5048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5046.5 19.5 L -5048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5016.5 15.5 L -5018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5016.5 19.5 L -5018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4986.5 15.5 L -4988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4986.5 19.5 L -4988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4956.5 15.5 L -4958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4956.5 19.5 L -4958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4926.5 15.5 L -4928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4926.5 19.5 L -4928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4896.5 15.5 L -4898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4896.5 19.5 L -4898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4866.5 15.5 L -4868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4866.5 19.5 L -4868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4836.5 15.5 L -4838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4836.5 19.5 L -4838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4806.5 15.5 L -4808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4806.5 19.5 L -4808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4776.5 15.5 L -4778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4776.5 19.5 L -4778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4746.5 15.5 L -4748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4746.5 19.5 L -4748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4716.5 15.5 L -4718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4716.5 19.5 L -4718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4686.5 15.5 L -4688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4686.5 19.5 L -4688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4656.5 15.5 L -4658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4656.5 19.5 L -4658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4626.5 15.5 L -4628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4626.5 19.5 L -4628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4596.5 15.5 L -4598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4596.5 19.5 L -4598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4566.5 15.5 L -4568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4566.5 19.5 L -4568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4536.5 15.5 L -4538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4536.5 19.5 L -4538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4506.5 15.5 L -4508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4506.5 19.5 L -4508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4476.5 15.5 L -4478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4476.5 19.5 L -4478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4446.5 15.5 L -4448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4446.5 19.5 L -4448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4416.5 15.5 L -4418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4416.5 19.5 L -4418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4386.5 15.5 L -4388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4386.5 19.5 L -4388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4356.5 15.5 L -4358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4356.5 19.5 L -4358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4326.5 15.5 L -4328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4326.5 19.5 L -4328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4296.5 15.5 L -4298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4296.5 19.5 L -4298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4266.5 15.5 L -4268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4266.5 19.5 L -4268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4236.5 15.5 L -4238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4236.5 19.5 L -4238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4206.5 15.5 L -4208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4206.5 19.5 L -4208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4176.5 15.5 L -4178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4176.5 19.5 L -4178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4146.5 15.5 L -4148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4146.5 19.5 L -4148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4116.5 15.5 L -4118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4116.5 19.5 L -4118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4086.5 15.5 L -4088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4086.5 19.5 L -4088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4056.5 15.5 L -4058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4056.5 19.5 L -4058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4026.5 15.5 L -4028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4026.5 19.5 L -4028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3996.5 15.5 L -3998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3996.5 19.5 L -3998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3966.5 15.5 L -3968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3966.5 19.5 L -3968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3936.5 15.5 L -3938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3936.5 19.5 L -3938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3906.5 15.5 L -3908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3906.5 19.5 L -3908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3876.5 15.5 L -3878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3876.5 19.5 L -3878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3846.5 15.5 L -3848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3846.5 19.5 L -3848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3816.5 15.5 L -3818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3816.5 19.5 L -3818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3786.5 15.5 L -3788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3786.5 19.5 L -3788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3756.5 15.5 L -3758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3756.5 19.5 L -3758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3726.5 15.5 L -3728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3726.5 19.5 L -3728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3696.5 15.5 L -3698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3696.5 19.5 L -3698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3666.5 15.5 L -3668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3666.5 19.5 L -3668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3636.5 15.5 L -3638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3636.5 19.5 L -3638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3606.5 15.5 L -3608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3606.5 19.5 L -3608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3576.5 15.5 L -3578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3576.5 19.5 L -3578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3546.5 15.5 L -3548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3546.5 19.5 L -3548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3516.5 15.5 L -3518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3516.5 19.5 L -3518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3486.5 15.5 L -3488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3486.5 19.5 L -3488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3456.5 15.5 L -3458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3456.5 19.5 L -3458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3426.5 15.5 L -3428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3426.5 19.5 L -3428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3396.5 15.5 L -3398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3396.5 19.5 L -3398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3366.5 15.5 L -3368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3366.5 19.5 L -3368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3336.5 15.5 L -3338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3336.5 19.5 L -3338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3306.5 15.5 L -3308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3306.5 19.5 L -3308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3276.5 15.5 L -3278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3276.5 19.5 L -3278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3246.5 15.5 L -3248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3246.5 19.5 L -3248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3216.5 15.5 L -3218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3216.5 19.5 L -3218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3186.5 15.5 L -3188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3186.5 19.5 L -3188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3156.5 15.5 L -3158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3156.5 19.5 L -3158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3126.5 15.5 L -3128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3126.5 19.5 L -3128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3096.5 15.5 L -3098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3096.5 19.5 L -3098.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3066.5 15.5 L -3068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3066.5 19.5 L -3068.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3036.5 15.5 L -3038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3036.5 19.5 L -3038.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3006.5 15.5 L -3008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3006.5 19.5 L -3008.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2976.5 15.5 L -2978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2976.5 19.5 L -2978.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2946.5 15.5 L -2948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2946.5 19.5 L -2948.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2916.5 15.5 L -2918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2916.5 19.5 L -2918.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2886.5 15.5 L -2888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2886.5 19.5 L -2888.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2856.5 15.5 L -2858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2856.5 19.5 L -2858.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2826.5 15.5 L -2828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2826.5 19.5 L -2828.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2796.5 15.5 L -2798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2796.5 19.5 L -2798.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2766.5 15.5 L -2768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2766.5 19.5 L -2768.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2736.5 15.5 L -2738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2736.5 19.5 L -2738.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2706.5 15.5 L -2708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2706.5 19.5 L -2708.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2676.5 15.5 L -2678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2676.5 19.5 L -2678.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2646.5 15.5 L -2648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2646.5 19.5 L -2648.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2616.5 15.5 L -2618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2616.5 19.5 L -2618.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2586.5 15.5 L -2588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2586.5 19.5 L -2588.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2556.5 15.5 L -2558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2556.5 19.5 L -2558.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2526.5 15.5 L -2528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2526.5 19.5 L -2528.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2496.5 15.5 L -2498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2496.5 19.5 L -2498.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2466.5 15.5 L -2468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2466.5 19.5 L -2468.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2436.5 15.5 L -2438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2436.5 19.5 L -2438.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2406.5 15.5 L -2408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2406.5 19.5 L -2408.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2376.5 15.5 L -2378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2376.5 19.5 L -2378.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2346.5 15.5 L -2348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2346.5 19.5 L -2348.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2316.5 15.5 L -2318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2316.5 19.5 L -2318.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2286.5 15.5 L -2288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2286.5 19.5 L -2288.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2256.5 15.5 L -2258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2256.5 19.5 L -2258.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2226.5 15.5 L -2228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2226.5 19.5 L -2228.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2196.5 15.5 L -2198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2196.5 19.5 L -2198.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2166.5 15.5 L -2168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2166.5 19.5 L -2168.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2136.5 15.5 L -2138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2136.5 19.5 L -2138.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2106.5 15.5 L -2108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2106.5 19.5 L -2108.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2076.5 15.5 L -2078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2076.5 19.5 L -2078.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2046.5 15.5 L -2048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2046.5 19.5 L -2048.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2016.5 15.5 L -2018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2016.5 19.5 L -2018.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1986.5 15.5 L -1988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1986.5 19.5 L -1988.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1956.5 15.5 L -1958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1956.5 19.5 L -1958.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1926.5 15.5 L -1928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1926.5 19.5 L -1928.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1896.5 15.5 L -1898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1896.5 19.5 L -1898.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1866.5 15.5 L -1868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1866.5 19.5 L -1868.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1836.5 15.5 L -1838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1836.5 19.5 L -1838.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1806.5 15.5 L -1808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1806.5 19.5 L -1808.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1776.5 15.5 L -1778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1776.5 19.5 L -1778.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1746.5 15.5 L -1748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1746.5 19.5 L -1748.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1716.5 15.5 L -1718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1716.5 19.5 L -1718.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1686.5 15.5 L -1688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1686.5 19.5 L -1688.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1656.5 15.5 L -1658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1656.5 19.5 L -1658.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1626.5 15.5 L -1628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1626.5 19.5 L -1628.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1596.5 15.5 L -1598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1596.5 19.5 L -1598.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1566.5 15.5 L -1568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1566.5 19.5 L -1568.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1536.5 15.5 L -1538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1536.5 19.5 L -1538.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1506.5 15.5 L -1508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1506.5 19.5 L -1508.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1476.5 15.5 L -1478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1476.5 19.5 L -1478.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1446.5 15.5 L -1448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1446.5 19.5 L -1448.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1416.5 15.5 L -1418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1416.5 19.5 L -1418.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1386.5 15.5 L -1388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1386.5 19.5 L -1388.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1356.5 15.5 L -1358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1356.5 19.5 L -1358.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1326.5 15.5 L -1328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1326.5 19.5 L -1328.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1296.5 15.5 L -1298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1296.5 19.5 L -1298.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1266.5 15.5 L -1268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1266.5 19.5 L -1268.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1236.5 15.5 L -1238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1236.5 19.5 L -1238.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1206.5 15.5 L -1208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1206.5 19.5 L -1208.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1176.5 15.5 L -1178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1176.5 19.5 L -1178.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1146.5 15.5 L -1148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1146.5 19.5 L -1148.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1116.5 15.5 L -1118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1116.5 19.5 L -1118.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1086.5 15.5 L -1088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1086.5 19.5 L -1088.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1056.5 15.5 L -1058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1056.5 19.5 L -1058.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1026.5 15.5 L -1028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1026.5 19.5 L -1028.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -996.5 15.5 L -998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -996.5 19.5 L -998.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -966.5 15.5 L -968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -966.5 19.5 L -968.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -936.5 15.5 L -938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -936.5 19.5 L -938.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -906.5 15.5 L -908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -906.5 19.5 L -908.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -876.5 15.5 L -878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -876.5 19.5 L -878.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -846.5 15.5 L -848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -846.5 19.5 L -848.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -816.5 15.5 L -818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -816.5 19.5 L -818.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -786.5 15.5 L -788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -786.5 19.5 L -788.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -756.5 15.5 L -758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -756.5 19.5 L -758.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -726.5 15.5 L -728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -726.5 19.5 L -728.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -696.5 15.5 L -698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -696.5 19.5 L -698.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -666.5 15.5 L -668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -666.5 19.5 L -668.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -636.5 15.5 L -638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -636.5 19.5 L -638.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -606.5 15.5 L -608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -606.5 19.5 L -608.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -576.5 15.5 L -578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -576.5 19.5 L -578.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -546.5 15.5 L -548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -546.5 19.5 L -548.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -516.5 15.5 L -518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -516.5 19.5 L -518.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -486.5 15.5 L -488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -486.5 19.5 L -488.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -456.5 15.5 L -458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -456.5 19.5 L -458.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -426.5 15.5 L -428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -426.5 19.5 L -428.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -396.5 15.5 L -398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -396.5 19.5 L -398.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -366.5 15.5 L -368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -366.5 19.5 L -368.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -336.5 15.5 L -338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -336.5 19.5 L -338.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -306.5 15.5 L -308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -306.5 19.5 L -308.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -276.5 15.5 L -278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -276.5 19.5 L -278.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -246.5 15.5 L -248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -246.5 19.5 L -248.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -216.5 15.5 L -218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -216.5 19.5 L -218.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -186.5 15.5 L -188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -186.5 19.5 L -188.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -156.5 15.5 L -158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -156.5 19.5 L -158.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -126.5 15.5 L -128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -126.5 19.5 L -128.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -96.5 15.5 L -98.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -96.5 19.5 L -98.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -66.5 15.5 L -68.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -66.5 19.5 L -68.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -36.5 15.5 L -38.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -36.5 19.5 L -38.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6.5 15.5 L -8.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6.5 19.5 L -8.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23.5 15.5 L 21.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23.5 19.5 L 21.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 53.5 15.5 L 51.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 53.5 19.5 L 51.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 83.5 15.5 L 81.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 83.5 19.5 L 81.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 113.5 15.5 L 111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 113.5 19.5 L 111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 143.5 15.5 L 141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 143.5 19.5 L 141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 173.5 15.5 L 171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 173.5 19.5 L 171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 203.5 15.5 L 201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 203.5 19.5 L 201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 233.5 15.5 L 231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 233.5 19.5 L 231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 263.5 15.5 L 261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 263.5 19.5 L 261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 293.5 15.5 L 291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 293.5 19.5 L 291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 323.5 15.5 L 321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 323.5 19.5 L 321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 353.5 15.5 L 351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 353.5 19.5 L 351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 383.5 15.5 L 381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 383.5 19.5 L 381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 413.5 15.5 L 411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 413.5 19.5 L 411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 443.5 15.5 L 441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 443.5 19.5 L 441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 473.5 15.5 L 471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 473.5 19.5 L 471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 503.5 15.5 L 501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 503.5 19.5 L 501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 533.5 15.5 L 531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 533.5 19.5 L 531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 563.5 15.5 L 561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 563.5 19.5 L 561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 593.5 15.5 L 591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 593.5 19.5 L 591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 623.5 15.5 L 621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 623.5 19.5 L 621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 653.5 15.5 L 651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 653.5 19.5 L 651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 683.5 15.5 L 681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 683.5 19.5 L 681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 713.5 15.5 L 711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 713.5 19.5 L 711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 743.5 15.5 L 741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 743.5 19.5 L 741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 773.5 15.5 L 771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 773.5 19.5 L 771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 803.5 15.5 L 801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 803.5 19.5 L 801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 833.5 15.5 L 831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 833.5 19.5 L 831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 863.5 15.5 L 861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 863.5 19.5 L 861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 893.5 15.5 L 891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 893.5 19.5 L 891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 923.5 15.5 L 921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 923.5 19.5 L 921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 953.5 15.5 L 951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 953.5 19.5 L 951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 983.5 15.5 L 981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 983.5 19.5 L 981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1013.5 15.5 L 1011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1013.5 19.5 L 1011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1043.5 15.5 L 1041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1043.5 19.5 L 1041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1073.5 15.5 L 1071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1073.5 19.5 L 1071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1103.5 15.5 L 1101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1103.5 19.5 L 1101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1133.5 15.5 L 1131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1133.5 19.5 L 1131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1163.5 15.5 L 1161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1163.5 19.5 L 1161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1193.5 15.5 L 1191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1193.5 19.5 L 1191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1223.5 15.5 L 1221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1223.5 19.5 L 1221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1253.5 15.5 L 1251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1253.5 19.5 L 1251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1283.5 15.5 L 1281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1283.5 19.5 L 1281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1313.5 15.5 L 1311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1313.5 19.5 L 1311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1343.5 15.5 L 1341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1343.5 19.5 L 1341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1373.5 15.5 L 1371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1373.5 19.5 L 1371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1403.5 15.5 L 1401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1403.5 19.5 L 1401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1433.5 15.5 L 1431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1433.5 19.5 L 1431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1463.5 15.5 L 1461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1463.5 19.5 L 1461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1493.5 15.5 L 1491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1493.5 19.5 L 1491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1523.5 15.5 L 1521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1523.5 19.5 L 1521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1553.5 15.5 L 1551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1553.5 19.5 L 1551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1583.5 15.5 L 1581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1583.5 19.5 L 1581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1613.5 15.5 L 1611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1613.5 19.5 L 1611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1643.5 15.5 L 1641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1643.5 19.5 L 1641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1673.5 15.5 L 1671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1673.5 19.5 L 1671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1703.5 15.5 L 1701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1703.5 19.5 L 1701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1733.5 15.5 L 1731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1733.5 19.5 L 1731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1763.5 15.5 L 1761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1763.5 19.5 L 1761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1793.5 15.5 L 1791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1793.5 19.5 L 1791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1823.5 15.5 L 1821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1823.5 19.5 L 1821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1853.5 15.5 L 1851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1853.5 19.5 L 1851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1883.5 15.5 L 1881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1883.5 19.5 L 1881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1913.5 15.5 L 1911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1913.5 19.5 L 1911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1943.5 15.5 L 1941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1943.5 19.5 L 1941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1973.5 15.5 L 1971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1973.5 19.5 L 1971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2003.5 15.5 L 2001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2003.5 19.5 L 2001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2033.5 15.5 L 2031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2033.5 19.5 L 2031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2063.5 15.5 L 2061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2063.5 19.5 L 2061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2093.5 15.5 L 2091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2093.5 19.5 L 2091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2123.5 15.5 L 2121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2123.5 19.5 L 2121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2153.5 15.5 L 2151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2153.5 19.5 L 2151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2183.5 15.5 L 2181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2183.5 19.5 L 2181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2213.5 15.5 L 2211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2213.5 19.5 L 2211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2243.5 15.5 L 2241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2243.5 19.5 L 2241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2273.5 15.5 L 2271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2273.5 19.5 L 2271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2303.5 15.5 L 2301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2303.5 19.5 L 2301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2333.5 15.5 L 2331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2333.5 19.5 L 2331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2363.5 15.5 L 2361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2363.5 19.5 L 2361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2393.5 15.5 L 2391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2393.5 19.5 L 2391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2423.5 15.5 L 2421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2423.5 19.5 L 2421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2453.5 15.5 L 2451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2453.5 19.5 L 2451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2483.5 15.5 L 2481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2483.5 19.5 L 2481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2513.5 15.5 L 2511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2513.5 19.5 L 2511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2543.5 15.5 L 2541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2543.5 19.5 L 2541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2573.5 15.5 L 2571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2573.5 19.5 L 2571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2603.5 15.5 L 2601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2603.5 19.5 L 2601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2633.5 15.5 L 2631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2633.5 19.5 L 2631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2663.5 15.5 L 2661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2663.5 19.5 L 2661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2693.5 15.5 L 2691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2693.5 19.5 L 2691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2723.5 15.5 L 2721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2723.5 19.5 L 2721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2753.5 15.5 L 2751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2753.5 19.5 L 2751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2783.5 15.5 L 2781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2783.5 19.5 L 2781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2813.5 15.5 L 2811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2813.5 19.5 L 2811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2843.5 15.5 L 2841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2843.5 19.5 L 2841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2873.5 15.5 L 2871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2873.5 19.5 L 2871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2903.5 15.5 L 2901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2903.5 19.5 L 2901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2933.5 15.5 L 2931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2933.5 19.5 L 2931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2963.5 15.5 L 2961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2963.5 19.5 L 2961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2993.5 15.5 L 2991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2993.5 19.5 L 2991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3023.5 15.5 L 3021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3023.5 19.5 L 3021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3053.5 15.5 L 3051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3053.5 19.5 L 3051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3083.5 15.5 L 3081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3083.5 19.5 L 3081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3113.5 15.5 L 3111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3113.5 19.5 L 3111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3143.5 15.5 L 3141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3143.5 19.5 L 3141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3173.5 15.5 L 3171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3173.5 19.5 L 3171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3203.5 15.5 L 3201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3203.5 19.5 L 3201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3233.5 15.5 L 3231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3233.5 19.5 L 3231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3263.5 15.5 L 3261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3263.5 19.5 L 3261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3293.5 15.5 L 3291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3293.5 19.5 L 3291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3323.5 15.5 L 3321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3323.5 19.5 L 3321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3353.5 15.5 L 3351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3353.5 19.5 L 3351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3383.5 15.5 L 3381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3383.5 19.5 L 3381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3413.5 15.5 L 3411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3413.5 19.5 L 3411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3443.5 15.5 L 3441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3443.5 19.5 L 3441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3473.5 15.5 L 3471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3473.5 19.5 L 3471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3503.5 15.5 L 3501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3503.5 19.5 L 3501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3533.5 15.5 L 3531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3533.5 19.5 L 3531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3563.5 15.5 L 3561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3563.5 19.5 L 3561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3593.5 15.5 L 3591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3593.5 19.5 L 3591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3623.5 15.5 L 3621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3623.5 19.5 L 3621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3653.5 15.5 L 3651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3653.5 19.5 L 3651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3683.5 15.5 L 3681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3683.5 19.5 L 3681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3713.5 15.5 L 3711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3713.5 19.5 L 3711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3743.5 15.5 L 3741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3743.5 19.5 L 3741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3773.5 15.5 L 3771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3773.5 19.5 L 3771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3803.5 15.5 L 3801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3803.5 19.5 L 3801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3833.5 15.5 L 3831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3833.5 19.5 L 3831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3863.5 15.5 L 3861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3863.5 19.5 L 3861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3893.5 15.5 L 3891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3893.5 19.5 L 3891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3923.5 15.5 L 3921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3923.5 19.5 L 3921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3953.5 15.5 L 3951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3953.5 19.5 L 3951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3983.5 15.5 L 3981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3983.5 19.5 L 3981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4013.5 15.5 L 4011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4013.5 19.5 L 4011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4043.5 15.5 L 4041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4043.5 19.5 L 4041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4073.5 15.5 L 4071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4073.5 19.5 L 4071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4103.5 15.5 L 4101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4103.5 19.5 L 4101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4133.5 15.5 L 4131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4133.5 19.5 L 4131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4163.5 15.5 L 4161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4163.5 19.5 L 4161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4193.5 15.5 L 4191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4193.5 19.5 L 4191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4223.5 15.5 L 4221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4223.5 19.5 L 4221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4253.5 15.5 L 4251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4253.5 19.5 L 4251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4283.5 15.5 L 4281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4283.5 19.5 L 4281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4313.5 15.5 L 4311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4313.5 19.5 L 4311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4343.5 15.5 L 4341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4343.5 19.5 L 4341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4373.5 15.5 L 4371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4373.5 19.5 L 4371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4403.5 15.5 L 4401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4403.5 19.5 L 4401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4433.5 15.5 L 4431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4433.5 19.5 L 4431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4463.5 15.5 L 4461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4463.5 19.5 L 4461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4493.5 15.5 L 4491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4493.5 19.5 L 4491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4523.5 15.5 L 4521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4523.5 19.5 L 4521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4553.5 15.5 L 4551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4553.5 19.5 L 4551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4583.5 15.5 L 4581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4583.5 19.5 L 4581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4613.5 15.5 L 4611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4613.5 19.5 L 4611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4643.5 15.5 L 4641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4643.5 19.5 L 4641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4673.5 15.5 L 4671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4673.5 19.5 L 4671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4703.5 15.5 L 4701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4703.5 19.5 L 4701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4733.5 15.5 L 4731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4733.5 19.5 L 4731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4763.5 15.5 L 4761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4763.5 19.5 L 4761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4793.5 15.5 L 4791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4793.5 19.5 L 4791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4823.5 15.5 L 4821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4823.5 19.5 L 4821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4853.5 15.5 L 4851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4853.5 19.5 L 4851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4883.5 15.5 L 4881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4883.5 19.5 L 4881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4913.5 15.5 L 4911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4913.5 19.5 L 4911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4943.5 15.5 L 4941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4943.5 19.5 L 4941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4973.5 15.5 L 4971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4973.5 19.5 L 4971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5003.5 15.5 L 5001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5003.5 19.5 L 5001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5033.5 15.5 L 5031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5033.5 19.5 L 5031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5063.5 15.5 L 5061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5063.5 19.5 L 5061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5093.5 15.5 L 5091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5093.5 19.5 L 5091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5123.5 15.5 L 5121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5123.5 19.5 L 5121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5153.5 15.5 L 5151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5153.5 19.5 L 5151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5183.5 15.5 L 5181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5183.5 19.5 L 5181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5213.5 15.5 L 5211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5213.5 19.5 L 5211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5243.5 15.5 L 5241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5243.5 19.5 L 5241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5273.5 15.5 L 5271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5273.5 19.5 L 5271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5303.5 15.5 L 5301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5303.5 19.5 L 5301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5333.5 15.5 L 5331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5333.5 19.5 L 5331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5363.5 15.5 L 5361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5363.5 19.5 L 5361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5393.5 15.5 L 5391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5393.5 19.5 L 5391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5423.5 15.5 L 5421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5423.5 19.5 L 5421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5453.5 15.5 L 5451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5453.5 19.5 L 5451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5483.5 15.5 L 5481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5483.5 19.5 L 5481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5513.5 15.5 L 5511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5513.5 19.5 L 5511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5543.5 15.5 L 5541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5543.5 19.5 L 5541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5573.5 15.5 L 5571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5573.5 19.5 L 5571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5603.5 15.5 L 5601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5603.5 19.5 L 5601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5633.5 15.5 L 5631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5633.5 19.5 L 5631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5663.5 15.5 L 5661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5663.5 19.5 L 5661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5693.5 15.5 L 5691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5693.5 19.5 L 5691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5723.5 15.5 L 5721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5723.5 19.5 L 5721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5753.5 15.5 L 5751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5753.5 19.5 L 5751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5783.5 15.5 L 5781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5783.5 19.5 L 5781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5813.5 15.5 L 5811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5813.5 19.5 L 5811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5843.5 15.5 L 5841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5843.5 19.5 L 5841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5873.5 15.5 L 5871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5873.5 19.5 L 5871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5903.5 15.5 L 5901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5903.5 19.5 L 5901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5933.5 15.5 L 5931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5933.5 19.5 L 5931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5963.5 15.5 L 5961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5963.5 19.5 L 5961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5993.5 15.5 L 5991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5993.5 19.5 L 5991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6023.5 15.5 L 6021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6023.5 19.5 L 6021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6053.5 15.5 L 6051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6053.5 19.5 L 6051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6083.5 15.5 L 6081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6083.5 19.5 L 6081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6113.5 15.5 L 6111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6113.5 19.5 L 6111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6143.5 15.5 L 6141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6143.5 19.5 L 6141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6173.5 15.5 L 6171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6173.5 19.5 L 6171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6203.5 15.5 L 6201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6203.5 19.5 L 6201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6233.5 15.5 L 6231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6233.5 19.5 L 6231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6263.5 15.5 L 6261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6263.5 19.5 L 6261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6293.5 15.5 L 6291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6293.5 19.5 L 6291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6323.5 15.5 L 6321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6323.5 19.5 L 6321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6353.5 15.5 L 6351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6353.5 19.5 L 6351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6383.5 15.5 L 6381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6383.5 19.5 L 6381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6413.5 15.5 L 6411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6413.5 19.5 L 6411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6443.5 15.5 L 6441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6443.5 19.5 L 6441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6473.5 15.5 L 6471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6473.5 19.5 L 6471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6503.5 15.5 L 6501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6503.5 19.5 L 6501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6533.5 15.5 L 6531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6533.5 19.5 L 6531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6563.5 15.5 L 6561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6563.5 19.5 L 6561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6593.5 15.5 L 6591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6593.5 19.5 L 6591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6623.5 15.5 L 6621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6623.5 19.5 L 6621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6653.5 15.5 L 6651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6653.5 19.5 L 6651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6683.5 15.5 L 6681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6683.5 19.5 L 6681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6713.5 15.5 L 6711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6713.5 19.5 L 6711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6743.5 15.5 L 6741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6743.5 19.5 L 6741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6773.5 15.5 L 6771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6773.5 19.5 L 6771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6803.5 15.5 L 6801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6803.5 19.5 L 6801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6833.5 15.5 L 6831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6833.5 19.5 L 6831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6863.5 15.5 L 6861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6863.5 19.5 L 6861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6893.5 15.5 L 6891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6893.5 19.5 L 6891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6923.5 15.5 L 6921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6923.5 19.5 L 6921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6953.5 15.5 L 6951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6953.5 19.5 L 6951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6983.5 15.5 L 6981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6983.5 19.5 L 6981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7013.5 15.5 L 7011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7013.5 19.5 L 7011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7043.5 15.5 L 7041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7043.5 19.5 L 7041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7073.5 15.5 L 7071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7073.5 19.5 L 7071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7103.5 15.5 L 7101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7103.5 19.5 L 7101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7133.5 15.5 L 7131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7133.5 19.5 L 7131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7163.5 15.5 L 7161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7163.5 19.5 L 7161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7193.5 15.5 L 7191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7193.5 19.5 L 7191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7223.5 15.5 L 7221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7223.5 19.5 L 7221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7253.5 15.5 L 7251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7253.5 19.5 L 7251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7283.5 15.5 L 7281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7283.5 19.5 L 7281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7313.5 15.5 L 7311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7313.5 19.5 L 7311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7343.5 15.5 L 7341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7343.5 19.5 L 7341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7373.5 15.5 L 7371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7373.5 19.5 L 7371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7403.5 15.5 L 7401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7403.5 19.5 L 7401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7433.5 15.5 L 7431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7433.5 19.5 L 7431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7463.5 15.5 L 7461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7463.5 19.5 L 7461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7493.5 15.5 L 7491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7493.5 19.5 L 7491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7523.5 15.5 L 7521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7523.5 19.5 L 7521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7553.5 15.5 L 7551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7553.5 19.5 L 7551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7583.5 15.5 L 7581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7583.5 19.5 L 7581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7613.5 15.5 L 7611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7613.5 19.5 L 7611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7643.5 15.5 L 7641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7643.5 19.5 L 7641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7673.5 15.5 L 7671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7673.5 19.5 L 7671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7703.5 15.5 L 7701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7703.5 19.5 L 7701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7733.5 15.5 L 7731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7733.5 19.5 L 7731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7763.5 15.5 L 7761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7763.5 19.5 L 7761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7793.5 15.5 L 7791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7793.5 19.5 L 7791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7823.5 15.5 L 7821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7823.5 19.5 L 7821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7853.5 15.5 L 7851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7853.5 19.5 L 7851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7883.5 15.5 L 7881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7883.5 19.5 L 7881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7913.5 15.5 L 7911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7913.5 19.5 L 7911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7943.5 15.5 L 7941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7943.5 19.5 L 7941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7973.5 15.5 L 7971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7973.5 19.5 L 7971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8003.5 15.5 L 8001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8003.5 19.5 L 8001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8033.5 15.5 L 8031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8033.5 19.5 L 8031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8063.5 15.5 L 8061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8063.5 19.5 L 8061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8093.5 15.5 L 8091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8093.5 19.5 L 8091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8123.5 15.5 L 8121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8123.5 19.5 L 8121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8153.5 15.5 L 8151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8153.5 19.5 L 8151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8183.5 15.5 L 8181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8183.5 19.5 L 8181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8213.5 15.5 L 8211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8213.5 19.5 L 8211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8243.5 15.5 L 8241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8243.5 19.5 L 8241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8273.5 15.5 L 8271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8273.5 19.5 L 8271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8303.5 15.5 L 8301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8303.5 19.5 L 8301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8333.5 15.5 L 8331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8333.5 19.5 L 8331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8363.5 15.5 L 8361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8363.5 19.5 L 8361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8393.5 15.5 L 8391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8393.5 19.5 L 8391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8423.5 15.5 L 8421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8423.5 19.5 L 8421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8453.5 15.5 L 8451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8453.5 19.5 L 8451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8483.5 15.5 L 8481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8483.5 19.5 L 8481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8513.5 15.5 L 8511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8513.5 19.5 L 8511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8543.5 15.5 L 8541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8543.5 19.5 L 8541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8573.5 15.5 L 8571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8573.5 19.5 L 8571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8603.5 15.5 L 8601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8603.5 19.5 L 8601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8633.5 15.5 L 8631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8633.5 19.5 L 8631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8663.5 15.5 L 8661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8663.5 19.5 L 8661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8693.5 15.5 L 8691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8693.5 19.5 L 8691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8723.5 15.5 L 8721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8723.5 19.5 L 8721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8753.5 15.5 L 8751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8753.5 19.5 L 8751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8783.5 15.5 L 8781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8783.5 19.5 L 8781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8813.5 15.5 L 8811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8813.5 19.5 L 8811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8843.5 15.5 L 8841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8843.5 19.5 L 8841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8873.5 15.5 L 8871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8873.5 19.5 L 8871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8903.5 15.5 L 8901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8903.5 19.5 L 8901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8933.5 15.5 L 8931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8933.5 19.5 L 8931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8963.5 15.5 L 8961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8963.5 19.5 L 8961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8993.5 15.5 L 8991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8993.5 19.5 L 8991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9023.5 15.5 L 9021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9023.5 19.5 L 9021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9053.5 15.5 L 9051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9053.5 19.5 L 9051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9083.5 15.5 L 9081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9083.5 19.5 L 9081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9113.5 15.5 L 9111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9113.5 19.5 L 9111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9143.5 15.5 L 9141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9143.5 19.5 L 9141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9173.5 15.5 L 9171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9173.5 19.5 L 9171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9203.5 15.5 L 9201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9203.5 19.5 L 9201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9233.5 15.5 L 9231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9233.5 19.5 L 9231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9263.5 15.5 L 9261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9263.5 19.5 L 9261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9293.5 15.5 L 9291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9293.5 19.5 L 9291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9323.5 15.5 L 9321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9323.5 19.5 L 9321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9353.5 15.5 L 9351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9353.5 19.5 L 9351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9383.5 15.5 L 9381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9383.5 19.5 L 9381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9413.5 15.5 L 9411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9413.5 19.5 L 9411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9443.5 15.5 L 9441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9443.5 19.5 L 9441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9473.5 15.5 L 9471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9473.5 19.5 L 9471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9503.5 15.5 L 9501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9503.5 19.5 L 9501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9533.5 15.5 L 9531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9533.5 19.5 L 9531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9563.5 15.5 L 9561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9563.5 19.5 L 9561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9593.5 15.5 L 9591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9593.5 19.5 L 9591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9623.5 15.5 L 9621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9623.5 19.5 L 9621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9653.5 15.5 L 9651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9653.5 19.5 L 9651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9683.5 15.5 L 9681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9683.5 19.5 L 9681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9713.5 15.5 L 9711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9713.5 19.5 L 9711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9743.5 15.5 L 9741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9743.5 19.5 L 9741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9773.5 15.5 L 9771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9773.5 19.5 L 9771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9803.5 15.5 L 9801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9803.5 19.5 L 9801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9833.5 15.5 L 9831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9833.5 19.5 L 9831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9863.5 15.5 L 9861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9863.5 19.5 L 9861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9893.5 15.5 L 9891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9893.5 19.5 L 9891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9923.5 15.5 L 9921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9923.5 19.5 L 9921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9953.5 15.5 L 9951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9953.5 19.5 L 9951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9983.5 15.5 L 9981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9983.5 19.5 L 9981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10013.5 15.5 L 10011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10013.5 19.5 L 10011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10043.5 15.5 L 10041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10043.5 19.5 L 10041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10073.5 15.5 L 10071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10073.5 19.5 L 10071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10103.5 15.5 L 10101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10103.5 19.5 L 10101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10133.5 15.5 L 10131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10133.5 19.5 L 10131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10163.5 15.5 L 10161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10163.5 19.5 L 10161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10193.5 15.5 L 10191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10193.5 19.5 L 10191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10223.5 15.5 L 10221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10223.5 19.5 L 10221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10253.5 15.5 L 10251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10253.5 19.5 L 10251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10283.5 15.5 L 10281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10283.5 19.5 L 10281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10313.5 15.5 L 10311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10313.5 19.5 L 10311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10343.5 15.5 L 10341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10343.5 19.5 L 10341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10373.5 15.5 L 10371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10373.5 19.5 L 10371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10403.5 15.5 L 10401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10403.5 19.5 L 10401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10433.5 15.5 L 10431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10433.5 19.5 L 10431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10463.5 15.5 L 10461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10463.5 19.5 L 10461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10493.5 15.5 L 10491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10493.5 19.5 L 10491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10523.5 15.5 L 10521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10523.5 19.5 L 10521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10553.5 15.5 L 10551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10553.5 19.5 L 10551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10583.5 15.5 L 10581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10583.5 19.5 L 10581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10613.5 15.5 L 10611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10613.5 19.5 L 10611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10643.5 15.5 L 10641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10643.5 19.5 L 10641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10673.5 15.5 L 10671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10673.5 19.5 L 10671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10703.5 15.5 L 10701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10703.5 19.5 L 10701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10733.5 15.5 L 10731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10733.5 19.5 L 10731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10763.5 15.5 L 10761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10763.5 19.5 L 10761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10793.5 15.5 L 10791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10793.5 19.5 L 10791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10823.5 15.5 L 10821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10823.5 19.5 L 10821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10853.5 15.5 L 10851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10853.5 19.5 L 10851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10883.5 15.5 L 10881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10883.5 19.5 L 10881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10913.5 15.5 L 10911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10913.5 19.5 L 10911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10943.5 15.5 L 10941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10943.5 19.5 L 10941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10973.5 15.5 L 10971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10973.5 19.5 L 10971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11003.5 15.5 L 11001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11003.5 19.5 L 11001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11033.5 15.5 L 11031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11033.5 19.5 L 11031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11063.5 15.5 L 11061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11063.5 19.5 L 11061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11093.5 15.5 L 11091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11093.5 19.5 L 11091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11123.5 15.5 L 11121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11123.5 19.5 L 11121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11153.5 15.5 L 11151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11153.5 19.5 L 11151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11183.5 15.5 L 11181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11183.5 19.5 L 11181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11213.5 15.5 L 11211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11213.5 19.5 L 11211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11243.5 15.5 L 11241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11243.5 19.5 L 11241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11273.5 15.5 L 11271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11273.5 19.5 L 11271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11303.5 15.5 L 11301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11303.5 19.5 L 11301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11333.5 15.5 L 11331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11333.5 19.5 L 11331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11363.5 15.5 L 11361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11363.5 19.5 L 11361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11393.5 15.5 L 11391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11393.5 19.5 L 11391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11423.5 15.5 L 11421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11423.5 19.5 L 11421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11453.5 15.5 L 11451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11453.5 19.5 L 11451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11483.5 15.5 L 11481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11483.5 19.5 L 11481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11513.5 15.5 L 11511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11513.5 19.5 L 11511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11543.5 15.5 L 11541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11543.5 19.5 L 11541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11573.5 15.5 L 11571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11573.5 19.5 L 11571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11603.5 15.5 L 11601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11603.5 19.5 L 11601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11633.5 15.5 L 11631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11633.5 19.5 L 11631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11663.5 15.5 L 11661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11663.5 19.5 L 11661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11693.5 15.5 L 11691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11693.5 19.5 L 11691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11723.5 15.5 L 11721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11723.5 19.5 L 11721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11753.5 15.5 L 11751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11753.5 19.5 L 11751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11783.5 15.5 L 11781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11783.5 19.5 L 11781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11813.5 15.5 L 11811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11813.5 19.5 L 11811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11843.5 15.5 L 11841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11843.5 19.5 L 11841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11873.5 15.5 L 11871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11873.5 19.5 L 11871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11903.5 15.5 L 11901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11903.5 19.5 L 11901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11933.5 15.5 L 11931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11933.5 19.5 L 11931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11963.5 15.5 L 11961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11963.5 19.5 L 11961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11993.5 15.5 L 11991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11993.5 19.5 L 11991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12023.5 15.5 L 12021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12023.5 19.5 L 12021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12053.5 15.5 L 12051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12053.5 19.5 L 12051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12083.5 15.5 L 12081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12083.5 19.5 L 12081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12113.5 15.5 L 12111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12113.5 19.5 L 12111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12143.5 15.5 L 12141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12143.5 19.5 L 12141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12173.5 15.5 L 12171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12173.5 19.5 L 12171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12203.5 15.5 L 12201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12203.5 19.5 L 12201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12233.5 15.5 L 12231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12233.5 19.5 L 12231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12263.5 15.5 L 12261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12263.5 19.5 L 12261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12293.5 15.5 L 12291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12293.5 19.5 L 12291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12323.5 15.5 L 12321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12323.5 19.5 L 12321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12353.5 15.5 L 12351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12353.5 19.5 L 12351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12383.5 15.5 L 12381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12383.5 19.5 L 12381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12413.5 15.5 L 12411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12413.5 19.5 L 12411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12443.5 15.5 L 12441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12443.5 19.5 L 12441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12473.5 15.5 L 12471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12473.5 19.5 L 12471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12503.5 15.5 L 12501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12503.5 19.5 L 12501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12533.5 15.5 L 12531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12533.5 19.5 L 12531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12563.5 15.5 L 12561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12563.5 19.5 L 12561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12593.5 15.5 L 12591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12593.5 19.5 L 12591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12623.5 15.5 L 12621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12623.5 19.5 L 12621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12653.5 15.5 L 12651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12653.5 19.5 L 12651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12683.5 15.5 L 12681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12683.5 19.5 L 12681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12713.5 15.5 L 12711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12713.5 19.5 L 12711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12743.5 15.5 L 12741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12743.5 19.5 L 12741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12773.5 15.5 L 12771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12773.5 19.5 L 12771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12803.5 15.5 L 12801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12803.5 19.5 L 12801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12833.5 15.5 L 12831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12833.5 19.5 L 12831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12863.5 15.5 L 12861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12863.5 19.5 L 12861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12893.5 15.5 L 12891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12893.5 19.5 L 12891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12923.5 15.5 L 12921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12923.5 19.5 L 12921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12953.5 15.5 L 12951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12953.5 19.5 L 12951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12983.5 15.5 L 12981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12983.5 19.5 L 12981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13013.5 15.5 L 13011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13013.5 19.5 L 13011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13043.5 15.5 L 13041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13043.5 19.5 L 13041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13073.5 15.5 L 13071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13073.5 19.5 L 13071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13103.5 15.5 L 13101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13103.5 19.5 L 13101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13133.5 15.5 L 13131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13133.5 19.5 L 13131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13163.5 15.5 L 13161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13163.5 19.5 L 13161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13193.5 15.5 L 13191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13193.5 19.5 L 13191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13223.5 15.5 L 13221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13223.5 19.5 L 13221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13253.5 15.5 L 13251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13253.5 19.5 L 13251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13283.5 15.5 L 13281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13283.5 19.5 L 13281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13313.5 15.5 L 13311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13313.5 19.5 L 13311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13343.5 15.5 L 13341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13343.5 19.5 L 13341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13373.5 15.5 L 13371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13373.5 19.5 L 13371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13403.5 15.5 L 13401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13403.5 19.5 L 13401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13433.5 15.5 L 13431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13433.5 19.5 L 13431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13463.5 15.5 L 13461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13463.5 19.5 L 13461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13493.5 15.5 L 13491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13493.5 19.5 L 13491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13523.5 15.5 L 13521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13523.5 19.5 L 13521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13553.5 15.5 L 13551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13553.5 19.5 L 13551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13583.5 15.5 L 13581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13583.5 19.5 L 13581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13613.5 15.5 L 13611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13613.5 19.5 L 13611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13643.5 15.5 L 13641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13643.5 19.5 L 13641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13673.5 15.5 L 13671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13673.5 19.5 L 13671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13703.5 15.5 L 13701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13703.5 19.5 L 13701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13733.5 15.5 L 13731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13733.5 19.5 L 13731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13763.5 15.5 L 13761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13763.5 19.5 L 13761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13793.5 15.5 L 13791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13793.5 19.5 L 13791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13823.5 15.5 L 13821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13823.5 19.5 L 13821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13853.5 15.5 L 13851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13853.5 19.5 L 13851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13883.5 15.5 L 13881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13883.5 19.5 L 13881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13913.5 15.5 L 13911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13913.5 19.5 L 13911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13943.5 15.5 L 13941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13943.5 19.5 L 13941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13973.5 15.5 L 13971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13973.5 19.5 L 13971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14003.5 15.5 L 14001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14003.5 19.5 L 14001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14033.5 15.5 L 14031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14033.5 19.5 L 14031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14063.5 15.5 L 14061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14063.5 19.5 L 14061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14093.5 15.5 L 14091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14093.5 19.5 L 14091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14123.5 15.5 L 14121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14123.5 19.5 L 14121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14153.5 15.5 L 14151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14153.5 19.5 L 14151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14183.5 15.5 L 14181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14183.5 19.5 L 14181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14213.5 15.5 L 14211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14213.5 19.5 L 14211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14243.5 15.5 L 14241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14243.5 19.5 L 14241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14273.5 15.5 L 14271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14273.5 19.5 L 14271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14303.5 15.5 L 14301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14303.5 19.5 L 14301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14333.5 15.5 L 14331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14333.5 19.5 L 14331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14363.5 15.5 L 14361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14363.5 19.5 L 14361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14393.5 15.5 L 14391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14393.5 19.5 L 14391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14423.5 15.5 L 14421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14423.5 19.5 L 14421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14453.5 15.5 L 14451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14453.5 19.5 L 14451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14483.5 15.5 L 14481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14483.5 19.5 L 14481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14513.5 15.5 L 14511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14513.5 19.5 L 14511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14543.5 15.5 L 14541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14543.5 19.5 L 14541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14573.5 15.5 L 14571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14573.5 19.5 L 14571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14603.5 15.5 L 14601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14603.5 19.5 L 14601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14633.5 15.5 L 14631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14633.5 19.5 L 14631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14663.5 15.5 L 14661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14663.5 19.5 L 14661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14693.5 15.5 L 14691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14693.5 19.5 L 14691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14723.5 15.5 L 14721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14723.5 19.5 L 14721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14753.5 15.5 L 14751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14753.5 19.5 L 14751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14783.5 15.5 L 14781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14783.5 19.5 L 14781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14813.5 15.5 L 14811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14813.5 19.5 L 14811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14843.5 15.5 L 14841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14843.5 19.5 L 14841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14873.5 15.5 L 14871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14873.5 19.5 L 14871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14903.5 15.5 L 14901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14903.5 19.5 L 14901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14933.5 15.5 L 14931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14933.5 19.5 L 14931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14963.5 15.5 L 14961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14963.5 19.5 L 14961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14993.5 15.5 L 14991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14993.5 19.5 L 14991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15023.5 15.5 L 15021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15023.5 19.5 L 15021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15053.5 15.5 L 15051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15053.5 19.5 L 15051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15083.5 15.5 L 15081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15083.5 19.5 L 15081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15113.5 15.5 L 15111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15113.5 19.5 L 15111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15143.5 15.5 L 15141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15143.5 19.5 L 15141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15173.5 15.5 L 15171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15173.5 19.5 L 15171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15203.5 15.5 L 15201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15203.5 19.5 L 15201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15233.5 15.5 L 15231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15233.5 19.5 L 15231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15263.5 15.5 L 15261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15263.5 19.5 L 15261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15293.5 15.5 L 15291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15293.5 19.5 L 15291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15323.5 15.5 L 15321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15323.5 19.5 L 15321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15353.5 15.5 L 15351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15353.5 19.5 L 15351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15383.5 15.5 L 15381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15383.5 19.5 L 15381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15413.5 15.5 L 15411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15413.5 19.5 L 15411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15443.5 15.5 L 15441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15443.5 19.5 L 15441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15473.5 15.5 L 15471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15473.5 19.5 L 15471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15503.5 15.5 L 15501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15503.5 19.5 L 15501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15533.5 15.5 L 15531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15533.5 19.5 L 15531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15563.5 15.5 L 15561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15563.5 19.5 L 15561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15593.5 15.5 L 15591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15593.5 19.5 L 15591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15623.5 15.5 L 15621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15623.5 19.5 L 15621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15653.5 15.5 L 15651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15653.5 19.5 L 15651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15683.5 15.5 L 15681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15683.5 19.5 L 15681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15713.5 15.5 L 15711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15713.5 19.5 L 15711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15743.5 15.5 L 15741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15743.5 19.5 L 15741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15773.5 15.5 L 15771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15773.5 19.5 L 15771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15803.5 15.5 L 15801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15803.5 19.5 L 15801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15833.5 15.5 L 15831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15833.5 19.5 L 15831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15863.5 15.5 L 15861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15863.5 19.5 L 15861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15893.5 15.5 L 15891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15893.5 19.5 L 15891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15923.5 15.5 L 15921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15923.5 19.5 L 15921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15953.5 15.5 L 15951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15953.5 19.5 L 15951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15983.5 15.5 L 15981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15983.5 19.5 L 15981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16013.5 15.5 L 16011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16013.5 19.5 L 16011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16043.5 15.5 L 16041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16043.5 19.5 L 16041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16073.5 15.5 L 16071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16073.5 19.5 L 16071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16103.5 15.5 L 16101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16103.5 19.5 L 16101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16133.5 15.5 L 16131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16133.5 19.5 L 16131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16163.5 15.5 L 16161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16163.5 19.5 L 16161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16193.5 15.5 L 16191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16193.5 19.5 L 16191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16223.5 15.5 L 16221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16223.5 19.5 L 16221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16253.5 15.5 L 16251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16253.5 19.5 L 16251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16283.5 15.5 L 16281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16283.5 19.5 L 16281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16313.5 15.5 L 16311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16313.5 19.5 L 16311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16343.5 15.5 L 16341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16343.5 19.5 L 16341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16373.5 15.5 L 16371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16373.5 19.5 L 16371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16403.5 15.5 L 16401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16403.5 19.5 L 16401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16433.5 15.5 L 16431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16433.5 19.5 L 16431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16463.5 15.5 L 16461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16463.5 19.5 L 16461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16493.5 15.5 L 16491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16493.5 19.5 L 16491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16523.5 15.5 L 16521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16523.5 19.5 L 16521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16553.5 15.5 L 16551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16553.5 19.5 L 16551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16583.5 15.5 L 16581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16583.5 19.5 L 16581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16613.5 15.5 L 16611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16613.5 19.5 L 16611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16643.5 15.5 L 16641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16643.5 19.5 L 16641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16673.5 15.5 L 16671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16673.5 19.5 L 16671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16703.5 15.5 L 16701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16703.5 19.5 L 16701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16733.5 15.5 L 16731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16733.5 19.5 L 16731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16763.5 15.5 L 16761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16763.5 19.5 L 16761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16793.5 15.5 L 16791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16793.5 19.5 L 16791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16823.5 15.5 L 16821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16823.5 19.5 L 16821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16853.5 15.5 L 16851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16853.5 19.5 L 16851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16883.5 15.5 L 16881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16883.5 19.5 L 16881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16913.5 15.5 L 16911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16913.5 19.5 L 16911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16943.5 15.5 L 16941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16943.5 19.5 L 16941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16973.5 15.5 L 16971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16973.5 19.5 L 16971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17003.5 15.5 L 17001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17003.5 19.5 L 17001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17033.5 15.5 L 17031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17033.5 19.5 L 17031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17063.5 15.5 L 17061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17063.5 19.5 L 17061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17093.5 15.5 L 17091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17093.5 19.5 L 17091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17123.5 15.5 L 17121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17123.5 19.5 L 17121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17153.5 15.5 L 17151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17153.5 19.5 L 17151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17183.5 15.5 L 17181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17183.5 19.5 L 17181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17213.5 15.5 L 17211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17213.5 19.5 L 17211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17243.5 15.5 L 17241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17243.5 19.5 L 17241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17273.5 15.5 L 17271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17273.5 19.5 L 17271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17303.5 15.5 L 17301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17303.5 19.5 L 17301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17333.5 15.5 L 17331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17333.5 19.5 L 17331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17363.5 15.5 L 17361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17363.5 19.5 L 17361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17393.5 15.5 L 17391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17393.5 19.5 L 17391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17423.5 15.5 L 17421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17423.5 19.5 L 17421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17453.5 15.5 L 17451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17453.5 19.5 L 17451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17483.5 15.5 L 17481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17483.5 19.5 L 17481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17513.5 15.5 L 17511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17513.5 19.5 L 17511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17543.5 15.5 L 17541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17543.5 19.5 L 17541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17573.5 15.5 L 17571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17573.5 19.5 L 17571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17603.5 15.5 L 17601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17603.5 19.5 L 17601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17633.5 15.5 L 17631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17633.5 19.5 L 17631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17663.5 15.5 L 17661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17663.5 19.5 L 17661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17693.5 15.5 L 17691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17693.5 19.5 L 17691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17723.5 15.5 L 17721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17723.5 19.5 L 17721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17753.5 15.5 L 17751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17753.5 19.5 L 17751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17783.5 15.5 L 17781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17783.5 19.5 L 17781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17813.5 15.5 L 17811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17813.5 19.5 L 17811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17843.5 15.5 L 17841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17843.5 19.5 L 17841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17873.5 15.5 L 17871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17873.5 19.5 L 17871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17903.5 15.5 L 17901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17903.5 19.5 L 17901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17933.5 15.5 L 17931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17933.5 19.5 L 17931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17963.5 15.5 L 17961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17963.5 19.5 L 17961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17993.5 15.5 L 17991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17993.5 19.5 L 17991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18023.5 15.5 L 18021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18023.5 19.5 L 18021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18053.5 15.5 L 18051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18053.5 19.5 L 18051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18083.5 15.5 L 18081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18083.5 19.5 L 18081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18113.5 15.5 L 18111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18113.5 19.5 L 18111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18143.5 15.5 L 18141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18143.5 19.5 L 18141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18173.5 15.5 L 18171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18173.5 19.5 L 18171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18203.5 15.5 L 18201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18203.5 19.5 L 18201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18233.5 15.5 L 18231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18233.5 19.5 L 18231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18263.5 15.5 L 18261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18263.5 19.5 L 18261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18293.5 15.5 L 18291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18293.5 19.5 L 18291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18323.5 15.5 L 18321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18323.5 19.5 L 18321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18353.5 15.5 L 18351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18353.5 19.5 L 18351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18383.5 15.5 L 18381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18383.5 19.5 L 18381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18413.5 15.5 L 18411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18413.5 19.5 L 18411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18443.5 15.5 L 18441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18443.5 19.5 L 18441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18473.5 15.5 L 18471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18473.5 19.5 L 18471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18503.5 15.5 L 18501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18503.5 19.5 L 18501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18533.5 15.5 L 18531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18533.5 19.5 L 18531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18563.5 15.5 L 18561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18563.5 19.5 L 18561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18593.5 15.5 L 18591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18593.5 19.5 L 18591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18623.5 15.5 L 18621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18623.5 19.5 L 18621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18653.5 15.5 L 18651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18653.5 19.5 L 18651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18683.5 15.5 L 18681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18683.5 19.5 L 18681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18713.5 15.5 L 18711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18713.5 19.5 L 18711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18743.5 15.5 L 18741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18743.5 19.5 L 18741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18773.5 15.5 L 18771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18773.5 19.5 L 18771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18803.5 15.5 L 18801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18803.5 19.5 L 18801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18833.5 15.5 L 18831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18833.5 19.5 L 18831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18863.5 15.5 L 18861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18863.5 19.5 L 18861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18893.5 15.5 L 18891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18893.5 19.5 L 18891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18923.5 15.5 L 18921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18923.5 19.5 L 18921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18953.5 15.5 L 18951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18953.5 19.5 L 18951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18983.5 15.5 L 18981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18983.5 19.5 L 18981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19013.5 15.5 L 19011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19013.5 19.5 L 19011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19043.5 15.5 L 19041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19043.5 19.5 L 19041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19073.5 15.5 L 19071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19073.5 19.5 L 19071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19103.5 15.5 L 19101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19103.5 19.5 L 19101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19133.5 15.5 L 19131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19133.5 19.5 L 19131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19163.5 15.5 L 19161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19163.5 19.5 L 19161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19193.5 15.5 L 19191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19193.5 19.5 L 19191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19223.5 15.5 L 19221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19223.5 19.5 L 19221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19253.5 15.5 L 19251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19253.5 19.5 L 19251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19283.5 15.5 L 19281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19283.5 19.5 L 19281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19313.5 15.5 L 19311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19313.5 19.5 L 19311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19343.5 15.5 L 19341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19343.5 19.5 L 19341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19373.5 15.5 L 19371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19373.5 19.5 L 19371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19403.5 15.5 L 19401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19403.5 19.5 L 19401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19433.5 15.5 L 19431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19433.5 19.5 L 19431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19463.5 15.5 L 19461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19463.5 19.5 L 19461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19493.5 15.5 L 19491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19493.5 19.5 L 19491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19523.5 15.5 L 19521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19523.5 19.5 L 19521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19553.5 15.5 L 19551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19553.5 19.5 L 19551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19583.5 15.5 L 19581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19583.5 19.5 L 19581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19613.5 15.5 L 19611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19613.5 19.5 L 19611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19643.5 15.5 L 19641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19643.5 19.5 L 19641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19673.5 15.5 L 19671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19673.5 19.5 L 19671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19703.5 15.5 L 19701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19703.5 19.5 L 19701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19733.5 15.5 L 19731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19733.5 19.5 L 19731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19763.5 15.5 L 19761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19763.5 19.5 L 19761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19793.5 15.5 L 19791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19793.5 19.5 L 19791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19823.5 15.5 L 19821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19823.5 19.5 L 19821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19853.5 15.5 L 19851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19853.5 19.5 L 19851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19883.5 15.5 L 19881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19883.5 19.5 L 19881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19913.5 15.5 L 19911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19913.5 19.5 L 19911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19943.5 15.5 L 19941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19943.5 19.5 L 19941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19973.5 15.5 L 19971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19973.5 19.5 L 19971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20003.5 15.5 L 20001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20003.5 19.5 L 20001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20033.5 15.5 L 20031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20033.5 19.5 L 20031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20063.5 15.5 L 20061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20063.5 19.5 L 20061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20093.5 15.5 L 20091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20093.5 19.5 L 20091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20123.5 15.5 L 20121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20123.5 19.5 L 20121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20153.5 15.5 L 20151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20153.5 19.5 L 20151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20183.5 15.5 L 20181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20183.5 19.5 L 20181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20213.5 15.5 L 20211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20213.5 19.5 L 20211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20243.5 15.5 L 20241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20243.5 19.5 L 20241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20273.5 15.5 L 20271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20273.5 19.5 L 20271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20303.5 15.5 L 20301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20303.5 19.5 L 20301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20333.5 15.5 L 20331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20333.5 19.5 L 20331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20363.5 15.5 L 20361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20363.5 19.5 L 20361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20393.5 15.5 L 20391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20393.5 19.5 L 20391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20423.5 15.5 L 20421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20423.5 19.5 L 20421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20453.5 15.5 L 20451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20453.5 19.5 L 20451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20483.5 15.5 L 20481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20483.5 19.5 L 20481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20513.5 15.5 L 20511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20513.5 19.5 L 20511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20543.5 15.5 L 20541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20543.5 19.5 L 20541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20573.5 15.5 L 20571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20573.5 19.5 L 20571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20603.5 15.5 L 20601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20603.5 19.5 L 20601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20633.5 15.5 L 20631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20633.5 19.5 L 20631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20663.5 15.5 L 20661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20663.5 19.5 L 20661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20693.5 15.5 L 20691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20693.5 19.5 L 20691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20723.5 15.5 L 20721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20723.5 19.5 L 20721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20753.5 15.5 L 20751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20753.5 19.5 L 20751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20783.5 15.5 L 20781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20783.5 19.5 L 20781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20813.5 15.5 L 20811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20813.5 19.5 L 20811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20843.5 15.5 L 20841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20843.5 19.5 L 20841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20873.5 15.5 L 20871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20873.5 19.5 L 20871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20903.5 15.5 L 20901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20903.5 19.5 L 20901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20933.5 15.5 L 20931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20933.5 19.5 L 20931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20963.5 15.5 L 20961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20963.5 19.5 L 20961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20993.5 15.5 L 20991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20993.5 19.5 L 20991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21023.5 15.5 L 21021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21023.5 19.5 L 21021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21053.5 15.5 L 21051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21053.5 19.5 L 21051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21083.5 15.5 L 21081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21083.5 19.5 L 21081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21113.5 15.5 L 21111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21113.5 19.5 L 21111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21143.5 15.5 L 21141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21143.5 19.5 L 21141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21173.5 15.5 L 21171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21173.5 19.5 L 21171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21203.5 15.5 L 21201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21203.5 19.5 L 21201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21233.5 15.5 L 21231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21233.5 19.5 L 21231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21263.5 15.5 L 21261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21263.5 19.5 L 21261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21293.5 15.5 L 21291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21293.5 19.5 L 21291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21323.5 15.5 L 21321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21323.5 19.5 L 21321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21353.5 15.5 L 21351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21353.5 19.5 L 21351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21383.5 15.5 L 21381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21383.5 19.5 L 21381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21413.5 15.5 L 21411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21413.5 19.5 L 21411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21443.5 15.5 L 21441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21443.5 19.5 L 21441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21473.5 15.5 L 21471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21473.5 19.5 L 21471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21503.5 15.5 L 21501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21503.5 19.5 L 21501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21533.5 15.5 L 21531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21533.5 19.5 L 21531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21563.5 15.5 L 21561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21563.5 19.5 L 21561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21593.5 15.5 L 21591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21593.5 19.5 L 21591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21623.5 15.5 L 21621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21623.5 19.5 L 21621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21653.5 15.5 L 21651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21653.5 19.5 L 21651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21683.5 15.5 L 21681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21683.5 19.5 L 21681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21713.5 15.5 L 21711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21713.5 19.5 L 21711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21743.5 15.5 L 21741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21743.5 19.5 L 21741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21773.5 15.5 L 21771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21773.5 19.5 L 21771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21803.5 15.5 L 21801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21803.5 19.5 L 21801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21833.5 15.5 L 21831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21833.5 19.5 L 21831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21863.5 15.5 L 21861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21863.5 19.5 L 21861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21893.5 15.5 L 21891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21893.5 19.5 L 21891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21923.5 15.5 L 21921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21923.5 19.5 L 21921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21953.5 15.5 L 21951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21953.5 19.5 L 21951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21983.5 15.5 L 21981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21983.5 19.5 L 21981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22013.5 15.5 L 22011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22013.5 19.5 L 22011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22043.5 15.5 L 22041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22043.5 19.5 L 22041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22073.5 15.5 L 22071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22073.5 19.5 L 22071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22103.5 15.5 L 22101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22103.5 19.5 L 22101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22133.5 15.5 L 22131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22133.5 19.5 L 22131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22163.5 15.5 L 22161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22163.5 19.5 L 22161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22193.5 15.5 L 22191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22193.5 19.5 L 22191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22223.5 15.5 L 22221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22223.5 19.5 L 22221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22253.5 15.5 L 22251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22253.5 19.5 L 22251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22283.5 15.5 L 22281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22283.5 19.5 L 22281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22313.5 15.5 L 22311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22313.5 19.5 L 22311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22343.5 15.5 L 22341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22343.5 19.5 L 22341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22373.5 15.5 L 22371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22373.5 19.5 L 22371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22403.5 15.5 L 22401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22403.5 19.5 L 22401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22433.5 15.5 L 22431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22433.5 19.5 L 22431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22463.5 15.5 L 22461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22463.5 19.5 L 22461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22493.5 15.5 L 22491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22493.5 19.5 L 22491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22523.5 15.5 L 22521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22523.5 19.5 L 22521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22553.5 15.5 L 22551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22553.5 19.5 L 22551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22583.5 15.5 L 22581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22583.5 19.5 L 22581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22613.5 15.5 L 22611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22613.5 19.5 L 22611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22643.5 15.5 L 22641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22643.5 19.5 L 22641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22673.5 15.5 L 22671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22673.5 19.5 L 22671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22703.5 15.5 L 22701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22703.5 19.5 L 22701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22733.5 15.5 L 22731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22733.5 19.5 L 22731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22763.5 15.5 L 22761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22763.5 19.5 L 22761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22793.5 15.5 L 22791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22793.5 19.5 L 22791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22823.5 15.5 L 22821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22823.5 19.5 L 22821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22853.5 15.5 L 22851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22853.5 19.5 L 22851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22883.5 15.5 L 22881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22883.5 19.5 L 22881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22913.5 15.5 L 22911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22913.5 19.5 L 22911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22943.5 15.5 L 22941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22943.5 19.5 L 22941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22973.5 15.5 L 22971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22973.5 19.5 L 22971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23003.5 15.5 L 23001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23003.5 19.5 L 23001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23033.5 15.5 L 23031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23033.5 19.5 L 23031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23063.5 15.5 L 23061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23063.5 19.5 L 23061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23093.5 15.5 L 23091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23093.5 19.5 L 23091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23123.5 15.5 L 23121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23123.5 19.5 L 23121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23153.5 15.5 L 23151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23153.5 19.5 L 23151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23183.5 15.5 L 23181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23183.5 19.5 L 23181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23213.5 15.5 L 23211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23213.5 19.5 L 23211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23243.5 15.5 L 23241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23243.5 19.5 L 23241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23273.5 15.5 L 23271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23273.5 19.5 L 23271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23303.5 15.5 L 23301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23303.5 19.5 L 23301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23333.5 15.5 L 23331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23333.5 19.5 L 23331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23363.5 15.5 L 23361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23363.5 19.5 L 23361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23393.5 15.5 L 23391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23393.5 19.5 L 23391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23423.5 15.5 L 23421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23423.5 19.5 L 23421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23453.5 15.5 L 23451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23453.5 19.5 L 23451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23483.5 15.5 L 23481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23483.5 19.5 L 23481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23513.5 15.5 L 23511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23513.5 19.5 L 23511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23543.5 15.5 L 23541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23543.5 19.5 L 23541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23573.5 15.5 L 23571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23573.5 19.5 L 23571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23603.5 15.5 L 23601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23603.5 19.5 L 23601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23633.5 15.5 L 23631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23633.5 19.5 L 23631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23663.5 15.5 L 23661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23663.5 19.5 L 23661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23693.5 15.5 L 23691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23693.5 19.5 L 23691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23723.5 15.5 L 23721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23723.5 19.5 L 23721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23753.5 15.5 L 23751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23753.5 19.5 L 23751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23783.5 15.5 L 23781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23783.5 19.5 L 23781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23813.5 15.5 L 23811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23813.5 19.5 L 23811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23843.5 15.5 L 23841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23843.5 19.5 L 23841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23873.5 15.5 L 23871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23873.5 19.5 L 23871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23903.5 15.5 L 23901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23903.5 19.5 L 23901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23933.5 15.5 L 23931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23933.5 19.5 L 23931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23963.5 15.5 L 23961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23963.5 19.5 L 23961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23993.5 15.5 L 23991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23993.5 19.5 L 23991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24023.5 15.5 L 24021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24023.5 19.5 L 24021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24053.5 15.5 L 24051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24053.5 19.5 L 24051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24083.5 15.5 L 24081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24083.5 19.5 L 24081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24113.5 15.5 L 24111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24113.5 19.5 L 24111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24143.5 15.5 L 24141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24143.5 19.5 L 24141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24173.5 15.5 L 24171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24173.5 19.5 L 24171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24203.5 15.5 L 24201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24203.5 19.5 L 24201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24233.5 15.5 L 24231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24233.5 19.5 L 24231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24263.5 15.5 L 24261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24263.5 19.5 L 24261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24293.5 15.5 L 24291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24293.5 19.5 L 24291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24323.5 15.5 L 24321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24323.5 19.5 L 24321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24353.5 15.5 L 24351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24353.5 19.5 L 24351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24383.5 15.5 L 24381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24383.5 19.5 L 24381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24413.5 15.5 L 24411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24413.5 19.5 L 24411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24443.5 15.5 L 24441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24443.5 19.5 L 24441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24473.5 15.5 L 24471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24473.5 19.5 L 24471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24503.5 15.5 L 24501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24503.5 19.5 L 24501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24533.5 15.5 L 24531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24533.5 19.5 L 24531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24563.5 15.5 L 24561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24563.5 19.5 L 24561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24593.5 15.5 L 24591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24593.5 19.5 L 24591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24623.5 15.5 L 24621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24623.5 19.5 L 24621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24653.5 15.5 L 24651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24653.5 19.5 L 24651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24683.5 15.5 L 24681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24683.5 19.5 L 24681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24713.5 15.5 L 24711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24713.5 19.5 L 24711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24743.5 15.5 L 24741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24743.5 19.5 L 24741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24773.5 15.5 L 24771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24773.5 19.5 L 24771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24803.5 15.5 L 24801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24803.5 19.5 L 24801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24833.5 15.5 L 24831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24833.5 19.5 L 24831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24863.5 15.5 L 24861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24863.5 19.5 L 24861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24893.5 15.5 L 24891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24893.5 19.5 L 24891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24923.5 15.5 L 24921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24923.5 19.5 L 24921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24953.5 15.5 L 24951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24953.5 19.5 L 24951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24983.5 15.5 L 24981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24983.5 19.5 L 24981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25013.5 15.5 L 25011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25013.5 19.5 L 25011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25043.5 15.5 L 25041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25043.5 19.5 L 25041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25073.5 15.5 L 25071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25073.5 19.5 L 25071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25103.5 15.5 L 25101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25103.5 19.5 L 25101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25133.5 15.5 L 25131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25133.5 19.5 L 25131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25163.5 15.5 L 25161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25163.5 19.5 L 25161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25193.5 15.5 L 25191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25193.5 19.5 L 25191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25223.5 15.5 L 25221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25223.5 19.5 L 25221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25253.5 15.5 L 25251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25253.5 19.5 L 25251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25283.5 15.5 L 25281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25283.5 19.5 L 25281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25313.5 15.5 L 25311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25313.5 19.5 L 25311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25343.5 15.5 L 25341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25343.5 19.5 L 25341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25373.5 15.5 L 25371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25373.5 19.5 L 25371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25403.5 15.5 L 25401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25403.5 19.5 L 25401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25433.5 15.5 L 25431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25433.5 19.5 L 25431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25463.5 15.5 L 25461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25463.5 19.5 L 25461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25493.5 15.5 L 25491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25493.5 19.5 L 25491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25523.5 15.5 L 25521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25523.5 19.5 L 25521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25553.5 15.5 L 25551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25553.5 19.5 L 25551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25583.5 15.5 L 25581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25583.5 19.5 L 25581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25613.5 15.5 L 25611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25613.5 19.5 L 25611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25643.5 15.5 L 25641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25643.5 19.5 L 25641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25673.5 15.5 L 25671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25673.5 19.5 L 25671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25703.5 15.5 L 25701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25703.5 19.5 L 25701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25733.5 15.5 L 25731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25733.5 19.5 L 25731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25763.5 15.5 L 25761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25763.5 19.5 L 25761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25793.5 15.5 L 25791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25793.5 19.5 L 25791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25823.5 15.5 L 25821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25823.5 19.5 L 25821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25853.5 15.5 L 25851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25853.5 19.5 L 25851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25883.5 15.5 L 25881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25883.5 19.5 L 25881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25913.5 15.5 L 25911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25913.5 19.5 L 25911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25943.5 15.5 L 25941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25943.5 19.5 L 25941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25973.5 15.5 L 25971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25973.5 19.5 L 25971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26003.5 15.5 L 26001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26003.5 19.5 L 26001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26033.5 15.5 L 26031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26033.5 19.5 L 26031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26063.5 15.5 L 26061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26063.5 19.5 L 26061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26093.5 15.5 L 26091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26093.5 19.5 L 26091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26123.5 15.5 L 26121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26123.5 19.5 L 26121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26153.5 15.5 L 26151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26153.5 19.5 L 26151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26183.5 15.5 L 26181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26183.5 19.5 L 26181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26213.5 15.5 L 26211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26213.5 19.5 L 26211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26243.5 15.5 L 26241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26243.5 19.5 L 26241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26273.5 15.5 L 26271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26273.5 19.5 L 26271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26303.5 15.5 L 26301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26303.5 19.5 L 26301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26333.5 15.5 L 26331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26333.5 19.5 L 26331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26363.5 15.5 L 26361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26363.5 19.5 L 26361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26393.5 15.5 L 26391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26393.5 19.5 L 26391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26423.5 15.5 L 26421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26423.5 19.5 L 26421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26453.5 15.5 L 26451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26453.5 19.5 L 26451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26483.5 15.5 L 26481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26483.5 19.5 L 26481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26513.5 15.5 L 26511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26513.5 19.5 L 26511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26543.5 15.5 L 26541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26543.5 19.5 L 26541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26573.5 15.5 L 26571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26573.5 19.5 L 26571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26603.5 15.5 L 26601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26603.5 19.5 L 26601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26633.5 15.5 L 26631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26633.5 19.5 L 26631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26663.5 15.5 L 26661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26663.5 19.5 L 26661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26693.5 15.5 L 26691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26693.5 19.5 L 26691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26723.5 15.5 L 26721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26723.5 19.5 L 26721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26753.5 15.5 L 26751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26753.5 19.5 L 26751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26783.5 15.5 L 26781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26783.5 19.5 L 26781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26813.5 15.5 L 26811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26813.5 19.5 L 26811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26843.5 15.5 L 26841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26843.5 19.5 L 26841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26873.5 15.5 L 26871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26873.5 19.5 L 26871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26903.5 15.5 L 26901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26903.5 19.5 L 26901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26933.5 15.5 L 26931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26933.5 19.5 L 26931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26963.5 15.5 L 26961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26963.5 19.5 L 26961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26993.5 15.5 L 26991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26993.5 19.5 L 26991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27023.5 15.5 L 27021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27023.5 19.5 L 27021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27053.5 15.5 L 27051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27053.5 19.5 L 27051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27083.5 15.5 L 27081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27083.5 19.5 L 27081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27113.5 15.5 L 27111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27113.5 19.5 L 27111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27143.5 15.5 L 27141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27143.5 19.5 L 27141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27173.5 15.5 L 27171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27173.5 19.5 L 27171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27203.5 15.5 L 27201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27203.5 19.5 L 27201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27233.5 15.5 L 27231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27233.5 19.5 L 27231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27263.5 15.5 L 27261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27263.5 19.5 L 27261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27293.5 15.5 L 27291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27293.5 19.5 L 27291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27323.5 15.5 L 27321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27323.5 19.5 L 27321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27353.5 15.5 L 27351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27353.5 19.5 L 27351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27383.5 15.5 L 27381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27383.5 19.5 L 27381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27413.5 15.5 L 27411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27413.5 19.5 L 27411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27443.5 15.5 L 27441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27443.5 19.5 L 27441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27473.5 15.5 L 27471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27473.5 19.5 L 27471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27503.5 15.5 L 27501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27503.5 19.5 L 27501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27533.5 15.5 L 27531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27533.5 19.5 L 27531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27563.5 15.5 L 27561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27563.5 19.5 L 27561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27593.5 15.5 L 27591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27593.5 19.5 L 27591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27623.5 15.5 L 27621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27623.5 19.5 L 27621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27653.5 15.5 L 27651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27653.5 19.5 L 27651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27683.5 15.5 L 27681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27683.5 19.5 L 27681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27713.5 15.5 L 27711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27713.5 19.5 L 27711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27743.5 15.5 L 27741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27743.5 19.5 L 27741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27773.5 15.5 L 27771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27773.5 19.5 L 27771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27803.5 15.5 L 27801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27803.5 19.5 L 27801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27833.5 15.5 L 27831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27833.5 19.5 L 27831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27863.5 15.5 L 27861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27863.5 19.5 L 27861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27893.5 15.5 L 27891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27893.5 19.5 L 27891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27923.5 15.5 L 27921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27923.5 19.5 L 27921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27953.5 15.5 L 27951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27953.5 19.5 L 27951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27983.5 15.5 L 27981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27983.5 19.5 L 27981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28013.5 15.5 L 28011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28013.5 19.5 L 28011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28043.5 15.5 L 28041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28043.5 19.5 L 28041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28073.5 15.5 L 28071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28073.5 19.5 L 28071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28103.5 15.5 L 28101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28103.5 19.5 L 28101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28133.5 15.5 L 28131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28133.5 19.5 L 28131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28163.5 15.5 L 28161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28163.5 19.5 L 28161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28193.5 15.5 L 28191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28193.5 19.5 L 28191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28223.5 15.5 L 28221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28223.5 19.5 L 28221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28253.5 15.5 L 28251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28253.5 19.5 L 28251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28283.5 15.5 L 28281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28283.5 19.5 L 28281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28313.5 15.5 L 28311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28313.5 19.5 L 28311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28343.5 15.5 L 28341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28343.5 19.5 L 28341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28373.5 15.5 L 28371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28373.5 19.5 L 28371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28403.5 15.5 L 28401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28403.5 19.5 L 28401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28433.5 15.5 L 28431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28433.5 19.5 L 28431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28463.5 15.5 L 28461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28463.5 19.5 L 28461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28493.5 15.5 L 28491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28493.5 19.5 L 28491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28523.5 15.5 L 28521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28523.5 19.5 L 28521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28553.5 15.5 L 28551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28553.5 19.5 L 28551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28583.5 15.5 L 28581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28583.5 19.5 L 28581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28613.5 15.5 L 28611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28613.5 19.5 L 28611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28643.5 15.5 L 28641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28643.5 19.5 L 28641.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28673.5 15.5 L 28671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28673.5 19.5 L 28671.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28703.5 15.5 L 28701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28703.5 19.5 L 28701.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28733.5 15.5 L 28731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28733.5 19.5 L 28731.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28763.5 15.5 L 28761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28763.5 19.5 L 28761.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28793.5 15.5 L 28791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28793.5 19.5 L 28791.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28823.5 15.5 L 28821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28823.5 19.5 L 28821.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28853.5 15.5 L 28851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28853.5 19.5 L 28851.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28883.5 15.5 L 28881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28883.5 19.5 L 28881.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28913.5 15.5 L 28911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28913.5 19.5 L 28911.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28943.5 15.5 L 28941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28943.5 19.5 L 28941.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28973.5 15.5 L 28971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28973.5 19.5 L 28971.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29003.5 15.5 L 29001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29003.5 19.5 L 29001.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29033.5 15.5 L 29031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29033.5 19.5 L 29031.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29063.5 15.5 L 29061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29063.5 19.5 L 29061.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29093.5 15.5 L 29091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29093.5 19.5 L 29091.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29123.5 15.5 L 29121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29123.5 19.5 L 29121.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29153.5 15.5 L 29151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29153.5 19.5 L 29151.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29183.5 15.5 L 29181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29183.5 19.5 L 29181.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29213.5 15.5 L 29211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29213.5 19.5 L 29211.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29243.5 15.5 L 29241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29243.5 19.5 L 29241.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29273.5 15.5 L 29271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29273.5 19.5 L 29271.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29303.5 15.5 L 29301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29303.5 19.5 L 29301.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29333.5 15.5 L 29331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29333.5 19.5 L 29331.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29363.5 15.5 L 29361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29363.5 19.5 L 29361.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29393.5 15.5 L 29391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29393.5 19.5 L 29391.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29423.5 15.5 L 29421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29423.5 19.5 L 29421.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29453.5 15.5 L 29451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29453.5 19.5 L 29451.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29483.5 15.5 L 29481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29483.5 19.5 L 29481.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29513.5 15.5 L 29511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29513.5 19.5 L 29511.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29543.5 15.5 L 29541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29543.5 19.5 L 29541.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29573.5 15.5 L 29571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29573.5 19.5 L 29571.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29603.5 15.5 L 29601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29603.5 19.5 L 29601.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29633.5 15.5 L 29631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29633.5 19.5 L 29631.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29663.5 15.5 L 29661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29663.5 19.5 L 29661.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29693.5 15.5 L 29691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29693.5 19.5 L 29691.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29723.5 15.5 L 29721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29723.5 19.5 L 29721.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29753.5 15.5 L 29751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29753.5 19.5 L 29751.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29783.5 15.5 L 29781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29783.5 19.5 L 29781.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29813.5 15.5 L 29811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29813.5 19.5 L 29811.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29843.5 15.5 L 29841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29843.5 19.5 L 29841.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29873.5 15.5 L 29871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29873.5 19.5 L 29871.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29903.5 15.5 L 29901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29903.5 19.5 L 29901.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29933.5 15.5 L 29931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29933.5 19.5 L 29931.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29963.5 15.5 L 29961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29963.5 19.5 L 29961.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29993.5 15.5 L 29991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29993.5 19.5 L 29991.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30023.5 15.5 L 30021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30023.5 19.5 L 30021.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30053.5 15.5 L 30051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30053.5 19.5 L 30051.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30083.5 15.5 L 30081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30083.5 19.5 L 30081.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30113.5 15.5 L 30111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30113.5 19.5 L 30111.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30143.5 15.5 L 30141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30143.5 19.5 L 30141.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30173.5 15.5 L 30171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30173.5 19.5 L 30171.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30203.5 15.5 L 30201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30203.5 19.5 L 30201.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30233.5 15.5 L 30231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30233.5 19.5 L 30231.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30263.5 15.5 L 30261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30263.5 19.5 L 30261.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30293.5 15.5 L 30291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30293.5 19.5 L 30291.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30323.5 15.5 L 30321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30323.5 19.5 L 30321.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30353.5 15.5 L 30351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30353.5 19.5 L 30351.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30383.5 15.5 L 30381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30383.5 19.5 L 30381.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30413.5 15.5 L 30411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30413.5 19.5 L 30411.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30443.5 15.5 L 30441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30443.5 19.5 L 30441.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30473.5 15.5 L 30471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30473.5 19.5 L 30471.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30503.5 15.5 L 30501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30503.5 19.5 L 30501.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30533.5 15.5 L 30531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30533.5 19.5 L 30531.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30563.5 15.5 L 30561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30563.5 19.5 L 30561.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30593.5 15.5 L 30591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30593.5 19.5 L 30591.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30623.5 15.5 L 30621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30623.5 19.5 L 30621.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30653.5 15.5 L 30651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30653.5 19.5 L 30651.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30683.5 15.5 L 30681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30683.5 19.5 L 30681.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30713.5 15.5 L 30711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30713.5 19.5 L 30711.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30743.5 15.5 L 30741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30743.5 19.5 L 30741.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30773.5 15.5 L 30771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30773.5 19.5 L 30771.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30803.5 15.5 L 30801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30803.5 19.5 L 30801.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30833.5 15.5 L 30831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30833.5 19.5 L 30831.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30863.5 15.5 L 30861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30863.5 19.5 L 30861.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30893.5 15.5 L 30891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30893.5 19.5 L 30891.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30923.5 15.5 L 30921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30923.5 19.5 L 30921.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30953.5 15.5 L 30951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30953.5 19.5 L 30951.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30983.5 15.5 L 30981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30983.5 19.5 L 30981.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31013.5 15.5 L 31011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31013.5 19.5 L 31011.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31043.5 15.5 L 31041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31043.5 19.5 L 31041.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31073.5 15.5 L 31071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31073.5 19.5 L 31071.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31103.5 15.5 L 31101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31103.5 19.5 L 31101.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31133.5 15.5 L 31131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31133.5 19.5 L 31131.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31163.5 15.5 L 31161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31163.5 19.5 L 31161.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31193.5 15.5 L 31191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31193.5 19.5 L 31191.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31223.5 15.5 L 31221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31223.5 19.5 L 31221.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31253.5 15.5 L 31251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31253.5 19.5 L 31251.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31283.5 15.5 L 31281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31283.5 19.5 L 31281.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31313.5 15.5 L 31311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31313.5 19.5 L 31311.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31343.5 15.5 L 31341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31343.5 19.5 L 31341.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31373.5 15.5 L 31371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31373.5 19.5 L 31371.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31403.5 15.5 L 31401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31403.5 19.5 L 31401.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31433.5 15.5 L 31431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31433.5 19.5 L 31431.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31463.5 15.5 L 31461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31463.5 19.5 L 31461.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31493.5 15.5 L 31491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31493.5 19.5 L 31491.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31523.5 15.5 L 31521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31523.5 19.5 L 31521.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31553.5 15.5 L 31551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31553.5 19.5 L 31551.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31583.5 15.5 L 31581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31583.5 19.5 L 31581.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31613.5 15.5 L 31611.5 17.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31613.5 19.5 L 31611.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="732.5" y="35" text-anchor="middle" dominant-baseline="alphabetic">TIGD6</text></g></g></g><g><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M -86713.5 47.5 L 189326.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 45.5 L 15.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 17.5 49.5 L 15.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 45.5 L 45.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 47.5 49.5 L 45.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 45.5 L 75.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 77.5 49.5 L 75.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 45.5 L 105.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 107.5 49.5 L 105.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 45.5 L 135.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 137.5 49.5 L 135.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 45.5 L 165.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 167.5 49.5 L 165.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 45.5 L 195.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 197.5 49.5 L 195.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 45.5 L 225.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 227.5 49.5 L 225.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 45.5 L 255.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 257.5 49.5 L 255.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 45.5 L 285.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 287.5 49.5 L 285.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 45.5 L 315.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 317.5 49.5 L 315.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 45.5 L 345.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 347.5 49.5 L 345.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 45.5 L 375.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 377.5 49.5 L 375.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 45.5 L 405.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 407.5 49.5 L 405.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 45.5 L 435.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 437.5 49.5 L 435.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 45.5 L 465.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 467.5 49.5 L 465.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 45.5 L 495.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 497.5 49.5 L 495.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 45.5 L 525.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 527.5 49.5 L 525.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 45.5 L 555.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 557.5 49.5 L 555.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 45.5 L 585.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 587.5 49.5 L 585.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 45.5 L 615.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 617.5 49.5 L 615.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 45.5 L 645.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 647.5 49.5 L 645.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 45.5 L 675.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 677.5 49.5 L 675.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 45.5 L 705.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 707.5 49.5 L 705.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 45.5 L 735.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 737.5 49.5 L 735.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 45.5 L 765.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 767.5 49.5 L 765.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 45.5 L 795.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 797.5 49.5 L 795.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 45.5 L 825.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 827.5 49.5 L 825.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 45.5 L 855.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 857.5 49.5 L 855.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 45.5 L 885.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 887.5 49.5 L 885.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 917.5 45.5 L 915.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 917.5 49.5 L 915.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 947.5 45.5 L 945.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 947.5 49.5 L 945.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 977.5 45.5 L 975.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 977.5 49.5 L 975.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1007.5 45.5 L 1005.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1007.5 49.5 L 1005.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1037.5 45.5 L 1035.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1037.5 49.5 L 1035.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1067.5 45.5 L 1065.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1067.5 49.5 L 1065.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1097.5 45.5 L 1095.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1097.5 49.5 L 1095.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1127.5 45.5 L 1125.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1127.5 49.5 L 1125.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1157.5 45.5 L 1155.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1157.5 49.5 L 1155.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1187.5 45.5 L 1185.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1187.5 49.5 L 1185.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1217.5 45.5 L 1215.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1217.5 49.5 L 1215.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1247.5 45.5 L 1245.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1247.5 49.5 L 1245.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1277.5 45.5 L 1275.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1277.5 49.5 L 1275.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1307.5 45.5 L 1305.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1307.5 49.5 L 1305.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1337.5 45.5 L 1335.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1337.5 49.5 L 1335.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1367.5 45.5 L 1365.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1367.5 49.5 L 1365.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1397.5 45.5 L 1395.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1397.5 49.5 L 1395.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1427.5 45.5 L 1425.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1427.5 49.5 L 1425.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1457.5 45.5 L 1455.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="rgb(0, 0, 150)" paint-order="fill stroke markers" d=" M 1457.5 49.5 L 1455.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><rect fill="rgb(0, 0, 150)" stroke="none" x="-25734" y="40" width="57354" height="14"/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25716.5 45.5 L -25718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25716.5 49.5 L -25718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25686.5 45.5 L -25688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25686.5 49.5 L -25688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25656.5 45.5 L -25658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25656.5 49.5 L -25658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25626.5 45.5 L -25628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25626.5 49.5 L -25628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25596.5 45.5 L -25598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25596.5 49.5 L -25598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25566.5 45.5 L -25568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25566.5 49.5 L -25568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25536.5 45.5 L -25538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25536.5 49.5 L -25538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25506.5 45.5 L -25508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25506.5 49.5 L -25508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25476.5 45.5 L -25478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25476.5 49.5 L -25478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25446.5 45.5 L -25448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25446.5 49.5 L -25448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25416.5 45.5 L -25418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25416.5 49.5 L -25418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25386.5 45.5 L -25388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25386.5 49.5 L -25388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25356.5 45.5 L -25358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25356.5 49.5 L -25358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25326.5 45.5 L -25328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25326.5 49.5 L -25328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25296.5 45.5 L -25298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25296.5 49.5 L -25298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25266.5 45.5 L -25268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25266.5 49.5 L -25268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25236.5 45.5 L -25238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25236.5 49.5 L -25238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25206.5 45.5 L -25208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25206.5 49.5 L -25208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25176.5 45.5 L -25178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25176.5 49.5 L -25178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25146.5 45.5 L -25148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25146.5 49.5 L -25148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25116.5 45.5 L -25118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25116.5 49.5 L -25118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25086.5 45.5 L -25088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25086.5 49.5 L -25088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25056.5 45.5 L -25058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25056.5 49.5 L -25058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25026.5 45.5 L -25028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -25026.5 49.5 L -25028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24996.5 45.5 L -24998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24996.5 49.5 L -24998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24966.5 45.5 L -24968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24966.5 49.5 L -24968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24936.5 45.5 L -24938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24936.5 49.5 L -24938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24906.5 45.5 L -24908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24906.5 49.5 L -24908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24876.5 45.5 L -24878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24876.5 49.5 L -24878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24846.5 45.5 L -24848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24846.5 49.5 L -24848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24816.5 45.5 L -24818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24816.5 49.5 L -24818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24786.5 45.5 L -24788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24786.5 49.5 L -24788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24756.5 45.5 L -24758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24756.5 49.5 L -24758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24726.5 45.5 L -24728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24726.5 49.5 L -24728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24696.5 45.5 L -24698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24696.5 49.5 L -24698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24666.5 45.5 L -24668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24666.5 49.5 L -24668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24636.5 45.5 L -24638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24636.5 49.5 L -24638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24606.5 45.5 L -24608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24606.5 49.5 L -24608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24576.5 45.5 L -24578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24576.5 49.5 L -24578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24546.5 45.5 L -24548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24546.5 49.5 L -24548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24516.5 45.5 L -24518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24516.5 49.5 L -24518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24486.5 45.5 L -24488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24486.5 49.5 L -24488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24456.5 45.5 L -24458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24456.5 49.5 L -24458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24426.5 45.5 L -24428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24426.5 49.5 L -24428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24396.5 45.5 L -24398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24396.5 49.5 L -24398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24366.5 45.5 L -24368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24366.5 49.5 L -24368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24336.5 45.5 L -24338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24336.5 49.5 L -24338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24306.5 45.5 L -24308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24306.5 49.5 L -24308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24276.5 45.5 L -24278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24276.5 49.5 L -24278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24246.5 45.5 L -24248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24246.5 49.5 L -24248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24216.5 45.5 L -24218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24216.5 49.5 L -24218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24186.5 45.5 L -24188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24186.5 49.5 L -24188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24156.5 45.5 L -24158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24156.5 49.5 L -24158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24126.5 45.5 L -24128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24126.5 49.5 L -24128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24096.5 45.5 L -24098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24096.5 49.5 L -24098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24066.5 45.5 L -24068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24066.5 49.5 L -24068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24036.5 45.5 L -24038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24036.5 49.5 L -24038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24006.5 45.5 L -24008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -24006.5 49.5 L -24008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23976.5 45.5 L -23978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23976.5 49.5 L -23978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23946.5 45.5 L -23948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23946.5 49.5 L -23948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23916.5 45.5 L -23918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23916.5 49.5 L -23918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23886.5 45.5 L -23888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23886.5 49.5 L -23888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23856.5 45.5 L -23858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23856.5 49.5 L -23858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23826.5 45.5 L -23828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23826.5 49.5 L -23828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23796.5 45.5 L -23798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23796.5 49.5 L -23798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23766.5 45.5 L -23768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23766.5 49.5 L -23768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23736.5 45.5 L -23738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23736.5 49.5 L -23738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23706.5 45.5 L -23708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23706.5 49.5 L -23708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23676.5 45.5 L -23678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23676.5 49.5 L -23678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23646.5 45.5 L -23648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23646.5 49.5 L -23648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23616.5 45.5 L -23618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23616.5 49.5 L -23618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23586.5 45.5 L -23588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23586.5 49.5 L -23588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23556.5 45.5 L -23558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23556.5 49.5 L -23558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23526.5 45.5 L -23528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23526.5 49.5 L -23528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23496.5 45.5 L -23498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23496.5 49.5 L -23498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23466.5 45.5 L -23468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23466.5 49.5 L -23468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23436.5 45.5 L -23438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23436.5 49.5 L -23438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23406.5 45.5 L -23408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23406.5 49.5 L -23408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23376.5 45.5 L -23378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23376.5 49.5 L -23378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23346.5 45.5 L -23348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23346.5 49.5 L -23348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23316.5 45.5 L -23318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23316.5 49.5 L -23318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23286.5 45.5 L -23288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23286.5 49.5 L -23288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23256.5 45.5 L -23258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23256.5 49.5 L -23258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23226.5 45.5 L -23228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23226.5 49.5 L -23228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23196.5 45.5 L -23198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23196.5 49.5 L -23198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23166.5 45.5 L -23168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23166.5 49.5 L -23168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23136.5 45.5 L -23138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23136.5 49.5 L -23138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23106.5 45.5 L -23108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23106.5 49.5 L -23108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23076.5 45.5 L -23078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23076.5 49.5 L -23078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23046.5 45.5 L -23048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23046.5 49.5 L -23048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23016.5 45.5 L -23018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -23016.5 49.5 L -23018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22986.5 45.5 L -22988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22986.5 49.5 L -22988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22956.5 45.5 L -22958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22956.5 49.5 L -22958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22926.5 45.5 L -22928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22926.5 49.5 L -22928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22896.5 45.5 L -22898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22896.5 49.5 L -22898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22866.5 45.5 L -22868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22866.5 49.5 L -22868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22836.5 45.5 L -22838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22836.5 49.5 L -22838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22806.5 45.5 L -22808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22806.5 49.5 L -22808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22776.5 45.5 L -22778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22776.5 49.5 L -22778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22746.5 45.5 L -22748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22746.5 49.5 L -22748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22716.5 45.5 L -22718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22716.5 49.5 L -22718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22686.5 45.5 L -22688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22686.5 49.5 L -22688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22656.5 45.5 L -22658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22656.5 49.5 L -22658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22626.5 45.5 L -22628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22626.5 49.5 L -22628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22596.5 45.5 L -22598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22596.5 49.5 L -22598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22566.5 45.5 L -22568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22566.5 49.5 L -22568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22536.5 45.5 L -22538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22536.5 49.5 L -22538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22506.5 45.5 L -22508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22506.5 49.5 L -22508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22476.5 45.5 L -22478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22476.5 49.5 L -22478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22446.5 45.5 L -22448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22446.5 49.5 L -22448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22416.5 45.5 L -22418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22416.5 49.5 L -22418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22386.5 45.5 L -22388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22386.5 49.5 L -22388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22356.5 45.5 L -22358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22356.5 49.5 L -22358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22326.5 45.5 L -22328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22326.5 49.5 L -22328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22296.5 45.5 L -22298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22296.5 49.5 L -22298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22266.5 45.5 L -22268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22266.5 49.5 L -22268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22236.5 45.5 L -22238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22236.5 49.5 L -22238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22206.5 45.5 L -22208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22206.5 49.5 L -22208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22176.5 45.5 L -22178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22176.5 49.5 L -22178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22146.5 45.5 L -22148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22146.5 49.5 L -22148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22116.5 45.5 L -22118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22116.5 49.5 L -22118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22086.5 45.5 L -22088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22086.5 49.5 L -22088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22056.5 45.5 L -22058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22056.5 49.5 L -22058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22026.5 45.5 L -22028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -22026.5 49.5 L -22028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21996.5 45.5 L -21998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21996.5 49.5 L -21998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21966.5 45.5 L -21968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21966.5 49.5 L -21968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21936.5 45.5 L -21938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21936.5 49.5 L -21938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21906.5 45.5 L -21908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21906.5 49.5 L -21908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21876.5 45.5 L -21878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21876.5 49.5 L -21878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21846.5 45.5 L -21848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21846.5 49.5 L -21848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21816.5 45.5 L -21818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21816.5 49.5 L -21818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21786.5 45.5 L -21788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21786.5 49.5 L -21788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21756.5 45.5 L -21758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21756.5 49.5 L -21758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21726.5 45.5 L -21728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21726.5 49.5 L -21728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21696.5 45.5 L -21698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21696.5 49.5 L -21698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21666.5 45.5 L -21668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21666.5 49.5 L -21668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21636.5 45.5 L -21638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21636.5 49.5 L -21638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21606.5 45.5 L -21608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21606.5 49.5 L -21608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21576.5 45.5 L -21578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21576.5 49.5 L -21578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21546.5 45.5 L -21548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21546.5 49.5 L -21548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21516.5 45.5 L -21518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21516.5 49.5 L -21518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21486.5 45.5 L -21488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21486.5 49.5 L -21488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21456.5 45.5 L -21458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21456.5 49.5 L -21458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21426.5 45.5 L -21428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21426.5 49.5 L -21428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21396.5 45.5 L -21398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21396.5 49.5 L -21398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21366.5 45.5 L -21368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21366.5 49.5 L -21368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21336.5 45.5 L -21338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21336.5 49.5 L -21338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21306.5 45.5 L -21308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21306.5 49.5 L -21308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21276.5 45.5 L -21278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21276.5 49.5 L -21278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21246.5 45.5 L -21248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21246.5 49.5 L -21248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21216.5 45.5 L -21218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21216.5 49.5 L -21218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21186.5 45.5 L -21188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21186.5 49.5 L -21188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21156.5 45.5 L -21158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21156.5 49.5 L -21158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21126.5 45.5 L -21128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21126.5 49.5 L -21128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21096.5 45.5 L -21098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21096.5 49.5 L -21098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21066.5 45.5 L -21068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21066.5 49.5 L -21068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21036.5 45.5 L -21038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21036.5 49.5 L -21038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21006.5 45.5 L -21008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -21006.5 49.5 L -21008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20976.5 45.5 L -20978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20976.5 49.5 L -20978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20946.5 45.5 L -20948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20946.5 49.5 L -20948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20916.5 45.5 L -20918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20916.5 49.5 L -20918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20886.5 45.5 L -20888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20886.5 49.5 L -20888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20856.5 45.5 L -20858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20856.5 49.5 L -20858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20826.5 45.5 L -20828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20826.5 49.5 L -20828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20796.5 45.5 L -20798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20796.5 49.5 L -20798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20766.5 45.5 L -20768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20766.5 49.5 L -20768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20736.5 45.5 L -20738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20736.5 49.5 L -20738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20706.5 45.5 L -20708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20706.5 49.5 L -20708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20676.5 45.5 L -20678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20676.5 49.5 L -20678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20646.5 45.5 L -20648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20646.5 49.5 L -20648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20616.5 45.5 L -20618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20616.5 49.5 L -20618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20586.5 45.5 L -20588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20586.5 49.5 L -20588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20556.5 45.5 L -20558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20556.5 49.5 L -20558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20526.5 45.5 L -20528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20526.5 49.5 L -20528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20496.5 45.5 L -20498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20496.5 49.5 L -20498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20466.5 45.5 L -20468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20466.5 49.5 L -20468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20436.5 45.5 L -20438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20436.5 49.5 L -20438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20406.5 45.5 L -20408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20406.5 49.5 L -20408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20376.5 45.5 L -20378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20376.5 49.5 L -20378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20346.5 45.5 L -20348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20346.5 49.5 L -20348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20316.5 45.5 L -20318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20316.5 49.5 L -20318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20286.5 45.5 L -20288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20286.5 49.5 L -20288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20256.5 45.5 L -20258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20256.5 49.5 L -20258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20226.5 45.5 L -20228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20226.5 49.5 L -20228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20196.5 45.5 L -20198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20196.5 49.5 L -20198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20166.5 45.5 L -20168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20166.5 49.5 L -20168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20136.5 45.5 L -20138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20136.5 49.5 L -20138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20106.5 45.5 L -20108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20106.5 49.5 L -20108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20076.5 45.5 L -20078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20076.5 49.5 L -20078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20046.5 45.5 L -20048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20046.5 49.5 L -20048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20016.5 45.5 L -20018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -20016.5 49.5 L -20018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19986.5 45.5 L -19988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19986.5 49.5 L -19988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19956.5 45.5 L -19958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19956.5 49.5 L -19958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19926.5 45.5 L -19928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19926.5 49.5 L -19928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19896.5 45.5 L -19898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19896.5 49.5 L -19898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19866.5 45.5 L -19868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19866.5 49.5 L -19868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19836.5 45.5 L -19838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19836.5 49.5 L -19838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19806.5 45.5 L -19808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19806.5 49.5 L -19808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19776.5 45.5 L -19778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19776.5 49.5 L -19778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19746.5 45.5 L -19748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19746.5 49.5 L -19748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19716.5 45.5 L -19718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19716.5 49.5 L -19718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19686.5 45.5 L -19688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19686.5 49.5 L -19688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19656.5 45.5 L -19658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19656.5 49.5 L -19658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19626.5 45.5 L -19628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19626.5 49.5 L -19628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19596.5 45.5 L -19598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19596.5 49.5 L -19598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19566.5 45.5 L -19568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19566.5 49.5 L -19568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19536.5 45.5 L -19538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19536.5 49.5 L -19538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19506.5 45.5 L -19508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19506.5 49.5 L -19508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19476.5 45.5 L -19478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19476.5 49.5 L -19478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19446.5 45.5 L -19448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19446.5 49.5 L -19448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19416.5 45.5 L -19418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19416.5 49.5 L -19418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19386.5 45.5 L -19388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19386.5 49.5 L -19388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19356.5 45.5 L -19358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19356.5 49.5 L -19358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19326.5 45.5 L -19328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19326.5 49.5 L -19328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19296.5 45.5 L -19298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19296.5 49.5 L -19298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19266.5 45.5 L -19268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19266.5 49.5 L -19268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19236.5 45.5 L -19238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19236.5 49.5 L -19238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19206.5 45.5 L -19208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19206.5 49.5 L -19208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19176.5 45.5 L -19178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19176.5 49.5 L -19178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19146.5 45.5 L -19148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19146.5 49.5 L -19148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19116.5 45.5 L -19118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19116.5 49.5 L -19118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19086.5 45.5 L -19088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19086.5 49.5 L -19088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19056.5 45.5 L -19058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19056.5 49.5 L -19058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19026.5 45.5 L -19028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -19026.5 49.5 L -19028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18996.5 45.5 L -18998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18996.5 49.5 L -18998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18966.5 45.5 L -18968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18966.5 49.5 L -18968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18936.5 45.5 L -18938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18936.5 49.5 L -18938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18906.5 45.5 L -18908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18906.5 49.5 L -18908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18876.5 45.5 L -18878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18876.5 49.5 L -18878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18846.5 45.5 L -18848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18846.5 49.5 L -18848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18816.5 45.5 L -18818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18816.5 49.5 L -18818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18786.5 45.5 L -18788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18786.5 49.5 L -18788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18756.5 45.5 L -18758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18756.5 49.5 L -18758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18726.5 45.5 L -18728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18726.5 49.5 L -18728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18696.5 45.5 L -18698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18696.5 49.5 L -18698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18666.5 45.5 L -18668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18666.5 49.5 L -18668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18636.5 45.5 L -18638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18636.5 49.5 L -18638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18606.5 45.5 L -18608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18606.5 49.5 L -18608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18576.5 45.5 L -18578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18576.5 49.5 L -18578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18546.5 45.5 L -18548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18546.5 49.5 L -18548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18516.5 45.5 L -18518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18516.5 49.5 L -18518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18486.5 45.5 L -18488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18486.5 49.5 L -18488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18456.5 45.5 L -18458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18456.5 49.5 L -18458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18426.5 45.5 L -18428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18426.5 49.5 L -18428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18396.5 45.5 L -18398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18396.5 49.5 L -18398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18366.5 45.5 L -18368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18366.5 49.5 L -18368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18336.5 45.5 L -18338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18336.5 49.5 L -18338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18306.5 45.5 L -18308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18306.5 49.5 L -18308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18276.5 45.5 L -18278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18276.5 49.5 L -18278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18246.5 45.5 L -18248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18246.5 49.5 L -18248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18216.5 45.5 L -18218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18216.5 49.5 L -18218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18186.5 45.5 L -18188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18186.5 49.5 L -18188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18156.5 45.5 L -18158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18156.5 49.5 L -18158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18126.5 45.5 L -18128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18126.5 49.5 L -18128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18096.5 45.5 L -18098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18096.5 49.5 L -18098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18066.5 45.5 L -18068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18066.5 49.5 L -18068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18036.5 45.5 L -18038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18036.5 49.5 L -18038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18006.5 45.5 L -18008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -18006.5 49.5 L -18008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17976.5 45.5 L -17978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17976.5 49.5 L -17978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17946.5 45.5 L -17948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17946.5 49.5 L -17948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17916.5 45.5 L -17918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17916.5 49.5 L -17918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17886.5 45.5 L -17888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17886.5 49.5 L -17888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17856.5 45.5 L -17858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17856.5 49.5 L -17858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17826.5 45.5 L -17828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17826.5 49.5 L -17828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17796.5 45.5 L -17798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17796.5 49.5 L -17798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17766.5 45.5 L -17768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17766.5 49.5 L -17768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17736.5 45.5 L -17738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17736.5 49.5 L -17738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17706.5 45.5 L -17708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17706.5 49.5 L -17708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17676.5 45.5 L -17678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17676.5 49.5 L -17678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17646.5 45.5 L -17648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17646.5 49.5 L -17648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17616.5 45.5 L -17618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17616.5 49.5 L -17618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17586.5 45.5 L -17588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17586.5 49.5 L -17588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17556.5 45.5 L -17558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17556.5 49.5 L -17558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17526.5 45.5 L -17528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17526.5 49.5 L -17528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17496.5 45.5 L -17498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17496.5 49.5 L -17498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17466.5 45.5 L -17468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17466.5 49.5 L -17468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17436.5 45.5 L -17438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17436.5 49.5 L -17438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17406.5 45.5 L -17408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17406.5 49.5 L -17408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17376.5 45.5 L -17378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17376.5 49.5 L -17378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17346.5 45.5 L -17348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17346.5 49.5 L -17348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17316.5 45.5 L -17318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17316.5 49.5 L -17318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17286.5 45.5 L -17288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17286.5 49.5 L -17288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17256.5 45.5 L -17258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17256.5 49.5 L -17258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17226.5 45.5 L -17228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17226.5 49.5 L -17228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17196.5 45.5 L -17198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17196.5 49.5 L -17198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17166.5 45.5 L -17168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17166.5 49.5 L -17168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17136.5 45.5 L -17138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17136.5 49.5 L -17138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17106.5 45.5 L -17108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17106.5 49.5 L -17108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17076.5 45.5 L -17078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17076.5 49.5 L -17078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17046.5 45.5 L -17048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17046.5 49.5 L -17048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17016.5 45.5 L -17018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -17016.5 49.5 L -17018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16986.5 45.5 L -16988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16986.5 49.5 L -16988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16956.5 45.5 L -16958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16956.5 49.5 L -16958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16926.5 45.5 L -16928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16926.5 49.5 L -16928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16896.5 45.5 L -16898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16896.5 49.5 L -16898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16866.5 45.5 L -16868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16866.5 49.5 L -16868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16836.5 45.5 L -16838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16836.5 49.5 L -16838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16806.5 45.5 L -16808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16806.5 49.5 L -16808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16776.5 45.5 L -16778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16776.5 49.5 L -16778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16746.5 45.5 L -16748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16746.5 49.5 L -16748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16716.5 45.5 L -16718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16716.5 49.5 L -16718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16686.5 45.5 L -16688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16686.5 49.5 L -16688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16656.5 45.5 L -16658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16656.5 49.5 L -16658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16626.5 45.5 L -16628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16626.5 49.5 L -16628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16596.5 45.5 L -16598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16596.5 49.5 L -16598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16566.5 45.5 L -16568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16566.5 49.5 L -16568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16536.5 45.5 L -16538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16536.5 49.5 L -16538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16506.5 45.5 L -16508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16506.5 49.5 L -16508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16476.5 45.5 L -16478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16476.5 49.5 L -16478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16446.5 45.5 L -16448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16446.5 49.5 L -16448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16416.5 45.5 L -16418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16416.5 49.5 L -16418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16386.5 45.5 L -16388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16386.5 49.5 L -16388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16356.5 45.5 L -16358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16356.5 49.5 L -16358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16326.5 45.5 L -16328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16326.5 49.5 L -16328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16296.5 45.5 L -16298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16296.5 49.5 L -16298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16266.5 45.5 L -16268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16266.5 49.5 L -16268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16236.5 45.5 L -16238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16236.5 49.5 L -16238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16206.5 45.5 L -16208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16206.5 49.5 L -16208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16176.5 45.5 L -16178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16176.5 49.5 L -16178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16146.5 45.5 L -16148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16146.5 49.5 L -16148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16116.5 45.5 L -16118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16116.5 49.5 L -16118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16086.5 45.5 L -16088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16086.5 49.5 L -16088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16056.5 45.5 L -16058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16056.5 49.5 L -16058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16026.5 45.5 L -16028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -16026.5 49.5 L -16028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15996.5 45.5 L -15998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15996.5 49.5 L -15998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15966.5 45.5 L -15968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15966.5 49.5 L -15968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15936.5 45.5 L -15938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15936.5 49.5 L -15938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15906.5 45.5 L -15908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15906.5 49.5 L -15908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15876.5 45.5 L -15878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15876.5 49.5 L -15878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15846.5 45.5 L -15848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15846.5 49.5 L -15848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15816.5 45.5 L -15818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15816.5 49.5 L -15818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15786.5 45.5 L -15788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15786.5 49.5 L -15788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15756.5 45.5 L -15758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15756.5 49.5 L -15758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15726.5 45.5 L -15728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15726.5 49.5 L -15728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15696.5 45.5 L -15698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15696.5 49.5 L -15698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15666.5 45.5 L -15668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15666.5 49.5 L -15668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15636.5 45.5 L -15638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15636.5 49.5 L -15638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15606.5 45.5 L -15608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15606.5 49.5 L -15608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15576.5 45.5 L -15578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15576.5 49.5 L -15578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15546.5 45.5 L -15548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15546.5 49.5 L -15548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15516.5 45.5 L -15518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15516.5 49.5 L -15518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15486.5 45.5 L -15488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15486.5 49.5 L -15488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15456.5 45.5 L -15458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15456.5 49.5 L -15458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15426.5 45.5 L -15428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15426.5 49.5 L -15428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15396.5 45.5 L -15398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15396.5 49.5 L -15398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15366.5 45.5 L -15368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15366.5 49.5 L -15368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15336.5 45.5 L -15338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15336.5 49.5 L -15338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15306.5 45.5 L -15308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15306.5 49.5 L -15308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15276.5 45.5 L -15278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15276.5 49.5 L -15278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15246.5 45.5 L -15248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15246.5 49.5 L -15248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15216.5 45.5 L -15218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15216.5 49.5 L -15218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15186.5 45.5 L -15188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15186.5 49.5 L -15188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15156.5 45.5 L -15158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15156.5 49.5 L -15158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15126.5 45.5 L -15128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15126.5 49.5 L -15128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15096.5 45.5 L -15098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15096.5 49.5 L -15098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15066.5 45.5 L -15068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15066.5 49.5 L -15068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15036.5 45.5 L -15038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15036.5 49.5 L -15038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15006.5 45.5 L -15008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -15006.5 49.5 L -15008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14976.5 45.5 L -14978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14976.5 49.5 L -14978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14946.5 45.5 L -14948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14946.5 49.5 L -14948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14916.5 45.5 L -14918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14916.5 49.5 L -14918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14886.5 45.5 L -14888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14886.5 49.5 L -14888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14856.5 45.5 L -14858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14856.5 49.5 L -14858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14826.5 45.5 L -14828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14826.5 49.5 L -14828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14796.5 45.5 L -14798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14796.5 49.5 L -14798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14766.5 45.5 L -14768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14766.5 49.5 L -14768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14736.5 45.5 L -14738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14736.5 49.5 L -14738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14706.5 45.5 L -14708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14706.5 49.5 L -14708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14676.5 45.5 L -14678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14676.5 49.5 L -14678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14646.5 45.5 L -14648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14646.5 49.5 L -14648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14616.5 45.5 L -14618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14616.5 49.5 L -14618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14586.5 45.5 L -14588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14586.5 49.5 L -14588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14556.5 45.5 L -14558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14556.5 49.5 L -14558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14526.5 45.5 L -14528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14526.5 49.5 L -14528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14496.5 45.5 L -14498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14496.5 49.5 L -14498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14466.5 45.5 L -14468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14466.5 49.5 L -14468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14436.5 45.5 L -14438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14436.5 49.5 L -14438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14406.5 45.5 L -14408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14406.5 49.5 L -14408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14376.5 45.5 L -14378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14376.5 49.5 L -14378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14346.5 45.5 L -14348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14346.5 49.5 L -14348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14316.5 45.5 L -14318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14316.5 49.5 L -14318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14286.5 45.5 L -14288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14286.5 49.5 L -14288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14256.5 45.5 L -14258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14256.5 49.5 L -14258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14226.5 45.5 L -14228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14226.5 49.5 L -14228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14196.5 45.5 L -14198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14196.5 49.5 L -14198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14166.5 45.5 L -14168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14166.5 49.5 L -14168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14136.5 45.5 L -14138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14136.5 49.5 L -14138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14106.5 45.5 L -14108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14106.5 49.5 L -14108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14076.5 45.5 L -14078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14076.5 49.5 L -14078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14046.5 45.5 L -14048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14046.5 49.5 L -14048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14016.5 45.5 L -14018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -14016.5 49.5 L -14018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13986.5 45.5 L -13988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13986.5 49.5 L -13988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13956.5 45.5 L -13958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13956.5 49.5 L -13958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13926.5 45.5 L -13928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13926.5 49.5 L -13928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13896.5 45.5 L -13898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13896.5 49.5 L -13898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13866.5 45.5 L -13868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13866.5 49.5 L -13868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13836.5 45.5 L -13838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13836.5 49.5 L -13838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13806.5 45.5 L -13808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13806.5 49.5 L -13808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13776.5 45.5 L -13778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13776.5 49.5 L -13778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13746.5 45.5 L -13748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13746.5 49.5 L -13748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13716.5 45.5 L -13718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13716.5 49.5 L -13718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13686.5 45.5 L -13688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13686.5 49.5 L -13688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13656.5 45.5 L -13658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13656.5 49.5 L -13658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13626.5 45.5 L -13628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13626.5 49.5 L -13628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13596.5 45.5 L -13598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13596.5 49.5 L -13598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13566.5 45.5 L -13568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13566.5 49.5 L -13568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13536.5 45.5 L -13538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13536.5 49.5 L -13538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13506.5 45.5 L -13508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13506.5 49.5 L -13508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13476.5 45.5 L -13478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13476.5 49.5 L -13478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13446.5 45.5 L -13448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13446.5 49.5 L -13448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13416.5 45.5 L -13418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13416.5 49.5 L -13418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13386.5 45.5 L -13388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13386.5 49.5 L -13388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13356.5 45.5 L -13358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13356.5 49.5 L -13358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13326.5 45.5 L -13328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13326.5 49.5 L -13328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13296.5 45.5 L -13298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13296.5 49.5 L -13298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13266.5 45.5 L -13268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13266.5 49.5 L -13268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13236.5 45.5 L -13238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13236.5 49.5 L -13238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13206.5 45.5 L -13208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13206.5 49.5 L -13208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13176.5 45.5 L -13178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13176.5 49.5 L -13178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13146.5 45.5 L -13148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13146.5 49.5 L -13148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13116.5 45.5 L -13118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13116.5 49.5 L -13118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13086.5 45.5 L -13088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13086.5 49.5 L -13088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13056.5 45.5 L -13058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13056.5 49.5 L -13058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13026.5 45.5 L -13028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -13026.5 49.5 L -13028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12996.5 45.5 L -12998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12996.5 49.5 L -12998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12966.5 45.5 L -12968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12966.5 49.5 L -12968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12936.5 45.5 L -12938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12936.5 49.5 L -12938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12906.5 45.5 L -12908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12906.5 49.5 L -12908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12876.5 45.5 L -12878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12876.5 49.5 L -12878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12846.5 45.5 L -12848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12846.5 49.5 L -12848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12816.5 45.5 L -12818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12816.5 49.5 L -12818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12786.5 45.5 L -12788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12786.5 49.5 L -12788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12756.5 45.5 L -12758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12756.5 49.5 L -12758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12726.5 45.5 L -12728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12726.5 49.5 L -12728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12696.5 45.5 L -12698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12696.5 49.5 L -12698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12666.5 45.5 L -12668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12666.5 49.5 L -12668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12636.5 45.5 L -12638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12636.5 49.5 L -12638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12606.5 45.5 L -12608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12606.5 49.5 L -12608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12576.5 45.5 L -12578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12576.5 49.5 L -12578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12546.5 45.5 L -12548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12546.5 49.5 L -12548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12516.5 45.5 L -12518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12516.5 49.5 L -12518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12486.5 45.5 L -12488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12486.5 49.5 L -12488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12456.5 45.5 L -12458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12456.5 49.5 L -12458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12426.5 45.5 L -12428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12426.5 49.5 L -12428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12396.5 45.5 L -12398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12396.5 49.5 L -12398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12366.5 45.5 L -12368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12366.5 49.5 L -12368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12336.5 45.5 L -12338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12336.5 49.5 L -12338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12306.5 45.5 L -12308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12306.5 49.5 L -12308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12276.5 45.5 L -12278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12276.5 49.5 L -12278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12246.5 45.5 L -12248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12246.5 49.5 L -12248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12216.5 45.5 L -12218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12216.5 49.5 L -12218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12186.5 45.5 L -12188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12186.5 49.5 L -12188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12156.5 45.5 L -12158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12156.5 49.5 L -12158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12126.5 45.5 L -12128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12126.5 49.5 L -12128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12096.5 45.5 L -12098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12096.5 49.5 L -12098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12066.5 45.5 L -12068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12066.5 49.5 L -12068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12036.5 45.5 L -12038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12036.5 49.5 L -12038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12006.5 45.5 L -12008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -12006.5 49.5 L -12008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11976.5 45.5 L -11978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11976.5 49.5 L -11978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11946.5 45.5 L -11948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11946.5 49.5 L -11948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11916.5 45.5 L -11918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11916.5 49.5 L -11918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11886.5 45.5 L -11888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11886.5 49.5 L -11888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11856.5 45.5 L -11858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11856.5 49.5 L -11858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11826.5 45.5 L -11828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11826.5 49.5 L -11828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11796.5 45.5 L -11798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11796.5 49.5 L -11798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11766.5 45.5 L -11768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11766.5 49.5 L -11768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11736.5 45.5 L -11738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11736.5 49.5 L -11738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11706.5 45.5 L -11708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11706.5 49.5 L -11708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11676.5 45.5 L -11678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11676.5 49.5 L -11678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11646.5 45.5 L -11648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11646.5 49.5 L -11648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11616.5 45.5 L -11618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11616.5 49.5 L -11618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11586.5 45.5 L -11588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11586.5 49.5 L -11588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11556.5 45.5 L -11558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11556.5 49.5 L -11558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11526.5 45.5 L -11528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11526.5 49.5 L -11528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11496.5 45.5 L -11498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11496.5 49.5 L -11498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11466.5 45.5 L -11468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11466.5 49.5 L -11468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11436.5 45.5 L -11438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11436.5 49.5 L -11438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11406.5 45.5 L -11408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11406.5 49.5 L -11408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11376.5 45.5 L -11378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11376.5 49.5 L -11378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11346.5 45.5 L -11348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11346.5 49.5 L -11348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11316.5 45.5 L -11318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11316.5 49.5 L -11318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11286.5 45.5 L -11288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11286.5 49.5 L -11288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11256.5 45.5 L -11258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11256.5 49.5 L -11258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11226.5 45.5 L -11228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11226.5 49.5 L -11228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11196.5 45.5 L -11198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11196.5 49.5 L -11198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11166.5 45.5 L -11168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11166.5 49.5 L -11168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11136.5 45.5 L -11138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11136.5 49.5 L -11138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11106.5 45.5 L -11108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11106.5 49.5 L -11108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11076.5 45.5 L -11078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11076.5 49.5 L -11078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11046.5 45.5 L -11048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11046.5 49.5 L -11048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11016.5 45.5 L -11018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -11016.5 49.5 L -11018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10986.5 45.5 L -10988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10986.5 49.5 L -10988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10956.5 45.5 L -10958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10956.5 49.5 L -10958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10926.5 45.5 L -10928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10926.5 49.5 L -10928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10896.5 45.5 L -10898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10896.5 49.5 L -10898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10866.5 45.5 L -10868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10866.5 49.5 L -10868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10836.5 45.5 L -10838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10836.5 49.5 L -10838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10806.5 45.5 L -10808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10806.5 49.5 L -10808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10776.5 45.5 L -10778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10776.5 49.5 L -10778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10746.5 45.5 L -10748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10746.5 49.5 L -10748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10716.5 45.5 L -10718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10716.5 49.5 L -10718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10686.5 45.5 L -10688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10686.5 49.5 L -10688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10656.5 45.5 L -10658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10656.5 49.5 L -10658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10626.5 45.5 L -10628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10626.5 49.5 L -10628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10596.5 45.5 L -10598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10596.5 49.5 L -10598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10566.5 45.5 L -10568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10566.5 49.5 L -10568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10536.5 45.5 L -10538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10536.5 49.5 L -10538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10506.5 45.5 L -10508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10506.5 49.5 L -10508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10476.5 45.5 L -10478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10476.5 49.5 L -10478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10446.5 45.5 L -10448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10446.5 49.5 L -10448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10416.5 45.5 L -10418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10416.5 49.5 L -10418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10386.5 45.5 L -10388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10386.5 49.5 L -10388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10356.5 45.5 L -10358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10356.5 49.5 L -10358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10326.5 45.5 L -10328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10326.5 49.5 L -10328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10296.5 45.5 L -10298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10296.5 49.5 L -10298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10266.5 45.5 L -10268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10266.5 49.5 L -10268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10236.5 45.5 L -10238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10236.5 49.5 L -10238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10206.5 45.5 L -10208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10206.5 49.5 L -10208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10176.5 45.5 L -10178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10176.5 49.5 L -10178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10146.5 45.5 L -10148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10146.5 49.5 L -10148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10116.5 45.5 L -10118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10116.5 49.5 L -10118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10086.5 45.5 L -10088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10086.5 49.5 L -10088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10056.5 45.5 L -10058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10056.5 49.5 L -10058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10026.5 45.5 L -10028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -10026.5 49.5 L -10028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9996.5 45.5 L -9998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9996.5 49.5 L -9998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9966.5 45.5 L -9968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9966.5 49.5 L -9968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9936.5 45.5 L -9938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9936.5 49.5 L -9938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9906.5 45.5 L -9908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9906.5 49.5 L -9908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9876.5 45.5 L -9878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9876.5 49.5 L -9878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9846.5 45.5 L -9848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9846.5 49.5 L -9848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9816.5 45.5 L -9818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9816.5 49.5 L -9818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9786.5 45.5 L -9788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9786.5 49.5 L -9788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9756.5 45.5 L -9758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9756.5 49.5 L -9758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9726.5 45.5 L -9728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9726.5 49.5 L -9728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9696.5 45.5 L -9698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9696.5 49.5 L -9698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9666.5 45.5 L -9668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9666.5 49.5 L -9668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9636.5 45.5 L -9638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9636.5 49.5 L -9638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9606.5 45.5 L -9608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9606.5 49.5 L -9608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9576.5 45.5 L -9578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9576.5 49.5 L -9578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9546.5 45.5 L -9548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9546.5 49.5 L -9548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9516.5 45.5 L -9518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9516.5 49.5 L -9518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9486.5 45.5 L -9488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9486.5 49.5 L -9488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9456.5 45.5 L -9458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9456.5 49.5 L -9458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9426.5 45.5 L -9428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9426.5 49.5 L -9428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9396.5 45.5 L -9398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9396.5 49.5 L -9398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9366.5 45.5 L -9368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9366.5 49.5 L -9368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9336.5 45.5 L -9338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9336.5 49.5 L -9338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9306.5 45.5 L -9308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9306.5 49.5 L -9308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9276.5 45.5 L -9278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9276.5 49.5 L -9278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9246.5 45.5 L -9248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9246.5 49.5 L -9248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9216.5 45.5 L -9218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9216.5 49.5 L -9218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9186.5 45.5 L -9188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9186.5 49.5 L -9188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9156.5 45.5 L -9158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9156.5 49.5 L -9158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9126.5 45.5 L -9128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9126.5 49.5 L -9128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9096.5 45.5 L -9098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9096.5 49.5 L -9098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9066.5 45.5 L -9068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9066.5 49.5 L -9068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9036.5 45.5 L -9038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9036.5 49.5 L -9038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9006.5 45.5 L -9008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -9006.5 49.5 L -9008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8976.5 45.5 L -8978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8976.5 49.5 L -8978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8946.5 45.5 L -8948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8946.5 49.5 L -8948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8916.5 45.5 L -8918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8916.5 49.5 L -8918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8886.5 45.5 L -8888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8886.5 49.5 L -8888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8856.5 45.5 L -8858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8856.5 49.5 L -8858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8826.5 45.5 L -8828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8826.5 49.5 L -8828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8796.5 45.5 L -8798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8796.5 49.5 L -8798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8766.5 45.5 L -8768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8766.5 49.5 L -8768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8736.5 45.5 L -8738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8736.5 49.5 L -8738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8706.5 45.5 L -8708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8706.5 49.5 L -8708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8676.5 45.5 L -8678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8676.5 49.5 L -8678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8646.5 45.5 L -8648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8646.5 49.5 L -8648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8616.5 45.5 L -8618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8616.5 49.5 L -8618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8586.5 45.5 L -8588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8586.5 49.5 L -8588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8556.5 45.5 L -8558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8556.5 49.5 L -8558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8526.5 45.5 L -8528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8526.5 49.5 L -8528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8496.5 45.5 L -8498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8496.5 49.5 L -8498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8466.5 45.5 L -8468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8466.5 49.5 L -8468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8436.5 45.5 L -8438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8436.5 49.5 L -8438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8406.5 45.5 L -8408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8406.5 49.5 L -8408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8376.5 45.5 L -8378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8376.5 49.5 L -8378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8346.5 45.5 L -8348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8346.5 49.5 L -8348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8316.5 45.5 L -8318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8316.5 49.5 L -8318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8286.5 45.5 L -8288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8286.5 49.5 L -8288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8256.5 45.5 L -8258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8256.5 49.5 L -8258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8226.5 45.5 L -8228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8226.5 49.5 L -8228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8196.5 45.5 L -8198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8196.5 49.5 L -8198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8166.5 45.5 L -8168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8166.5 49.5 L -8168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8136.5 45.5 L -8138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8136.5 49.5 L -8138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8106.5 45.5 L -8108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8106.5 49.5 L -8108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8076.5 45.5 L -8078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8076.5 49.5 L -8078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8046.5 45.5 L -8048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8046.5 49.5 L -8048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8016.5 45.5 L -8018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -8016.5 49.5 L -8018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7986.5 45.5 L -7988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7986.5 49.5 L -7988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7956.5 45.5 L -7958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7956.5 49.5 L -7958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7926.5 45.5 L -7928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7926.5 49.5 L -7928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7896.5 45.5 L -7898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7896.5 49.5 L -7898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7866.5 45.5 L -7868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7866.5 49.5 L -7868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7836.5 45.5 L -7838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7836.5 49.5 L -7838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7806.5 45.5 L -7808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7806.5 49.5 L -7808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7776.5 45.5 L -7778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7776.5 49.5 L -7778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7746.5 45.5 L -7748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7746.5 49.5 L -7748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7716.5 45.5 L -7718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7716.5 49.5 L -7718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7686.5 45.5 L -7688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7686.5 49.5 L -7688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7656.5 45.5 L -7658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7656.5 49.5 L -7658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7626.5 45.5 L -7628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7626.5 49.5 L -7628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7596.5 45.5 L -7598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7596.5 49.5 L -7598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7566.5 45.5 L -7568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7566.5 49.5 L -7568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7536.5 45.5 L -7538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7536.5 49.5 L -7538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7506.5 45.5 L -7508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7506.5 49.5 L -7508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7476.5 45.5 L -7478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7476.5 49.5 L -7478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7446.5 45.5 L -7448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7446.5 49.5 L -7448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7416.5 45.5 L -7418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7416.5 49.5 L -7418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7386.5 45.5 L -7388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7386.5 49.5 L -7388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7356.5 45.5 L -7358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7356.5 49.5 L -7358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7326.5 45.5 L -7328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7326.5 49.5 L -7328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7296.5 45.5 L -7298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7296.5 49.5 L -7298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7266.5 45.5 L -7268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7266.5 49.5 L -7268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7236.5 45.5 L -7238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7236.5 49.5 L -7238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7206.5 45.5 L -7208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7206.5 49.5 L -7208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7176.5 45.5 L -7178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7176.5 49.5 L -7178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7146.5 45.5 L -7148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7146.5 49.5 L -7148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7116.5 45.5 L -7118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7116.5 49.5 L -7118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7086.5 45.5 L -7088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7086.5 49.5 L -7088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7056.5 45.5 L -7058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7056.5 49.5 L -7058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7026.5 45.5 L -7028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -7026.5 49.5 L -7028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6996.5 45.5 L -6998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6996.5 49.5 L -6998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6966.5 45.5 L -6968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6966.5 49.5 L -6968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6936.5 45.5 L -6938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6936.5 49.5 L -6938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6906.5 45.5 L -6908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6906.5 49.5 L -6908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6876.5 45.5 L -6878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6876.5 49.5 L -6878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6846.5 45.5 L -6848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6846.5 49.5 L -6848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6816.5 45.5 L -6818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6816.5 49.5 L -6818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6786.5 45.5 L -6788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6786.5 49.5 L -6788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6756.5 45.5 L -6758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6756.5 49.5 L -6758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6726.5 45.5 L -6728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6726.5 49.5 L -6728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6696.5 45.5 L -6698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6696.5 49.5 L -6698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6666.5 45.5 L -6668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6666.5 49.5 L -6668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6636.5 45.5 L -6638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6636.5 49.5 L -6638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6606.5 45.5 L -6608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6606.5 49.5 L -6608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6576.5 45.5 L -6578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6576.5 49.5 L -6578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6546.5 45.5 L -6548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6546.5 49.5 L -6548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6516.5 45.5 L -6518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6516.5 49.5 L -6518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6486.5 45.5 L -6488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6486.5 49.5 L -6488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6456.5 45.5 L -6458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6456.5 49.5 L -6458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6426.5 45.5 L -6428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6426.5 49.5 L -6428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6396.5 45.5 L -6398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6396.5 49.5 L -6398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6366.5 45.5 L -6368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6366.5 49.5 L -6368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6336.5 45.5 L -6338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6336.5 49.5 L -6338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6306.5 45.5 L -6308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6306.5 49.5 L -6308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6276.5 45.5 L -6278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6276.5 49.5 L -6278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6246.5 45.5 L -6248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6246.5 49.5 L -6248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6216.5 45.5 L -6218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6216.5 49.5 L -6218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6186.5 45.5 L -6188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6186.5 49.5 L -6188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6156.5 45.5 L -6158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6156.5 49.5 L -6158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6126.5 45.5 L -6128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6126.5 49.5 L -6128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6096.5 45.5 L -6098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6096.5 49.5 L -6098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6066.5 45.5 L -6068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6066.5 49.5 L -6068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6036.5 45.5 L -6038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6036.5 49.5 L -6038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6006.5 45.5 L -6008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6006.5 49.5 L -6008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5976.5 45.5 L -5978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5976.5 49.5 L -5978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5946.5 45.5 L -5948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5946.5 49.5 L -5948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5916.5 45.5 L -5918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5916.5 49.5 L -5918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5886.5 45.5 L -5888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5886.5 49.5 L -5888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5856.5 45.5 L -5858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5856.5 49.5 L -5858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5826.5 45.5 L -5828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5826.5 49.5 L -5828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5796.5 45.5 L -5798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5796.5 49.5 L -5798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5766.5 45.5 L -5768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5766.5 49.5 L -5768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5736.5 45.5 L -5738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5736.5 49.5 L -5738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5706.5 45.5 L -5708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5706.5 49.5 L -5708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5676.5 45.5 L -5678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5676.5 49.5 L -5678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5646.5 45.5 L -5648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5646.5 49.5 L -5648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5616.5 45.5 L -5618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5616.5 49.5 L -5618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5586.5 45.5 L -5588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5586.5 49.5 L -5588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5556.5 45.5 L -5558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5556.5 49.5 L -5558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5526.5 45.5 L -5528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5526.5 49.5 L -5528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5496.5 45.5 L -5498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5496.5 49.5 L -5498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5466.5 45.5 L -5468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5466.5 49.5 L -5468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5436.5 45.5 L -5438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5436.5 49.5 L -5438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5406.5 45.5 L -5408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5406.5 49.5 L -5408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5376.5 45.5 L -5378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5376.5 49.5 L -5378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5346.5 45.5 L -5348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5346.5 49.5 L -5348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5316.5 45.5 L -5318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5316.5 49.5 L -5318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5286.5 45.5 L -5288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5286.5 49.5 L -5288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5256.5 45.5 L -5258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5256.5 49.5 L -5258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5226.5 45.5 L -5228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5226.5 49.5 L -5228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5196.5 45.5 L -5198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5196.5 49.5 L -5198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5166.5 45.5 L -5168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5166.5 49.5 L -5168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5136.5 45.5 L -5138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5136.5 49.5 L -5138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5106.5 45.5 L -5108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5106.5 49.5 L -5108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5076.5 45.5 L -5078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5076.5 49.5 L -5078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5046.5 45.5 L -5048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5046.5 49.5 L -5048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5016.5 45.5 L -5018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -5016.5 49.5 L -5018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4986.5 45.5 L -4988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4986.5 49.5 L -4988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4956.5 45.5 L -4958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4956.5 49.5 L -4958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4926.5 45.5 L -4928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4926.5 49.5 L -4928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4896.5 45.5 L -4898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4896.5 49.5 L -4898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4866.5 45.5 L -4868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4866.5 49.5 L -4868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4836.5 45.5 L -4838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4836.5 49.5 L -4838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4806.5 45.5 L -4808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4806.5 49.5 L -4808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4776.5 45.5 L -4778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4776.5 49.5 L -4778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4746.5 45.5 L -4748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4746.5 49.5 L -4748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4716.5 45.5 L -4718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4716.5 49.5 L -4718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4686.5 45.5 L -4688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4686.5 49.5 L -4688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4656.5 45.5 L -4658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4656.5 49.5 L -4658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4626.5 45.5 L -4628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4626.5 49.5 L -4628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4596.5 45.5 L -4598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4596.5 49.5 L -4598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4566.5 45.5 L -4568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4566.5 49.5 L -4568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4536.5 45.5 L -4538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4536.5 49.5 L -4538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4506.5 45.5 L -4508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4506.5 49.5 L -4508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4476.5 45.5 L -4478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4476.5 49.5 L -4478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4446.5 45.5 L -4448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4446.5 49.5 L -4448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4416.5 45.5 L -4418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4416.5 49.5 L -4418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4386.5 45.5 L -4388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4386.5 49.5 L -4388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4356.5 45.5 L -4358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4356.5 49.5 L -4358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4326.5 45.5 L -4328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4326.5 49.5 L -4328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4296.5 45.5 L -4298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4296.5 49.5 L -4298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4266.5 45.5 L -4268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4266.5 49.5 L -4268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4236.5 45.5 L -4238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4236.5 49.5 L -4238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4206.5 45.5 L -4208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4206.5 49.5 L -4208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4176.5 45.5 L -4178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4176.5 49.5 L -4178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4146.5 45.5 L -4148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4146.5 49.5 L -4148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4116.5 45.5 L -4118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4116.5 49.5 L -4118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4086.5 45.5 L -4088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4086.5 49.5 L -4088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4056.5 45.5 L -4058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4056.5 49.5 L -4058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4026.5 45.5 L -4028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -4026.5 49.5 L -4028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3996.5 45.5 L -3998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3996.5 49.5 L -3998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3966.5 45.5 L -3968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3966.5 49.5 L -3968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3936.5 45.5 L -3938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3936.5 49.5 L -3938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3906.5 45.5 L -3908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3906.5 49.5 L -3908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3876.5 45.5 L -3878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3876.5 49.5 L -3878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3846.5 45.5 L -3848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3846.5 49.5 L -3848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3816.5 45.5 L -3818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3816.5 49.5 L -3818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3786.5 45.5 L -3788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3786.5 49.5 L -3788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3756.5 45.5 L -3758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3756.5 49.5 L -3758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3726.5 45.5 L -3728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3726.5 49.5 L -3728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3696.5 45.5 L -3698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3696.5 49.5 L -3698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3666.5 45.5 L -3668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3666.5 49.5 L -3668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3636.5 45.5 L -3638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3636.5 49.5 L -3638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3606.5 45.5 L -3608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3606.5 49.5 L -3608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3576.5 45.5 L -3578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3576.5 49.5 L -3578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3546.5 45.5 L -3548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3546.5 49.5 L -3548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3516.5 45.5 L -3518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3516.5 49.5 L -3518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3486.5 45.5 L -3488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3486.5 49.5 L -3488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3456.5 45.5 L -3458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3456.5 49.5 L -3458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3426.5 45.5 L -3428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3426.5 49.5 L -3428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3396.5 45.5 L -3398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3396.5 49.5 L -3398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3366.5 45.5 L -3368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3366.5 49.5 L -3368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3336.5 45.5 L -3338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3336.5 49.5 L -3338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3306.5 45.5 L -3308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3306.5 49.5 L -3308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3276.5 45.5 L -3278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3276.5 49.5 L -3278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3246.5 45.5 L -3248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3246.5 49.5 L -3248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3216.5 45.5 L -3218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3216.5 49.5 L -3218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3186.5 45.5 L -3188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3186.5 49.5 L -3188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3156.5 45.5 L -3158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3156.5 49.5 L -3158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3126.5 45.5 L -3128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3126.5 49.5 L -3128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3096.5 45.5 L -3098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3096.5 49.5 L -3098.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3066.5 45.5 L -3068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3066.5 49.5 L -3068.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3036.5 45.5 L -3038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3036.5 49.5 L -3038.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3006.5 45.5 L -3008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -3006.5 49.5 L -3008.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2976.5 45.5 L -2978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2976.5 49.5 L -2978.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2946.5 45.5 L -2948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2946.5 49.5 L -2948.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2916.5 45.5 L -2918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2916.5 49.5 L -2918.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2886.5 45.5 L -2888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2886.5 49.5 L -2888.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2856.5 45.5 L -2858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2856.5 49.5 L -2858.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2826.5 45.5 L -2828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2826.5 49.5 L -2828.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2796.5 45.5 L -2798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2796.5 49.5 L -2798.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2766.5 45.5 L -2768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2766.5 49.5 L -2768.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2736.5 45.5 L -2738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2736.5 49.5 L -2738.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2706.5 45.5 L -2708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2706.5 49.5 L -2708.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2676.5 45.5 L -2678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2676.5 49.5 L -2678.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2646.5 45.5 L -2648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2646.5 49.5 L -2648.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2616.5 45.5 L -2618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2616.5 49.5 L -2618.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2586.5 45.5 L -2588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2586.5 49.5 L -2588.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2556.5 45.5 L -2558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2556.5 49.5 L -2558.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2526.5 45.5 L -2528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2526.5 49.5 L -2528.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2496.5 45.5 L -2498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2496.5 49.5 L -2498.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2466.5 45.5 L -2468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2466.5 49.5 L -2468.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2436.5 45.5 L -2438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2436.5 49.5 L -2438.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2406.5 45.5 L -2408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2406.5 49.5 L -2408.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2376.5 45.5 L -2378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2376.5 49.5 L -2378.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2346.5 45.5 L -2348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2346.5 49.5 L -2348.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2316.5 45.5 L -2318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2316.5 49.5 L -2318.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2286.5 45.5 L -2288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2286.5 49.5 L -2288.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2256.5 45.5 L -2258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2256.5 49.5 L -2258.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2226.5 45.5 L -2228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2226.5 49.5 L -2228.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2196.5 45.5 L -2198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2196.5 49.5 L -2198.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2166.5 45.5 L -2168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2166.5 49.5 L -2168.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2136.5 45.5 L -2138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2136.5 49.5 L -2138.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2106.5 45.5 L -2108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2106.5 49.5 L -2108.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2076.5 45.5 L -2078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2076.5 49.5 L -2078.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2046.5 45.5 L -2048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2046.5 49.5 L -2048.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2016.5 45.5 L -2018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -2016.5 49.5 L -2018.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1986.5 45.5 L -1988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1986.5 49.5 L -1988.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1956.5 45.5 L -1958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1956.5 49.5 L -1958.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1926.5 45.5 L -1928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1926.5 49.5 L -1928.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1896.5 45.5 L -1898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1896.5 49.5 L -1898.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1866.5 45.5 L -1868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1866.5 49.5 L -1868.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1836.5 45.5 L -1838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1836.5 49.5 L -1838.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1806.5 45.5 L -1808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1806.5 49.5 L -1808.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1776.5 45.5 L -1778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1776.5 49.5 L -1778.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1746.5 45.5 L -1748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1746.5 49.5 L -1748.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1716.5 45.5 L -1718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1716.5 49.5 L -1718.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1686.5 45.5 L -1688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1686.5 49.5 L -1688.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1656.5 45.5 L -1658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1656.5 49.5 L -1658.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1626.5 45.5 L -1628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1626.5 49.5 L -1628.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1596.5 45.5 L -1598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1596.5 49.5 L -1598.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1566.5 45.5 L -1568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1566.5 49.5 L -1568.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1536.5 45.5 L -1538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1536.5 49.5 L -1538.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1506.5 45.5 L -1508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1506.5 49.5 L -1508.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1476.5 45.5 L -1478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1476.5 49.5 L -1478.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1446.5 45.5 L -1448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1446.5 49.5 L -1448.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1416.5 45.5 L -1418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1416.5 49.5 L -1418.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1386.5 45.5 L -1388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1386.5 49.5 L -1388.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1356.5 45.5 L -1358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1356.5 49.5 L -1358.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1326.5 45.5 L -1328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1326.5 49.5 L -1328.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1296.5 45.5 L -1298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1296.5 49.5 L -1298.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1266.5 45.5 L -1268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1266.5 49.5 L -1268.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1236.5 45.5 L -1238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1236.5 49.5 L -1238.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1206.5 45.5 L -1208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1206.5 49.5 L -1208.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1176.5 45.5 L -1178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1176.5 49.5 L -1178.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1146.5 45.5 L -1148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1146.5 49.5 L -1148.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1116.5 45.5 L -1118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1116.5 49.5 L -1118.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1086.5 45.5 L -1088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1086.5 49.5 L -1088.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1056.5 45.5 L -1058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1056.5 49.5 L -1058.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1026.5 45.5 L -1028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -1026.5 49.5 L -1028.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -996.5 45.5 L -998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -996.5 49.5 L -998.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -966.5 45.5 L -968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -966.5 49.5 L -968.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -936.5 45.5 L -938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -936.5 49.5 L -938.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -906.5 45.5 L -908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -906.5 49.5 L -908.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -876.5 45.5 L -878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -876.5 49.5 L -878.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -846.5 45.5 L -848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -846.5 49.5 L -848.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -816.5 45.5 L -818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -816.5 49.5 L -818.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -786.5 45.5 L -788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -786.5 49.5 L -788.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -756.5 45.5 L -758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -756.5 49.5 L -758.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -726.5 45.5 L -728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -726.5 49.5 L -728.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -696.5 45.5 L -698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -696.5 49.5 L -698.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -666.5 45.5 L -668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -666.5 49.5 L -668.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -636.5 45.5 L -638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -636.5 49.5 L -638.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -606.5 45.5 L -608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -606.5 49.5 L -608.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -576.5 45.5 L -578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -576.5 49.5 L -578.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -546.5 45.5 L -548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -546.5 49.5 L -548.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -516.5 45.5 L -518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -516.5 49.5 L -518.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -486.5 45.5 L -488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -486.5 49.5 L -488.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -456.5 45.5 L -458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -456.5 49.5 L -458.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -426.5 45.5 L -428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -426.5 49.5 L -428.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -396.5 45.5 L -398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -396.5 49.5 L -398.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -366.5 45.5 L -368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -366.5 49.5 L -368.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -336.5 45.5 L -338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -336.5 49.5 L -338.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -306.5 45.5 L -308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -306.5 49.5 L -308.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -276.5 45.5 L -278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -276.5 49.5 L -278.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -246.5 45.5 L -248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -246.5 49.5 L -248.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -216.5 45.5 L -218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -216.5 49.5 L -218.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -186.5 45.5 L -188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -186.5 49.5 L -188.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -156.5 45.5 L -158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -156.5 49.5 L -158.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -126.5 45.5 L -128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -126.5 49.5 L -128.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -96.5 45.5 L -98.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -96.5 49.5 L -98.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -66.5 45.5 L -68.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -66.5 49.5 L -68.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -36.5 45.5 L -38.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -36.5 49.5 L -38.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6.5 45.5 L -8.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M -6.5 49.5 L -8.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23.5 45.5 L 21.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23.5 49.5 L 21.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 53.5 45.5 L 51.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 53.5 49.5 L 51.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 83.5 45.5 L 81.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 83.5 49.5 L 81.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 113.5 45.5 L 111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 113.5 49.5 L 111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 143.5 45.5 L 141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 143.5 49.5 L 141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 173.5 45.5 L 171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 173.5 49.5 L 171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 203.5 45.5 L 201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 203.5 49.5 L 201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 233.5 45.5 L 231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 233.5 49.5 L 231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 263.5 45.5 L 261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 263.5 49.5 L 261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 293.5 45.5 L 291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 293.5 49.5 L 291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 323.5 45.5 L 321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 323.5 49.5 L 321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 353.5 45.5 L 351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 353.5 49.5 L 351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 383.5 45.5 L 381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 383.5 49.5 L 381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 413.5 45.5 L 411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 413.5 49.5 L 411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 443.5 45.5 L 441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 443.5 49.5 L 441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 473.5 45.5 L 471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 473.5 49.5 L 471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 503.5 45.5 L 501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 503.5 49.5 L 501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 533.5 45.5 L 531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 533.5 49.5 L 531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 563.5 45.5 L 561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 563.5 49.5 L 561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 593.5 45.5 L 591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 593.5 49.5 L 591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 623.5 45.5 L 621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 623.5 49.5 L 621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 653.5 45.5 L 651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 653.5 49.5 L 651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 683.5 45.5 L 681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 683.5 49.5 L 681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 713.5 45.5 L 711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 713.5 49.5 L 711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 743.5 45.5 L 741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 743.5 49.5 L 741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 773.5 45.5 L 771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 773.5 49.5 L 771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 803.5 45.5 L 801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 803.5 49.5 L 801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 833.5 45.5 L 831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 833.5 49.5 L 831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 863.5 45.5 L 861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 863.5 49.5 L 861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 893.5 45.5 L 891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 893.5 49.5 L 891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 923.5 45.5 L 921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 923.5 49.5 L 921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 953.5 45.5 L 951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 953.5 49.5 L 951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 983.5 45.5 L 981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 983.5 49.5 L 981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1013.5 45.5 L 1011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1013.5 49.5 L 1011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1043.5 45.5 L 1041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1043.5 49.5 L 1041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1073.5 45.5 L 1071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1073.5 49.5 L 1071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1103.5 45.5 L 1101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1103.5 49.5 L 1101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1133.5 45.5 L 1131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1133.5 49.5 L 1131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1163.5 45.5 L 1161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1163.5 49.5 L 1161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1193.5 45.5 L 1191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1193.5 49.5 L 1191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1223.5 45.5 L 1221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1223.5 49.5 L 1221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1253.5 45.5 L 1251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1253.5 49.5 L 1251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1283.5 45.5 L 1281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1283.5 49.5 L 1281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1313.5 45.5 L 1311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1313.5 49.5 L 1311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1343.5 45.5 L 1341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1343.5 49.5 L 1341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1373.5 45.5 L 1371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1373.5 49.5 L 1371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1403.5 45.5 L 1401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1403.5 49.5 L 1401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1433.5 45.5 L 1431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1433.5 49.5 L 1431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1463.5 45.5 L 1461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1463.5 49.5 L 1461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1493.5 45.5 L 1491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1493.5 49.5 L 1491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1523.5 45.5 L 1521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1523.5 49.5 L 1521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1553.5 45.5 L 1551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1553.5 49.5 L 1551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1583.5 45.5 L 1581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1583.5 49.5 L 1581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1613.5 45.5 L 1611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1613.5 49.5 L 1611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1643.5 45.5 L 1641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1643.5 49.5 L 1641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1673.5 45.5 L 1671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1673.5 49.5 L 1671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1703.5 45.5 L 1701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1703.5 49.5 L 1701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1733.5 45.5 L 1731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1733.5 49.5 L 1731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1763.5 45.5 L 1761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1763.5 49.5 L 1761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1793.5 45.5 L 1791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1793.5 49.5 L 1791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1823.5 45.5 L 1821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1823.5 49.5 L 1821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1853.5 45.5 L 1851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1853.5 49.5 L 1851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1883.5 45.5 L 1881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1883.5 49.5 L 1881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1913.5 45.5 L 1911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1913.5 49.5 L 1911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1943.5 45.5 L 1941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1943.5 49.5 L 1941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1973.5 45.5 L 1971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 1973.5 49.5 L 1971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2003.5 45.5 L 2001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2003.5 49.5 L 2001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2033.5 45.5 L 2031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2033.5 49.5 L 2031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2063.5 45.5 L 2061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2063.5 49.5 L 2061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2093.5 45.5 L 2091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2093.5 49.5 L 2091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2123.5 45.5 L 2121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2123.5 49.5 L 2121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2153.5 45.5 L 2151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2153.5 49.5 L 2151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2183.5 45.5 L 2181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2183.5 49.5 L 2181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2213.5 45.5 L 2211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2213.5 49.5 L 2211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2243.5 45.5 L 2241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2243.5 49.5 L 2241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2273.5 45.5 L 2271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2273.5 49.5 L 2271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2303.5 45.5 L 2301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2303.5 49.5 L 2301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2333.5 45.5 L 2331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2333.5 49.5 L 2331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2363.5 45.5 L 2361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2363.5 49.5 L 2361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2393.5 45.5 L 2391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2393.5 49.5 L 2391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2423.5 45.5 L 2421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2423.5 49.5 L 2421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2453.5 45.5 L 2451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2453.5 49.5 L 2451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2483.5 45.5 L 2481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2483.5 49.5 L 2481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2513.5 45.5 L 2511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2513.5 49.5 L 2511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2543.5 45.5 L 2541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2543.5 49.5 L 2541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2573.5 45.5 L 2571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2573.5 49.5 L 2571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2603.5 45.5 L 2601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2603.5 49.5 L 2601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2633.5 45.5 L 2631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2633.5 49.5 L 2631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2663.5 45.5 L 2661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2663.5 49.5 L 2661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2693.5 45.5 L 2691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2693.5 49.5 L 2691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2723.5 45.5 L 2721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2723.5 49.5 L 2721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2753.5 45.5 L 2751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2753.5 49.5 L 2751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2783.5 45.5 L 2781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2783.5 49.5 L 2781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2813.5 45.5 L 2811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2813.5 49.5 L 2811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2843.5 45.5 L 2841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2843.5 49.5 L 2841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2873.5 45.5 L 2871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2873.5 49.5 L 2871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2903.5 45.5 L 2901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2903.5 49.5 L 2901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2933.5 45.5 L 2931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2933.5 49.5 L 2931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2963.5 45.5 L 2961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2963.5 49.5 L 2961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2993.5 45.5 L 2991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 2993.5 49.5 L 2991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3023.5 45.5 L 3021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3023.5 49.5 L 3021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3053.5 45.5 L 3051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3053.5 49.5 L 3051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3083.5 45.5 L 3081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3083.5 49.5 L 3081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3113.5 45.5 L 3111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3113.5 49.5 L 3111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3143.5 45.5 L 3141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3143.5 49.5 L 3141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3173.5 45.5 L 3171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3173.5 49.5 L 3171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3203.5 45.5 L 3201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3203.5 49.5 L 3201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3233.5 45.5 L 3231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3233.5 49.5 L 3231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3263.5 45.5 L 3261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3263.5 49.5 L 3261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3293.5 45.5 L 3291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3293.5 49.5 L 3291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3323.5 45.5 L 3321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3323.5 49.5 L 3321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3353.5 45.5 L 3351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3353.5 49.5 L 3351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3383.5 45.5 L 3381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3383.5 49.5 L 3381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3413.5 45.5 L 3411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3413.5 49.5 L 3411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3443.5 45.5 L 3441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3443.5 49.5 L 3441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3473.5 45.5 L 3471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3473.5 49.5 L 3471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3503.5 45.5 L 3501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3503.5 49.5 L 3501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3533.5 45.5 L 3531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3533.5 49.5 L 3531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3563.5 45.5 L 3561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3563.5 49.5 L 3561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3593.5 45.5 L 3591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3593.5 49.5 L 3591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3623.5 45.5 L 3621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3623.5 49.5 L 3621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3653.5 45.5 L 3651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3653.5 49.5 L 3651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3683.5 45.5 L 3681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3683.5 49.5 L 3681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3713.5 45.5 L 3711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3713.5 49.5 L 3711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3743.5 45.5 L 3741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3743.5 49.5 L 3741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3773.5 45.5 L 3771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3773.5 49.5 L 3771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3803.5 45.5 L 3801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3803.5 49.5 L 3801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3833.5 45.5 L 3831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3833.5 49.5 L 3831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3863.5 45.5 L 3861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3863.5 49.5 L 3861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3893.5 45.5 L 3891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3893.5 49.5 L 3891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3923.5 45.5 L 3921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3923.5 49.5 L 3921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3953.5 45.5 L 3951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3953.5 49.5 L 3951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3983.5 45.5 L 3981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 3983.5 49.5 L 3981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4013.5 45.5 L 4011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4013.5 49.5 L 4011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4043.5 45.5 L 4041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4043.5 49.5 L 4041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4073.5 45.5 L 4071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4073.5 49.5 L 4071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4103.5 45.5 L 4101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4103.5 49.5 L 4101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4133.5 45.5 L 4131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4133.5 49.5 L 4131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4163.5 45.5 L 4161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4163.5 49.5 L 4161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4193.5 45.5 L 4191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4193.5 49.5 L 4191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4223.5 45.5 L 4221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4223.5 49.5 L 4221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4253.5 45.5 L 4251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4253.5 49.5 L 4251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4283.5 45.5 L 4281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4283.5 49.5 L 4281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4313.5 45.5 L 4311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4313.5 49.5 L 4311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4343.5 45.5 L 4341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4343.5 49.5 L 4341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4373.5 45.5 L 4371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4373.5 49.5 L 4371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4403.5 45.5 L 4401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4403.5 49.5 L 4401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4433.5 45.5 L 4431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4433.5 49.5 L 4431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4463.5 45.5 L 4461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4463.5 49.5 L 4461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4493.5 45.5 L 4491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4493.5 49.5 L 4491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4523.5 45.5 L 4521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4523.5 49.5 L 4521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4553.5 45.5 L 4551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4553.5 49.5 L 4551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4583.5 45.5 L 4581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4583.5 49.5 L 4581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4613.5 45.5 L 4611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4613.5 49.5 L 4611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4643.5 45.5 L 4641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4643.5 49.5 L 4641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4673.5 45.5 L 4671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4673.5 49.5 L 4671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4703.5 45.5 L 4701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4703.5 49.5 L 4701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4733.5 45.5 L 4731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4733.5 49.5 L 4731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4763.5 45.5 L 4761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4763.5 49.5 L 4761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4793.5 45.5 L 4791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4793.5 49.5 L 4791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4823.5 45.5 L 4821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4823.5 49.5 L 4821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4853.5 45.5 L 4851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4853.5 49.5 L 4851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4883.5 45.5 L 4881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4883.5 49.5 L 4881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4913.5 45.5 L 4911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4913.5 49.5 L 4911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4943.5 45.5 L 4941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4943.5 49.5 L 4941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4973.5 45.5 L 4971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 4973.5 49.5 L 4971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5003.5 45.5 L 5001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5003.5 49.5 L 5001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5033.5 45.5 L 5031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5033.5 49.5 L 5031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5063.5 45.5 L 5061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5063.5 49.5 L 5061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5093.5 45.5 L 5091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5093.5 49.5 L 5091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5123.5 45.5 L 5121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5123.5 49.5 L 5121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5153.5 45.5 L 5151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5153.5 49.5 L 5151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5183.5 45.5 L 5181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5183.5 49.5 L 5181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5213.5 45.5 L 5211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5213.5 49.5 L 5211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5243.5 45.5 L 5241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5243.5 49.5 L 5241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5273.5 45.5 L 5271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5273.5 49.5 L 5271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5303.5 45.5 L 5301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5303.5 49.5 L 5301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5333.5 45.5 L 5331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5333.5 49.5 L 5331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5363.5 45.5 L 5361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5363.5 49.5 L 5361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5393.5 45.5 L 5391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5393.5 49.5 L 5391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5423.5 45.5 L 5421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5423.5 49.5 L 5421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5453.5 45.5 L 5451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5453.5 49.5 L 5451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5483.5 45.5 L 5481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5483.5 49.5 L 5481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5513.5 45.5 L 5511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5513.5 49.5 L 5511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5543.5 45.5 L 5541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5543.5 49.5 L 5541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5573.5 45.5 L 5571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5573.5 49.5 L 5571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5603.5 45.5 L 5601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5603.5 49.5 L 5601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5633.5 45.5 L 5631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5633.5 49.5 L 5631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5663.5 45.5 L 5661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5663.5 49.5 L 5661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5693.5 45.5 L 5691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5693.5 49.5 L 5691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5723.5 45.5 L 5721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5723.5 49.5 L 5721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5753.5 45.5 L 5751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5753.5 49.5 L 5751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5783.5 45.5 L 5781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5783.5 49.5 L 5781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5813.5 45.5 L 5811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5813.5 49.5 L 5811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5843.5 45.5 L 5841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5843.5 49.5 L 5841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5873.5 45.5 L 5871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5873.5 49.5 L 5871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5903.5 45.5 L 5901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5903.5 49.5 L 5901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5933.5 45.5 L 5931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5933.5 49.5 L 5931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5963.5 45.5 L 5961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5963.5 49.5 L 5961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5993.5 45.5 L 5991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 5993.5 49.5 L 5991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6023.5 45.5 L 6021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6023.5 49.5 L 6021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6053.5 45.5 L 6051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6053.5 49.5 L 6051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6083.5 45.5 L 6081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6083.5 49.5 L 6081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6113.5 45.5 L 6111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6113.5 49.5 L 6111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6143.5 45.5 L 6141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6143.5 49.5 L 6141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6173.5 45.5 L 6171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6173.5 49.5 L 6171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6203.5 45.5 L 6201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6203.5 49.5 L 6201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6233.5 45.5 L 6231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6233.5 49.5 L 6231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6263.5 45.5 L 6261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6263.5 49.5 L 6261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6293.5 45.5 L 6291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6293.5 49.5 L 6291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6323.5 45.5 L 6321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6323.5 49.5 L 6321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6353.5 45.5 L 6351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6353.5 49.5 L 6351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6383.5 45.5 L 6381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6383.5 49.5 L 6381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6413.5 45.5 L 6411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6413.5 49.5 L 6411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6443.5 45.5 L 6441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6443.5 49.5 L 6441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6473.5 45.5 L 6471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6473.5 49.5 L 6471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6503.5 45.5 L 6501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6503.5 49.5 L 6501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6533.5 45.5 L 6531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6533.5 49.5 L 6531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6563.5 45.5 L 6561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6563.5 49.5 L 6561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6593.5 45.5 L 6591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6593.5 49.5 L 6591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6623.5 45.5 L 6621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6623.5 49.5 L 6621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6653.5 45.5 L 6651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6653.5 49.5 L 6651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6683.5 45.5 L 6681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6683.5 49.5 L 6681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6713.5 45.5 L 6711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6713.5 49.5 L 6711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6743.5 45.5 L 6741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6743.5 49.5 L 6741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6773.5 45.5 L 6771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6773.5 49.5 L 6771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6803.5 45.5 L 6801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6803.5 49.5 L 6801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6833.5 45.5 L 6831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6833.5 49.5 L 6831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6863.5 45.5 L 6861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6863.5 49.5 L 6861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6893.5 45.5 L 6891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6893.5 49.5 L 6891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6923.5 45.5 L 6921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6923.5 49.5 L 6921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6953.5 45.5 L 6951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6953.5 49.5 L 6951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6983.5 45.5 L 6981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 6983.5 49.5 L 6981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7013.5 45.5 L 7011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7013.5 49.5 L 7011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7043.5 45.5 L 7041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7043.5 49.5 L 7041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7073.5 45.5 L 7071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7073.5 49.5 L 7071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7103.5 45.5 L 7101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7103.5 49.5 L 7101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7133.5 45.5 L 7131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7133.5 49.5 L 7131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7163.5 45.5 L 7161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7163.5 49.5 L 7161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7193.5 45.5 L 7191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7193.5 49.5 L 7191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7223.5 45.5 L 7221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7223.5 49.5 L 7221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7253.5 45.5 L 7251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7253.5 49.5 L 7251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7283.5 45.5 L 7281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7283.5 49.5 L 7281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7313.5 45.5 L 7311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7313.5 49.5 L 7311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7343.5 45.5 L 7341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7343.5 49.5 L 7341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7373.5 45.5 L 7371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7373.5 49.5 L 7371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7403.5 45.5 L 7401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7403.5 49.5 L 7401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7433.5 45.5 L 7431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7433.5 49.5 L 7431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7463.5 45.5 L 7461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7463.5 49.5 L 7461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7493.5 45.5 L 7491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7493.5 49.5 L 7491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7523.5 45.5 L 7521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7523.5 49.5 L 7521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7553.5 45.5 L 7551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7553.5 49.5 L 7551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7583.5 45.5 L 7581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7583.5 49.5 L 7581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7613.5 45.5 L 7611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7613.5 49.5 L 7611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7643.5 45.5 L 7641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7643.5 49.5 L 7641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7673.5 45.5 L 7671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7673.5 49.5 L 7671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7703.5 45.5 L 7701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7703.5 49.5 L 7701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7733.5 45.5 L 7731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7733.5 49.5 L 7731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7763.5 45.5 L 7761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7763.5 49.5 L 7761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7793.5 45.5 L 7791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7793.5 49.5 L 7791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7823.5 45.5 L 7821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7823.5 49.5 L 7821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7853.5 45.5 L 7851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7853.5 49.5 L 7851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7883.5 45.5 L 7881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7883.5 49.5 L 7881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7913.5 45.5 L 7911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7913.5 49.5 L 7911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7943.5 45.5 L 7941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7943.5 49.5 L 7941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7973.5 45.5 L 7971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 7973.5 49.5 L 7971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8003.5 45.5 L 8001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8003.5 49.5 L 8001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8033.5 45.5 L 8031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8033.5 49.5 L 8031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8063.5 45.5 L 8061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8063.5 49.5 L 8061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8093.5 45.5 L 8091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8093.5 49.5 L 8091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8123.5 45.5 L 8121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8123.5 49.5 L 8121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8153.5 45.5 L 8151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8153.5 49.5 L 8151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8183.5 45.5 L 8181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8183.5 49.5 L 8181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8213.5 45.5 L 8211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8213.5 49.5 L 8211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8243.5 45.5 L 8241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8243.5 49.5 L 8241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8273.5 45.5 L 8271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8273.5 49.5 L 8271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8303.5 45.5 L 8301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8303.5 49.5 L 8301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8333.5 45.5 L 8331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8333.5 49.5 L 8331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8363.5 45.5 L 8361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8363.5 49.5 L 8361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8393.5 45.5 L 8391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8393.5 49.5 L 8391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8423.5 45.5 L 8421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8423.5 49.5 L 8421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8453.5 45.5 L 8451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8453.5 49.5 L 8451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8483.5 45.5 L 8481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8483.5 49.5 L 8481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8513.5 45.5 L 8511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8513.5 49.5 L 8511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8543.5 45.5 L 8541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8543.5 49.5 L 8541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8573.5 45.5 L 8571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8573.5 49.5 L 8571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8603.5 45.5 L 8601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8603.5 49.5 L 8601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8633.5 45.5 L 8631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8633.5 49.5 L 8631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8663.5 45.5 L 8661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8663.5 49.5 L 8661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8693.5 45.5 L 8691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8693.5 49.5 L 8691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8723.5 45.5 L 8721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8723.5 49.5 L 8721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8753.5 45.5 L 8751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8753.5 49.5 L 8751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8783.5 45.5 L 8781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8783.5 49.5 L 8781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8813.5 45.5 L 8811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8813.5 49.5 L 8811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8843.5 45.5 L 8841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8843.5 49.5 L 8841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8873.5 45.5 L 8871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8873.5 49.5 L 8871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8903.5 45.5 L 8901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8903.5 49.5 L 8901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8933.5 45.5 L 8931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8933.5 49.5 L 8931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8963.5 45.5 L 8961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8963.5 49.5 L 8961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8993.5 45.5 L 8991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 8993.5 49.5 L 8991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9023.5 45.5 L 9021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9023.5 49.5 L 9021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9053.5 45.5 L 9051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9053.5 49.5 L 9051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9083.5 45.5 L 9081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9083.5 49.5 L 9081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9113.5 45.5 L 9111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9113.5 49.5 L 9111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9143.5 45.5 L 9141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9143.5 49.5 L 9141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9173.5 45.5 L 9171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9173.5 49.5 L 9171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9203.5 45.5 L 9201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9203.5 49.5 L 9201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9233.5 45.5 L 9231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9233.5 49.5 L 9231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9263.5 45.5 L 9261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9263.5 49.5 L 9261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9293.5 45.5 L 9291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9293.5 49.5 L 9291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9323.5 45.5 L 9321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9323.5 49.5 L 9321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9353.5 45.5 L 9351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9353.5 49.5 L 9351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9383.5 45.5 L 9381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9383.5 49.5 L 9381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9413.5 45.5 L 9411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9413.5 49.5 L 9411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9443.5 45.5 L 9441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9443.5 49.5 L 9441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9473.5 45.5 L 9471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9473.5 49.5 L 9471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9503.5 45.5 L 9501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9503.5 49.5 L 9501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9533.5 45.5 L 9531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9533.5 49.5 L 9531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9563.5 45.5 L 9561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9563.5 49.5 L 9561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9593.5 45.5 L 9591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9593.5 49.5 L 9591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9623.5 45.5 L 9621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9623.5 49.5 L 9621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9653.5 45.5 L 9651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9653.5 49.5 L 9651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9683.5 45.5 L 9681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9683.5 49.5 L 9681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9713.5 45.5 L 9711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9713.5 49.5 L 9711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9743.5 45.5 L 9741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9743.5 49.5 L 9741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9773.5 45.5 L 9771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9773.5 49.5 L 9771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9803.5 45.5 L 9801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9803.5 49.5 L 9801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9833.5 45.5 L 9831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9833.5 49.5 L 9831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9863.5 45.5 L 9861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9863.5 49.5 L 9861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9893.5 45.5 L 9891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9893.5 49.5 L 9891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9923.5 45.5 L 9921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9923.5 49.5 L 9921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9953.5 45.5 L 9951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9953.5 49.5 L 9951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9983.5 45.5 L 9981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 9983.5 49.5 L 9981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10013.5 45.5 L 10011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10013.5 49.5 L 10011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10043.5 45.5 L 10041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10043.5 49.5 L 10041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10073.5 45.5 L 10071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10073.5 49.5 L 10071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10103.5 45.5 L 10101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10103.5 49.5 L 10101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10133.5 45.5 L 10131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10133.5 49.5 L 10131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10163.5 45.5 L 10161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10163.5 49.5 L 10161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10193.5 45.5 L 10191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10193.5 49.5 L 10191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10223.5 45.5 L 10221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10223.5 49.5 L 10221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10253.5 45.5 L 10251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10253.5 49.5 L 10251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10283.5 45.5 L 10281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10283.5 49.5 L 10281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10313.5 45.5 L 10311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10313.5 49.5 L 10311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10343.5 45.5 L 10341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10343.5 49.5 L 10341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10373.5 45.5 L 10371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10373.5 49.5 L 10371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10403.5 45.5 L 10401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10403.5 49.5 L 10401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10433.5 45.5 L 10431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10433.5 49.5 L 10431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10463.5 45.5 L 10461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10463.5 49.5 L 10461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10493.5 45.5 L 10491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10493.5 49.5 L 10491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10523.5 45.5 L 10521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10523.5 49.5 L 10521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10553.5 45.5 L 10551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10553.5 49.5 L 10551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10583.5 45.5 L 10581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10583.5 49.5 L 10581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10613.5 45.5 L 10611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10613.5 49.5 L 10611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10643.5 45.5 L 10641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10643.5 49.5 L 10641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10673.5 45.5 L 10671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10673.5 49.5 L 10671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10703.5 45.5 L 10701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10703.5 49.5 L 10701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10733.5 45.5 L 10731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10733.5 49.5 L 10731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10763.5 45.5 L 10761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10763.5 49.5 L 10761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10793.5 45.5 L 10791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10793.5 49.5 L 10791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10823.5 45.5 L 10821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10823.5 49.5 L 10821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10853.5 45.5 L 10851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10853.5 49.5 L 10851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10883.5 45.5 L 10881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10883.5 49.5 L 10881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10913.5 45.5 L 10911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10913.5 49.5 L 10911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10943.5 45.5 L 10941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10943.5 49.5 L 10941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10973.5 45.5 L 10971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 10973.5 49.5 L 10971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11003.5 45.5 L 11001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11003.5 49.5 L 11001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11033.5 45.5 L 11031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11033.5 49.5 L 11031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11063.5 45.5 L 11061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11063.5 49.5 L 11061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11093.5 45.5 L 11091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11093.5 49.5 L 11091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11123.5 45.5 L 11121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11123.5 49.5 L 11121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11153.5 45.5 L 11151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11153.5 49.5 L 11151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11183.5 45.5 L 11181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11183.5 49.5 L 11181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11213.5 45.5 L 11211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11213.5 49.5 L 11211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11243.5 45.5 L 11241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11243.5 49.5 L 11241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11273.5 45.5 L 11271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11273.5 49.5 L 11271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11303.5 45.5 L 11301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11303.5 49.5 L 11301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11333.5 45.5 L 11331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11333.5 49.5 L 11331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11363.5 45.5 L 11361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11363.5 49.5 L 11361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11393.5 45.5 L 11391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11393.5 49.5 L 11391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11423.5 45.5 L 11421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11423.5 49.5 L 11421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11453.5 45.5 L 11451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11453.5 49.5 L 11451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11483.5 45.5 L 11481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11483.5 49.5 L 11481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11513.5 45.5 L 11511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11513.5 49.5 L 11511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11543.5 45.5 L 11541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11543.5 49.5 L 11541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11573.5 45.5 L 11571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11573.5 49.5 L 11571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11603.5 45.5 L 11601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11603.5 49.5 L 11601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11633.5 45.5 L 11631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11633.5 49.5 L 11631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11663.5 45.5 L 11661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11663.5 49.5 L 11661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11693.5 45.5 L 11691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11693.5 49.5 L 11691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11723.5 45.5 L 11721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11723.5 49.5 L 11721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11753.5 45.5 L 11751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11753.5 49.5 L 11751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11783.5 45.5 L 11781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11783.5 49.5 L 11781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11813.5 45.5 L 11811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11813.5 49.5 L 11811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11843.5 45.5 L 11841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11843.5 49.5 L 11841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11873.5 45.5 L 11871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11873.5 49.5 L 11871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11903.5 45.5 L 11901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11903.5 49.5 L 11901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11933.5 45.5 L 11931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11933.5 49.5 L 11931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11963.5 45.5 L 11961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11963.5 49.5 L 11961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11993.5 45.5 L 11991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 11993.5 49.5 L 11991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12023.5 45.5 L 12021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12023.5 49.5 L 12021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12053.5 45.5 L 12051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12053.5 49.5 L 12051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12083.5 45.5 L 12081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12083.5 49.5 L 12081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12113.5 45.5 L 12111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12113.5 49.5 L 12111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12143.5 45.5 L 12141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12143.5 49.5 L 12141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12173.5 45.5 L 12171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12173.5 49.5 L 12171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12203.5 45.5 L 12201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12203.5 49.5 L 12201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12233.5 45.5 L 12231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12233.5 49.5 L 12231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12263.5 45.5 L 12261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12263.5 49.5 L 12261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12293.5 45.5 L 12291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12293.5 49.5 L 12291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12323.5 45.5 L 12321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12323.5 49.5 L 12321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12353.5 45.5 L 12351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12353.5 49.5 L 12351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12383.5 45.5 L 12381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12383.5 49.5 L 12381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12413.5 45.5 L 12411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12413.5 49.5 L 12411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12443.5 45.5 L 12441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12443.5 49.5 L 12441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12473.5 45.5 L 12471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12473.5 49.5 L 12471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12503.5 45.5 L 12501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12503.5 49.5 L 12501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12533.5 45.5 L 12531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12533.5 49.5 L 12531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12563.5 45.5 L 12561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12563.5 49.5 L 12561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12593.5 45.5 L 12591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12593.5 49.5 L 12591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12623.5 45.5 L 12621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12623.5 49.5 L 12621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12653.5 45.5 L 12651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12653.5 49.5 L 12651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12683.5 45.5 L 12681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12683.5 49.5 L 12681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12713.5 45.5 L 12711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12713.5 49.5 L 12711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12743.5 45.5 L 12741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12743.5 49.5 L 12741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12773.5 45.5 L 12771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12773.5 49.5 L 12771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12803.5 45.5 L 12801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12803.5 49.5 L 12801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12833.5 45.5 L 12831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12833.5 49.5 L 12831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12863.5 45.5 L 12861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12863.5 49.5 L 12861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12893.5 45.5 L 12891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12893.5 49.5 L 12891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12923.5 45.5 L 12921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12923.5 49.5 L 12921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12953.5 45.5 L 12951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12953.5 49.5 L 12951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12983.5 45.5 L 12981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 12983.5 49.5 L 12981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13013.5 45.5 L 13011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13013.5 49.5 L 13011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13043.5 45.5 L 13041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13043.5 49.5 L 13041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13073.5 45.5 L 13071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13073.5 49.5 L 13071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13103.5 45.5 L 13101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13103.5 49.5 L 13101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13133.5 45.5 L 13131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13133.5 49.5 L 13131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13163.5 45.5 L 13161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13163.5 49.5 L 13161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13193.5 45.5 L 13191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13193.5 49.5 L 13191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13223.5 45.5 L 13221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13223.5 49.5 L 13221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13253.5 45.5 L 13251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13253.5 49.5 L 13251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13283.5 45.5 L 13281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13283.5 49.5 L 13281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13313.5 45.5 L 13311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13313.5 49.5 L 13311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13343.5 45.5 L 13341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13343.5 49.5 L 13341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13373.5 45.5 L 13371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13373.5 49.5 L 13371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13403.5 45.5 L 13401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13403.5 49.5 L 13401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13433.5 45.5 L 13431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13433.5 49.5 L 13431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13463.5 45.5 L 13461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13463.5 49.5 L 13461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13493.5 45.5 L 13491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13493.5 49.5 L 13491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13523.5 45.5 L 13521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13523.5 49.5 L 13521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13553.5 45.5 L 13551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13553.5 49.5 L 13551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13583.5 45.5 L 13581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13583.5 49.5 L 13581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13613.5 45.5 L 13611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13613.5 49.5 L 13611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13643.5 45.5 L 13641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13643.5 49.5 L 13641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13673.5 45.5 L 13671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13673.5 49.5 L 13671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13703.5 45.5 L 13701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13703.5 49.5 L 13701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13733.5 45.5 L 13731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13733.5 49.5 L 13731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13763.5 45.5 L 13761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13763.5 49.5 L 13761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13793.5 45.5 L 13791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13793.5 49.5 L 13791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13823.5 45.5 L 13821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13823.5 49.5 L 13821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13853.5 45.5 L 13851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13853.5 49.5 L 13851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13883.5 45.5 L 13881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13883.5 49.5 L 13881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13913.5 45.5 L 13911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13913.5 49.5 L 13911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13943.5 45.5 L 13941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13943.5 49.5 L 13941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13973.5 45.5 L 13971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 13973.5 49.5 L 13971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14003.5 45.5 L 14001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14003.5 49.5 L 14001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14033.5 45.5 L 14031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14033.5 49.5 L 14031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14063.5 45.5 L 14061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14063.5 49.5 L 14061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14093.5 45.5 L 14091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14093.5 49.5 L 14091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14123.5 45.5 L 14121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14123.5 49.5 L 14121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14153.5 45.5 L 14151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14153.5 49.5 L 14151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14183.5 45.5 L 14181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14183.5 49.5 L 14181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14213.5 45.5 L 14211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14213.5 49.5 L 14211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14243.5 45.5 L 14241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14243.5 49.5 L 14241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14273.5 45.5 L 14271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14273.5 49.5 L 14271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14303.5 45.5 L 14301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14303.5 49.5 L 14301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14333.5 45.5 L 14331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14333.5 49.5 L 14331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14363.5 45.5 L 14361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14363.5 49.5 L 14361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14393.5 45.5 L 14391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14393.5 49.5 L 14391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14423.5 45.5 L 14421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14423.5 49.5 L 14421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14453.5 45.5 L 14451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14453.5 49.5 L 14451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14483.5 45.5 L 14481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14483.5 49.5 L 14481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14513.5 45.5 L 14511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14513.5 49.5 L 14511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14543.5 45.5 L 14541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14543.5 49.5 L 14541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14573.5 45.5 L 14571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14573.5 49.5 L 14571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14603.5 45.5 L 14601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14603.5 49.5 L 14601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14633.5 45.5 L 14631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14633.5 49.5 L 14631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14663.5 45.5 L 14661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14663.5 49.5 L 14661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14693.5 45.5 L 14691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14693.5 49.5 L 14691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14723.5 45.5 L 14721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14723.5 49.5 L 14721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14753.5 45.5 L 14751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14753.5 49.5 L 14751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14783.5 45.5 L 14781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14783.5 49.5 L 14781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14813.5 45.5 L 14811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14813.5 49.5 L 14811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14843.5 45.5 L 14841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14843.5 49.5 L 14841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14873.5 45.5 L 14871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14873.5 49.5 L 14871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14903.5 45.5 L 14901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14903.5 49.5 L 14901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14933.5 45.5 L 14931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14933.5 49.5 L 14931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14963.5 45.5 L 14961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14963.5 49.5 L 14961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14993.5 45.5 L 14991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 14993.5 49.5 L 14991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15023.5 45.5 L 15021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15023.5 49.5 L 15021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15053.5 45.5 L 15051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15053.5 49.5 L 15051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15083.5 45.5 L 15081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15083.5 49.5 L 15081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15113.5 45.5 L 15111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15113.5 49.5 L 15111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15143.5 45.5 L 15141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15143.5 49.5 L 15141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15173.5 45.5 L 15171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15173.5 49.5 L 15171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15203.5 45.5 L 15201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15203.5 49.5 L 15201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15233.5 45.5 L 15231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15233.5 49.5 L 15231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15263.5 45.5 L 15261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15263.5 49.5 L 15261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15293.5 45.5 L 15291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15293.5 49.5 L 15291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15323.5 45.5 L 15321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15323.5 49.5 L 15321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15353.5 45.5 L 15351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15353.5 49.5 L 15351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15383.5 45.5 L 15381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15383.5 49.5 L 15381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15413.5 45.5 L 15411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15413.5 49.5 L 15411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15443.5 45.5 L 15441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15443.5 49.5 L 15441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15473.5 45.5 L 15471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15473.5 49.5 L 15471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15503.5 45.5 L 15501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15503.5 49.5 L 15501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15533.5 45.5 L 15531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15533.5 49.5 L 15531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15563.5 45.5 L 15561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15563.5 49.5 L 15561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15593.5 45.5 L 15591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15593.5 49.5 L 15591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15623.5 45.5 L 15621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15623.5 49.5 L 15621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15653.5 45.5 L 15651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15653.5 49.5 L 15651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15683.5 45.5 L 15681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15683.5 49.5 L 15681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15713.5 45.5 L 15711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15713.5 49.5 L 15711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15743.5 45.5 L 15741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15743.5 49.5 L 15741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15773.5 45.5 L 15771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15773.5 49.5 L 15771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15803.5 45.5 L 15801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15803.5 49.5 L 15801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15833.5 45.5 L 15831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15833.5 49.5 L 15831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15863.5 45.5 L 15861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15863.5 49.5 L 15861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15893.5 45.5 L 15891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15893.5 49.5 L 15891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15923.5 45.5 L 15921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15923.5 49.5 L 15921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15953.5 45.5 L 15951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15953.5 49.5 L 15951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15983.5 45.5 L 15981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 15983.5 49.5 L 15981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16013.5 45.5 L 16011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16013.5 49.5 L 16011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16043.5 45.5 L 16041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16043.5 49.5 L 16041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16073.5 45.5 L 16071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16073.5 49.5 L 16071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16103.5 45.5 L 16101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16103.5 49.5 L 16101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16133.5 45.5 L 16131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16133.5 49.5 L 16131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16163.5 45.5 L 16161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16163.5 49.5 L 16161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16193.5 45.5 L 16191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16193.5 49.5 L 16191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16223.5 45.5 L 16221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16223.5 49.5 L 16221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16253.5 45.5 L 16251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16253.5 49.5 L 16251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16283.5 45.5 L 16281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16283.5 49.5 L 16281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16313.5 45.5 L 16311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16313.5 49.5 L 16311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16343.5 45.5 L 16341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16343.5 49.5 L 16341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16373.5 45.5 L 16371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16373.5 49.5 L 16371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16403.5 45.5 L 16401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16403.5 49.5 L 16401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16433.5 45.5 L 16431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16433.5 49.5 L 16431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16463.5 45.5 L 16461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16463.5 49.5 L 16461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16493.5 45.5 L 16491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16493.5 49.5 L 16491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16523.5 45.5 L 16521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16523.5 49.5 L 16521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16553.5 45.5 L 16551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16553.5 49.5 L 16551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16583.5 45.5 L 16581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16583.5 49.5 L 16581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16613.5 45.5 L 16611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16613.5 49.5 L 16611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16643.5 45.5 L 16641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16643.5 49.5 L 16641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16673.5 45.5 L 16671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16673.5 49.5 L 16671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16703.5 45.5 L 16701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16703.5 49.5 L 16701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16733.5 45.5 L 16731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16733.5 49.5 L 16731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16763.5 45.5 L 16761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16763.5 49.5 L 16761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16793.5 45.5 L 16791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16793.5 49.5 L 16791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16823.5 45.5 L 16821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16823.5 49.5 L 16821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16853.5 45.5 L 16851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16853.5 49.5 L 16851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16883.5 45.5 L 16881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16883.5 49.5 L 16881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16913.5 45.5 L 16911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16913.5 49.5 L 16911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16943.5 45.5 L 16941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16943.5 49.5 L 16941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16973.5 45.5 L 16971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 16973.5 49.5 L 16971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17003.5 45.5 L 17001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17003.5 49.5 L 17001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17033.5 45.5 L 17031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17033.5 49.5 L 17031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17063.5 45.5 L 17061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17063.5 49.5 L 17061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17093.5 45.5 L 17091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17093.5 49.5 L 17091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17123.5 45.5 L 17121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17123.5 49.5 L 17121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17153.5 45.5 L 17151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17153.5 49.5 L 17151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17183.5 45.5 L 17181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17183.5 49.5 L 17181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17213.5 45.5 L 17211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17213.5 49.5 L 17211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17243.5 45.5 L 17241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17243.5 49.5 L 17241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17273.5 45.5 L 17271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17273.5 49.5 L 17271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17303.5 45.5 L 17301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17303.5 49.5 L 17301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17333.5 45.5 L 17331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17333.5 49.5 L 17331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17363.5 45.5 L 17361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17363.5 49.5 L 17361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17393.5 45.5 L 17391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17393.5 49.5 L 17391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17423.5 45.5 L 17421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17423.5 49.5 L 17421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17453.5 45.5 L 17451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17453.5 49.5 L 17451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17483.5 45.5 L 17481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17483.5 49.5 L 17481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17513.5 45.5 L 17511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17513.5 49.5 L 17511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17543.5 45.5 L 17541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17543.5 49.5 L 17541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17573.5 45.5 L 17571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17573.5 49.5 L 17571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17603.5 45.5 L 17601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17603.5 49.5 L 17601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17633.5 45.5 L 17631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17633.5 49.5 L 17631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17663.5 45.5 L 17661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17663.5 49.5 L 17661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17693.5 45.5 L 17691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17693.5 49.5 L 17691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17723.5 45.5 L 17721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17723.5 49.5 L 17721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17753.5 45.5 L 17751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17753.5 49.5 L 17751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17783.5 45.5 L 17781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17783.5 49.5 L 17781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17813.5 45.5 L 17811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17813.5 49.5 L 17811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17843.5 45.5 L 17841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17843.5 49.5 L 17841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17873.5 45.5 L 17871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17873.5 49.5 L 17871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17903.5 45.5 L 17901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17903.5 49.5 L 17901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17933.5 45.5 L 17931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17933.5 49.5 L 17931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17963.5 45.5 L 17961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17963.5 49.5 L 17961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17993.5 45.5 L 17991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 17993.5 49.5 L 17991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18023.5 45.5 L 18021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18023.5 49.5 L 18021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18053.5 45.5 L 18051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18053.5 49.5 L 18051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18083.5 45.5 L 18081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18083.5 49.5 L 18081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18113.5 45.5 L 18111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18113.5 49.5 L 18111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18143.5 45.5 L 18141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18143.5 49.5 L 18141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18173.5 45.5 L 18171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18173.5 49.5 L 18171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18203.5 45.5 L 18201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18203.5 49.5 L 18201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18233.5 45.5 L 18231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18233.5 49.5 L 18231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18263.5 45.5 L 18261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18263.5 49.5 L 18261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18293.5 45.5 L 18291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18293.5 49.5 L 18291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18323.5 45.5 L 18321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18323.5 49.5 L 18321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18353.5 45.5 L 18351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18353.5 49.5 L 18351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18383.5 45.5 L 18381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18383.5 49.5 L 18381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18413.5 45.5 L 18411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18413.5 49.5 L 18411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18443.5 45.5 L 18441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18443.5 49.5 L 18441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18473.5 45.5 L 18471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18473.5 49.5 L 18471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18503.5 45.5 L 18501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18503.5 49.5 L 18501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18533.5 45.5 L 18531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18533.5 49.5 L 18531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18563.5 45.5 L 18561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18563.5 49.5 L 18561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18593.5 45.5 L 18591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18593.5 49.5 L 18591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18623.5 45.5 L 18621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18623.5 49.5 L 18621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18653.5 45.5 L 18651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18653.5 49.5 L 18651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18683.5 45.5 L 18681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18683.5 49.5 L 18681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18713.5 45.5 L 18711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18713.5 49.5 L 18711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18743.5 45.5 L 18741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18743.5 49.5 L 18741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18773.5 45.5 L 18771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18773.5 49.5 L 18771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18803.5 45.5 L 18801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18803.5 49.5 L 18801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18833.5 45.5 L 18831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18833.5 49.5 L 18831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18863.5 45.5 L 18861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18863.5 49.5 L 18861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18893.5 45.5 L 18891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18893.5 49.5 L 18891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18923.5 45.5 L 18921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18923.5 49.5 L 18921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18953.5 45.5 L 18951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18953.5 49.5 L 18951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18983.5 45.5 L 18981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 18983.5 49.5 L 18981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19013.5 45.5 L 19011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19013.5 49.5 L 19011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19043.5 45.5 L 19041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19043.5 49.5 L 19041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19073.5 45.5 L 19071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19073.5 49.5 L 19071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19103.5 45.5 L 19101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19103.5 49.5 L 19101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19133.5 45.5 L 19131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19133.5 49.5 L 19131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19163.5 45.5 L 19161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19163.5 49.5 L 19161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19193.5 45.5 L 19191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19193.5 49.5 L 19191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19223.5 45.5 L 19221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19223.5 49.5 L 19221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19253.5 45.5 L 19251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19253.5 49.5 L 19251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19283.5 45.5 L 19281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19283.5 49.5 L 19281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19313.5 45.5 L 19311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19313.5 49.5 L 19311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19343.5 45.5 L 19341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19343.5 49.5 L 19341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19373.5 45.5 L 19371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19373.5 49.5 L 19371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19403.5 45.5 L 19401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19403.5 49.5 L 19401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19433.5 45.5 L 19431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19433.5 49.5 L 19431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19463.5 45.5 L 19461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19463.5 49.5 L 19461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19493.5 45.5 L 19491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19493.5 49.5 L 19491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19523.5 45.5 L 19521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19523.5 49.5 L 19521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19553.5 45.5 L 19551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19553.5 49.5 L 19551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19583.5 45.5 L 19581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19583.5 49.5 L 19581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19613.5 45.5 L 19611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19613.5 49.5 L 19611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19643.5 45.5 L 19641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19643.5 49.5 L 19641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19673.5 45.5 L 19671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19673.5 49.5 L 19671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19703.5 45.5 L 19701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19703.5 49.5 L 19701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19733.5 45.5 L 19731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19733.5 49.5 L 19731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19763.5 45.5 L 19761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19763.5 49.5 L 19761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19793.5 45.5 L 19791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19793.5 49.5 L 19791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19823.5 45.5 L 19821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19823.5 49.5 L 19821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19853.5 45.5 L 19851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19853.5 49.5 L 19851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19883.5 45.5 L 19881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19883.5 49.5 L 19881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19913.5 45.5 L 19911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19913.5 49.5 L 19911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19943.5 45.5 L 19941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19943.5 49.5 L 19941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19973.5 45.5 L 19971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 19973.5 49.5 L 19971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20003.5 45.5 L 20001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20003.5 49.5 L 20001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20033.5 45.5 L 20031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20033.5 49.5 L 20031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20063.5 45.5 L 20061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20063.5 49.5 L 20061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20093.5 45.5 L 20091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20093.5 49.5 L 20091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20123.5 45.5 L 20121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20123.5 49.5 L 20121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20153.5 45.5 L 20151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20153.5 49.5 L 20151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20183.5 45.5 L 20181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20183.5 49.5 L 20181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20213.5 45.5 L 20211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20213.5 49.5 L 20211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20243.5 45.5 L 20241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20243.5 49.5 L 20241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20273.5 45.5 L 20271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20273.5 49.5 L 20271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20303.5 45.5 L 20301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20303.5 49.5 L 20301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20333.5 45.5 L 20331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20333.5 49.5 L 20331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20363.5 45.5 L 20361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20363.5 49.5 L 20361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20393.5 45.5 L 20391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20393.5 49.5 L 20391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20423.5 45.5 L 20421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20423.5 49.5 L 20421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20453.5 45.5 L 20451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20453.5 49.5 L 20451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20483.5 45.5 L 20481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20483.5 49.5 L 20481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20513.5 45.5 L 20511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20513.5 49.5 L 20511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20543.5 45.5 L 20541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20543.5 49.5 L 20541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20573.5 45.5 L 20571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20573.5 49.5 L 20571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20603.5 45.5 L 20601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20603.5 49.5 L 20601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20633.5 45.5 L 20631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20633.5 49.5 L 20631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20663.5 45.5 L 20661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20663.5 49.5 L 20661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20693.5 45.5 L 20691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20693.5 49.5 L 20691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20723.5 45.5 L 20721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20723.5 49.5 L 20721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20753.5 45.5 L 20751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20753.5 49.5 L 20751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20783.5 45.5 L 20781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20783.5 49.5 L 20781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20813.5 45.5 L 20811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20813.5 49.5 L 20811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20843.5 45.5 L 20841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20843.5 49.5 L 20841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20873.5 45.5 L 20871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20873.5 49.5 L 20871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20903.5 45.5 L 20901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20903.5 49.5 L 20901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20933.5 45.5 L 20931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20933.5 49.5 L 20931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20963.5 45.5 L 20961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20963.5 49.5 L 20961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20993.5 45.5 L 20991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 20993.5 49.5 L 20991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21023.5 45.5 L 21021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21023.5 49.5 L 21021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21053.5 45.5 L 21051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21053.5 49.5 L 21051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21083.5 45.5 L 21081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21083.5 49.5 L 21081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21113.5 45.5 L 21111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21113.5 49.5 L 21111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21143.5 45.5 L 21141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21143.5 49.5 L 21141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21173.5 45.5 L 21171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21173.5 49.5 L 21171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21203.5 45.5 L 21201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21203.5 49.5 L 21201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21233.5 45.5 L 21231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21233.5 49.5 L 21231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21263.5 45.5 L 21261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21263.5 49.5 L 21261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21293.5 45.5 L 21291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21293.5 49.5 L 21291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21323.5 45.5 L 21321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21323.5 49.5 L 21321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21353.5 45.5 L 21351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21353.5 49.5 L 21351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21383.5 45.5 L 21381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21383.5 49.5 L 21381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21413.5 45.5 L 21411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21413.5 49.5 L 21411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21443.5 45.5 L 21441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21443.5 49.5 L 21441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21473.5 45.5 L 21471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21473.5 49.5 L 21471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21503.5 45.5 L 21501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21503.5 49.5 L 21501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21533.5 45.5 L 21531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21533.5 49.5 L 21531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21563.5 45.5 L 21561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21563.5 49.5 L 21561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21593.5 45.5 L 21591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21593.5 49.5 L 21591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21623.5 45.5 L 21621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21623.5 49.5 L 21621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21653.5 45.5 L 21651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21653.5 49.5 L 21651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21683.5 45.5 L 21681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21683.5 49.5 L 21681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21713.5 45.5 L 21711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21713.5 49.5 L 21711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21743.5 45.5 L 21741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21743.5 49.5 L 21741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21773.5 45.5 L 21771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21773.5 49.5 L 21771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21803.5 45.5 L 21801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21803.5 49.5 L 21801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21833.5 45.5 L 21831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21833.5 49.5 L 21831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21863.5 45.5 L 21861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21863.5 49.5 L 21861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21893.5 45.5 L 21891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21893.5 49.5 L 21891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21923.5 45.5 L 21921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21923.5 49.5 L 21921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21953.5 45.5 L 21951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21953.5 49.5 L 21951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21983.5 45.5 L 21981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 21983.5 49.5 L 21981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22013.5 45.5 L 22011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22013.5 49.5 L 22011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22043.5 45.5 L 22041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22043.5 49.5 L 22041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22073.5 45.5 L 22071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22073.5 49.5 L 22071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22103.5 45.5 L 22101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22103.5 49.5 L 22101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22133.5 45.5 L 22131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22133.5 49.5 L 22131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22163.5 45.5 L 22161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22163.5 49.5 L 22161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22193.5 45.5 L 22191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22193.5 49.5 L 22191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22223.5 45.5 L 22221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22223.5 49.5 L 22221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22253.5 45.5 L 22251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22253.5 49.5 L 22251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22283.5 45.5 L 22281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22283.5 49.5 L 22281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22313.5 45.5 L 22311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22313.5 49.5 L 22311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22343.5 45.5 L 22341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22343.5 49.5 L 22341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22373.5 45.5 L 22371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22373.5 49.5 L 22371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22403.5 45.5 L 22401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22403.5 49.5 L 22401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22433.5 45.5 L 22431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22433.5 49.5 L 22431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22463.5 45.5 L 22461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22463.5 49.5 L 22461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22493.5 45.5 L 22491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22493.5 49.5 L 22491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22523.5 45.5 L 22521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22523.5 49.5 L 22521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22553.5 45.5 L 22551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22553.5 49.5 L 22551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22583.5 45.5 L 22581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22583.5 49.5 L 22581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22613.5 45.5 L 22611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22613.5 49.5 L 22611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22643.5 45.5 L 22641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22643.5 49.5 L 22641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22673.5 45.5 L 22671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22673.5 49.5 L 22671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22703.5 45.5 L 22701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22703.5 49.5 L 22701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22733.5 45.5 L 22731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22733.5 49.5 L 22731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22763.5 45.5 L 22761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22763.5 49.5 L 22761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22793.5 45.5 L 22791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22793.5 49.5 L 22791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22823.5 45.5 L 22821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22823.5 49.5 L 22821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22853.5 45.5 L 22851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22853.5 49.5 L 22851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22883.5 45.5 L 22881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22883.5 49.5 L 22881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22913.5 45.5 L 22911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22913.5 49.5 L 22911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22943.5 45.5 L 22941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22943.5 49.5 L 22941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22973.5 45.5 L 22971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 22973.5 49.5 L 22971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23003.5 45.5 L 23001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23003.5 49.5 L 23001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23033.5 45.5 L 23031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23033.5 49.5 L 23031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23063.5 45.5 L 23061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23063.5 49.5 L 23061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23093.5 45.5 L 23091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23093.5 49.5 L 23091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23123.5 45.5 L 23121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23123.5 49.5 L 23121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23153.5 45.5 L 23151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23153.5 49.5 L 23151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23183.5 45.5 L 23181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23183.5 49.5 L 23181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23213.5 45.5 L 23211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23213.5 49.5 L 23211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23243.5 45.5 L 23241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23243.5 49.5 L 23241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23273.5 45.5 L 23271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23273.5 49.5 L 23271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23303.5 45.5 L 23301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23303.5 49.5 L 23301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23333.5 45.5 L 23331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23333.5 49.5 L 23331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23363.5 45.5 L 23361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23363.5 49.5 L 23361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23393.5 45.5 L 23391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23393.5 49.5 L 23391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23423.5 45.5 L 23421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23423.5 49.5 L 23421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23453.5 45.5 L 23451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23453.5 49.5 L 23451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23483.5 45.5 L 23481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23483.5 49.5 L 23481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23513.5 45.5 L 23511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23513.5 49.5 L 23511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23543.5 45.5 L 23541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23543.5 49.5 L 23541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23573.5 45.5 L 23571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23573.5 49.5 L 23571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23603.5 45.5 L 23601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23603.5 49.5 L 23601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23633.5 45.5 L 23631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23633.5 49.5 L 23631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23663.5 45.5 L 23661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23663.5 49.5 L 23661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23693.5 45.5 L 23691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23693.5 49.5 L 23691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23723.5 45.5 L 23721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23723.5 49.5 L 23721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23753.5 45.5 L 23751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23753.5 49.5 L 23751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23783.5 45.5 L 23781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23783.5 49.5 L 23781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23813.5 45.5 L 23811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23813.5 49.5 L 23811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23843.5 45.5 L 23841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23843.5 49.5 L 23841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23873.5 45.5 L 23871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23873.5 49.5 L 23871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23903.5 45.5 L 23901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23903.5 49.5 L 23901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23933.5 45.5 L 23931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23933.5 49.5 L 23931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23963.5 45.5 L 23961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23963.5 49.5 L 23961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23993.5 45.5 L 23991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 23993.5 49.5 L 23991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24023.5 45.5 L 24021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24023.5 49.5 L 24021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24053.5 45.5 L 24051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24053.5 49.5 L 24051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24083.5 45.5 L 24081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24083.5 49.5 L 24081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24113.5 45.5 L 24111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24113.5 49.5 L 24111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24143.5 45.5 L 24141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24143.5 49.5 L 24141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24173.5 45.5 L 24171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24173.5 49.5 L 24171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24203.5 45.5 L 24201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24203.5 49.5 L 24201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24233.5 45.5 L 24231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24233.5 49.5 L 24231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24263.5 45.5 L 24261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24263.5 49.5 L 24261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24293.5 45.5 L 24291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24293.5 49.5 L 24291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24323.5 45.5 L 24321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24323.5 49.5 L 24321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24353.5 45.5 L 24351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24353.5 49.5 L 24351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24383.5 45.5 L 24381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24383.5 49.5 L 24381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24413.5 45.5 L 24411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24413.5 49.5 L 24411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24443.5 45.5 L 24441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24443.5 49.5 L 24441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24473.5 45.5 L 24471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24473.5 49.5 L 24471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24503.5 45.5 L 24501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24503.5 49.5 L 24501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24533.5 45.5 L 24531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24533.5 49.5 L 24531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24563.5 45.5 L 24561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24563.5 49.5 L 24561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24593.5 45.5 L 24591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24593.5 49.5 L 24591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24623.5 45.5 L 24621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24623.5 49.5 L 24621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24653.5 45.5 L 24651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24653.5 49.5 L 24651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24683.5 45.5 L 24681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24683.5 49.5 L 24681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24713.5 45.5 L 24711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24713.5 49.5 L 24711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24743.5 45.5 L 24741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24743.5 49.5 L 24741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24773.5 45.5 L 24771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24773.5 49.5 L 24771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24803.5 45.5 L 24801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24803.5 49.5 L 24801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24833.5 45.5 L 24831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24833.5 49.5 L 24831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24863.5 45.5 L 24861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24863.5 49.5 L 24861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24893.5 45.5 L 24891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24893.5 49.5 L 24891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24923.5 45.5 L 24921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24923.5 49.5 L 24921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24953.5 45.5 L 24951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24953.5 49.5 L 24951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24983.5 45.5 L 24981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 24983.5 49.5 L 24981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25013.5 45.5 L 25011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25013.5 49.5 L 25011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25043.5 45.5 L 25041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25043.5 49.5 L 25041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25073.5 45.5 L 25071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25073.5 49.5 L 25071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25103.5 45.5 L 25101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25103.5 49.5 L 25101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25133.5 45.5 L 25131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25133.5 49.5 L 25131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25163.5 45.5 L 25161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25163.5 49.5 L 25161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25193.5 45.5 L 25191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25193.5 49.5 L 25191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25223.5 45.5 L 25221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25223.5 49.5 L 25221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25253.5 45.5 L 25251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25253.5 49.5 L 25251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25283.5 45.5 L 25281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25283.5 49.5 L 25281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25313.5 45.5 L 25311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25313.5 49.5 L 25311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25343.5 45.5 L 25341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25343.5 49.5 L 25341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25373.5 45.5 L 25371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25373.5 49.5 L 25371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25403.5 45.5 L 25401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25403.5 49.5 L 25401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25433.5 45.5 L 25431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25433.5 49.5 L 25431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25463.5 45.5 L 25461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25463.5 49.5 L 25461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25493.5 45.5 L 25491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25493.5 49.5 L 25491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25523.5 45.5 L 25521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25523.5 49.5 L 25521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25553.5 45.5 L 25551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25553.5 49.5 L 25551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25583.5 45.5 L 25581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25583.5 49.5 L 25581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25613.5 45.5 L 25611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25613.5 49.5 L 25611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25643.5 45.5 L 25641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25643.5 49.5 L 25641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25673.5 45.5 L 25671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25673.5 49.5 L 25671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25703.5 45.5 L 25701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25703.5 49.5 L 25701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25733.5 45.5 L 25731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25733.5 49.5 L 25731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25763.5 45.5 L 25761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25763.5 49.5 L 25761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25793.5 45.5 L 25791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25793.5 49.5 L 25791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25823.5 45.5 L 25821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25823.5 49.5 L 25821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25853.5 45.5 L 25851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25853.5 49.5 L 25851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25883.5 45.5 L 25881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25883.5 49.5 L 25881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25913.5 45.5 L 25911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25913.5 49.5 L 25911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25943.5 45.5 L 25941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25943.5 49.5 L 25941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25973.5 45.5 L 25971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 25973.5 49.5 L 25971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26003.5 45.5 L 26001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26003.5 49.5 L 26001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26033.5 45.5 L 26031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26033.5 49.5 L 26031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26063.5 45.5 L 26061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26063.5 49.5 L 26061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26093.5 45.5 L 26091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26093.5 49.5 L 26091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26123.5 45.5 L 26121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26123.5 49.5 L 26121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26153.5 45.5 L 26151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26153.5 49.5 L 26151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26183.5 45.5 L 26181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26183.5 49.5 L 26181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26213.5 45.5 L 26211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26213.5 49.5 L 26211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26243.5 45.5 L 26241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26243.5 49.5 L 26241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26273.5 45.5 L 26271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26273.5 49.5 L 26271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26303.5 45.5 L 26301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26303.5 49.5 L 26301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26333.5 45.5 L 26331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26333.5 49.5 L 26331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26363.5 45.5 L 26361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26363.5 49.5 L 26361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26393.5 45.5 L 26391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26393.5 49.5 L 26391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26423.5 45.5 L 26421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26423.5 49.5 L 26421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26453.5 45.5 L 26451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26453.5 49.5 L 26451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26483.5 45.5 L 26481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26483.5 49.5 L 26481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26513.5 45.5 L 26511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26513.5 49.5 L 26511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26543.5 45.5 L 26541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26543.5 49.5 L 26541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26573.5 45.5 L 26571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26573.5 49.5 L 26571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26603.5 45.5 L 26601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26603.5 49.5 L 26601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26633.5 45.5 L 26631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26633.5 49.5 L 26631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26663.5 45.5 L 26661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26663.5 49.5 L 26661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26693.5 45.5 L 26691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26693.5 49.5 L 26691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26723.5 45.5 L 26721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26723.5 49.5 L 26721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26753.5 45.5 L 26751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26753.5 49.5 L 26751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26783.5 45.5 L 26781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26783.5 49.5 L 26781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26813.5 45.5 L 26811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26813.5 49.5 L 26811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26843.5 45.5 L 26841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26843.5 49.5 L 26841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26873.5 45.5 L 26871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26873.5 49.5 L 26871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26903.5 45.5 L 26901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26903.5 49.5 L 26901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26933.5 45.5 L 26931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26933.5 49.5 L 26931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26963.5 45.5 L 26961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26963.5 49.5 L 26961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26993.5 45.5 L 26991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 26993.5 49.5 L 26991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27023.5 45.5 L 27021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27023.5 49.5 L 27021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27053.5 45.5 L 27051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27053.5 49.5 L 27051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27083.5 45.5 L 27081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27083.5 49.5 L 27081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27113.5 45.5 L 27111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27113.5 49.5 L 27111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27143.5 45.5 L 27141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27143.5 49.5 L 27141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27173.5 45.5 L 27171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27173.5 49.5 L 27171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27203.5 45.5 L 27201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27203.5 49.5 L 27201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27233.5 45.5 L 27231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27233.5 49.5 L 27231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27263.5 45.5 L 27261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27263.5 49.5 L 27261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27293.5 45.5 L 27291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27293.5 49.5 L 27291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27323.5 45.5 L 27321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27323.5 49.5 L 27321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27353.5 45.5 L 27351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27353.5 49.5 L 27351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27383.5 45.5 L 27381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27383.5 49.5 L 27381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27413.5 45.5 L 27411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27413.5 49.5 L 27411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27443.5 45.5 L 27441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27443.5 49.5 L 27441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27473.5 45.5 L 27471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27473.5 49.5 L 27471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27503.5 45.5 L 27501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27503.5 49.5 L 27501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27533.5 45.5 L 27531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27533.5 49.5 L 27531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27563.5 45.5 L 27561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27563.5 49.5 L 27561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27593.5 45.5 L 27591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27593.5 49.5 L 27591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27623.5 45.5 L 27621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27623.5 49.5 L 27621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27653.5 45.5 L 27651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27653.5 49.5 L 27651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27683.5 45.5 L 27681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27683.5 49.5 L 27681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27713.5 45.5 L 27711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27713.5 49.5 L 27711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27743.5 45.5 L 27741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27743.5 49.5 L 27741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27773.5 45.5 L 27771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27773.5 49.5 L 27771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27803.5 45.5 L 27801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27803.5 49.5 L 27801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27833.5 45.5 L 27831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27833.5 49.5 L 27831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27863.5 45.5 L 27861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27863.5 49.5 L 27861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27893.5 45.5 L 27891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27893.5 49.5 L 27891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27923.5 45.5 L 27921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27923.5 49.5 L 27921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27953.5 45.5 L 27951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27953.5 49.5 L 27951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27983.5 45.5 L 27981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 27983.5 49.5 L 27981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28013.5 45.5 L 28011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28013.5 49.5 L 28011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28043.5 45.5 L 28041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28043.5 49.5 L 28041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28073.5 45.5 L 28071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28073.5 49.5 L 28071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28103.5 45.5 L 28101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28103.5 49.5 L 28101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28133.5 45.5 L 28131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28133.5 49.5 L 28131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28163.5 45.5 L 28161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28163.5 49.5 L 28161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28193.5 45.5 L 28191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28193.5 49.5 L 28191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28223.5 45.5 L 28221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28223.5 49.5 L 28221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28253.5 45.5 L 28251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28253.5 49.5 L 28251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28283.5 45.5 L 28281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28283.5 49.5 L 28281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28313.5 45.5 L 28311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28313.5 49.5 L 28311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28343.5 45.5 L 28341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28343.5 49.5 L 28341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28373.5 45.5 L 28371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28373.5 49.5 L 28371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28403.5 45.5 L 28401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28403.5 49.5 L 28401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28433.5 45.5 L 28431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28433.5 49.5 L 28431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28463.5 45.5 L 28461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28463.5 49.5 L 28461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28493.5 45.5 L 28491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28493.5 49.5 L 28491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28523.5 45.5 L 28521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28523.5 49.5 L 28521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28553.5 45.5 L 28551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28553.5 49.5 L 28551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28583.5 45.5 L 28581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28583.5 49.5 L 28581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28613.5 45.5 L 28611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28613.5 49.5 L 28611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28643.5 45.5 L 28641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28643.5 49.5 L 28641.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28673.5 45.5 L 28671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28673.5 49.5 L 28671.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28703.5 45.5 L 28701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28703.5 49.5 L 28701.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28733.5 45.5 L 28731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28733.5 49.5 L 28731.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28763.5 45.5 L 28761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28763.5 49.5 L 28761.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28793.5 45.5 L 28791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28793.5 49.5 L 28791.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28823.5 45.5 L 28821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28823.5 49.5 L 28821.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28853.5 45.5 L 28851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28853.5 49.5 L 28851.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28883.5 45.5 L 28881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28883.5 49.5 L 28881.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28913.5 45.5 L 28911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28913.5 49.5 L 28911.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28943.5 45.5 L 28941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28943.5 49.5 L 28941.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28973.5 45.5 L 28971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 28973.5 49.5 L 28971.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29003.5 45.5 L 29001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29003.5 49.5 L 29001.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29033.5 45.5 L 29031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29033.5 49.5 L 29031.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29063.5 45.5 L 29061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29063.5 49.5 L 29061.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29093.5 45.5 L 29091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29093.5 49.5 L 29091.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29123.5 45.5 L 29121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29123.5 49.5 L 29121.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29153.5 45.5 L 29151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29153.5 49.5 L 29151.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29183.5 45.5 L 29181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29183.5 49.5 L 29181.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29213.5 45.5 L 29211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29213.5 49.5 L 29211.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29243.5 45.5 L 29241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29243.5 49.5 L 29241.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29273.5 45.5 L 29271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29273.5 49.5 L 29271.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29303.5 45.5 L 29301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29303.5 49.5 L 29301.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29333.5 45.5 L 29331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29333.5 49.5 L 29331.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29363.5 45.5 L 29361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29363.5 49.5 L 29361.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29393.5 45.5 L 29391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29393.5 49.5 L 29391.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29423.5 45.5 L 29421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29423.5 49.5 L 29421.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29453.5 45.5 L 29451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29453.5 49.5 L 29451.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29483.5 45.5 L 29481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29483.5 49.5 L 29481.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29513.5 45.5 L 29511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29513.5 49.5 L 29511.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29543.5 45.5 L 29541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29543.5 49.5 L 29541.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29573.5 45.5 L 29571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29573.5 49.5 L 29571.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29603.5 45.5 L 29601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29603.5 49.5 L 29601.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29633.5 45.5 L 29631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29633.5 49.5 L 29631.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29663.5 45.5 L 29661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29663.5 49.5 L 29661.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29693.5 45.5 L 29691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29693.5 49.5 L 29691.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29723.5 45.5 L 29721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29723.5 49.5 L 29721.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29753.5 45.5 L 29751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29753.5 49.5 L 29751.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29783.5 45.5 L 29781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29783.5 49.5 L 29781.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29813.5 45.5 L 29811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29813.5 49.5 L 29811.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29843.5 45.5 L 29841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29843.5 49.5 L 29841.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29873.5 45.5 L 29871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29873.5 49.5 L 29871.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29903.5 45.5 L 29901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29903.5 49.5 L 29901.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29933.5 45.5 L 29931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29933.5 49.5 L 29931.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29963.5 45.5 L 29961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29963.5 49.5 L 29961.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29993.5 45.5 L 29991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 29993.5 49.5 L 29991.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30023.5 45.5 L 30021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30023.5 49.5 L 30021.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30053.5 45.5 L 30051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30053.5 49.5 L 30051.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30083.5 45.5 L 30081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30083.5 49.5 L 30081.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30113.5 45.5 L 30111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30113.5 49.5 L 30111.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30143.5 45.5 L 30141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30143.5 49.5 L 30141.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30173.5 45.5 L 30171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30173.5 49.5 L 30171.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30203.5 45.5 L 30201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30203.5 49.5 L 30201.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30233.5 45.5 L 30231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30233.5 49.5 L 30231.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30263.5 45.5 L 30261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30263.5 49.5 L 30261.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30293.5 45.5 L 30291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30293.5 49.5 L 30291.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30323.5 45.5 L 30321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30323.5 49.5 L 30321.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30353.5 45.5 L 30351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30353.5 49.5 L 30351.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30383.5 45.5 L 30381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30383.5 49.5 L 30381.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30413.5 45.5 L 30411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30413.5 49.5 L 30411.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30443.5 45.5 L 30441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30443.5 49.5 L 30441.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30473.5 45.5 L 30471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30473.5 49.5 L 30471.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30503.5 45.5 L 30501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30503.5 49.5 L 30501.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30533.5 45.5 L 30531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30533.5 49.5 L 30531.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30563.5 45.5 L 30561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30563.5 49.5 L 30561.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30593.5 45.5 L 30591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30593.5 49.5 L 30591.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30623.5 45.5 L 30621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30623.5 49.5 L 30621.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30653.5 45.5 L 30651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30653.5 49.5 L 30651.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30683.5 45.5 L 30681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30683.5 49.5 L 30681.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30713.5 45.5 L 30711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30713.5 49.5 L 30711.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30743.5 45.5 L 30741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30743.5 49.5 L 30741.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30773.5 45.5 L 30771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30773.5 49.5 L 30771.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30803.5 45.5 L 30801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30803.5 49.5 L 30801.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30833.5 45.5 L 30831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30833.5 49.5 L 30831.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30863.5 45.5 L 30861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30863.5 49.5 L 30861.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30893.5 45.5 L 30891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30893.5 49.5 L 30891.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30923.5 45.5 L 30921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30923.5 49.5 L 30921.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30953.5 45.5 L 30951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30953.5 49.5 L 30951.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30983.5 45.5 L 30981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 30983.5 49.5 L 30981.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31013.5 45.5 L 31011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31013.5 49.5 L 31011.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31043.5 45.5 L 31041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31043.5 49.5 L 31041.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31073.5 45.5 L 31071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31073.5 49.5 L 31071.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31103.5 45.5 L 31101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31103.5 49.5 L 31101.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31133.5 45.5 L 31131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31133.5 49.5 L 31131.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31163.5 45.5 L 31161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31163.5 49.5 L 31161.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31193.5 45.5 L 31191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31193.5 49.5 L 31191.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31223.5 45.5 L 31221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31223.5 49.5 L 31221.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31253.5 45.5 L 31251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31253.5 49.5 L 31251.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31283.5 45.5 L 31281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31283.5 49.5 L 31281.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31313.5 45.5 L 31311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31313.5 49.5 L 31311.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31343.5 45.5 L 31341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31343.5 49.5 L 31341.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31373.5 45.5 L 31371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31373.5 49.5 L 31371.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31403.5 45.5 L 31401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31403.5 49.5 L 31401.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31433.5 45.5 L 31431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31433.5 49.5 L 31431.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31463.5 45.5 L 31461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31463.5 49.5 L 31461.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31493.5 45.5 L 31491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31493.5 49.5 L 31491.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31523.5 45.5 L 31521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31523.5 49.5 L 31521.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31553.5 45.5 L 31551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31553.5 49.5 L 31551.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31583.5 45.5 L 31581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31583.5 49.5 L 31581.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31613.5 45.5 L 31611.5 47.5" stroke-miterlimit="10" stroke-dasharray=""/><path fill="none" stroke="white" paint-order="fill stroke markers" d=" M 31613.5 49.5 L 31611.5 47.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="732.5" y="65" text-anchor="middle" dominant-baseline="alphabetic">TIGD6</text></g></g></g></g><g transform="translate(57.98828125,518.984375)" clip-path="url(#RefseqGenes_track_label_guid_24pl_clip_rect)"><rect fill="white" stroke="none" x="0" y="0" width="93.57421875" height="15.5078125"/><text fill="rgb(68, 68, 68)" stroke="none" font-family="Arial" font-size="12px" font-style="normal" font-weight="normal" text-decoration="normal" x="4.2158203125" y="13.05234375" text-anchor="start" dominant-baseline="alphabetic">Refseq Genes</text><rect fill="none" stroke="rgb(68, 68, 68)" x="0" y="0" width="93.57421875" height="15.5078125" stroke-miterlimit="10" stroke-dasharray=""/></g></g></svg> |
|
| ... | ... | \ No newline at end of file |